SDLGASJun 11, 2023

High-Fidelity Audio Compression with Improved RVQGAN

arXiv:2306.06546v2737 citationsh-index: 19Has Code
Originality Highly original
AI Analysis

This provides a widely applicable compression model for all audio domains, such as speech and music, enabling better generative modeling.

The paper tackles high-fidelity audio compression by introducing a universal neural algorithm that compresses 44.1 KHz audio into tokens at 8kbps bandwidth, achieving ~90x compression and outperforming competing methods.

Language models have been successfully used to model natural signals, such as images, speech, and music. A key component of these models is a high quality neural compression model that can compress high-dimensional natural signals into lower dimensional discrete tokens. To that end, we introduce a high-fidelity universal neural audio compression algorithm that achieves ~90x compression of 44.1 KHz audio into tokens at just 8kbps bandwidth. We achieve this by combining advances in high-fidelity audio generation with better vector quantization techniques from the image domain, along with improved adversarial and reconstruction losses. We compress all domains (speech, environment, music, etc.) with a single universal model, making it widely applicable to generative modeling of all audio. We compare with competing audio compression algorithms, and find our method outperforms them significantly. We provide thorough ablations for every design choice, as well as open-source code and trained model weights. We hope our work can lay the foundation for the next generation of high-fidelity audio modeling.

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