paper-with-me

홈 › Papers

Investigating the Impact of Model Instability on Explanations and Uncertainty

2024-02-20 · Sara Vera Marjanović, Isabelle Augenstein, Christina Lioma

Explainable AI methods facilitate the understanding of model behaviour, yet, small, imperceptible perturbations to inputs can vastly distort explanations. As these explanations are typically evaluated holistically, before model deployment, it is difficult to assess when a particular explanation is trustworthy. Some studies have tried to create confidence estimators for explanations, but none have investigated an existing link between uncertainty and explanation quality. We artificially simulate epistemic uncertainty in text input by introducing noise at inference time. In this large-scale empirical study, we insert different levels of noise perturbations and measure the effect on the output of pre-trained language models and different uncertainty metrics. Realistic perturbations have minimal effect on performance and explanations, yet masking has a drastic effect. We find that high uncertainty doesn't necessarily imply low explanation plausibility; the correlation between the two metrics can be moderately positive when noise is exposed during the training process. This suggests that noise-augmented models may be better at identifying salient tokens when uncertain. Furthermore, when predictive and epistemic uncertainty measures are over-confident, the robustness of a saliency map to perturbation can indicate model stability issues. Integrated Gradients shows the overall greatest robustness to perturbation, while still showing model-specific patterns in performance; however, this phenomenon is limited to smaller Transformer-based language models.

📄 PDF Abstract BibTeX arXiv:2402.13006

Code (1)

spaidataiga/unc-and-xai-noise 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Confident Teacher, Confident Student? A Novel User Study Design for Investigating the Didactic Potential of Explanations and their Impact on Uncertainty

2024-09-10 · Teodor Chiaburu, Frank Haußer, Felix Bießmann

Evaluating the quality of explanations in Explainable Artificial Intelligence (XAI) is to this day a challenging problem, with ongoing debate in the research community. While some advocate for establishing standardized o…

Experimental DesignExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Word-Level Uncertainty Estimation for Black-Box Text Classifiers using RNNs

2020-12-01 · COLING 2020 8 · Jakob Smedegaard Andersen, Tom Sch{\"o}ner, Walid Maalej

Estimating uncertainties of Neural Network predictions paves the way towards more reliable and trustful text classifications. However, common uncertainty estimation approaches remain as black-boxes without explaining whi…

Decision MakingSentiment Analysis

Calibrated Explanations: with Uncertainty Information and Counterfactuals

2023-05-03 · Helena Lofstrom, Tuwe Lofstrom, Ulf Johansson, Cecilia Sonstrod

While local explanations for AI models can offer insights into individual predictions, such as feature importance, they are plagued by issues like instability. The unreliability of feature weights, often skewed due to po…

counterfactualExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature Importance+1

Stabilising Explainability Fragility in Cybersecurity AI: The Impact and Mitigation of Multicollinearity in Public Benchmark Datasets

2026-05-21 · Ioannis J. Vourganas, Anna Lito Michala arxiv

This paper investigates a unexplored yet impactful vulnerability in AI explainability used in intrusion detection (IDS): multicollinearity-induced instability. Despite extensive reliance on post-hoc explainability tools …

Intrusion Detection

Can AI Explanations Make You Change Your Mind?

2025-08-11 · Laura Spillner, Rachel Ringe, Robert Porzel, Rainer Malaka arxiv

In the context of AI-based decision support systems, explanations can help users to judge when to trust the AI's suggestion, and when to question it. In this way, human oversight can prevent AI errors and biased decision…