FastSAG: Towards Fast Non-Autoregressive Singing Accompaniment Generation
Jianyi Chen, Wei Xue, Xu Tan, Zhen Ye, Qifeng Liu, Yike Guo
TL;DR
FastSAG addresses the slow generation of autoregressive SAG by introducing a diffusion-based, non-autoregressive framework that conditions on vocal signals to directly generate the accompaniment Mel spectrogram. It employs a two-part conditioning pipeline (semantic projection and prior projection) and trains with semantic, prior, and diffusion losses to ensure semantic and rhythmic coherence with the vocals. Empirical results show FastSAG outperforms the AR baseline SingSong on objective metrics and subjective harmony while achieving over 30x real-time speed improvements, enabling real-time SAG. The approach advances practical human-AI collaborative music creation and suggests avenues for more fine-grained, track-level control and potential online deployment in future work.
Abstract
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/.
