Skip to main content

Showing 1–13 of 13 results for author: Renard, X

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

    cs.LG cs.AI

    Dynamic Interpretability for Model Comparison via Decision Rules

    Authors: Adam Rida, Marie-Jeanne Lesot, Xavier Renard, Christophe Marsala

    Abstract: Explainable AI (XAI) methods have mostly been built to investigate and shed light on single machine learning models and are not designed to capture and explain differences between multiple models effectively. This paper addresses the challenge of understanding and explaining differences between machine learning models, which is crucial for model selection, monitoring and lifecycle management in re… ▽ More

    Submitted 29 September, 2023; originally announced September 2023.

  2. arXiv:2107.04427  [pdf, other

    cs.LG cs.AI cs.CY

    How to choose an Explainability Method? Towards a Methodical Implementation of XAI in Practice

    Authors: Tom Vermeire, Thibault Laugel, Xavier Renard, David Martens, Marcin Detyniecki

    Abstract: Explainability is becoming an important requirement for organizations that make use of automated decision-making due to regulatory initiatives and a shift in public awareness. Various and significantly different algorithmic methods to provide this explainability have been introduced in the field, but the existing literature in the machine learning community has paid little attention to the stakeho… ▽ More

    Submitted 9 July, 2021; originally announced July 2021.

  3. arXiv:2107.04309  [pdf, other

    cs.LG cs.AI

    Understanding surrogate explanations: the interplay between complexity, fidelity and coverage

    Authors: Rafael Poyiadzi, Xavier Renard, Thibault Laugel, Raul Santos-Rodriguez, Marcin Detyniecki

    Abstract: This paper analyses the fundamental ingredients behind surrogate explanations to provide a better understanding of their inner workings. We start our exposition by considering global surrogates, describing the trade-off between complexity of the surrogate and fidelity to the black-box being modelled. We show that transitioning from global to local - reducing coverage - allows for more favourable c… ▽ More

    Submitted 9 July, 2021; originally announced July 2021.

    Comments: 12 pages, 8 figures

  4. arXiv:2106.05810  [pdf, other

    cs.LG cs.AI stat.ML

    On the overlooked issue of defining explanation objectives for local-surrogate explainers

    Authors: Rafael Poyiadzi, Xavier Renard, Thibault Laugel, Raul Santos-Rodriguez, Marcin Detyniecki

    Abstract: Local surrogate approaches for explaining machine learning model predictions have appealing properties, such as being model-agnostic and flexible in their modelling. Several methods exist that fit this description and share this goal. However, despite their shared overall procedure, they set out different objectives, extract different information from the black-box, and consequently produce divers… ▽ More

    Submitted 10 June, 2021; originally announced June 2021.

  5. arXiv:2104.05467  [pdf, other

    cs.LG cs.AI

    Understanding Prediction Discrepancies in Machine Learning Classifiers

    Authors: Xavier Renard, Thibault Laugel, Marcin Detyniecki

    Abstract: A multitude of classifiers can be trained on the same data to achieve similar performances during test time, while having learned significantly different classification patterns. This phenomenon, which we call prediction discrepancies, is often associated with the blind selection of one model instead of another with similar performances. When making a choice, the machine learning practitioner has… ▽ More

    Submitted 12 April, 2021; originally announced April 2021.

  6. arXiv:2012.13190  [pdf, other

    cs.CL stat.ML

    QUACKIE: A NLP Classification Task With Ground Truth Explanations

    Authors: Yves Rychener, Xavier Renard, Djamé Seddah, Pascal Frossard, Marcin Detyniecki

    Abstract: NLP Interpretability aims to increase trust in model predictions. This makes evaluating interpretability approaches a pressing issue. There are multiple datasets for evaluating NLP Interpretability, but their dependence on human provided ground truths raises questions about their unbiasedness. In this work, we take a different approach and formulate a specific classification task by diverting ques… ▽ More

    Submitted 27 December, 2020; v1 submitted 24 December, 2020; originally announced December 2020.

  7. arXiv:2012.13189  [pdf, other

    cs.CL stat.ML

    On the Granularity of Explanations in Model Agnostic NLP Interpretability

    Authors: Yves Rychener, Xavier Renard, Djamé Seddah, Pascal Frossard, Marcin Detyniecki

    Abstract: Current methods for Black-Box NLP interpretability, like LIME or SHAP, are based on altering the text to interpret by removing words and modeling the Black-Box response. In this paper, we outline limitations of this approach when using complex BERT-based classifiers: The word-based sampling produces texts that are out-of-distribution for the classifier and further gives rise to a high-dimensional… ▽ More

    Submitted 8 August, 2022; v1 submitted 24 December, 2020; originally announced December 2020.

    Comments: accepted for the ECML PKDD 2022 International Workshop on eXplainable Knowledge Discovery in Data Mining (XKDD 2022), Grenoble, France

  8. arXiv:1911.03274  [pdf, other

    stat.ML cs.CR cs.LG

    Imperceptible Adversarial Attacks on Tabular Data

    Authors: Vincent Ballet, Xavier Renard, Jonathan Aigrain, Thibault Laugel, Pascal Frossard, Marcin Detyniecki

    Abstract: Security of machine learning models is a concern as they may face adversarial attacks for unwarranted advantageous decisions. While research on the topic has mainly been focusing on the image domain, numerous industrial applications, in particular in finance, rely on standard tabular data. In this paper, we discuss the notion of adversarial examples in the tabular domain. We propose a formalizatio… ▽ More

    Submitted 13 December, 2019; v1 submitted 8 November, 2019; originally announced November 2019.

    Comments: presented at NeurIPS 2019 Workshop on Robust AI in Financial Services: Data, Fairness, Explainability, Trustworthiness, and Privacy (Robust AI in FS 2019), Vancouver, Canada

  9. arXiv:1907.09294  [pdf, other

    cs.LG cs.AI stat.ML

    The Dangers of Post-hoc Interpretability: Unjustified Counterfactual Explanations

    Authors: Thibault Laugel, Marie-Jeanne Lesot, Christophe Marsala, Xavier Renard, Marcin Detyniecki

    Abstract: Post-hoc interpretability approaches have been proven to be powerful tools to generate explanations for the predictions made by a trained black-box model. However, they create the risk of having explanations that are a result of some artifacts learned by the model instead of actual knowledge from the data. This paper focuses on the case of counterfactual explanations and asks whether the generated… ▽ More

    Submitted 22 July, 2019; originally announced July 2019.

  10. arXiv:1906.01297  [pdf, ps, other

    stat.ML cs.LG

    Concept Tree: High-Level Representation of Variables for More Interpretable Surrogate Decision Trees

    Authors: Xavier Renard, Nicolas Woloszko, Jonathan Aigrain, Marcin Detyniecki

    Abstract: Interpretable surrogates of black-box predictors trained on high-dimensional tabular datasets can struggle to generate comprehensible explanations in the presence of correlated variables. We propose a model-agnostic interpretable surrogate that provides global and local explanations of black-box classifiers to address this issue. We introduce the idea of concepts as intuitive grou**s of variable… ▽ More

    Submitted 4 June, 2019; originally announced June 2019.

    Comments: presented at 2019 ICML Workshop on Human in the Loop Learning (HILL 2019), Long Beach, USA

  11. arXiv:1809.02397  [pdf, other

    stat.ML cs.CR cs.LG

    Detecting Potential Local Adversarial Examples for Human-Interpretable Defense

    Authors: Xavier Renard, Thibault Laugel, Marie-Jeanne Lesot, Christophe Marsala, Marcin Detyniecki

    Abstract: Machine learning models are increasingly used in the industry to make decisions such as credit insurance approval. Some people may be tempted to manipulate specific variables, such as the age or the salary, in order to get better chances of approval. In this ongoing work, we propose to discuss, with a first proposition, the issue of detecting a potential local adversarial example on classical tabu… ▽ More

    Submitted 7 September, 2018; originally announced September 2018.

    Comments: presented at 2018 ECML/PKDD Workshop on Recent Advances in Adversarial Machine Learning (Nemesis 2018), Dublin, Ireland

  12. arXiv:1806.07498  [pdf, other

    cs.LG cs.AI stat.ML

    Defining Locality for Surrogates in Post-hoc Interpretablity

    Authors: Thibault Laugel, Xavier Renard, Marie-Jeanne Lesot, Christophe Marsala, Marcin Detyniecki

    Abstract: Local surrogate models, to approximate the local decision boundary of a black-box classifier, constitute one approach to generate explanations for the rationale behind an individual prediction made by the back-box. This paper highlights the importance of defining the right locality, the neighborhood on which a local surrogate is trained, in order to approximate accurately the local black-box decis… ▽ More

    Submitted 19 June, 2018; originally announced June 2018.

    Comments: presented at 2018 ICML Workshop on Human Interpretability in Machine Learning (WHI 2018), Stockholm, Sweden

  13. arXiv:1712.08443  [pdf, other

    stat.ML cs.AI cs.LG

    Inverse Classification for Comparison-based Interpretability in Machine Learning

    Authors: Thibault Laugel, Marie-Jeanne Lesot, Christophe Marsala, Xavier Renard, Marcin Detyniecki

    Abstract: In the context of post-hoc interpretability, this paper addresses the task of explaining the prediction of a classifier, considering the case where no information is available, neither on the classifier itself, nor on the processed data (neither the training nor the test data). It proposes an instance-based approach whose principle consists in determining the minimal changes needed to alter a pred… ▽ More

    Submitted 22 December, 2017; originally announced December 2017.

    Comments: preprint