WavTokenizer: an Efficient Acoustic Discrete Codec Tokenizer for Audio Language Modeling
Shengpeng Ji, Ziyue Jiang, Wen Wang, Yifu Chen, Minghui Fang, Jialong Zuo, Qian Yang, Xize Cheng, Zehan Wang, Ruiqi Li, Ziang Zhang, Xiaoda Yang, Rongjie Huang, Yidi Jiang, Qian Chen, Siqi Zheng, Zhou Zhao
TL;DR
WavTokenizer tackles the compression-quality trade-off in acoustic codecs by using a single, large-codebook quantizer (40 or 75 tokens per second) for 24 kHz audio, paired with an inverse Fourier transform decoder and multi-scale discriminators to maintain high fidelity. By expanding the VQ space and employing k-means initialization with a random awakening strategy, the model achieves state-of-the-art subjective and competitive objective reconstruction while enabling strong semantic representations, evidenced by ARCH benchmark performance and downstream TTS results. The approach demonstrates that speech and audio can be treated as a large discrete latent language compatible with autoregressive generative models, enabling efficient, semantically rich audio modeling with minimal tokens. The work includes comprehensive ablations and releases code and pretrained models to facilitate adoption and further research in compact acoustic representations for multimodal systems.
Abstract
Language models have been effectively applied to modeling natural signals, such as images, video, speech, and audio. A crucial component of these models is the codec tokenizer, which compresses high-dimensional natural signals into lower-dimensional discrete tokens. In this paper, we introduce WavTokenizer, which offers several advantages over previous SOTA acoustic codec models in the audio domain: 1)extreme compression. By compressing the layers of quantizers and the temporal dimension of the discrete codec, one-second audio of 24kHz sampling rate requires only a single quantizer with 40 or 75 tokens. 2)improved subjective quality. Despite the reduced number of tokens, WavTokenizer achieves state-of-the-art reconstruction quality with outstanding UTMOS scores and inherently contains richer semantic information. Specifically, we achieve these results by designing a broader VQ space, extended contextual windows, and improved attention networks, as well as introducing a powerful multi-scale discriminator and an inverse Fourier transform structure. We conducted extensive reconstruction experiments in the domains of speech, audio, and music. WavTokenizer exhibited strong performance across various objective and subjective metrics compared to state-of-the-art models. We also tested semantic information, VQ utilization, and adaptability to generative models. Comprehensive ablation studies confirm the necessity of each module in WavTokenizer. The related code, demos, and pre-trained models are available at https://github.com/jishengpeng/WavTokenizer.
