CLMay 8

Guidance Is Not a Hyperparameter: Learning Dynamic Control in Diffusion Language Models

arXiv:2605.0770134.1
AI Analysis

For practitioners using diffusion language models, this work shows that treating guidance scale as a dynamic control variable improves performance, but the approach is incremental as it applies RL to an existing mechanism.

This paper proposes learning dynamic guidance scale trajectories for classifier-free guidance in diffusion language models via reinforcement learning, achieving a better controllability-quality tradeoff than fixed-scale strategies across three NLP tasks.

Classifier-Free Guidance (CFG) is a widely used mechanism for controlling diffusion-based generative models, yet its guidance scale is typically treated as a fixed hyperparameter throughout generation. This static design yields a suboptimal controllability and quality tradeoff, as the optimal degree of guidance varies across tasks and across different stages of the diffusion process, especially in NLP domain. We recast CFG scale selection as a sequential decision-making problem and propose to learn dynamic guidance trajectories via reinforcement learning. Specifically, we model the guidance scale as a discrete control action selected at each generation step based on the evolving diffusion state, and optimize a policy using Proximal Policy Optimization (PPO) under task-level rewards. Experiments on three controlled NLP generation tasks using discrete diffusion language models demonstrate that adaptive guidance consistently achieves a better balance between controllability and generation quality than fixed-scale strategies. Further analysis of the learned policies reveals distinct and interpretable guidance trajectories across tasks, underscoring the importance of treating guidance as a dynamic control process rather than a static design choice.

Foundations

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

Your Notes