paper-with-me

Papers

SAM: The Sensitivity of Attribution Methods to Hyperparameters

2020-03-04 · CVPR 2020 6 · Naman Bansal, Chirag Agarwal, Anh Nguyen

Attribution methods can provide powerful insights into the reasons for a classifier's decision. We argue that a key desideratum of an explanation method is its robustness to input hyperparameters which are often randomly set or empirically tuned. High sensitivity to arbitrary hyperparameter choices does not only impede reproducibility but also questions the correctness of an explanation and impairs the trust of end-users. In this paper, we provide a thorough empirical study on the sensitivity of existing attribution methods. We found an alarming trend that many methods are highly sensitive to changes in their common hyperparameters e.g. even changing a random seed can yield a different explanation! Interestingly, such sensitivity is not reflected in the average explanation accuracy scores over the dataset as commonly reported in the literature. In addition, explanations generated for robust classifiers (i.e. which are trained to be invariant to pixel-wise perturbations) are surprisingly more robust than those generated for regular classifiers.

📄 PDF Abstract BibTeX arXiv:2003.08754

Code (1)

anguyen8/sam 공식 구현 pytorch

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

Taming Hyperparameter Sensitivity in Data Attribution: Practical Selection Without Costly Retraining

2025-05-30 · Weiyi Wang, Junwei Deng, Yuzheng Hu, Shiyuan Zhang 외

Data attribution methods, which quantify the influence of individual training data points on a machine learning model, have gained increasing popularity in data-centric applications in modern AI. Despite a recent surge o…

Sensitivity

Delta-Audit: Explaining What Changes When Models Change

2025-08-27 · Arshia Hemmat, Afsaneh Fatemi arxiv

Model updates (new hyperparameters, kernels, depths, solvers, or data) change performance, but the \emph{reason} often remains opaque. We introduce \textbf{Delta-Attribution} (\mbox{$Δ$-Attribution}), a model-agnostic fr…

Assessing Ranking and Effectiveness of Evolutionary Algorithm Hyperparameters Using Global Sensitivity Analysis Methodologies

2022-07-11 · Varun Ojha, Jon Timmis, Giuseppe Nicosia

We present a comprehensive global sensitivity analysis of two single-objective and two multi-objective state-of-the-art global optimization evolutionary algorithms as an algorithm configuration problem. That is, we inves…

Evolutionary Algorithmsglobal-optimizationSensitivity

Stochastic Parameter Decomposition

2025-06-25 · Lucius Bushnaq, Dan Braun, Lee Sharkey

A key step in reverse engineering neural networks is to decompose them into simpler parts that can be studied in relative isolation. Linear parameter decomposition -- a framework that has been proposed to resolve several…

EVO-LRP: Evolutionary Optimization of LRP for Interpretable Model Explanations

2025-09-28 · Emerald Zhang, Julian Weaver, Samantha R Santacruz, Edward Castillo arxiv

Explainable AI (XAI) methods help identify which image regions influence a model's prediction, but often face a trade-off between detail and interpretability. Layer-wise Relevance Propagation (LRP) offers a model-aware a…