ControlAudio: Tackling Text-Guided, Timing-Indicated and Intelligible Audio Generation via Progressive Diffusion Modeling
2510.08878v1
cs.SD, cs.AI, cs.CL, eess.AS
2025-10-14
Авторы:
Yuxuan Jiang, Zehua Chen, Zeqian Ju, Yusheng Dai, Weibei Dou, Jun Zhu
Abstract
Text-to-audio (TTA) generation with fine-grained control signals, e.g.,
precise timing control or intelligible speech content, has been explored in
recent works. However, constrained by data scarcity, their generation
performance at scale is still compromised. In this study, we recast
controllable TTA generation as a multi-task learning problem and introduce a
progressive diffusion modeling approach, ControlAudio. Our method adeptly fits
distributions conditioned on more fine-grained information, including text,
timing, and phoneme features, through a step-by-step strategy. First, we
propose a data construction method spanning both annotation and simulation,
augmenting condition information in the sequence of text, timing, and phoneme.
Second, at the model training stage, we pretrain a diffusion transformer (DiT)
on large-scale text-audio pairs, achieving scalable TTA generation, and then
incrementally integrate the timing and phoneme features with unified semantic
representations, expanding controllability. Finally, at the inference stage, we
propose progressively guided generation, which sequentially emphasizes more
fine-grained information, aligning inherently with the coarse-to-fine sampling
nature of DiT. Extensive experiments show that ControlAudio achieves
state-of-the-art performance in terms of temporal accuracy and speech clarity,
significantly outperforming existing methods on both objective and subjective
evaluations. Demo samples are available at:
https://control-audio.github.io/Control-Audio.