Explainable Adversarial Attacks on Coarse-to-Fine Classifiers
Akram Heidarizadeh, Connor Hatfield, Lorenzo Lazzarotto, HanQin Cai, George Atia
TL;DR
The paper tackles the problem of explainable adversarial attacks on coarse-to-fine (C2F) classifiers by introducing LRP-guided perturbations that influence heatmaps used for decision reasoning at both coarse and fine stages. It presents two attack variants, LRPC (coarse-level) and LRPF (fine-level), each optimizing perturbations via gradient descent to manipulate Layer-wise Relevance Propagation heatmaps while obeying an $\ell_\infty$ budget $\|\eta\|_\infty \le \epsilon$. The authors formalize the C2F model, define LRP-based loss terms for both levels, and demonstrate on ImageNet with a VGG-16 backbone that the attacks can achieve high fooling rates with perceptibility comparable to strong baselines, all while yielding more interpretable failure modes through heatmap shifts. This work contributes a framework for understanding and auditing hierarchical model behavior under adversarial perturbations, with potential implications for model explainability and robustness analysis in multi-stage vision systems.
Abstract
Traditional adversarial attacks typically aim to alter the predicted labels of input images by generating perturbations that are imperceptible to the human eye. However, these approaches often lack explainability. Moreover, most existing work on adversarial attacks focuses on single-stage classifiers, but multi-stage classifiers are largely unexplored. In this paper, we introduce instance-based adversarial attacks for multi-stage classifiers, leveraging Layer-wise Relevance Propagation (LRP), which assigns relevance scores to pixels based on their influence on classification outcomes. Our approach generates explainable adversarial perturbations by utilizing LRP to identify and target key features critical for both coarse and fine-grained classifications. Unlike conventional attacks, our method not only induces misclassification but also enhances the interpretability of the model's behavior across classification stages, as demonstrated by experimental results.
