paper-with-me

Papers

RaBiT: Residual-Aware Binarization Training for Accurate and Efficient LLMs

2026-02-05 · Youngcheon You, Banseok Lee, Minseop Choi, Seonyoung Kim, Hyochan Chong, Changdong Kim, Youngmin Kim, Dongkyu Kim arxiv

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. Code is available at https://github.com/SamsungLabs/RaBiT.

📄 PDF Abstract BibTeX arXiv:2602.05367

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Performance Guaranteed Network Acceleration via High-Order Residual Quantization

2017-08-29 · ICCV 2017 10 · Zefan Li, Bingbing Ni, Wenjun Zhang, Xiaokang Yang 외

Input binarization has shown to be an effective way for network acceleration. However, previous binarization scheme could be regarded as simple pixel-wise thresholding operations (i.e., order-one approximation) and suffe…

BinarizationQuantizationVocal Bursts Intensity Prediction

PB-LLM: Partially Binarized Large Language Models

2023-09-29 · Yuzhang Shang, Zhihang Yuan, Qiang Wu, Zhen Dong

This paper explores network binarization, a radical form of quantization, compressing model weights to a single bit, specifically for Large Language Models (LLMs) compression. Due to previous binarization methods collaps…

BinarizationQuantization

RaBitQCache: Rotated Binary Quantization for KVCache in Long Context LLM Inference

2026-06-30 · Wenhao Li, Jinhao Dong, Hailin Zhang, Wenhang Shi 외 arxiv

Long-context Large Language Model inference is severely bottlenecked by the massive Key-Value (KV) cache, yet existing sparse attention methods often suffer from static fixed-budget (Top-k) retrieval or rely on proxy sco…

BiPFT: Binary Pre-trained Foundation Transformer with Low-rank Estimation of Binarization Residual Polynomials

2023-12-14 · Xingrun Xing, Li Du, Xinyuan Wang, Xianlin Zeng 외

Pretrained foundation models offer substantial benefits for a wide range of downstream tasks, which can be one of the most potential techniques to access artificial general intelligence. However, scaling up foundation tr…

BinarizationNatural Language Understanding

BinaryDemoire: Moiré-Aware Binarization for Image Demoiréing

2026-02-03 · Zheng Chen, Zhi Yang, Xiaoyang Liu, Weihang Zhang 외 arxiv

Image demoiréing aims to remove structured moiré artifacts in recaptured imagery, where degradations are highly frequency-dependent and vary across scales and directions. While recent deep networks achieve high-quality r…