paper-with-me

Papers

Layer Collapse in Diffusion Language Models

2026-05-07 · Alexander Conzelmann, Albert Catalan-Tatjer, Shiwei Liu arxiv

Diffusion language models (DLMs) have recently emerged as competitive alternatives to autoregressive (AR) language models, yet differences in their activation dynamics remain poorly understood. We characterize these dynamics in LLaDA-8B and identify a striking layer-collapse property: a few early layers exhibit highly similar, collapsed activation patterns dominated by a single large super-outlier persisting over a long token range. Despite its apparent redundancy, this outlier is critical: pruning it causes outputs to degrade into repetitive random token loops. Paradoxically, layers in LLaDA contain more redundant representations overall, with redundancy most pronounced in earlier layers -- the reverse of AR models, where deeper layers grow redundant due to undertraining. Our analysis indicates that layer collapse in DLMs is not driven by undertraining but by overtraining: a dominant outlier becomes an indispensable information carrier while remaining representations collapse into redundant structure. These findings have strong practical implications, verified through controlled pre-training experiments. DLMs are surprisingly robust to compression: LLaDA under 3-bit GPTQ quantization drops only -1.8% on GSM8K, whereas Llama-3.1-8B drops -64.7%. Optimal sparsity allocation also reverses between families: at 50% average sparsity, allocating more to early layers in LLaDA yields +8.4% over the reverse strategy, while the same allocation costs Llama -8.4%. Our findings reveal that the DLM training objective fundamentally reshapes layer dynamics relative to AR models, with direct consequences for compression and deployment. Code: github.com/Conzel/super-outlier-dlm.

📄 PDF Abstract BibTeX arXiv:2605.06366

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enabling KV Caching of Shared Prefix for Diffusion Language Models

2026-05-26 · Younghun Go, Jaehoon Han, Changyong Shin, Chuck Yoo 외 arxiv

Key-value (KV) caching for shared prefixes is essential for high-throughput large language model (LLM) serving, but it faces critical challenges in emerging diffusion language models (DLMs). In DLMs, bidirectional attent…

A Comparative analysis of Layer-wise Representational Capacity in AR and Diffusion LLMs

2026-03-08 · Raghavv Goel, Risheek Garrepalli, Sudhanshu Agrawal, Chris Lott 외 arxiv

Autoregressive (AR) language models build representations incrementally via left-to-right prediction, while diffusion language models (dLLMs) are trained through full-sequence denoising. Although recent dLLMs match AR pe…

Mean Mode Screaming: Mean--Variance Split Residuals for 1000-Layer Diffusion Transformers

2026-05-07 · Pengqi Lu arxiv

Scaling Diffusion Transformers (DiTs) to hundreds of layers introduces a structural vulnerability: networks can enter a silent, mean-dominated collapse state that homogenizes token representations and suppresses centered…

Analyzing the Mechanism of Attention Collapse in VGGT from a Dynamics Perspective

2025-12-25 · Huan Li, Longjun Luo, Yuling Shi, Xiaodong Gu arxiv

Visual Geometry Grounded Transformer (VGGT) delivers state-of-the-art feed-forward 3D reconstruction, yet its global self-attention layer suffers from a drastic collapse phenomenon when the input sequence exceeds a few h…

3D Reconstruction

A precise asymptotic analysis of learning diffusion models: theory and insights

2025-01-07 · Hugo Cui, Cengiz Pehlevan, Yue M. Lu

In this manuscript, we consider the problem of learning a flow or diffusion-based generative model parametrized by a two-layer auto-encoder, trained with online stochastic gradient descent, on a high-dimensional target d…