paper-with-me

Papers

The Manifold Hypothesis for Gradient-Based Explanations

2022-06-15 · Sebastian Bordt, Uddeshya Upadhyay, Zeynep Akata, Ulrike Von Luxburg

When do gradient-based explanation algorithms provide perceptually-aligned explanations? We propose a criterion: the feature attributions need to be aligned with the tangent space of the data manifold. To provide evidence for this hypothesis, we introduce a framework based on variational autoencoders that allows to estimate and generate image manifolds. Through experiments across a range of different datasets -- MNIST, EMNIST, CIFAR10, X-ray pneumonia and Diabetic Retinopathy detection -- we demonstrate that the more a feature attribution is aligned with the tangent space of the data, the more perceptually-aligned it tends to be. We then show that the attributions provided by popular post-hoc methods such as Integrated Gradients and SmoothGrad are more strongly aligned with the data manifold than the raw gradient. Adversarial training also improves the alignment of model gradients with the data manifold. As a consequence, we suggest that explanation algorithms should actively strive to align their explanations with the data manifold. This is an extended version of a CVPR Workshop paper. Code is available at https://github.com/tml-tuebingen/explanations-manifold.

📄 PDF Abstract BibTeX arXiv:2206.07387

Code (1)

tml-tuebingen/explanations-manifold 공식 구현 pytorch

Tasks

Diabetic Retinopathy Detection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Tangentially Aligned Integrated Gradients for User-Friendly Explanations

2025-03-11 · Lachlan Simpson, Federico Costanza, Kyle Millar, Adriel Cheng 외

Integrated gradients is prevalent within machine learning to address the black-box problem of neural networks. The explanations given by integrated gradients depend on a choice of base-point. The choice of base-point is …

image-classificationImage Classification

Generative Model Inversion Through the Lens of the Manifold Hypothesis

2025-09-24 · Xiong Peng, Bo Han, Fengfei Yu, Tongliang Liu 외 arxiv

Model inversion attacks (MIAs) aim to reconstruct class-representative samples from trained models. Recent generative MIAs utilize generative adversarial networks to learn image priors that guide the inversion process, y…

Explainable Molecular Property Prediction: Aligning Chemical Concepts with Predictions via Language Models

2024-05-25 · Zhenzhong Wang, Zehui Lin, WanYu Lin, Ming Yang 외

Providing explainable molecular property predictions is critical for many scientific domains, such as drug discovery and material science. Though transformer-based language models have shown great potential in accurate m…

Drug DiscoveryMolecular Property Predictionmolecular representationProperty Prediction

Manifold-Aligned Guided Integrated Gradients for Reliable Feature Attribution

2026-05-04 · Soyeon Kim, Seongwoo Lim, Kyowoon Lee, Jaesik Choi arxiv

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 integra…

Diffeomorphic Explanations with Normalizing Flows

2021-06-02 · ICML Workshop INNF 2021 7 · Ann-Kathrin Dombrowski, Jan E Gerken, Pan Kessel

Normalizing flows are diffeomorphisms which are parameterized by neural networks. As a result, they can induce coordinate transformations in the tangent space of the data manifold. In this work, we demonstrate that such …