π€ AI Summary
To address the challenge of jointly reconstructing vocal content and complex musical backgrounds under ultra-low bitrates (0.35β1.35 kbps), this paper proposes MuEncoderβthe first encoder that jointly models acoustic and semantic features. Our end-to-end music codec integrates residual vector quantization (RVQ), a flow-matching generative prior, and a pretrained Mel-VAE decoder. During synthesis, HiFi-GAN is employed to enhance waveform fidelity. Evaluated at 0.35 kbps, MuEncoder achieves state-of-the-art objective and subjective quality metrics (PESQ: 2.48; MOS: 3.62), significantly outperforming existing ultra-low-bitrate codecs. To our knowledge, it is the first method to simultaneously preserve semantic integrity and recover fine-grained acoustic details under extreme bandwidth constraints.
π Abstract
Music codecs are a vital aspect of audio codec research, and ultra low-bitrate compression holds significant importance for music transmission and generation. Due to the complexity of music backgrounds and the richness of vocals, solely relying on modeling semantic or acoustic information cannot effectively reconstruct music with both vocals and backgrounds. To address this issue, we propose MuCodec, specifically targeting music compression and reconstruction tasks at ultra low bitrates. MuCodec employs MuEncoder to extract both acoustic and semantic features, discretizes them with RVQ, and obtains Mel-VAE features via flow-matching. The music is then reconstructed using a pre-trained MEL-VAE decoder and HiFi-GAN. MuCodec can reconstruct high-fidelity music at ultra low (0.35kbps) or high bitrates (1.35kbps), achieving the best results to date in both subjective and objective metrics. Code and Demo: https://xuyaoxun.github.io/MuCodec_demo/.