FocalCodec: A Novel Approach to Efficient Speech Compression

Friday 21 March 2025


The quest for efficient speech compression has been a longstanding challenge in the field of audio processing. With the proliferation of voice assistants, online meetings, and streaming services, there’s an increasing demand for high-quality speech transmission at lower bitrates. Enter FocalCodec, a novel approach to low-bitrate speech coding that leverages focal modulation networks to achieve impressive results.


FocalCodec is a neural network-based codec that compresses speech into tokens using a single binary codebook. This allows it to operate at extremely low bitrates, as low as 0.16 kbps, without sacrificing intelligibility or quality. The codec’s architecture consists of three main components: a compressor, quantizer, and decompressor. The compressor processes WavLM features through focal downscaling blocks, reducing the dimensionality of the input while preserving essential information. The quantizer then converts these compressed representations into binary tokens using a spherical codebook.


The decompressor mirrors the compressor’s architecture, with the addition of a final projection to reconstruct the original continuous representation from the quantized tokens. This process is repeated for each frame of audio, resulting in a highly efficient and compact representation that can be transmitted over low-bandwidth channels.


But how does FocalCodec perform in practice? The researchers conducted extensive evaluations using various metrics, including subjective listening tests and objective speech quality assessments. In comparison to established baselines like BigCodec, Stable Codec, and WavTokenizer, FocalCodec consistently outperformed them at lower bitrates. For instance, at 0.65 kbps, FocalCodec achieved a mean opinion score (MOS) of 97.4, while the nearest competitor, BigCodec, scored 96.6.


FocalCodec’s performance is particularly impressive in noisy environments and when dealing with mixtures of speech sources. This is due to its ability to capture semantic information about the audio signal, rather than just focusing on acoustic features. In subjective listening tests, participants rated FocalCodec as having a more natural and intelligible sound compared to other codecs.


One potential limitation of FocalCodec is its streamability. While it can be made streamable via chunked inference, this approach requires careful tuning of the chunk size and overlap to maintain quality. However, the researchers are exploring ways to improve the codec’s streamability in future work.


In addition to its impressive performance, FocalCodec offers a unique advantage over traditional codecs: its ability to be trained on clean speech alone.


Cite this article: “FocalCodec: A Novel Approach to Efficient Speech Compression”, The Science Archive, 2025.


Speech Compression, Focalcodec, Neural Network-Based Codec, Low-Bitrate Coding, Focal Modulation Networks, Wavlm Features, Spherical Codebook, Decompressor, Bitrates, Subjective Listening Tests, Mean Opinion Score (Mos)


Reference: Luca Della Libera, Francesco Paissan, Cem Subakan, Mirco Ravanelli, “FocalCodec: Low-Bitrate Speech Coding via Focal Modulation Networks” (2025).


Leave a Reply