Skip to main content

Showing 1–11 of 11 results for author: Termier, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2312.12115  [pdf, other

    cs.LG cs.AI

    Sha** Up SHAP: Enhancing Stability through Layer-Wise Neighbor Selection

    Authors: Gwladys Kelodjou, Laurence Rozé, Véronique Masson, Luis Galárraga, Romaric Gaudel, Maurice Tchuente, Alexandre Termier

    Abstract: Machine learning techniques, such as deep learning and ensemble methods, are widely used in various domains due to their ability to handle complex real-world tasks. However, their black-box nature has raised multiple concerns about the fairness, trustworthiness, and transparency of computer-assisted decision-making. This has led to the emergence of local post-hoc explainability methods, which offe… ▽ More

    Submitted 17 June, 2024; v1 submitted 19 December, 2023; originally announced December 2023.

    Journal ref: AAAI Conference on Artificial Intelligence, 2024

  2. arXiv:2308.07250  [pdf, other

    cs.LG

    LCE: An Augmented Combination of Bagging and Boosting in Python

    Authors: Kevin Fauvel, Élisa Fromont, Véronique Masson, Philippe Faverdin, Alexandre Termier

    Abstract: lcensemble is a high-performing, scalable and user-friendly Python package for the general tasks of classification and regression. The package implements Local Cascade Ensemble (LCE), a machine learning method that further enhances the prediction performance of the current state-of-the-art methods Random Forest and XGBoost. LCE combines their strengths and adopts a complementary diversification ap… ▽ More

    Submitted 15 August, 2023; v1 submitted 14 August, 2023; originally announced August 2023.

  3. arXiv:2304.12943  [pdf, other

    cs.LG cs.AI

    Generating robust counterfactual explanations

    Authors: Victor Guyomard, Françoise Fessant, Thomas Guyet, Tassadit Bouadi, Alexandre Termier

    Abstract: Counterfactual explanations have become a mainstay of the XAI field. This particularly intuitive statement allows the user to understand what small but necessary changes would have to be made to a given situation in order to change a model prediction. The quality of a counterfactual depends on several criteria: realism, actionability, validity, robustness, etc. In this paper, we are interested in… ▽ More

    Submitted 24 April, 2023; originally announced April 2023.

  4. arXiv:2301.05041  [pdf, other

    cs.AI

    Persistence-Based Discretization for Learning Discrete Event Systems from Time Series

    Authors: Lénaïg Cornanguer, Christine Largouët, Laurence Rozé, Alexandre Termier

    Abstract: To get a good understanding of a dynamical system, it is convenient to have an interpretable and versatile model of it. Timed discrete event systems are a kind of model that respond to these requirements. However, such models can be inferred from timestamped event sequences but not directly from numerical data. To solve this problem, a discretization step must be done to identify events or symbols… ▽ More

    Submitted 19 June, 2023; v1 submitted 12 January, 2023; originally announced January 2023.

    Journal ref: MLmDS 2023 - AAAI Workshop When Machine Learning meets Dynamical Systems: Theory and Applications, Feb 2023, Washington (DC), United States. pp.1-6

  5. arXiv:2212.10847  [pdf, other

    cs.AI cs.LG

    VCNet: A self-explaining model for realistic counterfactual generation

    Authors: Victor Guyomard, Françoise Fessant, Thomas Guyet, Tassadit Bouadi, Alexandre Termier

    Abstract: Counterfactual explanation is a common class of methods to make local explanations of machine learning decisions. For a given instance, these methods aim to find the smallest modification of feature values that changes the predicted decision made by a machine learning model. One of the challenges of counterfactual explanation is the efficient generation of realistic counterfactuals. To address thi… ▽ More

    Submitted 21 December, 2022; originally announced December 2022.

    Journal ref: ECML PKDD 2022 - European Conference on Machine Learning and Knowledge Discovery in Databases., Sep 2022, Grenoble, France

  6. arXiv:2109.07519  [pdf, other

    cs.LG cs.AI

    Discovering Useful Compact Sets of Sequential Rules in a Long Sequence

    Authors: Erwan Bourrand, Luis Galárraga, Esther Galbrun, Elisa Fromont, Alexandre Termier

    Abstract: We are interested in understanding the underlying generation process for long sequences of symbolic events. To do so, we propose COSSU, an algorithm to mine small and meaningful sets of sequential rules. The rules are selected using an MDL-inspired criterion that favors compactness and relies on a novel rule-based encoding scheme for sequences. Our evaluation shows that COSSU can successfully retr… ▽ More

    Submitted 30 December, 2022; v1 submitted 15 September, 2021; originally announced September 2021.

    Comments: 8 pages, published in the proceedings of the 33rd IEEE International Conference on Tools with Artificial Intelligence

  7. arXiv:2102.12370  [pdf, other

    cs.LG

    HiPaR: Hierarchical Pattern-aided Regression

    Authors: Luis Galárraga, Olivier Pelgrin, Alexandre Termier

    Abstract: We introduce HiPaR, a novel pattern-aided regression method for tabular data containing both categorical and numerical attributes. HiPaR mines hybrid rules of the form $p \Rightarrow y = f(X)$ where $p$ is the characterization of a data region and $f(X)$ is a linear regression model on a variable of interest $y$. HiPaR relies on pattern mining techniques to identify regions of the data where the t… ▽ More

    Submitted 24 February, 2021; originally announced February 2021.

    Journal ref: Proceedings of the 25th Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD 2021)

  8. XCM: An Explainable Convolutional Neural Network for Multivariate Time Series Classification

    Authors: Kevin Fauvel, Tao Lin, Véronique Masson, Élisa Fromont, Alexandre Termier

    Abstract: Multivariate Time Series (MTS) classification has gained importance over the past decade with the increase in the number of temporal datasets in multiple domains. The current state-of-the-art MTS classifier is a heavyweight deep learning approach, which outperforms the second-best MTS classifier only on large datasets. Moreover, this deep learning approach cannot provide faithful explanations as i… ▽ More

    Submitted 7 December, 2021; v1 submitted 10 September, 2020; originally announced September 2020.

    Comments: Accepted for publication in Mathematics. Another machine learning method for multivariate time series classification providing faithful explanations is presented in arXiv:2005.03645

  9. XEM: An Explainable-by-Design Ensemble Method for Multivariate Time Series Classification

    Authors: Kevin Fauvel, Élisa Fromont, Véronique Masson, Philippe Faverdin, Alexandre Termier

    Abstract: We present XEM, an eXplainable-by-design Ensemble method for Multivariate time series classification. XEM relies on a new hybrid ensemble method that combines an explicit boosting-bagging approach to handle the bias-variance trade-off faced by machine learning models and an implicit divide-and-conquer approach to individualize classifier errors on different parts of the training data. Our evaluati… ▽ More

    Submitted 15 February, 2022; v1 submitted 7 May, 2020; originally announced May 2020.

    Comments: Accepted for publication in Data Mining and Knowledge Discovery

  10. arXiv:1906.01581  [pdf, ps, other

    cs.LG stat.ML

    Statistically Significant Discriminative Patterns Searching

    Authors: Hoang Son Pham, Gwendal Virlet, Dominique Lavenier, Alexandre Termier

    Abstract: Discriminative pattern mining is an essential task of data mining. This task aims to discover patterns which occur more frequently in a class than other classes in a class-labeled dataset. This type of patterns is valuable in various domains such as bioinformatics, data classification. In this paper, we propose a novel algorithm, named SSDPS, to discover patterns in two-class datasets. The SSDPS a… ▽ More

    Submitted 2 June, 2019; originally announced June 2019.

  11. arXiv:1807.01706  [pdf, other

    cs.DB

    Mining Periodic Patterns with a MDL Criterion

    Authors: Esther Galbrun, Peggy Cellier, Nikolaj Tatti, Alexandre Termier, Bruno Crémilleux

    Abstract: The quantity of event logs available is increasing rapidly, be they produced by industrial processes, computing systems, or life tracking, for instance. It is thus important to design effective ways to uncover the information they contain. Because event logs often record repetitive phenomena, mining periodic patterns is especially relevant when considering such data. Indeed, capturing such regular… ▽ More

    Submitted 4 July, 2018; originally announced July 2018.

    Comments: This report extends the conference version (at ECML-PKDD'18) with technical details, numerous examples, and additional experiments