paper-with-me

Papers

Efficient Evaluation of Quantization-Effects in Neural Codecs

2025-02-07 · Wolfgang Mack, Ahmed Mustafa, Rafał Łaganowski, Samer Hijazy

Neural codecs, comprising an encoder, quantizer, and decoder, enable signal transmission at exceptionally low bitrates. Training these systems requires techniques like the straight-through estimator, soft-to-hard annealing, or statistical quantizer emulation to allow a non-zero gradient across the quantizer. Evaluating the effect of quantization in neural codecs, like the influence of gradient passing techniques on the whole system, is often costly and time-consuming due to training demands and the lack of affordable and reliable metrics. This paper proposes an efficient evaluation framework for neural codecs using simulated data with a defined number of bits and low-complexity neural encoders/decoders to emulate the non-linear behavior in larger networks. Our system is highly efficient in terms of training time and computational and hardware requirements, allowing us to uncover distinct behaviors in neural codecs. We propose a modification to stabilize training with the straight-through estimator based on our findings. We validate our findings against an internal neural audio codec and against the state-of-the-art descript-audio-codec.

📄 PDF Abstract BibTeX arXiv:2502.04770

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderQuantization

Similar Papers 제목 키워드 기반

Neural Image Compression with Quantization Rectifier

2024-03-25 · Wei Luo, Bo Chen

Neural image compression has been shown to outperform traditional image codecs in terms of rate-distortion performance. However, quantization introduces errors in the compression process, which can degrade the quality of…

Feature CorrelationImage CompressionImage ReconstructionQuantization

Exploiting Latent Properties to Optimize Neural Codecs

2025-01-02 · Muhammet Balcilar, Bharath Bhushan Damodaran, Karam Naser, Franck Galpin 외

End-to-end image and video codecs are becoming increasingly competitive, compared to traditional compression techniques that have been developed through decades of manual engineering efforts. These trainable codecs have …

DecoderQuantization

ERVQ: Enhanced Residual Vector Quantization with Intra-and-Inter-Codebook Optimization for Neural Audio Codecs

2024-10-16 · Rui-Chen Zheng, Hui-Peng Du, Xiao-Hang Jiang, Yang Ai 외

Current neural audio codecs typically use residual vector quantization (RVQ) to discretize speech signals. However, they often experience codebook collapse, which reduces the effective codebook size and leads to suboptim…

DiversityOnline ClusteringQuantizationtext-to-speech+1

Spectral Codecs: Improving Non-Autoregressive Speech Synthesis with Spectrogram-Based Audio Codecs

2024-06-07 · Ryan Langman, Ante Jukić, Kunal Dhawan, Nithin Rao Koluguri 외

Historically, most speech models in machine-learning have used the mel-spectrogram as a speech representation. Recently, discrete audio tokens produced by neural audio codecs have become a popular alternate speech repres…

QuantizationSpeech Synthesistext-to-speechText to Speech

Optimized learned entropy coding parameters for practical neural-based image and video compression

2023-01-20 · Amir Said, Reza Pourreza, Hoang Le

Neural-based image and video codecs are significantly more power-efficient when weights and activations are quantized to low-precision integers. While there are general-purpose techniques for reducing quantization effect…

QuantizationVideo Compression