paper-with-me

Papers

Improving Adversarial Robustness of Attribution via Implicit Regularization

2026-05-28 · Amir Mehrpanah, Matteo Gamba, Hossein Azizpour arxiv

The adversarial robustness of attributions is a fundamental requirement for reliable explainability in deep learning, yet existing approaches typically rely on computationally expensive explicit regularization. In this work, we show that attribution robustness can arise implicitly from the learning dynamics of standard stochastic gradient descent. We theoretically motivate this effect through connections between parameter-space and input-space curvature, and validate it across architectures, datasets, and attribution methods, with negligible computational overhead. In contrast, we prove that such robustness gains often does not transfer to attention-based attribution under softmax normalization, due to inherent entropy constraints, and we validate this limitation experimentally. Finally, we show that replacing softmax attention with kernel-based attention restores the robustness gains in transformer models. Our results highlight learning dynamics as a principled and practical mechanism for robust explainability, and reveal fundamental limitations of attention-based attribution under normalization.

📄 PDF Abstract BibTeX arXiv:2605.29983

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

RoMA: Robust Malware Attribution via Byte-level Adversarial Training with Global Perturbations and Adversarial Consistency Regularization

2025-02-11 · Yuxia Sun, Huihong Chen, Jingcai Guo, Aoxiang Sun 외

Attributing APT (Advanced Persistent Threat) malware to their respective groups is crucial for threat intelligence and cybersecurity. However, APT adversaries often conceal their identities, rendering attribution inheren…

Adversarial RobustnessMalware Detection

Explainability-Guided Defense: Attribution-Aware Model Refinement Against Adversarial Data Attacks

2026-01-02 · Longwei Wang, Mohammad Navid Nayyem, Abdullah Al Rakin, KC Santosh 외 arxiv

The growing reliance on deep learning models in safety-critical domains such as healthcare and autonomous navigation underscores the need for defenses that are both robust to adversarial perturbations and transparent in …

Adversarial Robustness

FAR: A General Framework for Attributional Robustness

2020-10-14 · Adam Ivankay, Ivan Girardi, Chiara Marchiori, Pascal Frossard

Attribution maps are popular tools for explaining neural networks predictions. By assigning an importance value to each input dimension that represents its impact towards the outcome, they give an intuitive explanation o…

Smoothed Geometry for Robust Attribution

2020-06-11 · NeurIPS 2020 12 · Zifan Wang, Haofan Wang, Shakul Ramkumar, Matt Fredrikson 외

Feature attributions are a popular tool for explaining the behavior of Deep Neural Networks (DNNs), but have recently been shown to be vulnerable to attacks that produce divergent explanations for nearby inputs. This lac…

On Regularization and Robustness of Deep Neural Networks

2018-09-27 · Alberto Bietti*, Grégoire Mialon*, Julien Mairal

In this work, we study the connection between regularization and robustness of deep neural networks by viewing them as elements of a reproducing kernel Hilbert space (RKHS) of functions and by regularizing them using the…