菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-19
📄 Abstract - Spectral Integrated Gradients for Coarse-to-Fine Feature Attribution

Integrated Gradients (IG) is a widely adopted feature attribution method that satisfies desirable axiomatic properties. However, the choice of integration path significantly affects the quality of attributions, and the standard straight-line path introduces all input features simultaneously, often accumulating noisy gradients along the way. To address this limitation, we propose Spectral Integrated Gradients, which constructs integration paths based on singular value decomposition (SVD) of the baseline-to-input difference. By progressively activating singular components from largest to smallest, SIG introduces global structure before fine-grained details, naturally following a coarse-to-fine progression. Through extensive evaluation across diverse image classification datasets, we demonstrate that SIG produces cleaner attribution maps with reduced noise and achieves improved quantitative performance compared to existing path-based attribution methods. Our code is available at this https URL.

顶级标签: computer vision machine learning
详细标签: feature attribution integrated gradients explainability singular value decomposition image classification 或 搜索:

频谱集成梯度:从粗到细的特征归因方法 / Spectral Integrated Gradients for Coarse-to-Fine Feature Attribution


1️⃣ 一句话总结

本文提出了一种基于奇异值分解的集成梯度改进方法,通过按频谱成分从大到小逐步激活特征,生成更清晰、噪声更少且性能更优的归因图。

源自 arXiv: 2605.19607