Whisper-GPT: A Hybrid Representation Audio Large Language Model
Prateek Verma

TL;DR
Whisper-GPT introduces a hybrid model combining continuous spectrograms and discrete tokens for speech and music, enhancing context handling and prediction accuracy in generative audio tasks.
Contribution
It presents a novel architecture that integrates continuous and discrete audio representations within a single LLM, improving performance over traditional token-only models.
Findings
Improved perplexity scores for speech and music prediction.
Enhanced negative log-likelihood compared to token-only models.
Effective handling of long audio contexts.
Abstract
We propose WHISPER-GPT: A generative large language model (LLM) for speech and music that allows us to work with continuous audio representations and discrete tokens simultaneously as part of a single architecture. There has been a huge surge in generative audio, speech, and music models that utilize discrete audio tokens derived from neural compression algorithms, e.g. ENCODEC. However, one of the major drawbacks of this approach is handling the context length. It blows up for high-fidelity generative architecture if one has to account for all the audio contents at various frequencies for the next token prediction. By combining continuous audio representation like the spectrogram and discrete acoustic tokens, we retain the best of both worlds: Have all the information needed from the audio at a specific time instance in a single token, yet allow LLM to predict the future token to allow…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing
