paper-with-me

홈 › Papers

Systematic Evaluation of Attribution Methods: Eliminating Threshold Bias and Revealing Method-Dependent Performance Patterns

2025-09-03 · Serra Aksoy arxiv

Attribution methods explain neural network predictions by identifying influential input features, but their evaluation suffers from threshold selection bias that can reverse method rankings and undermine conclusions. Current protocols binarize attribution maps at single thresholds, where threshold choice alone can alter rankings by over 200 percentage points. We address this flaw with a threshold-free framework that computes Area Under the Curve for Intersection over Union (AUC-IoU), capturing attribution quality across the full threshold spectrum. Evaluating seven attribution methods on dermatological imaging, we show single-threshold metrics yield contradictory results, while threshold-free evaluation provides reliable differentiation. XRAI achieves 31% improvement over LIME and 204% over vanilla Integrated Gradients, with size-stratified analysis revealing performance variations up to 269% across lesion scales. These findings establish methodological standards that eliminate evaluation artifacts and enable evidence-based method selection. The threshold-free framework provides both theoretical insight into attribution behavior and practical guidance for robust comparison in medical imaging and beyond.

📄 PDF Abstract BibTeX arXiv:2509.03176

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Better Understanding Differences in Attribution Methods via Systematic Evaluations

2023-03-21 · Sukrut Rao, Moritz Böhle, Bernt Schiele

Deep neural networks are very successful on many vision tasks, but hard to interpret due to their black box nature. To overcome this, various post-hoc attribution methods have been proposed to identify image regions most…

Fairness

Do Feature Attribution Methods Correctly Attribute Features?

2021-04-27 · Yilun Zhou, Serena Booth, Marco Tulio Ribeiro, Julie Shah

Feature attribution methods are exceedingly popular in interpretable machine learning. They aim to compute the attribution of each input feature to represent its importance, but there is no consensus on the definition of…

AttributeInterpretable Machine Learning

Quanda: An Interpretability Toolkit for Training Data Attribution Evaluation and Beyond

2024-10-09 · Dilyara Bareeva, Galip Ümit Yolcu, Anna Hedström, Niklas Schmolenski 외

In recent years, training data attribution (TDA) methods have emerged as a promising direction for the interpretability of neural networks. While research around TDA is thriving, limited effort has been dedicated to the …

Benchmarking

Towards Better Understanding Attribution Methods

2022-05-20 · CVPR 2022 1 · Sukrut Rao, Moritz Böhle, Bernt Schiele

Deep neural networks are very successful on many vision tasks, but hard to interpret due to their black box nature. To overcome this, various post-hoc attribution methods have been proposed to identify image regions most…

Explainable artificial intelligenceExplanation Fidelity EvaluationImage ClassificationInterpretable Machine Learning

DATE-LM: Benchmarking Data Attribution Evaluation for Large Language Models

2025-07-12 · Cathy Jiao, Yijun Pan, Emily Xiao, Daisy Sheng 외 arxiv

Data attribution methods quantify the influence of training data on model outputs and are becoming increasingly relevant for a wide range of LLM research and applications, including dataset curation, model interpretabili…