paper-with-me

홈 › Papers

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

2025-07-14 · Shu-wen Yang, Byeonggeun Kim, Kuan-Po Huang, Qingming Tang, Huy Phan, Bo-Ru Lu, Harsha Sundar, Shalini Ghosh, Hung-yi Lee, Chieh-Chi Kao, Chao Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2507.09834

Code (0)

등록된 구현이 없습니다.

Tasks

Audio Generation

Similar Papers 제목 키워드 기반

FELLE: Autoregressive Speech Synthesis with Token-Wise Coarse-to-Fine Flow Matching

2025-02-16 · Hui Wang, Shujie Liu, Lingwei Meng, Jinyu Li 외

To advance continuous-valued token modeling and temporal-coherence enforcement, we propose FELLE, an autoregressive model that integrates language modeling with token-wise flow matching. By leveraging the autoregressive …

Language ModelingLanguage ModellingSpeech Synthesis

Generative Spoken Language Model based on continuous word-sized audio tokens

2023-10-08 · Robin Algayres, Yossi Adi, Tu Anh Nguyen, Jade Copet 외

In NLP, text language models based on words or subwords are known to outperform their character-based counterparts. Yet, in the speech community, the standard input of spoken LMs are 20ms or 40ms-long discrete units (sho…

Language ModelingLanguage Modelling

Autoregressive Speech Synthesis without Vector Quantization

2024-07-11 · Lingwei Meng, Long Zhou, Shujie Liu, Sanyuan Chen 외

We present MELLE, a novel continuous-valued token based language modeling approach for text-to-speech synthesis (TTS). MELLE autoregressively generates continuous mel-spectrogram frames directly from text condition, bypa…

Audio CompressionDiversityLanguage ModelingLanguage Modelling+6

EuleroDec: A Complex-Valued RVQ-VAE for Efficient and Robust Audio Coding

2026-01-24 · Luca Cerovaz, Michele Mancusi, Emanuele Rodolà arxiv

Audio codecs power discrete music generative modelling, music streaming and immersive media by shrinking PCM audio to bandwidth-friendly bit-rates. Recent works have gravitated towards processing in the spectral domain; …

D2C: Unlocking the Potential of Continuous Autoregressive Image Generation with Discrete Tokens

2025-03-21 · Panpan Wang, LiQiang Niu, Fandong Meng, Jinan Xu 외

In the domain of image generation, latent-based generative models occupy a dominant status; however, these models rely heavily on image tokenizer. To meet modeling requirements, autoregressive models possessing the chara…

Conditional Image GenerationImage Generation