paper-with-me

Papers

High Fidelity Neural Audio Compression

2022-10-24 · Alexandre Défossez, Jade Copet, Gabriel Synnaeve, Yossi Adi

We introduce a state-of-the-art real-time, high-fidelity, audio codec leveraging neural networks. It consists in a streaming encoder-decoder architecture with quantized latent space trained in an end-to-end fashion. We simplify and speed-up the training by using a single multiscale spectrogram adversary that efficiently reduces artifacts and produce high-quality samples. We introduce a novel loss balancer mechanism to stabilize training: the weight of a loss now defines the fraction of the overall gradient it should represent, thus decoupling the choice of this hyper-parameter from the typical scale of the loss. Finally, we study how lightweight Transformer models can be used to further compress the obtained representation by up to 40%, while staying faster than real time. We provide a detailed description of the key design choices of the proposed model including: training objective, architectural changes and a study of various perceptual loss functions. We present an extensive subjective evaluation (MUSHRA tests) together with an ablation study for a range of bandwidths and audio domains, including speech, noisy-reverberant speech, and music. Our approach is superior to the baselines methods across all evaluated settings, considering both 24 kHz monophonic and 48 kHz stereophonic audio. Code and models are available at github.com/facebookresearch/encodec.

📄 PDF Abstract BibTeX arXiv:2210.13438

Code (6)

facebookresearch/encodec 공식 구현 pytorch
DBraun/DAC-JAX jax
collabora/whisperspeech pytorch
gudgud96/frechet-audio-distance pytorch
metavoiceio/metavoice-src pytorch
whisperspeech/whisperspeech pytorch

Tasks

Audio CompressionAudio Signal ProcessingDecoderVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

High-Fidelity Audio Compression with Improved RVQGAN

2023-06-11 · NeurIPS 2023 11 · Rithesh Kumar, Prem Seetharaman, Alejandro Luebs, Ishaan Kumar 외

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 natur…

Audio CompressionAudio GenerationQuantization

Benchmarking Language Modeling for Lossless Compression of Full-Fidelity Audio

2026-03-09 · Phillip Long, Zachary Novack, Chris Donahue arxiv

Autoregressive "language" models (LMs) trained on raw waveforms can be repurposed for lossless audio compression, but prior work is limited to 8-bit audio, leaving open whether such approaches work for practical settings…

Switchcodec: Adaptive residual-expert sparse quantization for high-fidelity neural audio coding

2026-01-28 · Xiangbo Wang, Wenbin Jiang, Jin Wang, Yubo You 외 arxiv

Recent neural audio compression models often rely on residual vector quantization for high-fidelity coding, but using a fixed number of per-frame codebooks is suboptimal for the wide variability of audio content-especial…

Siamese SIREN: Audio Compression with Implicit Neural Representations

2023-06-22 · Luca A. Lanzendörfer, Roger Wattenhofer

Implicit Neural Representations (INRs) have emerged as a promising method for representing diverse data modalities, including 3D shapes, images, and audio. While recent research has demonstrated successful applications o…

Audio Compression

UniSRCodec: Unified and Low-Bitrate Single Codebook Codec with Sub-Band Reconstruction

2026-01-06 · Zhisheng Zhang, Xiang Li, Yixuan Zhou, Jing Peng 외 arxiv

Neural Audio Codecs (NACs) can reduce transmission overhead by performing compact compression and reconstruction, which also aim to bridge the gap between continuous and discrete signals. Existing NACs can be divided int…