Pith. sign in

REVIEW 16 cited by

BiLLM: Pushing the Limit of Post-Training Quantization for LLMs

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

arxiv 2402.04291 v2 pith:BQOJNPVY submitted 2024-02-06 cs.LG cs.AIcs.CL

classification cs.LGcs.AIcs.CL
keywords billmllmsweightsquantizationbinarizationcompressiondistributionfirst
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Pretrained large language models (LLMs) exhibit exceptional general language processing capabilities but come with significant demands on memory and computational resources. As a powerful compression technology, binarization can extremely reduce model weights to a mere 1 bit, lowering the expensive computation and memory requirements. However, existing quantization techniques fall short of maintaining LLM performance under ultra-low bit-widths. In response to this challenge, we present BiLLM, a groundbreaking 1-bit post-training quantization scheme tailored for pretrained LLMs. Based on the weight distribution of LLMs, BiLLM first identifies and structurally selects salient weights, and minimizes the compression loss through an effective binary residual approximation strategy. Moreover, considering the bell-shaped distribution of the non-salient weights, we propose an optimal splitting search to group and binarize them accurately. BiLLM achieving for the first time high-accuracy inference (e.g. 8.41 perplexity on LLaMA2-70B) with only 1.08-bit weights across various LLMs families and evaluation metrics, outperforms SOTA quantization methods of LLM by significant margins. Moreover, BiLLM enables the binarization process of the LLM with 7 billion weights within 0.5 hours on a single GPU, demonstrating satisfactory time efficiency. Our code is available at https://github.com/Aaronhuang-778/BiLLM.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 16 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Event-Priori-Based Vision-Language Model for Efficient Visual Understanding

    cs.CV 2025-06 conditional novelty 6.0 of 10

    EP-VLM uses event-camera motion data to sparsify image patches before a vision-language model processes them, cutting FLOPs by about half with a small accuracy drop.

  2. QoS-Efficient Serving of Multiple Mixture-of-Expert LLMs Using Partial Runtime Reconfiguration

    cs.LG 2025-05 conditional novelty 6.0 of 10

    A single-GPU serving system for multiple fine-tuned MoE LLMs achieves near-single-model throughput by sharing similar experts and reconfiguring non-expert layers at runtime.

  3. LightNobel: Improving Sequence Length Limitation in Protein Structure Prediction Model via Adaptive Activation Quantization

    cs.AR 2025-05 conditional novelty 6.0 of 10

    LightNobel combines token-wise adaptive activation quantization with a custom accelerator to run protein structure prediction on sequences up to about 10,000 amino acids within 80GB memory.

  4. FBQuant: FeedBack Quantization for Large Language Models

    cs.LG 2025-01 conditional novelty 6.0 of 10

    FBQuant redefines sub-branch compensation as Q(W - Sigma) + Sigma, bounding per-weight reconstruction error by half the quantizer step and improving 3-bit LLM accuracy.

  5. BiDM: Pushing the Limit of Quantization for Diffusion Models

    cs.CV 2024-12 conditional novelty 6.0 of 10

    BiDM achieves the first fully binarized (W1A1) diffusion model, with FID 22.74 on LSUN-Bedrooms, by adding timestep-aware binary structures and patch-based distillation.

  6. Efficient LLM Inference using Dynamic Input Pruning and Cache-Aware Masking

    cs.LG 2024-12 conditional novelty 6.0 of 10

    Dynamic Input Pruning with cache-aware masking cuts simulated DRAM footprint and raises token throughput on SwiGLU LLMs at small perplexity cost.

  7. Low-Bit Quantization Favors Undertrained LLMs: Scaling Laws for Quantized LLMs with 100T Training Tokens

    cs.LG 2024-11 conditional novelty 6.0 of 10

    The paper derives a scaling law for quantization-induced loss increase as a function of model size, training tokens, and bit width, and uses it to argue that low-bit quantization will hurt future fully trained LLMs.

  8. LUQ: Layerwise Ultra-Low Bit Quantization for Multimodal Large Language Models

    cs.CV 2025-09 conditional novelty 5.0 of 10

    LUQ assigns ultra-low bit widths to transformer layers whose output activations have low entropy, cutting multimodal LLM memory by up to 40 percent with modest benchmark loss.

  9. Compress Any Segment Anything Model (SAM)

    cs.CV 2025-07 conditional novelty 5.0 of 10

    Birkhoff compresses 18 SAM variants to about one-fifth their size with less than 1% accuracy loss, data-free, using a trajectory-based codebook and a fused GPU operator.

  10. BiVM: Accurate Binarized Neural Network for Efficient Video Matting

    cs.CV 2025-07 conditional novelty 5.0 of 10

    BiVM is a 1-bit binarized video matting network that beats prior binarized methods on accuracy and efficiency, with 11.82 MAD on VideoMatte240K versus 28.49 for ReActNet-binarized RVM.

  11. BBAL: A Bidirectional Block Floating Point-Based Quantisation Accelerator for Large Language Models

    cs.AR 2025-04 conditional novelty 5.0 of 10

    A flag-bit block floating point format reduces quantization error versus BFP and enables a hardware accelerator for LLM linear and nonlinear layers.

  12. Cross-Layer Error Compensation and Finite-Sample Feature-Statistics Matching for Extreme Low-Bit Quantization of Large Language Models

    cs.NE 2026-07 conditional novelty 4.0 of 10

    A whole-network final-feature and statistics matching objective improves 1.125-bit and 4.125-bit LLM quantization over layer-local and distillation baselines, but its cross-layer mechanism reduces exactly to final-fea...

  13. BAQ: Efficient Bit Allocation Quantization for Large Language Models

    cs.LG 2025-06 conditional novelty 4.0 of 10

    BAQ assigns per-column bitwidths to LLM weights by solving a convex quantization-loss problem, and reports large 2-bit perplexity gains over GPTQ.

  14. An Empirical Study of Qwen3 Quantization

    cs.LG 2025-05 conditional novelty 4.0 of 10

    Qwen3 stays accurate down to 4-bit weights but degrades sharply at 3 bits and below, and appears more quantization-sensitive than LLaMA3.

  15. Efficient Strategy for Improving Large Language Model (LLM) Capabilities

    cs.CL 2025-08 unverdicted novelty 3.0 of 10

    Proposes a combined data-selection, training-strategy, and architecture-adjustment approach to improve LLM capability under resource constraints.

  16. Resource-Efficient Language Models: Quantization for Fast and Accessible Inference

    cs.AI 2025-05 unverdicted

    A survey of post-training quantization techniques for large language models, covering schemes, granularities, and popular methods, with no new experimental results.

Pith tools