SDAICLLGASApr 3, 2023

AUDIT: Audio Editing by Following Instructions with Latent Diffusion Models

arXiv:2304.00830v298 citationsh-index: 58
AI Analysis

It solves audio editing problems for users needing precise, instruction-based modifications without requiring complete target descriptions, representing a novel approach rather than an incremental improvement.

The paper tackles audio editing by proposing AUDIT, an instruction-guided latent diffusion model that addresses issues like erroneous modifications and the need for full audio descriptions, achieving state-of-the-art results in objective and subjective metrics for tasks such as adding, dropping, and inpainting.

Audio editing is applicable for various purposes, such as adding background sound effects, replacing a musical instrument, and repairing damaged audio. Recently, some diffusion-based methods achieved zero-shot audio editing by using a diffusion and denoising process conditioned on the text description of the output audio. However, these methods still have some problems: 1) they have not been trained on editing tasks and cannot ensure good editing effects; 2) they can erroneously modify audio segments that do not require editing; 3) they need a complete description of the output audio, which is not always available or necessary in practical scenarios. In this work, we propose AUDIT, an instruction-guided audio editing model based on latent diffusion models. Specifically, AUDIT has three main design features: 1) we construct triplet training data (instruction, input audio, output audio) for different audio editing tasks and train a diffusion model using instruction and input (to be edited) audio as conditions and generating output (edited) audio; 2) it can automatically learn to only modify segments that need to be edited by comparing the difference between the input and output audio; 3) it only needs edit instructions instead of full target audio descriptions as text input. AUDIT achieves state-of-the-art results in both objective and subjective metrics for several audio editing tasks (e.g., adding, dropping, replacement, inpainting, super-resolution). Demo samples are available at https://audit-demo.github.io/.

Foundations

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

Your Notes