paper-with-me

Papers

MirrorLA: Reflecting Feature Map for Vision Linear Attention

2026-02-04 · Weikang Meng, Liangyu Huo, Yadan Luo, Yaowei Wang, Yingjian Li, Zheng Zhang arxiv

Linear attention significantly reduces the computational complexity of Transformers from quadratic to linear, yet it consistently lags behind softmax-based attention in performance. We identify the root cause of this degradation as the non-negativity constraint imposed on kernel feature maps: standard projections like ReLU act as "passive truncation" operators, indiscriminately discarding semantic information residing in the negative domain. We propose MirrorLA, a geometric framework that substitutes passive truncation with active reorientation. By leveraging learnable Householder reflections, MirrorLA rotates the feature geometry into the non-negative orthant to maximize information retention. Our approach restores representational density through a cohesive, multi-scale design: it first optimizes local discriminability via block-wise isometries, stabilizes long-context dynamics using variance-aware modulation to diversify activations, and finally, integrates dispersed subspaces via cross-head reflections to induce global covariance mixing. MirrorLA achieves state-of-the-art performance across standard benchmarks, demonstrating that strictly linear efficiency can be achieved without compromising representational fidelity.

📄 PDF Abstract BibTeX arXiv:2602.04346

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Demystifying the Power Scaling Law of Intelligent Reflecting Surfaces and Metasurfaces

2019-11-11

Intelligent reflecting surfaces (IRSs) have recently attracted the attention of communication theorists as a means to control the wireless propagation channel. It has been shown that the signal-to-noise ratio (SNR) of a …

Breaking the Low-Rank Dilemma of Linear Attention

2024-11-12 · CVPR 2025 1 · Qihang Fan, Huaibo Huang, Ran He

The Softmax attention mechanism in Transformer models is notoriously computationally expensive, particularly due to its quadratic complexity, posing significant challenges in vision applications. In contrast, linear atte…

ViT-AdaLA: Adapting Vision Transformers with Linear Attention

2026-03-17 · Yifan Li, Seunghyun Yoon, Viet Dac Lai, Franck Dernoncourt 외 arxiv

Vision Transformers (ViTs) based vision foundation models (VFMs) have achieved remarkable performance across diverse vision tasks, but suffer from quadratic complexity that limits scalability to long sequences. Existing …

FLatten Transformer: Vision Transformer using Focused Linear Attention

2023-08-01 · ICCV 2023 1 · Dongchen Han, Xuran Pan, Yizeng Han, Shiji Song 외

The quadratic computation complexity of self-attention has been a persistent challenge when applying Transformer models to vision tasks. Linear attention, on the other hand, offers a much more efficient alternative with …

Diversity

Vicinity Vision Transformer

2022-06-21 · Weixuan Sun, Zhen Qin, Hui Deng, Jianyuan Wang 외

Vision transformers have shown great success on numerous computer vision tasks. However, its central component, softmax attention, prohibits vision transformers from scaling up to high-resolution images, due to both the …

image-classificationImage Classification