Beyond Fixed Frames: Dynamic Character-Aligned Speech Tokenization
Luca Della Libera, Cem Subakan, Mirco Ravanelli
TL;DR
DyCAST tackles inefficiencies in speech tokenization by introducing dynamic, character-aligned tokens with soft alignment and explicit duration modeling, enabling variable-frame-rate representations. The framework integrates a hazard-based dynamic chunking mechanism, a negative-binomial duration model, and a retrieval-augmented decoding strategy to preserve detail at low frame rates without increasing bitrate. Across speech resynthesis, voice conversion, ASR/SI/SER probing, and TTS, DyCAST delivers competitive quality while using substantially fewer tokens than fixed-rate codecs. This approach offers practical advantages for downstream multimodal modeling by enabling content-adaptive frame rates and flexible bitrate-timing trade-offs, with the retrieval mechanism further enhancing reconstruction fidelity in data-limited scenarios.
Abstract
Neural audio codecs are at the core of modern conversational speech technologies, converting continuous speech into sequences of discrete tokens that can be processed by LLMs. However, existing codecs typically operate at fixed frame rates, allocating tokens uniformly in time and producing unnecessarily long sequences. In this work, we introduce DyCAST, a Dynamic Character-Aligned Speech Tokenizer that enables variable-frame-rate tokenization through soft character-level alignment and explicit duration modeling. DyCAST learns to associate tokens with character-level linguistic units during training and supports alignment-free inference with direct control over token durations at decoding time. To improve speech resynthesis quality at low frame rates, we further introduce a retrieval-augmented decoding mechanism that enhances reconstruction fidelity without increasing bitrate. Experiments show that DyCAST achieves competitive speech resynthesis quality and downstream performance while using significantly fewer tokens than fixed-frame-rate codecs.
