Efficient Long-Context Modeling in Diffusion Language Models via Block Approximate Sparse Attention
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Understanding | MLVU (dev) | MLVU Dev Score59.71 | 21 | |
| Long-context language modeling | LongBench 16K context length | NrtvQA Score13.3 | 6 | |
| Long-context Reasoning | RULER 8K context length | NIAH Score98.5 | 6 | |
| Long-context Reasoning | RULER 16k context length | NIAH94.62 | 6 | |
| Long-context Reasoning | RULER 4k context length | NIAH98.16 | 6 | |
| Video Understanding | VideoMME | Score (%)56.56 | 4 | |
| Video Understanding | MuirBench | Score47.69 | 4 | |
| Video Generation | VBench | PSNR24.08 | 3 | |
| Long-context Reasoning | RULER 32k context length | NIAH90.97 | 3 |