REVIEW 10 cited by
PB-LLM: Partially Binarized Large Language Models
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
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 collapsing LLMs, we propose a novel approach, Partially-Binarized LLM (PB-LLM), which can achieve extreme low-bit quantization while maintaining the linguistic reasoning capacity of quantized LLMs. Specifically, our exploration first uncovers the ineffectiveness of naive applications of existing binarization algorithms and highlights the imperative role of salient weights in achieving low-bit quantization. Thus, PB-LLM filters a small ratio of salient weights during binarization, allocating them to higher-bit storage, i.e., partially-binarization. PB-LLM is extended to recover the capacities of quantized LMMs, by analyzing from the perspective of post-training quantization (PTQ) and quantization-aware training (QAT). Under PTQ, combining the concepts from GPTQ, we reconstruct the binarized weight matrix guided by the Hessian matrix and successfully recover the reasoning capacity of PB-LLM in low-bit. Under QAT, we freeze the salient weights during training, explore the derivation of optimal scaling factors crucial for minimizing the quantization error, and propose a scaling mechanism based on this derived scaling strategy for residual binarized weights. Those explorations and the developed methodologies significantly contribute to rejuvenating the performance of low-bit quantized LLMs and present substantial advancements in the field of network binarization for LLMs.The code is available at https://github.com/hahnyuan/BinaryLLM.
Forward citations
Cited by 10 Pith papers
-
One Qubit Can Beat One Bit: Quantum Advantage for Post-Training Quantization
Quantum random-access codes let a one-qubit-per-weight quantizer retrieve context-dependent signs, strictly improving reconstruction risk over shared-sign one-bit PTQ when context-wise optimal signs disagree.
-
Q-resafe: Assessing Safety Risks and Quantization-aware Safety Patching for Quantized Large Language Models
Q-resafe restores much of the safety lost in quantized LLMs by distilling the original model's responses through DPO while selectively updating only safety-critical weights.
-
Irrational Complex Rotations Empower Low-bit Optimizers
π-Quant's core representation theorem fails: the curve e^{iθ}+e^{iπθ} is dense in the disk but does not cover it, and Lemma 3.2's angle formulas are internally inconsistent.
-
DyCoke: Dynamic Compression of Tokens for Fast Video Large Language Models
A training-free two-stage token compression method speeds up video language model inference by about 1.5x and cuts memory use, while keeping accuracy close to the uncompressed model.
-
Examining the Efficacy of Graph Neural Network Message-Passing in Regression Contexts
Across four NAS/DNN-predictor regression benchmarks, GEN (deep graph convolution) achieves the best average rank over 11 GNN message-passing layers, though attention GATv2 wins on the largest graphs.
-
Task-Oriented Semantic Communication in Large Multimodal Models-based Vehicle Networks
A task-oriented semantic communication framework for LLaVA-based vehicle assistants that crops image slices matched to the user's question and allocates transmission power by fused objective and subjective attention, ...
-
FineQ: Software-Hardware Co-Design for Low-Bit Fine-Grained Mixed-Precision Quantization of LLMs
FineQ quantizes LLM weights to 2.33 bits by protecting outliers inside 3-weight clusters and adds a temporal-coding accelerator that replaces multipliers with adders.
-
Squeeze10-LLM: Squeezing LLMs' Weights by 10 Times via a Staged Mixed-Precision Quantization Method
Squeeze10-LLM is a staged mixed-precision post-training quantization method that binarizes 80% of LLM weights, keeps 20% at 4 bits, and reports strong sub-2-bit accuracy gains over PB-LLM.
-
freePruner: A Training-free Approach for Large Multimodal Model Acceleration
freePruner selects 50 percent of visual tokens using attention-based importance and keeps accuracy close to the original model, enabling a training-free about 2x acceleration for LMMs.
-
Resource-Efficient Language Models: Quantization for Fast and Accessible Inference
A survey of post-training quantization techniques for large language models, covering schemes, granularities, and popular methods, with no new experimental results.
Discussion (0). Continue with ORCID to comment.