paper-with-me

홈 › Papers

Feature Perturbation Augmentation for Reliable Evaluation of Importance Estimators in Neural Networks

2023-03-02 · Lennart Brocki, Neo Christopher Chung

Post-hoc explanation methods attempt to make the inner workings of deep neural networks more interpretable. However, since a ground truth is in general lacking, local post-hoc interpretability methods, which assign importance scores to input features, are challenging to evaluate. One of the most popular evaluation frameworks is to perturb features deemed important by an interpretability method and to measure the change in prediction accuracy. Intuitively, a large decrease in prediction accuracy would indicate that the explanation has correctly quantified the importance of features with respect to the prediction outcome (e.g., logits). However, the change in the prediction outcome may stem from perturbation artifacts, since perturbed samples in the test dataset are out of distribution (OOD) compared to the training dataset and can therefore potentially disturb the model in an unexpected manner. To overcome this challenge, we propose feature perturbation augmentation (FPA) which creates and adds perturbed images during the model training. Through extensive computational experiments, we demonstrate that FPA makes deep neural networks (DNNs) more robust against perturbations. Furthermore, training DNNs with FPA demonstrate that the sign of importance scores may explain the model more meaningfully than has previously been assumed. Overall, FPA is an intuitive data augmentation technique that improves the evaluation of post-hoc interpretability methods.

📄 PDF Abstract BibTeX arXiv:2303.01538

Code (1)

lenbrocki/feature-perturbation-augmentation 공식 구현 pytorch

Tasks

Data AugmentationPrediction

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

AGVBench: A Reliability-Oriented Benchmark of Data Augmentation for Vein Recognition

2026-07-02 · Haiyang Li, Yuming Fu, Qun Song, Hongchao Liao 외 arxiv

Vein recognition is a secure biometric technology often constrained by limited annotated data and imaging variations. While data augmentation mitigates this, strategies designed for natural images may disrupt the fine-gr…

Data Augmentation

Reliable Post hoc Explanations: Modeling Uncertainty in Explainability

2020-08-11 · NeurIPS 2021 12 · Dylan Slack, Sophie Hilgard, Sameer Singh, Himabindu Lakkaraju

As black box explanations are increasingly being employed to establish model credibility in high-stakes settings, it is important to ensure that these explanations are accurate and reliable. However, prior work demonstra…

Feature Importance

Semi-Truths: A Large-Scale Dataset of AI-Augmented Images for Evaluating Robustness of AI-Generated Image detectors

2024-11-12 · Anisha Pal, Julia Kruk, Mansi Phute, Manognya Bhattaram 외

Text-to-image diffusion models have impactful applications in art, design, and entertainment, yet these technologies also pose significant risks by enabling the creation and dissemination of misinformation. Although rece…

Misinformation

FrAUG: A Frame Rate Based Data Augmentation Method for Depression Detection from Speech Signals

2022-02-11 · Vijay Ravi, Jinhan Wang, Jonathan Flint, Abeer Alwan

In this paper, a data augmentation method is proposed for depression detection from speech signals. Samples for data augmentation were created by changing the frame-width and the frame-shift parameters during the feature…

Data AugmentationDepression Detection

Gated Graph Attention Networks with Learnable Temperature

2026-05-28 · Zhongtian Ma, Hao Wu, Yexin Zhang, Qiaosheng Zhang 외 arxiv

Graph attention networks learn neighbor importance through data-dependent coefficients, but standard layers lack explicit control over unreliable feature dimensions and use fixed sharpness of attention coefficient distri…