SDAIMMASSPJan 29, 2023

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

arXiv:2301.12503v3814 citationsh-index: 66
Originality Highly original
AI Analysis

This work addresses the challenge of high computational costs and limited quality in text-to-audio synthesis, enabling applications like zero-shot style transfer.

The paper tackled the problem of text-to-audio generation by proposing AudioLDM, a system that uses latent diffusion models to improve generation quality and computational efficiency, achieving state-of-the-art performance on AudioCaps with metrics like frechet distance.

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.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes