Time-Annealed Perturbation Sampling: Diverse Generation for Diffusion Language Models
Jingxuan Wu, Zhenglin Wan, Xingrui Yu, Yuzhe Yang, Yiqiao Huang, Ivor Tsang, Yang You
TL;DR
This paper presents Time-Annealed Perturbation Sampling (TAPS), a training-free inference method for diffusion-based language models that perturbs the conditioning signal with a decaying noise schedule to foster early semantic branching while preserving later fluency. It identifies a temporal division of labor in diffusion generation, where early steps shape global semantics and later steps refine lexical details, and demonstrates that time-annealed perturbations can expand the space of valid outputs without sacrificing quality. Across two backbones (LLaDA-8B-Instruct and TraDo-8B-Instruct) and tasks spanning open-ended writing and mathematical reasoning, TAPS yields consistent improvements in semantic and embedding-level diversity, with competitive or superior quality judged by GPT-4o and human-aligned preference benchmarks. The approach is validated through extensive experiments, ablations on noise scales, perturbation windows, and perturbation strategies, and points to diffusion models as a promising platform for controlled, diverse text generation.
Abstract
Diffusion language models (Diffusion-LMs) introduce an explicit temporal dimension into text generation, yet how this structure can be leveraged to control generation diversity for exploring multiple valid semantic or reasoning paths remains underexplored. In this paper, we show that Diffusion-LMs, like diffusion models in image generation, exhibit a temporal division of labor: early denoising steps largely determine the global semantic structure, while later steps focus on local lexical refinement. Building on this insight, we propose Time-Annealed Perturbation Sampling (TAPS), a training-free inference strategy that encourages semantic branching early in the diffusion process while progressively reducing perturbations to preserve fluency and instruction adherence. TAPS is compatible with both non-autoregressive and semi-autoregressive Diffusion backbones, demonstrated on LLaDA and TraDo in our paper, and consistently improves output diversity across creative writing and reasoning benchmarks without compromising generation quality.
