English

Manifold-Aligned Guided Integrated Gradients for Reliable Feature Attribution

Machine Learning 2026-05-19 v3 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Feature attribution is central to diagnosing and trusting deep neural networks, and Integrated Gradients (IG) is widely used due to its axiomatic properties. However, IG can yield unreliable explanations when the integration path between a baseline and the input passes through regions with noisy gradients. While Guided Integrated Gradients reduces this sensitivity by adaptively updating low-gradient-magnitude features, input-space guidance still produces intermediate inputs that deviate from the data manifold. To address this limitation, we propose \emph{Manifold-Aligned Guided Integrated Gradients} (MA-GIG), which constructs attribution paths in the latent space of a pre-trained variational autoencoder. By decoding intermediate latent states, MA-GIG biases the path toward the learned generative manifold and reduces exposure to implausible input-space regions. Through qualitative and quantitative evaluations, we demonstrate that MA-GIG produces faithful explanations by aggregating gradients on path features proximal to the input. Consequently, our method reduces off-manifold noise and outperforms prior path-based attribution methods across multiple datasets and classifiers. Our code is available at https://github.com/leekwoon/ma-gig/.

Keywords

Cite

@article{arxiv.2605.02167,
  title  = {Manifold-Aligned Guided Integrated Gradients for Reliable Feature Attribution},
  author = {Soyeon Kim and Seongwoo Lim and Kyowoon Lee and Jaesik Choi},
  journal= {arXiv preprint arXiv:2605.02167},
  year   = {2026}
}

Comments

32 pages, 13 figures, 12 tables. Accepted to ICML 2026; includes appendix

R2 v1 2026-07-01T12:47:53.353Z