CVAIMay 22

Improved Belief-Attention in Vision Task

arXiv:2606.0007737.1
Predicted impact top 80% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This paper offers an incremental improvement to attention mechanisms for vision tasks, specifically for researchers working on Transformer-based vision models.

The authors propose Belief2-Attention, an extension of Belief-Attention that uses both perpendicular and projected components from orthogonal projection, and adds an extra inner-product matrix to capture richer token correlations. On vision tasks, it achieves improved performance over standard attention, e.g., 1.2% higher accuracy on ImageNet classification.

Recently, Belief-Attention \cite{Guoqiang25BeliefAttention} has been proposed by first performing an orthogonal projection of the softmax-based weighted summation of $V$ vectors with respect to the original $V$ vectors and then taking the perpendicular component as the residual signal in Transformer for performance improvement. In this paper, we first conduct an ablation study showing the projected component also carries information about the token correlation, which should not be ignored. We then propose to extend Belief-Attention by making use of both the perpendicular and projected components. In particular, the projected component goes through certain activation function and then a linear mapping before merging with the considered token. Conceptually speaking, the neural block for the projected component can be viewed as a two-layer feedforward network (FFN) within the new attention block. It is also noted that standard attention captures the token correlation via the inner-product matrix $QK^T$. We propose to introduce an additional inner-product matrix $ZZ^T$ to $QK^T$ to capture richer token correlation. We refer to the new module as Belief2-Attention. It can be easily shown that Belief2-Attention is more expressive than standard Attention. We then verify the effectiveness of Belief2-Attention for vision tasks of image classification and segmentation.

Foundations

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

Your Notes