Skip to main content

Showing 1–17 of 17 results for author: Flach, P

Searching in archive stat. Search in all archives.
.
  1. arXiv:2112.14466  [pdf, other

    cs.AI cs.LG stat.ML

    Explainability Is in the Mind of the Beholder: Establishing the Foundations of Explainable Artificial Intelligence

    Authors: Kacper Sokol, Peter Flach

    Abstract: Explainable artificial intelligence and interpretable machine learning are research domains growing in importance. Yet, the underlying concepts remain somewhat elusive and lack generally agreed definitions. While recent inspiration from social sciences has refocused the work on needs and expectations of human recipients, the field still misses a concrete conceptualisation. We take steps towards ad… ▽ More

    Submitted 8 September, 2022; v1 submitted 29 December, 2021; originally announced December 2021.

  2. Classifier Calibration: A survey on how to assess and improve predicted class probabilities

    Authors: Telmo Silva Filho, Hao Song, Miquel Perello-Nieto, Raul Santos-Rodriguez, Meelis Kull, Peter Flach

    Abstract: This paper provides both an introduction to and a detailed overview of the principles and practice of classifier calibration. A well-calibrated classifier correctly quantifies the level of uncertainty or confidence associated with its instance-wise predictions. This is essential for critical applications, optimal decision making, cost-sensitive classification, and for some types of context change.… ▽ More

    Submitted 16 February, 2023; v1 submitted 19 December, 2021; originally announced December 2021.

    Comments: Machine Learning (2023)

  3. arXiv:2103.05276  [pdf, other

    stat.ML cs.LG

    Continual Density Ratio Estimation in an Online Setting

    Authors: Yu Chen, Song Liu, Tom Diethe, Peter Flach

    Abstract: In online applications with streaming data, awareness of how far the training or test set has shifted away from the original dataset can be crucial to the performance of the model. However, we may not have access to historical samples in the data stream. To cope with such situations, we propose a novel method, Continual Density Ratio Estimation (CDRE), for estimating density ratios between the ini… ▽ More

    Submitted 9 March, 2021; originally announced March 2021.

  4. arXiv:2008.07007  [pdf, other

    cs.LG cs.AI stat.ML

    Interpretable Representations in Explainable AI: From Theory to Practice

    Authors: Kacper Sokol, Peter Flach

    Abstract: Interpretable representations are the backbone of many explainers that target black-box predictive systems based on artificial intelligence and machine learning algorithms. They translate the low-level data representation necessary for good predictive performance into high-level human-intelligible concepts used to convey the explanatory insights. Notably, the explanation type and its cognitive com… ▽ More

    Submitted 26 April, 2024; v1 submitted 16 August, 2020; originally announced August 2020.

    Comments: Published in the *Special Issue on Explainable and Interpretable Machine Learning and Data Mining* of the Springer *Data Mining and Knowledge Discovery* journal

  5. arXiv:2006.11234  [pdf, other

    stat.ML cs.LG

    Semi-Discriminative Representation Loss for Online Continual Learning

    Authors: Yu Chen, Tom Diethe, Peter Flach

    Abstract: The use of episodic memory in continual learning has demonstrated effectiveness for alleviating catastrophic forgetting. In recent studies, gradient-based approaches have been developed to make more efficient use of compact episodic memory. Such approaches refine the gradients resulting from new samples by those from memorized samples, aiming to reduce the diversity of gradients from different tas… ▽ More

    Submitted 14 April, 2022; v1 submitted 19 June, 2020; originally announced June 2020.

  6. arXiv:2005.01427  [pdf, other

    cs.LG cs.AI stat.ML

    LIMEtree: Consistent and Faithful Multi-class Explanations

    Authors: Kacper Sokol, Peter Flach

    Abstract: Explainable artificial intelligence provides tools to better understand predictive models and their decisions, but many such methods are limited to producing insights with respect to a single class. When generating explanations for several classes, reasoning over them to obtain a complete view may be difficult since they can present competing or contradictory evidence. To address this challenge we… ▽ More

    Submitted 18 May, 2024; v1 submitted 4 May, 2020; originally announced May 2020.

  7. arXiv:2001.09734  [pdf, other

    cs.LG cs.AI stat.ML

    One Explanation Does Not Fit All: The Promise of Interactive Explanations for Machine Learning Transparency

    Authors: Kacper Sokol, Peter Flach

    Abstract: The need for transparency of predictive systems based on Machine Learning algorithms arises as a consequence of their ever-increasing proliferation in the industry. Whenever black-box algorithmic predictions influence human affairs, the inner workings of these algorithms should be scrutinised and their decisions explained to the relevant stakeholders, including the system engineers, the system's o… ▽ More

    Submitted 27 January, 2020; originally announced January 2020.

    Comments: Published in the Kunstliche Intelligenz journal, special issue on Challenges in Interactive Machine Learning

  8. arXiv:1912.05100  [pdf

    cs.LG cs.AI stat.ML

    Explainability Fact Sheets: A Framework for Systematic Assessment of Explainable Approaches

    Authors: Kacper Sokol, Peter Flach

    Abstract: Explanations in Machine Learning come in many forms, but a consensus regarding their desired properties is yet to emerge. In this paper we introduce a taxonomy and a set of descriptors that can be used to characterise and systematically assess explainable systems along five key dimensions: functional, operational, usability, safety and validation. In order to design a comprehensive and representat… ▽ More

    Submitted 10 December, 2019; originally announced December 2019.

    Comments: Conference on Fairness, Accountability, and Transparency (FAT* '20), January 27-30, 2020, Barcelona, Spain

  9. arXiv:1910.13016  [pdf, other

    cs.LG stat.ML

    bLIMEy: Surrogate Prediction Explanations Beyond LIME

    Authors: Kacper Sokol, Alexander Hepburn, Raul Santos-Rodriguez, Peter Flach

    Abstract: Surrogate explainers of black-box machine learning predictions are of paramount importance in the field of eXplainable Artificial Intelligence since they can be applied to any type of data (images, text and tabular), are model-agnostic and are post-hoc (i.e., can be retrofitted). The Local Interpretable Model-agnostic Explanations (LIME) algorithm is often mistakenly unified with a more general fr… ▽ More

    Submitted 28 October, 2019; originally announced October 2019.

    Comments: 2019 Workshop on Human-Centric Machine Learning (HCML 2019); 33rd Conference on Neural Information Processing Systems (NeurIPS 2019), Vancouver, Canada

  10. arXiv:1910.12656  [pdf, other

    cs.LG stat.ML

    Beyond temperature scaling: Obtaining well-calibrated multiclass probabilities with Dirichlet calibration

    Authors: Meelis Kull, Miquel Perello-Nieto, Markus Kängsepp, Telmo Silva Filho, Hao Song, Peter Flach

    Abstract: Class probabilities predicted by most multiclass classifiers are uncalibrated, often tending towards over-confidence. With neural networks, calibration can be improved by temperature scaling, a method to learn a single corrective multiplicative factor for inputs to the last softmax layer. On non-neural models the existing methods apply binary calibration in a pairwise or one-vs-rest fashion. We… ▽ More

    Submitted 28 October, 2019; originally announced October 2019.

    Comments: Accepted for presentation at NeurIPS 2019

  11. FACE: Feasible and Actionable Counterfactual Explanations

    Authors: Rafael Poyiadzi, Kacper Sokol, Raul Santos-Rodriguez, Tijl De Bie, Peter Flach

    Abstract: Work in Counterfactual Explanations tends to focus on the principle of "the closest possible world" that identifies small changes leading to the desired outcome. In this paper we argue that while this approach might initially seem intuitively appealing it exhibits shortcomings not addressed in the current literature. First, a counterfactual example generated by the state-of-the-art systems is not… ▽ More

    Submitted 24 February, 2020; v1 submitted 20 September, 2019; originally announced September 2019.

    Comments: Presented at AAAI/ACM Conference on AI, Ethics, and Society 2020

  12. arXiv:1909.05167  [pdf, other

    cs.LG cs.AI cs.CY stat.ML

    FAT Forensics: A Python Toolbox for Algorithmic Fairness, Accountability and Transparency

    Authors: Kacper Sokol, Raul Santos-Rodriguez, Peter Flach

    Abstract: Today, artificial intelligence systems driven by machine learning algorithms can be in a position to take important, and sometimes legally binding, decisions about our everyday lives. In many cases, however, these systems and their actions are neither regulated nor certified. To help counter the potential harm that such algorithms can cause we developed an open source toolbox that can analyse sele… ▽ More

    Submitted 25 August, 2022; v1 submitted 11 September, 2019; originally announced September 2019.

    Comments: Homepage: https://fat-forensics.org/ Source Code: https://github.com/fat-forensics/fat-forensics/

  13. arXiv:1908.02858  [pdf, other

    cs.LG eess.SY stat.ML

    HyperStream: a Workflow Engine for Streaming Data

    Authors: Tom Diethe, Meelis Kull, Niall Twomey, Kacper Sokol, Hao Song, Miquel Perello-Nieto, Emma Tonkin, Peter Flach

    Abstract: This paper describes HyperStream, a large-scale, flexible and robust software package, written in the Python language, for processing streaming data with workflow creation capabilities. HyperStream overcomes the limitations of other computational engines and provides high-level interfaces to execute complex nesting, fusion, and prediction both in online and offline forms in streaming environments.… ▽ More

    Submitted 7 August, 2019; originally announced August 2019.

  14. arXiv:1905.06023  [pdf, other

    stat.ML cs.AI cs.LG

    Distribution Calibration for Regression

    Authors: Hao Song, Tom Diethe, Meelis Kull, Peter Flach

    Abstract: We are concerned with obtaining well-calibrated output distributions from regression models. Such distributions allow us to quantify the uncertainty that the model has regarding the predicted target value. We introduce the novel concept of distribution calibration, and demonstrate its advantages over the existing definition of quantile calibration. We further propose a post-hoc approach to improvi… ▽ More

    Submitted 15 May, 2019; originally announced May 2019.

    Comments: ICML 2019, 10 pages

  15. arXiv:1903.04016  [pdf, other

    stat.ML cs.LG

    $β^3$-IRT: A New Item Response Model and its Applications

    Authors: Yu Chen, Telmo Silva Filho, Ricardo B. C. Prudêncio, Tom Diethe, Peter Flach

    Abstract: Item Response Theory (IRT) aims to assess latent abilities of respondents based on the correctness of their answers in aptitude test items with different difficulty levels. In this paper, we propose the $β^3$-IRT model, which models continuous responses and can generate a much enriched family of Item Characteristic Curve (ICC). In experiments we applied the proposed model to data from an online ex… ▽ More

    Submitted 3 June, 2019; v1 submitted 10 March, 2019; originally announced March 2019.

    Journal ref: AISTATS 2019

  16. arXiv:1806.07690  [pdf, other

    stat.ML cs.LG

    Non-Parametric Calibration of Probabilistic Regression

    Authors: Hao Song, Meelis Kull, Peter Flach

    Abstract: The task of calibration is to retrospectively adjust the outputs from a machine learning model to provide better probability estimates on the target variable. While calibration has been investigated thoroughly in classification, it has not yet been well-established for regression tasks. This paper considers the problem of calibrating a probabilistic regression model to improve the estimated probab… ▽ More

    Submitted 20 June, 2018; originally announced June 2018.

  17. arXiv:1702.01209  [pdf, other

    stat.ML cs.HC

    Probabilistic Sensor Fusion for Ambient Assisted Living

    Authors: Tom Diethe, Niall Twomey, Meelis Kull, Peter Flach, Ian Craddock

    Abstract: There is a widely-accepted need to revise current forms of health-care provision, with particular interest in sensing systems in the home. Given a multiple-modality sensor platform with heterogeneous network connectivity, as is under development in the Sensor Platform for HEalthcare in Residential Environment (SPHERE) Interdisciplinary Research Collaboration (IRC), we face specific challenges rela… ▽ More

    Submitted 3 February, 2017; originally announced February 2017.

    Comments: Journal article. 19 pages; 7 figures