paper-with-me

홈 › Papers

Attention Sinks in Diffusion Language Models

2025-10-17 · Maximo Eduardo Rulli, Simone Petruzzi, Edoardo Michielon, Fabrizio Silvestri, Simone Scardapane, Alessio Devoto arxiv

Masked Diffusion Language Models (DLMs) have recently emerged as a promising alternative to traditional Autoregressive Models (ARMs). DLMs employ transformer encoders with bidirectional attention, enabling parallel token generation while maintaining competitive performance. Although their efficiency and effectiveness have been extensively studied, the internal mechanisms that govern DLMs remain largely unexplored. In this work, we conduct an empirical analysis of DLM attention patterns, focusing on the attention sinking phenomenon, an effect previously observed in various transformer-based architectures. Our findings reveal that DLMs also exhibit attention sinks, but with distinct characteristics. First, unlike in ARMs, the sink positions in DLMs tend to shift throughout the generation process, displaying a dynamic behaviour. Second, while ARMs are highly sensitive to the removal of attention sinks, DLMs remain robust: masking sinks leads to only a minor degradation in performance. These results provide new insights into the inner workings of diffusion-based language models and highlight fundamental differences in how they allocate and utilize attention compared to autoregressive models.

📄 PDF Abstract BibTeX arXiv:2510.15731

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Analysis of Attention in Video Diffusion Transformers

2025-04-14 · Yuxin Wen, Jim Wu, Ajay Jain, Tom Goldstein 외

We conduct an in-depth analysis of attention in video diffusion transformers (VDiTs) and report a number of novel findings. We identify three key properties of attention in VDiTs: Structure, Sparsity, and Sinks. Structur…

Video Editing

Attention Sinks in Diffusion Transformers: A Causal Analysis

2026-05-10 · Fangzheng Wu, Brian Summa arxiv

Attention sinks -- tokens that receive disproportionate attention mass -- are assumed to be functionally important in autoregressive language models, but their role in diffusion transformers remains unclear. We present a…

Sink-Aware Pruning for Diffusion Language Models

2026-02-19 · Aidar Myrzakhan, Tianyi Li, Bowei Guo, Shengkun Tang 외 arxiv

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 attenti…

When Sinks Help or Hurt: Unified Framework for Attention Sink in Large Vision-Language Models

2026-04-01 · Jiho Choi, Jaemin Kim, Sanghwan Kim, Seunghoon Hong 외 arxiv

Attention sinks are defined as tokens that attract disproportionate attention. While these have been studied in single modality transformers, their cross-modal impact in Large Vision-Language Models (LVLM) remains largel…

A Mechanistic Account of Attention Sinks in GPT-2: One Circuit, Broader Implications for Mitigation

2026-04-16 · Yuval Ran-Milo, Hila Ofek, Shahar Mendel arxiv

Transformers commonly exhibit an attention sink: disproportionately high attention to the first position. We study this behavior in GPT-2-style models with learned query biases and absolute positional embeddings. Combini…