paper-with-me

Papers

From Discrete Tokens to High-Fidelity Audio Using Multi-Band Diffusion

2023-08-02 · NeurIPS 2023 11

Deep generative models can generate high-fidelity audio conditioned on various types of representations (e.g., mel-spectrograms, Mel-frequency Cepstral Coefficients (MFCC)). Recently, such models have been used to synthesize audio waveforms conditioned on highly compressed representations. Although such methods produce impressive results, they are prone to generate audible artifacts when the conditioning is flawed or imperfect. An alternative modeling approach is to use diffusion models. However, these have mainly been used as speech vocoders (i.e., conditioned on mel-spectrograms) or generating relatively low sampling rate signals. In this work, we propose a high-fidelity multi-band diffusion-based framework that generates any type of audio modality (e.g., speech, music, environmental sounds) from low-bitrate discrete representations. At equal bit rate, the proposed approach outperforms state-of-the-art generative techniques in terms of perceptual quality. Training and, evaluation code, along with audio samples, are available on the facebookresearch/audiocraft Github page.

📄 PDF Abstract BibTeX arXiv:2308.02560

Code (1)

metavoiceio/metavoice-src pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

IMPACT: Iterative Mask-based Parallel Decoding for Text-to-Audio Generation with Diffusion Modeling

2025-05-31 · Kuan-Po Huang, Shu-wen Yang, Huy Phan, Bo-Ru Lu 외

Text-to-audio generation synthesizes realistic sounds or music given a natural language prompt. Diffusion-based frameworks, including the Tango and the AudioLDM series, represent the state-of-the-art in text-to-audio gen…

AudioCapsAudio GenerationFAD

Whisper-GPT: A Hybrid Representation Audio Large Language Model

2024-12-16 · Prateek Verma

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…

Language ModelingLanguage ModellingLarge Language Model

High-Fidelity Audio Compression with Improved RVQGAN

2023-06-11 · NeurIPS 2023 11 · Rithesh Kumar, Prem Seetharaman, Alejandro Luebs, Ishaan Kumar 외

Language models have been successfully used to model natural signals, such as images, speech, and music. A key component of these models is a high quality neural compression model that can compress high-dimensional natur…

Audio CompressionAudio GenerationQuantization

C3LLM: Conditional Multimodal Content Generation Using Large Language Models

2024-05-25 · Zixuan Wang, Qinkai Duan, Yu-Wing Tai, Chi-Keung Tang

We introduce C3LLM (Conditioned-on-Three-Modalities Large Language Models), a novel framework combining three tasks of video-to-audio, audio-to-text, and text-to-audio together. C3LLM adapts the Large Language Model (LLM…

Audio GenerationLanguage ModellingLarge Language Modelmultimodal generation

CoDiCodec: Unifying Continuous and Discrete Compressed Representations of Audio

2025-09-11 · Marco Pasini, Stefan Lattner, George Fazekas arxiv

Efficiently representing audio signals in a compressed latent space is critical for latent generative modelling. However, existing autoencoders often force a choice between continuous embeddings and discrete tokens. Furt…