paper-with-me

Papers

Bi-Orthogonal Factor Decomposition for Vision Transformers

2026-01-08 · Fenil R. Doshi, Thomas Fel, Talia Konkle, George Alvarez arxiv

Self-attention is the central computational primitive of Vision Transformers, yet we lack a principled understanding of what information attention mechanisms exchange between tokens. Attention maps describe where weight mass concentrates; they do not reveal whether queries and keys trade position, content, or both. We introduce Bi-orthogonal Factor Decomposition (BFD), a two-stage analytical framework: first, an ANOVA-based decomposition statistically disentangles token activations into orthogonal positional and content factors; second, SVD of the query-key interaction matrix QK^T exposes bi-orthogonal modes that reveal how these factors mediate communication. After validating proper isolation of position and content, we apply BFD to state-of-the-art vision models and uncover three phenomena.(i) Attention operates primarily through content. Content-content interactions dominate attention energy, followed by content-position coupling. DINOv2 allocates more energy to content-position than supervised models and distributes computation across a richer mode spectrum. (ii) Attention mechanisms exhibit specialization: heads differentiate into content-content, content-position, and position-position operators, while singular modes within heads show analogous specialization. (iii) DINOv2's superior holistic shape processing emerges from intermediate layers that simultaneously preserve positional structure while contextually enriching semantic content. Overall, BFD exposes how tokens interact through attention and which informational factors - positional or semantic - mediate their communication, yielding practical insights into vision transformer mechanisms.

📄 PDF Abstract BibTeX arXiv:2601.05328

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Orthogonal Tensor Decomposition, with an Application to Latent Variable Model Learning

2013-09-12 · Franz J. Király

Decomposing tensors into orthogonal factors is a well-known task in statistics, machine learning, and signal processing. We study orthogonal outer product decompositions where the factors in the summands in the decomposi…

Tensor Decomposition

COMPOT: Calibration-Optimized Matrix Procrustes Orthogonalization for Transformers Compression

2026-02-16 · Denis Makhov, Dmitriy Shopkhoev, Magauiya Zhussip, Ammar Ali 외 arxiv

Post-training compression of Transformer models commonly relies on truncated singular value decomposition (SVD). However, enforcing a single shared subspace can degrade accuracy even at moderate compression. Sparse dicti…

HEAT: Hardware-Efficient Automatic Tensor Decomposition for Transformer Compression

2022-11-30 · Jiaqi Gu, Ben Keller, Jean Kossaifi, Anima Anandkumar 외

Transformers have attained superior performance in natural language processing and computer vision. Their self-attention and feedforward layers are overparameterized, limiting inference speed and energy efficiency. Tenso…

Efficient ExplorationKnowledge DistillationTensor Decomposition

Transformers learn factored representations

2026-02-02 · Adam Shai, Loren Amdahl-Culleton, Casper L. Christensen, Henry R. Bigelow 외 arxiv

Transformers pretrained via next token prediction learn to factor their world into parts, representing these factors in orthogonal subspaces of the residual stream. We formalize two representational hypotheses: (1) a rep…

TAOTF: A Two-stage Approximately Orthogonal Training Framework in Deep Neural Networks

2022-11-25 · Taoyong Cui, Jianze Li, Yuhan Dong, Li Liu

The orthogonality constraints, including the hard and soft ones, have been used to normalize the weight matrices of Deep Neural Network (DNN) models, especially the Convolutional Neural Network (CNN) and Vision Transform…