Guided by the Plan: Enhancing Faithful Autoregressive Text-to-Audio Generation with Guided Decoding
Juncheng Wang, Zhe Hu, Chao Xu, Siyue Ren, Yuxiang Feng, Yang Liu, Baigui Sun, Shujun Wang
TL;DR
The paper investigates autoregressive text-to-audio generation and discovers that early prefix tokens encode global semantic attributes, indicating implicit planning. It introduces Plan-Critic, a lightweight transformer-based critic trained with a Generalized Advantage Estimation–inspired objective to predict final instruction-following quality from partial sequences, enabling prefix-guided sampling. Through a prefix-first decoding strategy, Plan-Critic prunes low-potential trajectories and reallocates compute to promising seeds, achieving up to a 10-point improvement in CLAP over the AR baseline while maintaining a fixed token budget. The results demonstrate that strictly causal models can achieve strong semantic alignment with complex prompts when guided by explicit planning signals, bridging causal generation with global semantic control. Limitations include reliance on CLAP as a proxy metric, a fixed prefix-length assumption, and potential training-data biases, suggesting avenues for future work in more nuanced rewards and hierarchical planning.
Abstract
Autoregressive (AR) models excel at generating temporally coherent audio by producing tokens sequentially, yet they often falter in faithfully following complex textual prompts, especially those describing complex sound events. We uncover a surprising capability in AR audio generators: their early prefix tokens implicitly encode global semantic attributes of the final output, such as event count and sound-object category, revealing a form of implicit planning. Building on this insight, we propose Plan-Critic, a lightweight auxiliary model trained with a Generalized Advantage Estimation (GAE)-inspired objective to predict final instruction-following quality from partial generations. At inference time, Plan-Critic enables guided exploration: it evaluates candidate prefixes early, prunes low-fidelity trajectories, and reallocates computation to high-potential planning seeds. Our Plan-Critic-guided sampling achieves up to a 10-point improvement in CLAP score over the AR baseline-establishing a new state of the art in AR text-to-audio generation-while maintaining computational parity with standard best-of-N decoding. This work bridges the gap between causal generation and global semantic alignment, demonstrating that even strictly autoregressive models can plan ahead.
