English

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

Sound 2023-09-12 v3 Artificial Intelligence Multimedia Audio and Speech Processing Signal Processing

Abstract

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.

Keywords

Cite

@article{arxiv.2301.12503,
  title  = {AudioLDM: Text-to-Audio Generation with Latent Diffusion Models},
  author = {Haohe Liu and Zehua Chen and Yi Yuan and Xinhao Mei and Xubo Liu and Danilo Mandic and Wenwu Wang and Mark D. Plumbley},
  journal= {arXiv preprint arXiv:2301.12503},
  year   = {2023}
}

Comments

Accepted by ICML 2023. Demo and implementation at https://audioldm.github.io. Evaluation toolbox at https://github.com/haoheliu/audioldm_eval

R2 v1 2026-06-28T08:25:32.436Z