paper-with-me

홈 › Papers

AudioLDM: Text-to-Audio Generation with Latent Diffusion Models

2023-01-29 · Haohe Liu, Zehua Chen, Yi Yuan, Xinhao Mei, Xubo Liu, Danilo Mandic, Wenwu Wang, Mark D. Plumbley

Text-to-audio (TTA) system has recently gained attention for its ability to synthesize general audio based on text descriptions. However, previous studies in TTA have limited generation quality with high computational costs. In this study, we propose AudioLDM, a TTA system that is built on a latent space to learn the continuous audio representations from contrastive language-audio pretraining (CLAP) latents. The pretrained CLAP models enable us to train LDMs with audio embedding while providing text embedding as a condition during sampling. By learning the latent representations of audio signals and their compositions without modeling the cross-modal relationship, AudioLDM is advantageous in both generation quality and computational efficiency. Trained on AudioCaps with a single GPU, AudioLDM achieves state-of-the-art TTA performance measured by both objective and subjective metrics (e.g., frechet distance). Moreover, AudioLDM is the first TTA system that enables various text-guided audio manipulations (e.g., style transfer) in a zero-shot fashion. Our implementation and demos are available at https://audioldm.github.io.

📄 PDF Abstract BibTeX arXiv:2301.12503

Code (4)

haoheliu/AudioLDM 공식 구현 pytorch
haoheliu/audioldm-training-finetuning pytorch
haoheliu/audioldm_eval pytorch
huggingface/diffusers jax

Tasks

AudioCapsAudio GenerationComputational EfficiencyGPUStyle Transfer

Similar Papers 제목 키워드 기반

AudioLDM 2: Learning Holistic Audio Generation with Self-supervised Pretraining

2023-08-10 · Haohe Liu, Yi Yuan, Xubo Liu, Xinhao Mei 외

Although audio generation shares commonalities across different types of audio, such as speech, music, and sound effects, designing models for each type requires careful consideration of specific objectives and biases th…

Audio GenerationIn-Context LearningRepresentation LearningText-to-Music Generation+2

Latent CLAP Loss for Better Foley Sound Synthesis

2024-03-18 · Tornike Karchkhadze, Hassan Salami Kavaki, Mohammad Rasool Izadi, Bryce Irvin 외

Foley sound generation, the art of creating audio for multimedia, has recently seen notable advancements through text-conditioned latent diffusion models. These systems use multimodal text-audio representation models, su…

FAD

Retrieval-Augmented Text-to-Audio Generation

2023-09-14 · Yi Yuan, Haohe Liu, Xubo Liu, Qiushi Huang 외

Despite recent progress in text-to-audio (TTA) generation, we show that the state-of-the-art models, such as AudioLDM, trained on datasets with an imbalanced class distribution, such as AudioCaps, are biased in their gen…

AudioCapsAudio GenerationFADRetrieval

Text-to-Audio Generation using Instruction-Tuned LLM and Latent Diffusion Model

2023-04-24 · Deepanway Ghosal, Navonil Majumder, Ambuj Mehrish, Soujanya Poria

The immense scale of the recent large language models (LLM) allows many interesting properties, such as, instruction- and chain-of-thought-based fine-tuning, that has significantly improved zero- and few-shot performance…

AudioCapsAudio Generation

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