SDAICLMMASMay 13, 2024

FastSAG: Towards Fast Non-Autoregressive Singing Accompaniment Generation

arXiv:2405.07682v110 citationsh-index: 23IJCAI
Originality Highly original
AI Analysis

This work addresses the need for real-time, high-quality accompaniment generation in human-AI art creation systems, representing a significant speed improvement over existing methods.

The paper tackled the slow generation speed of autoregressive models in Singing Accompaniment Generation (SAG) by proposing FastSAG, a non-autoregressive diffusion-based method that directly generates Mel spectrograms, resulting in at least 30 times faster generation while producing better samples than the state-of-the-art.

Singing Accompaniment Generation (SAG), which generates instrumental music to accompany input vocals, is crucial to developing human-AI symbiotic art creation systems. The state-of-the-art method, SingSong, utilizes a multi-stage autoregressive (AR) model for SAG, however, this method is extremely slow as it generates semantic and acoustic tokens recursively, and this makes it impossible for real-time applications. In this paper, we aim to develop a Fast SAG method that can create high-quality and coherent accompaniments. A non-AR diffusion-based framework is developed, which by carefully designing the conditions inferred from the vocal signals, generates the Mel spectrogram of the target accompaniment directly. With diffusion and Mel spectrogram modeling, the proposed method significantly simplifies the AR token-based SingSong framework, and largely accelerates the generation. We also design semantic projection, prior projection blocks as well as a set of loss functions, to ensure the generated accompaniment has semantic and rhythm coherence with the vocal signal. By intensive experimental studies, we demonstrate that the proposed method can generate better samples than SingSong, and accelerate the generation by at least 30 times. Audio samples and code are available at https://fastsag.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