SDAIASJan 13

Decoding Order Matters in Autoregressive Speech Synthesis

arXiv:2601.08450v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses a modeling bottleneck in speech synthesis for researchers and practitioners, offering incremental improvements over existing methods.

The paper tackled the problem of suboptimal fixed decoding orders in autoregressive speech synthesis by investigating arbitrary decoding orders through a masked diffusion framework, finding that adaptive decoding strategies outperform fixed ones like left-to-right and right-to-left, and showing that even 1-bit quantisation of acoustic representations can support high-quality speech.

Autoregressive speech synthesis often adopts a left-to-right order, yet generation order is a modelling choice. We investigate decoding order through masked diffusion framework, which progressively unmasks positions and allows arbitrary decoding orders during training and inference. By interpolating between identity and random permutations, we show that randomness in decoding order affects speech quality. We further compare fixed strategies, such as \texttt{l2r} and \texttt{r2l} with adaptive ones, such as Top-$K$, finding that fixed-order decoding, including the dominating left-to-right approach, is suboptimal, while adaptive decoding yields better performance. Finally, since masked diffusion requires discrete inputs, we quantise acoustic representations and find that even 1-bit quantisation can support reasonably high-quality speech.

Foundations

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

Your Notes