paper-with-me

Papers

RAVE: A variational autoencoder for fast and high-quality neural audio synthesis

2021-11-09 · Antoine Caillon, Philippe Esling

Deep generative models applied to audio have improved by a large margin the state-of-the-art in many speech and music related tasks. However, as raw waveform modelling remains an inherently difficult task, audio generative models are either computationally intensive, rely on low sampling rates, are complicated to control or restrict the nature of possible signals. Among those models, Variational AutoEncoders (VAE) give control over the generation by exposing latent variables, although they usually suffer from low synthesis quality. In this paper, we introduce a Realtime Audio Variational autoEncoder (RAVE) allowing both fast and high-quality audio waveform synthesis. We introduce a novel two-stage training procedure, namely representation learning and adversarial fine-tuning. We show that using a post-training analysis of the latent space allows a direct control between the reconstruction fidelity and the representation compactness. By leveraging a multi-band decomposition of the raw waveform, we show that our model is the first able to generate 48kHz audio signals, while simultaneously running 20 times faster than real-time on a standard laptop CPU. We evaluate synthesis quality using both quantitative and qualitative subjective experiments and show the superiority of our approach compared to existing models. Finally, we present applications of our model for timbre transfer and signal compression. All of our source code and audio examples are publicly available.

📄 PDF Abstract BibTeX arXiv:2111.05011

Code (3)

caillonantoine/RAVE 공식 구현 pytorch
acids-ircam/RAVE pytorch
moiseshorta/rave-latent-diffusion pytorch

Tasks

Audio SynthesisCPURepresentation Learning

Similar Papers 제목 키워드 기반

Conditional variational autoencoder to improve neural audio synthesis for polyphonic music sound

2022-11-16 · Seokjin Lee, Minhan Kim, Seunghyeon Shin, Daeho Lee 외

Deep generative models for audio synthesis have recently been significantly improved. However, the task of modeling raw-waveforms remains a difficult problem, especially for audio waveforms and music signals. Recently, t…

Audio Synthesis

Designing Neural Synthesizers for Low-Latency Interaction

2025-03-14 · Franco Caspe, Jordie Shier, Mark Sandler, Charalampos Saitis 외

Neural Audio Synthesis (NAS) models offer interactive musical control over high-quality, expressive audio generators. While these models can operate in real-time, they often suffer from high latency, making them unsuitab…

Audio Synthesis

VAEBM: A Symbiosis between Variational Autoencoders and Energy-based Models

2020-10-01 · ICLR 2021 1 · Zhisheng Xiao, Karsten Kreis, Jan Kautz, Arash Vahdat

Energy-based models (EBMs) have recently been successful in representing complex distributions of small images. However, sampling from them requires expensive Markov chain Monte Carlo (MCMC) iterations that mix slowly in…

Image GenerationOut-of-Distribution Detection

Variational Autoencoders with Normalizing Flow Decoders

2020-04-12 · Rogan Morrow, Wei-Chen Chiu

Recently proposed normalizing flow models such as Glow have been shown to be able to generate high quality, high dimensional images with relatively fast sampling speed. Due to their inherently restrictive architecture, h…

Generative Diffusion Models for Fast Simulations of Particle Collisions at CERN

2024-06-05 · Mikołaj Kita, Jan Dubiński, Przemysław Rokita, Kamil Deja

In High Energy Physics simulations play a crucial role in unraveling the complexities of particle collision experiments within CERN's Large Hadron Collider. Machine learning simulation methods have garnered attention as …