paper-with-me

Papers

Representative Attention For Vision Transformers

2026-05-14 · Yuntong Li, Hainuo Wang, Hengxing Liu, Mingjia Li, Xiaojie Guo arxiv

Linear attention has emerged as a promising direction for scaling Vision Transformers beyond the quadratic cost of dense self-attention. A prevalent strategy is to compress spatial tokens into a compact set of intermediate proxies that mediate global information exchange. However, existing methods typically derive these proxy tokens from predefined spatial layouts, causing token compression to remain anchored to image coordinates rather than the semantic organization of visual content. To overcome this limitation, we propose Representative Attention (RPAttention), a linear global attention mechanism that performs token compression directly in representation space. Instead of constructing intermediate tokens from fixed spatial partitions, it dynamically forms a compact set of learned representative tokens to enable semantically related regions to communicate regardless of their spatial distance, by following a lightweight Gather-Interact-Distribute paradigm. Spatial tokens are first softly gathered into representative tokens through competitive similarity-based routing. The representatives then perform global interaction within a compact latent space, before broadcasting the refined information back to all spatial tokens via query-driven cross-attention. Via replacing coordinate-driven aggregation with representation-driven compression, RPAttention preserves global receptive fields while adaptively aligning token communication with the content structure of each input.RPAttention reduces the dominant token interaction complexity from quadratic to linear scaling with respect to the number of spatial tokens, while maintaining expressive global context modeling. Extensive experiments across diverse vision transformer backbones on image classification, object detection, and semantic segmentation demonstrate the effectiveness of our design.

📄 PDF Abstract BibTeX arXiv:2605.14913

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationImage ClassificationObject Detection

Similar Papers 제목 키워드 기반

Vision Transformer with Quadrangle Attention

2023-03-27 · Qiming Zhang, Jing Zhang, Yufei Xu, DaCheng Tao

Window-based attention has become a popular choice in vision transformers due to its superior performance, lower computational complexity, and less memory footprint. However, the design of hand-crafted windows, which is …

object-detectionObject DetectionPose EstimationSemantic Segmentation

Accelerating Vision Transformers Based on Heterogeneous Attention Patterns

2023-10-11 · Deli Yu, Teng Xi, Jianwei Li, Baopu Li 외

Recently, Vision Transformers (ViTs) have attracted a lot of attention in the field of computer vision. Generally, the powerful representative capacity of ViTs mainly benefits from the self-attention mechanism, which has…

Dimensionality Reduction

Vision Mamba-based autonomous crack segmentation on concrete, asphalt, and masonry surfaces

2024-06-24 · Zhaohui Chen, Elyas Asadi Shamsabadi, Sheng Jiang, Luming Shen 외

Convolutional neural networks (CNNs) and Transformers have shown advanced accuracy in crack detection under certain conditions. Yet, the fixed local attention can compromise the generalisation of CNNs, and the quadratic …

Crack SegmentationDecoderMamba

Polynomial-based Self-Attention for Table Representation learning

2023-12-12 · Jayoung Kim, Yehjin Shin, Jeongwhan Choi, Hyowon Wi 외

Structured data, which constitutes a significant portion of existing data types, has been a long-standing research topic in the field of machine learning. Various representation learning methods for tabular data have bee…

DecoderRepresentation Learning

A Survey of Visual Transformers

2021-11-11 · Yang Liu, Yao Zhang, Yixin Wang, Feng Hou 외

Transformer, an attention-based encoder-decoder model, has already revolutionized the field of natural language processing (NLP). Inspired by such significant achievements, some pioneering works have recently been done o…

ArticlesSurvey