Efficient Long-Context Modeling in Diffusion Language Models via Block Approximate Sparse Attention
This work addresses the efficiency bottleneck of long-context modeling in diffusion language models, offering a practical acceleration method that generalizes across language, multimodal, and video generation models.
Diffusion Language Models suffer from high computational cost when scaling to long sequences. The proposed Block Approximate Sparse Attention (BA-Att) achieves up to 6.95x acceleration over FlashAttention while maintaining near full-attention performance at 50% sparsity across various models.
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.