Enhancing Visual Feature Attribution via Weighted Integrated Gradients
A new technique called Weighted Integrated Gradients (WG) aims to improve how computer vision models highlight the features that influence their decisions, addressing a known weakness in existing explanation methods [1]. Integrated Gradients (IG) is a standard tool in explainable AI for attributing a model's prediction to its input features, but its reliability depends heavily on the choice of a reference, or baseline, image [1]. A common multi-baseline extension, Expected Gradients (EG), attempts to reduce this sensitivity by averaging attributions across multiple baselines, yet it treats every baseline as equally informative [1]. In high-dimensional vision models, this uniform weighting can produce noisy or unstable explanations [1]. The new WG method, detailed in a paper by Tran Duc T, Tam Nguyen Trong, and Anh Nguyen Duc, introduces an unsupervised criterion to evaluate baseline suitability without requiring any annotation or domain knowledge [2][4]. This fitness function assesses each baseline solely from model behavior, and an efficient algorithm computes the score in logarithmic time relative to the number of baselines, enabling the approach to scale to large baseline sets [3]. The scores are then normalized into weights used to aggregate IG attributions, giving more influence to baselines that are more informative for a specific input [3]. The method preserves the core axiomatic properties of IG, including completeness, sensitivity, and implementation invariance, while providing a probabilistic justification for its weighting scheme under a fitness-relevance monotonicity assumption [1][4]. Experiments on standard vision benchmarks and common architectures, including convolutional networks and Transformers, showed that WG consistently outperformed EG, yielding improvements in attribution fidelity of up to 36 percent [1][4]. The authors note that these gains come with an additional computational cost for fitness evaluation, positioning WG as an attribution-fidelity trade-off rather than a faster alternative to EG [1][4]. The weighting mechanism also identifies informative baseline subsets, which reduces unnecessary variability and can lower computational costs by filtering out less useful baselines while maintaining high attribution accuracy [2][3].
research-paper
Background sources we checked (6)
- arxiv.org ↗ [2505.03201] Enhancing Visual Feature Attribution via Weighted Integrated Gradients ... # Title:Enhancing Visual Feature Attribution via Weighted Integrated Gradients ... Tran Duc T ... Tam Nguyen Trong ... Anh Nguyen Duc ... > Abstract:Integrated Gradients (IG) is a widely used …
- arxiv.org ↗ Integrated Gradients (IG) is a widely used attribution method in explainable AI, particularly in computer vision applications where reliable feature attribution is essential. A key limitation of IG is its sensitivity to the choice of baseline (reference) images. Multi-baseline ex…
- arxiv.org ↗ Integrated Gradients (IG) is a widely used attribution method in explainable AI, particularly in computer vision applications where reliable feature attribution is essential. A key limitation of IG is its sensitivity to the choice of baseline (reference) images. Multi-baseline ex…
- en.wikipedia.org ↗ This glossary of artificial intelligence is a list of definitions of terms and concepts relevant to the study of artificial intelligence (AI), its subdisciplines, and related fields. Related glossaries include Glossary of computer science, Glossary of robotics, Glossary of machin…
- en.wikipedia.org ↗ Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of research in engineering, mathematics and computer…
- en.wikipedia.org ↗ The Euroradar Captor is a next-generation mechanical multi-mode Pulse Doppler Radar designed for the Eurofighter Typhoon. Development of Captor led to the AMSAR (Airborne Multirole Solid State Active Array Radar) project which eventually produced the CAESAR (Captor Active Electro…
Sources
- export.arxiv.org — Enhancing Visual Feature Attribution via Weighted Integrated Gradients ↗