← Latest papers
💬 NLP

VibeVoice-ASR-BitNet Technical Report

VibeVoice-ASR-BitNet is a compressed, real-time ASR model optimized for edge CPUs through heterogeneous quantization (INT8 for the VAE and BitNet-style ternary weights for the language model) and custom SIMD kernels, achieving 1.6–2.3x faster inference than Whisper.cpp with minimal accuracy loss.

Original authors: Songchen Xu, Ting Song, Shaohan Huang, Zhiliang Peng, Yan Xia, Yujie Tu, Xin Huang, Xun Wu, Wenhui Wang, Yaoyao Chang, Jianwei Yu, Li Dong, Furu Wei

Published 2026-07-28
📖 3 min read☕ Coffee break read

Original authors: Songchen Xu, Ting Song, Shaohan Huang, Zhiliang Peng, Yan Xia, Yujie Tu, Xin Huang, Xun Wu, Wenhui Wang, Yaoyao Chang, Jianwei Yu, Li Dong, Furu Wei

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to fit a massive, high-definition library of books into a tiny backpack. Usually, if you want the books to be readable and accurate, they need to be thick and heavy. If you try to shrink them too much, the pages turn into blurry scribbles, or the backpack becomes so heavy you can't carry it at all. This is the daily struggle for computers trying to understand human speech. For years, the best "speech-to-text" systems were like giant, heavy libraries that could only live in massive, expensive data centers (the cloud). They were incredibly smart but required a supercomputer to run, which meant your voice had to travel over the internet to be processed. This raised privacy worries and caused annoying delays. On the other hand, the small, fast systems that could run on your phone or laptop were often like a child's sketchbook: quick to flip through, but they couldn't understand complex sentences or many different languages. The big question for scientists has been: Can we build a system that is as smart as the giant library but light enough to fit in a backpack and run instantly on a regular computer chip?

This paper introduces a new solution called VibeVoice-ASR-BitNet, which acts like a master packer for that speech library. The researchers found that not all parts of a speech-recognition system are heavy in the same way. Some parts are like the "ears" that listen to sound waves, and others are like the "brain" that figures out what words those sounds mean. Instead of using one size of box for everything, they used a clever "heterogeneous" strategy—mixing two different types of compression. For the "ears" (the part that processes raw audio), they used a full-pipeline INT8 compression, which is like printing the pages on slightly thinner paper but keeping the ink sharp. For the "brain" (the part that predicts the next word), they used an even more aggressive BitNet-style ternary compression, shrinking the weights down to just three possible values: -1, 0, and +1. Think of this as replacing complex paragraphs with a simple code of arrows, dots, and dashes.

By combining these two methods, the team managed to shrink the entire model from a bulky 4.62 GB down to a svelte 1.58 GB—a 2.9x reduction in size. The result is a system that can run on a standard computer processor (CPU) without needing a powerful graphics card. In their tests, this compressed model could listen to a 20-second clip of speech and type it out faster than the audio was playing (a Real-Time Factor of less than 1), even on computers with very few processing threads. While it is slightly less accurate than the massive, uncompressed version (showing a small increase in errors, typically 1–4%), it is significantly faster and more efficient than other similar-sized models, beating the popular Whisper.cpp system by 1.6 to 2.3 times in speed. The authors note that while this is a major step forward for running smart AI on everyday devices, the system currently works best for pre-recorded audio and hasn't yet been tested for live, streaming conversations.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →