Skip to main content

Showing 1–14 of 14 results for author: Napoles, G

.
  1. arXiv:2501.09534  [pdf, other

    cs.AI

    AI in Support of Diversity and Inclusion

    Authors: Çiçek Güven, Afra Alishahi, Henry Brighton, Gonzalo Nápoles, Juan Sebastian Olier, Marie Šafář, Eric Postma, Dimitar Shterionov, Mirella De Sisto, Eva Vanmassenhove

    Abstract: In this paper, we elaborate on how AI can support diversity and inclusion and exemplify research projects conducted in that direction. We start by looking at the challenges and progress in making large language models (LLMs) more transparent, inclusive, and aware of social biases. Even though LLMs like ChatGPT have impressive abilities, they struggle to understand different cultural contexts and e… ▽ More

    Submitted 16 January, 2025; originally announced January 2025.

    Comments: 14 pages, 2 figures

  2. arXiv:2305.09399  [pdf, other

    cs.LG cs.CY

    Measuring Implicit Bias Using SHAP Feature Importance and Fuzzy Cognitive Maps

    Authors: Isel Grau, Gonzalo Nápoles, Fabian Hoitsma, Lisa Koutsoviti Koumeri, Koen Vanhoof

    Abstract: In this paper, we integrate the concepts of feature importance with implicit bias in the context of pattern classification. This is done by means of a three-step methodology that involves (i) building a classifier and tuning its hyperparameters, (ii) building a Fuzzy Cognitive Map model able to quantify implicit bias, and (iii) using the SHAP feature importance to active the neural concepts when p… ▽ More

    Submitted 17 May, 2023; v1 submitted 16 May, 2023; originally announced May 2023.

    Comments: Accepted at the Intelligent Systems Conference (IntelliSys) 2023 and will be presented on 7-8 September 2023

  3. arXiv:2210.14687  [pdf, other

    cs.LG

    Which is the best model for my data?

    Authors: Gonzalo Nápoles, Isel Grau, Çiçek Güven, Orçun Özdemir, Yamisleydi Salgueiro

    Abstract: In this paper, we tackle the problem of selecting the optimal model for a given structured pattern classification dataset. In this context, a model can be understood as a classifier and a hyperparameter configuration. The proposed meta-learning approach purely relies on machine learning and involves four major steps. Firstly, we present a concise collection of 62 meta-features that address the pro… ▽ More

    Submitted 26 October, 2022; originally announced October 2022.

  4. arXiv:2209.04340  [pdf, other

    cs.LG cs.AI

    Multi-objective hyperparameter optimization with performance uncertainty

    Authors: Alejandro Morales-Hernández, Inneke Van Nieuwenhuyse, Gonzalo Nápoles

    Abstract: The performance of any Machine Learning (ML) algorithm is impacted by the choice of its hyperparameters. As training and evaluating a ML algorithm is usually expensive, the hyperparameter optimization (HPO) method needs to be computationally efficient to be useful in practice. Most of the existing approaches on multi-objective HPO use evolutionary strategies and metamodel-based optimization. Howev… ▽ More

    Submitted 9 September, 2022; originally announced September 2022.

    Comments: Presented in the International Conference in Optimization and Learning (2022)

  5. arXiv:2112.12717  [pdf, other

    cs.LG cs.AI

    Forward Composition Propagation for Explainable Neural Reasoning

    Authors: Isel Grau, Gonzalo Nápoles, Marilyn Bello, Yamisleydi Salgueiro, Agnieszka Jastrzebska

    Abstract: This paper proposes an algorithm called Forward Composition Propagation (FCP) to explain the predictions of feed-forward neural networks operating on structured classification problems. In the proposed FCP algorithm, each neuron is described by a composition vector indicating the role of each problem feature in that neuron. Composition vectors are initialized using a given input instance and subse… ▽ More

    Submitted 24 October, 2023; v1 submitted 23 December, 2021; originally announced December 2021.

  6. arXiv:2112.12713  [pdf, other

    cs.LG

    Modeling Implicit Bias with Fuzzy Cognitive Maps

    Authors: Gonzalo Nápoles, Isel Grau, Leonardo Concepción, Lisa Koutsoviti Koumeri, João Paulo Papa

    Abstract: This paper presents a Fuzzy Cognitive Map model to quantify implicit bias in structured datasets where features can be numeric or discrete. In our proposal, problem features are mapped to neural concepts that are initially activated by experts when running what-if simulations, whereas weights connecting the neural concepts represent absolute correlation/association patterns between features. In ad… ▽ More

    Submitted 13 January, 2022; v1 submitted 23 December, 2021; originally announced December 2021.

  7. arXiv:2112.12641  [pdf, other

    cs.LG

    Prolog-based agnostic explanation module for structured pattern classification

    Authors: Gonzalo Nápoles, Fabian Hoitsma, Andreas Knoben, Agnieszka Jastrzebska, Maikel Leon Espinosa

    Abstract: This paper presents a Prolog-based reasoning module to generate counterfactual explanations given the predictions computed by a black-box classifier. The proposed symbolic reasoning module can also resolve what-if queries using the ground-truth labels instead of the predicted ones. Overall, our approach comprises four well-defined stages that can be applied to any structured pattern classification… ▽ More

    Submitted 18 November, 2022; v1 submitted 23 December, 2021; originally announced December 2021.

  8. arXiv:2112.04933  [pdf, other

    stat.AP cs.LG

    Measuring Wind Turbine Health Using Drifting Concepts

    Authors: Agnieszka Jastrzebska, Alejandro Morales-Hernández, Gonzalo Nápoles, Yamisleydi Salgueiro, Koen Vanhoof

    Abstract: Time series processing is an essential aspect of wind turbine health monitoring. Despite the progress in this field, there is still room for new methods to improve modeling quality. In this paper, we propose two new approaches for the analysis of wind turbine health. Both approaches are based on abstract concepts, implemented using fuzzy sets, which summarize and aggregate the underlying raw data.… ▽ More

    Submitted 9 December, 2021; originally announced December 2021.

  9. FCMpy: A Python Module for Constructing and Analyzing Fuzzy Cognitive Maps

    Authors: Samvel Mkhitaryan, Philippe J. Giabbanelli, Maciej K. Wozniak, Gonzalo Napoles, Nanne K. de Vries, Rik Crutzen

    Abstract: FCMpy is an open source package in Python for building and analyzing Fuzzy Cognitive Maps. More specifically, the package allows 1) deriving fuzzy causal weights from qualitative data, 2) simulating the system behavior, 3) applying machine learning algorithms (e.g., Nonlinear Hebbian Learning, Active Hebbian Learning, Genetic Algorithms and Deterministic Learning) to adjust the FCM causal weight m… ▽ More

    Submitted 24 November, 2021; originally announced November 2021.

    Comments: 22 pages, 9 Figures

    Journal ref: PeerJ Computer Science 8:e1078, 2022

  10. A fuzzy-rough uncertainty measure to discover bias encoded explicitly or implicitly in features of structured pattern classification datasets

    Authors: Gonzalo Nápoles, Lisa Koutsoviti Koumeri

    Abstract: The need to measure bias encoded in tabular data that are used to solve pattern recognition problems is widely recognized by academia, legislators and enterprises alike. In previous work, we proposed a bias quantification measure, called fuzzy-rough uncer-tainty, which relies on the fuzzy-rough set theory. The intuition dictates that protected features should not change the fuzzy-rough boundary re… ▽ More

    Submitted 21 January, 2022; v1 submitted 20 August, 2021; originally announced August 2021.

    Journal ref: Pattern Recognition Letters. 154(1), 2021

  11. arXiv:2107.03423  [pdf, other

    cs.LG

    Recurrence-Aware Long-Term Cognitive Network for Explainable Pattern Classification

    Authors: Gonzalo Nápoles, Yamisleydi Salgueiro, Isel Grau, Maikel Leon Espinosa

    Abstract: Machine learning solutions for pattern classification problems are nowadays widely deployed in society and industry. However, the lack of transparency and accountability of most accurate models often hinders their safe use. Thus, there is a clear need for developing explainable artificial intelligence mechanisms. There exist model-agnostic methods that summarize feature contributions, but their in… ▽ More

    Submitted 23 December, 2021; v1 submitted 7 July, 2021; originally announced July 2021.

  12. arXiv:2107.00425  [pdf, other

    cs.LG cs.AI

    Online learning of windmill time series using Long Short-term Cognitive Networks

    Authors: Alejandro Morales-Hernández, Gonzalo Nápoles, Agnieszka Jastrzebska, Yamisleydi Salgueiro, Koen Vanhoof

    Abstract: Forecasting windmill time series is often the basis of other processes such as anomaly detection, health monitoring, or maintenance scheduling. The amount of data generated on windmill farms makes online learning the most viable strategy to follow. Such settings require retraining the model each time a new batch of data is available. However, update the model with the new information is often very… ▽ More

    Submitted 16 September, 2021; v1 submitted 1 July, 2021; originally announced July 2021.

  13. arXiv:2106.16233  [pdf, other

    cs.LG cs.AI

    Long Short-term Cognitive Networks

    Authors: Gonzalo Nápoles, Isel Grau, Agnieszka Jastrzebska, Yamisleydi Salgueiro

    Abstract: In this paper, we present a recurrent neural system named Long Short-term Cognitive Networks (LSTCNs) as a generalization of the Short-term Cognitive Network (STCN) model. Such a generalization is motivated by the difficulty of forecasting very long time series efficiently. The LSTCN model can be defined as a collection of STCN blocks, each processing a specific time patch of the (multivariate) ti… ▽ More

    Submitted 16 September, 2021; v1 submitted 30 June, 2021; originally announced June 2021.

  14. arXiv:1809.08085  [pdf, other

    cs.LG cs.NE stat.ML

    Short-term Cognitive Networks, Flexible Reasoning and Nonsynaptic Learning

    Authors: Gonzalo Nápoles, Frank Vanhoenshoven, Koen Vanhoof

    Abstract: While the machine learning literature dedicated to fully automated reasoning algorithms is abundant, the number of methods enabling the inference process on the basis of previously defined knowledge structures is scanter. Fuzzy Cognitive Maps (FCMs) are neural networks that can be exploited towards this goal because of their flexibility to handle external knowledge. However, FCMs suffer from a num… ▽ More

    Submitted 16 September, 2018; originally announced September 2018.