English

Sink-Aware Pruning for Diffusion Language Models

Computation and Language 2026-02-20 v1 Artificial Intelligence Machine Learning

Abstract

Diffusion Language Models (DLMs) incur high inference cost due to iterative denoising, motivating efficient pruning. Existing pruning heuristics largely inherited from autoregressive (AR) LLMs, typically preserve attention sink tokens because AR sinks serve as stable global anchors. We show that this assumption does not hold for DLMs: the attention-sink position exhibits substantially higher variance over the full generation trajectory (measured by how the dominant sink locations shift across timesteps), indicating that sinks are often transient and less structurally essential than in AR models. Based on this observation, we propose Sink-Aware Pruning{\bf \texttt{Sink-Aware Pruning}}, which automatically identifies and prunes unstable sinks in DLMs (prior studies usually keep sinks for AR LLMs). Without retraining, our method achieves a better quality-efficiency trade-off and outperforms strong prior pruning baselines under matched compute. Our code is available at https://github.com/VILA-Lab/Sink-Aware-Pruning.

Keywords

Cite

@article{arxiv.2602.17664,
  title  = {Sink-Aware Pruning for Diffusion Language Models},
  author = {Aidar Myrzakhan and Tianyi Li and Bowei Guo and Shengkun Tang and Zhiqiang Shen},
  journal= {arXiv preprint arXiv:2602.17664},
  year   = {2026}
}

Comments

Code at: https://github.com/VILA-Lab/Sink-Aware-Pruning

R2 v1 2026-07-01T10:43:23.093Z