LGAIJan 20

Diffusion In Diffusion: Reclaiming Global Coherence in Semi-Autoregressive Diffusion

arXiv:2601.13599v24 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the problem of maintaining global contextual understanding in diffusion language models for natural language generation, representing a strong incremental improvement.

The paper tackles the loss of global coherence in semi-autoregressive diffusion language models by proposing a 'draft-then-refine' framework called Diffusion in Diffusion, which reduces generative perplexity from 25.7 to 21.9 on OpenWebText using only 26% of the fine-tuning budget of baseline models.

One of the most compelling features of global discrete diffusion language models is their global bidirectional contextual capability. However, existing block-based diffusion studies tend to introduce autoregressive priors, which, while offering benefits, can cause models to lose this global coherence at the macro level. To regain global contextual understanding while preserving the advantages of the semi-autoregressive paradigm, we propose Diffusion in Diffusion, a 'draft-then-refine' framework designed to overcome the irreversibility and myopia problems inherent in block diffusion models. Our approach first employs block diffusion to generate rapid drafts using small blocks, then refines these drafts through global bidirectional diffusion with a larger bidirectional receptive field. We utilize snapshot confidence remasking to identify the most critical tokens that require modification, and apply mix-scale training to expand the block diffusion model's global capabilities. Empirical results demonstrate that our approach sets a new benchmark for discrete diffusion models on the OpenWebText dataset. Using only 26% of the fine-tuning budget of baseline models, we reduce generative perplexity from 25.7 to 21.9, significantly narrowing the performance gap with autoregressive models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes