MLLGJan 16, 2024

Statistical Test for Attention Map in Vision Transformer

arXiv:2401.08169v27 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable attention-based evidence in critical applications, though it is incremental as it builds on existing selective inference methods.

The study tackled the unreliability of Vision Transformer attention maps in high-stakes tasks like medical diagnostics by proposing a statistical test to quantify their significance with controlled error rates, demonstrating validity through experiments including brain image diagnoses.

The Vision Transformer (ViT) demonstrates exceptional performance in various computer vision tasks. Attention is crucial for ViT to capture complex wide-ranging relationships among image patches, allowing the model to weigh the importance of image patches and aiding our understanding of the decision-making process. However, when utilizing the attention of ViT as evidence in high-stakes decision-making tasks such as medical diagnostics, a challenge arises due to the potential of attention mechanisms erroneously focusing on irrelevant regions. In this study, we propose a statistical test for ViT's attentions, enabling us to use the attentions as reliable quantitative evidence indicators for ViT's decision-making with a rigorously controlled error rate. Using the framework called selective inference, we quantify the statistical significance of attentions in the form of p-values, which enables the theoretically grounded quantification of the false positive detection probability of attentions. We demonstrate the validity and the effectiveness of the proposed method through numerical experiments and applications to brain image diagnoses.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes