English

Efficient Long-Context Modeling in Diffusion Language Models via Block Approximate Sparse Attention

Computer Vision and Pattern Recognition 2026-05-20 v1

Abstract

Diffusion Language Models (DLMs) enable globally coherent, bidirectional, and controllable text generation, offering advantages over traditional autoregressive LLMs, while scaling to ultra-long sequences remains costly. Many existing block-sparse attention methods select blocks by fixed sampling patterns over the high-resolution attention space, such as tail regions or anti-diagonal stripes. Such prior-driven sampling can miss salient tokens and introduce instability under distribution shifts. In this paper, we propose the Block Approximate Sparse Attention framework (BA-Att) with block-wise pre-downsampled operation, which identifies informative regions within a compact downsampled space, avoiding reliance on brittle positional priors. To analyze its theoretical behavior, we define an oracle post-downsample attention map and formalize the approximation error between pre- and post-downsample schemes. Based on this insight, we introduce a lightweight norm-sorting module and a covariance-compensated correction that approximates full covariance using diagonal QK variances, reducing computational complexity. Extensive experiments show that our operator achieves up to 6.95x acceleration over FlashAttention in attention computation, and maintains near full-attention performance at 50% sparsity across language models, multimodal language models, and video generation models, demonstrating strong efficiency and generalization.

Keywords

Cite

@article{arxiv.2605.19726,
  title  = {Efficient Long-Context Modeling in Diffusion Language Models via Block Approximate Sparse Attention},
  author = {Wenhu Zhang and Yiming Wu and Huanyu Wang and Yaoyang Liu and Huanzhang Dou and Senqiao Yang and Sitong Wu and Hanbin Zhao and Jiaya Jia},
  journal= {arXiv preprint arXiv:2605.19726},
  year   = {2026}
}

Comments

CVPR 2026 Findings paper