CVMar 11, 2022

Visualizing and Understanding Patch Interactions in Vision Transformer

arXiv:2203.05922v161 citationsh-index: 55
Originality Incremental advance
AI Analysis

This work addresses the explainability gap in vision transformers for researchers and practitioners, though it is incremental as it builds on existing attention mechanisms.

The authors tackled the lack of explainability in Vision Transformers by proposing a novel visualization approach to analyze patch interactions, which improved top-1 accuracy on ImageNet by up to 4.28% and generalized to downstream tasks.

Vision Transformer (ViT) has become a leading tool in various computer vision tasks, owing to its unique self-attention mechanism that learns visual representations explicitly through cross-patch information interactions. Despite having good success, the literature seldom explores the explainability of vision transformer, and there is no clear picture of how the attention mechanism with respect to the correlation across comprehensive patches will impact the performance and what is the further potential. In this work, we propose a novel explainable visualization approach to analyze and interpret the crucial attention interactions among patches for vision transformer. Specifically, we first introduce a quantification indicator to measure the impact of patch interaction and verify such quantification on attention window design and indiscriminative patches removal. Then, we exploit the effective responsive field of each patch in ViT and devise a window-free transformer architecture accordingly. Extensive experiments on ImageNet demonstrate that the exquisitely designed quantitative method is shown able to facilitate ViT model learning, leading the top-1 accuracy by 4.28% at most. Moreover, the results on downstream fine-grained recognition tasks further validate the generalization of our proposal.

Foundations

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

Your Notes