paper-with-me

Papers

Vision Transformers are Circulant Attention Learners

2025-12-25 · Dongchen Han, Tianyu Li, Ziyi Wang, Gao Huang arxiv

The self-attention mechanism has been a key factor in the advancement of vision Transformers. However, its quadratic complexity imposes a heavy computational burden in high-resolution scenarios, restricting the practical application. Previous methods attempt to mitigate this issue by introducing handcrafted patterns such as locality or sparsity, which inevitably compromise model capacity. In this paper, we present a novel attention paradigm termed \textbf{Circulant Attention} by exploiting the inherent efficient pattern of self-attention. Specifically, we first identify that the self-attention matrix in vision Transformers often approximates the Block Circulant matrix with Circulant Blocks (BCCB), a kind of structured matrix whose multiplication with other matrices can be performed in $\mathcal{O}(N\log N)$ time. Leveraging this interesting pattern, we explicitly model the attention map as its nearest BCCB matrix and propose an efficient computation algorithm for fast calculation. The resulting approach closely mirrors vanilla self-attention, differing only in its use of BCCB matrices. Since our design is inspired by the inherent efficient paradigm, it not only delivers $\mathcal{O}(N\log N)$ computation complexity, but also largely maintains the capacity of standard self-attention. Extensive experiments on diverse visual tasks demonstrate the effectiveness of our approach, establishing circulant attention as a promising alternative to self-attention for vision Transformer architectures. Code is available at https://github.com/LeapLabTHU/Circulant-Attention.

📄 PDF Abstract BibTeX arXiv:2512.21542

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring Vision Transformers as Diffusion Learners

2022-12-28 · He Cao, Jianan Wang, Tianhe Ren, Xianbiao Qi 외

Score-based diffusion models have captured widespread attention and funded fast progress of recent vision generative tasks. In this paper, we focus on diffusion model backbone which has been much neglected before. We sys…

Decoder

Augmented Shortcuts for Vision Transformers

2021-06-30 · NeurIPS 2021 12 · Yehui Tang, Kai Han, Chang Xu, An Xiao 외

Transformer models have achieved great progress on computer vision tasks recently. The rapid development of vision transformers is mainly contributed by their high representation ability for extracting informative featur…

Diversity

Masked Autoencoders as Image Processors

2023-03-30 · Huiyu Duan, Wei Shen, Xiongkuo Min, Danyang Tu 외

Transformers have shown significant effectiveness for various vision tasks including both high-level vision and low-level vision. Recently, masked autoencoders (MAE) for feature pre-training have further unleashed the po…

DeblurringDenoisingImage Defocus DeblurringImage Denoising+1

Vision Transformers are Parameter-Efficient Audio-Visual Learners

2022-12-15 · CVPR 2023 1 · Yan-Bo Lin, Yi-Lin Sung, Jie Lei, Mohit Bansal 외

Vision transformers (ViTs) have achieved impressive results on various computer vision tasks in the last several years. In this work, we study the capability of frozen ViTs, pretrained only on visual data, to generalize …

Audio-visual Question AnsweringAUDIO-VISUAL QUESTION ANSWERING (MUSIC-AVQA-v2.0)

Vision Transformers are Robust Learners

2021-05-17 · Sayak Paul, Pin-Yu Chen

Transformers, composed of multiple self-attention layers, hold strong promises toward a generic learning primitive applicable to different data modalities, including the recent breakthroughs in computer vision achieving …

Anomaly DetectionImage ClassificationRobust classification