RaBiT: Residual-Aware Binarization Training for Accurate and Efficient LLMs
Youngcheon You, Banseok Lee, Minseop Choi, Seonyoung Kim, Hyochan Chong, Changdong Kim, Youngmin Kim, Dongkyu Kim
TL;DR
RaBiT tackles the accuracy-efficiency gap in extreme 2-bit LLM quantization by identifying inter-path adaptation in residual binarization under QAT and resolving it with a coupled training strategy. It enforces a residual hierarchy by deriving each binary path from a single shared full-precision weight, promoting negative correlation between path outputs and stabilizing training through function-aware initialization. Empirically, RaBiT achieves state-of-the-art 2-bit performance across Llama2-7B, Llama3-8B, and Gemma3, while delivering up to $4.49\times$ end-to-end speed-up on RTX 4090 and halving optimizer memory footprint. This work narrows the long-standing gap between binary efficiency and hardware-intensive Vector Quantization, enabling practical, high-performance quantized LLMs on consumer hardware with strong zero-shot and reasoning capabilities.
Abstract
Efficient deployment of large language models (LLMs) requires extreme quantization, forcing a critical trade-off between low-bit efficiency and performance. Residual binarization enables hardware-friendly, matmul-free inference by stacking binary ($\pm$1) layers, but is plagued by pathological feature co-adaptation. We identify a key failure mode, which we term inter-path adaptation: during quantization-aware training (QAT), parallel residual binary paths learn redundant features, degrading the error-compensation structure and limiting the expressive capacity of the model. While prior work relies on heuristic workarounds (e.g., path freezing) that constrain the solution space, we propose RaBiT, a novel quantization framework that resolves co-adaptation by algorithmically enforcing a residual hierarchy. Its core mechanism sequentially derives each binary path from a single shared full-precision weight, which ensures that every path corrects the error of the preceding one. This process is stabilized by a robust initialization that prioritizes functional preservation over mere weight approximation. RaBiT redefines the 2-bit accuracy-efficiency frontier: it achieves state-of-the-art performance, rivals even hardware-intensive Vector Quantization (VQ) methods, and delivers a $4.49\times$ inference speed-up over full-precision models on an RTX 4090.
