paper-with-me

Papers

SNAC: Multi-Scale Neural Audio Codec

2024-10-18 · Hubert Siuzdak, Florian Grötschla, Luca A. Lanzendörfer

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.

📄 PDF Abstract BibTeX arXiv:2410.14411

Code (1)

hubertsiuzdak/snac 공식 구현 pytorch

Tasks

Audio CompressionAudio GenerationLanguage ModelingLanguage ModellingQuantization

Similar Papers 제목 키워드 기반

Speech bandwidth extension with WaveNet

2019-07-05 · Archit Gupta, Brendan Shillingford, Yannis Assael, Thomas C. Walters

Large-scale mobile communication systems tend to contain legacy transmission channels with narrowband bottlenecks, resulting in characteristic "telephone-quality" audio. While higher quality codecs exist, due to the scal…

Bandwidth Extension

One Quantizer is Enough: Toward a Lightweight Audio Codec

2025-04-07 · Linwei Zhai, Han Ding, Cui Zhao, Fei Wang 외

Neural audio codecs have recently gained traction for their ability to compress high-fidelity audio and generate discrete tokens that can be utilized in downstream generative modeling tasks. However, leading approaches o…

Analyzing and Mitigating Inconsistency in Discrete Audio Tokens for Neural Codec Language Models

2024-09-28 · Wenrui Liu, Zhifang Guo, Jin Xu, YuanJun Lv 외

Building upon advancements in Large Language Models (LLMs), the field of audio processing has seen increased interest in training audio generation tasks with discrete audio token sequences. However, directly discretizing…

Audio GenerationLanguage ModelingLanguage Modelling

ADNAC: Audio Denoiser using Neural Audio Codec

2025-11-03 · Daniel Jimon, Mircea Vaida, Adriana Stan arxiv

Audio denoising is critical in signal processing, enhancing intelligibility and fidelity for applications like restoring musical recordings. This paper presents a proof-of-concept for adapting a state-of-the-art neural a…

Audio Denoising

Codec Does Matter: Exploring the Semantic Shortcoming of Codec for Audio Language Model

2024-08-30 · Zhen Ye, Peiwen Sun, Jiahe Lei, Hongzhan Lin 외

Recent advancements in audio generation have been significantly propelled by the capabilities of Large Language Models (LLMs). The existing research on audio LLM has primarily focused on enhancing the architecture and sc…

Audio CompressionAudio GenerationLanguage ModelingLanguage Modelling+4