SDLGASOct 18, 2024

SNAC: Multi-Scale Neural Audio Codec

arXiv:2410.14411v164 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses audio compression for applications like generation and understanding, but it is incremental as it builds on the standard RVQ technique.

The paper tackles the problem of neural audio compression by proposing a multi-scale extension of Residual Vector Quantization (RVQ) that operates at different temporal resolutions, resulting in more efficient compression as shown by objective and subjective evaluations.

Neural audio codecs have recently gained popularity because they can represent audio signals with high fidelity at very low bitrates, making it feasible to use language modeling approaches for audio generation and understanding. Residual Vector Quantization (RVQ) has become the standard technique for neural audio compression using a cascade of VQ codebooks. This paper proposes the Multi-Scale Neural Audio Codec, a simple extension of RVQ where the quantizers can operate at different temporal resolutions. By applying a hierarchy of quantizers at variable frame rates, the codec adapts to the audio structure across multiple timescales. This leads to more efficient compression, as demonstrated by extensive objective and subjective evaluations. The code and model weights are open-sourced at https://github.com/hubertsiuzdak/snac.

Code Implementations1 repo
Foundations

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

Your Notes