MHLA: Restoring Expressivity of Linear Attention via Token-Level Multi-Head

Abstract

While the Transformer architecture dominates many fields, its quadratic self-attention complexity hinders its use in large-scale applications. **Linear attention** offers an efficient alternative, but its direct application often degrades performance, with existing fixes typically re-introducing computational overhead through extra modules (e.g., depthwise separable convolution and few self-attention blocks) that defeat the original purpose. In this work, we identify a key failure mode in these methods: **global context collapse**, where the model loses representational diversity. To address this, we propose **Multi-Head Linear Attention (MHLA)**, which preserves this diversity by computing attention within divided heads along the token dimension. We prove that MHLA maintains linear complexity while recovering much of the expressive power of softmax attention, and verify its effectiveness across multiple domains, achieving a **3.6%** improvement on ImageNet classification, a **6.3%** gain on NLP, a **12.6%** improvement in image generation tasks and a **41%** enhancement in video generation tasks with the same computational complexity.

Cite

Text

Zhang et al. "MHLA: Restoring Expressivity of Linear Attention via Token-Level Multi-Head." International Conference on Learning Representations, 2026.

Markdown

[Zhang et al. "MHLA: Restoring Expressivity of Linear Attention via Token-Level Multi-Head." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/zhang2026iclr-mhla/)

BibTeX

@inproceedings{zhang2026iclr-mhla,
  title     = {{MHLA: Restoring Expressivity of Linear Attention via Token-Level Multi-Head}},
  author    = {Zhang, Kewei and Huang, Ye and Deng, Yufan and Yu, Jincheng and Chen, Junsong and Ling, Huan and Xie, Enze and Zhou, Daquan},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/zhang2026iclr-mhla/}
}