Generative Audio Language Modeling with Continuous-Valued Tokens and Masked Next-Token Prediction

Abstract

Autoregressive next-token prediction with the Transformer decoder has become a de facto standard in large language models (LLMs), achieving remarkable success in Natural Language Processing (NLP) at scale. Extending this paradigm to audio poses unique challenges due to its inherently continuous nature. We research audio generation with a causal language model (LM) without discrete tokens. We leverage token-wise diffusion to model the continuous distribution of the next continuous-valued token. Our approach delivers significant improvements over previous discrete solution, AudioGen, achieving 20% and 40% relative gains on AudioCaps in Frechet Audio Distance (FAD) and Kullback-Leibler (KL) divergence, respectively. Additionally, we propose a novel masked next-token prediction task that incorporates masked prediction into the causal LM framework. On AudioCaps, the innovation yields 41% and 33% relative FAD improvements over AudioGen Base (285M) and AudioGen Large (1B) models, respectively, and is on par with the state-of-the-art (SOTA) diffusion models. Furthermore, we achieve these results with significantly fewer parameters—193M for our Base and 462M for our Large models.

Cite

Text

Yang et al. "Generative Audio Language Modeling with Continuous-Valued Tokens and Masked Next-Token Prediction." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Yang et al. "Generative Audio Language Modeling with Continuous-Valued Tokens and Masked Next-Token Prediction." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/yang2025icml-generative/)

BibTeX

@inproceedings{yang2025icml-generative,
  title     = {{Generative Audio Language Modeling with Continuous-Valued Tokens and Masked Next-Token Prediction}},
  author    = {Yang, Shu-Wen and Kim, Byeonggeun and Huang, Kuan-Po and Tang, Qingming and Phan, Huy and Lu, Bo-Ru and Sundar, Harshavardhan and Ghosh, Shalini and Lee, Hung-Yi and Kao, Chieh-Chi and Wang, Chao},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {70793-70812},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/yang2025icml-generative/}
}