paper-with-me

Papers

LOTFormer: Doubly-Stochastic Linear Attention via Low-Rank Optimal Transport

2025-09-27 · Ashkan Shahbazi, Chayne Thrash, Yikun Bai, Keaton Hamm, Navid NaderiAlizadeh, Soheil Kolouri arxiv

Transformers have proven highly effective across modalities, but standard softmax attention scales quadratically with sequence length, limiting long context modeling. Linear attention mitigates this by approximating attention with kernel feature maps, yet most attention mechanisms remain row normalized and can over concentrate mass on a few tokens, harming robustness and information flow. Doubly stochastic attention counteracts this by balancing token participation across both rows and columns, but existing approaches often add significant overhead. We propose LOTFormer, a linear time doubly stochastic attention mechanism derived from an optimal transport view of attention as a coupling between query and key measures. LOTFormer enforces a low rank transport plan by conditioning on a learnable pivot measure with small support. We solve two entropic transport problems, queries to pivot and pivot to keys, and compose them into a conditional coupling that is provably doubly stochastic, has rank at most $r \ll n$, and applies to values in $O(nr)$ time without forming the full $n \times n$ matrix. The pivot locations and masses are learned end-to-end. Across vision and text benchmarks, LOTFormer delivers strong accuracy efficiency tradeoffs when plugged into standard backbones including Swin, DeiT, and BERT.

📄 PDF Abstract BibTeX arXiv:2509.23436

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sinkhorn doubly stochastic attention rank decay analysis

2026-04-09 · Michela Lapenna, Rita Fioresi, Bahman Gharesifard arxiv

The self-attention mechanism is central to the success of Transformer architectures. However, standard row-stochastic attention has been shown to suffer from significant signal degradation across layers. In particular, i…

Image ClassificationSentiment Analysis

ASAP: Amortized Doubly-Stochastic Attention via Sliced Dual Projection

2026-05-13 · Huy Tran, Max Milkert, David Hyde arxiv

Doubly-stochastic attention has emerged as a transport-based alternative to row-softmax attention, with recent Transformer variants using it to reduce attention sinks and rank collapse while improving performance. In thi…

Your Attention Matters: to Improve Model Robustness to Noise and Spurious Correlations

2025-07-28 · Camilo Tamayo-Rousseau, Yunjia Zhao, Yiqun Zhang, Randall Balestriero arxiv

Self-attention mechanisms are foundational to Transformer architectures, supporting their impressive success in a wide range of tasks. While there are many self-attention variants, their robustness to noise and spurious …

SlotFormer: Unsupervised Visual Dynamics Simulation with Object-Centric Models

2022-10-12 · Ziyi Wu, Nikita Dvornik, Klaus Greff, Thomas Kipf 외

Understanding dynamics from visual observations is a challenging problem that requires disentangling individual objects from the scene and learning their interactions. While recent object-centric models can successfully …

ObjectQuestion AnsweringVideo PredictionVisual Question Answering+1

Quantum Doubly Stochastic Transformers

2025-04-22 · Jannis Born, Filip Skogh, Kahn Rhrissorrakrai, Filippo Utro 외

At the core of the Transformer, the Softmax normalizes the attention matrix to be right stochastic. Previous research has shown that this often destabilizes training and that enforcing the attention matrix to be doubly s…

Inductive BiasObject Recognition