paper-with-me

Papers

QuIP#: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks

2024-02-06 · Albert Tseng, Jerry Chee, Qingyao Sun, Volodymyr Kuleshov, Christopher De Sa

Post-training quantization (PTQ) reduces the memory footprint of LLMs by quantizing their weights to low-precision. In this work, we introduce QuIP#, a weight-only PTQ method that achieves state-of-the-art results in extreme compression regimes ($\le$ 4 bits per weight) using three novel techniques. First, QuIP# improves QuIP's (Chee et al., 2023) incoherence processing by using the randomized Hadamard transform, which is faster and has better theoretical properties. Second, QuIP# uses vector quantization to take advantage of the ball-shaped sub-Gaussian distribution that incoherent weights possess: specifically, we introduce a set of hardware-efficient codebooks based on the highly symmetric $E_8$ lattice, which achieves the optimal 8-dimension unit ball packing. Third, QuIP# uses fine-tuning to improve fidelity to the original model. Our experiments show that QuIP# outperforms existing PTQ methods, enables new behaviors in PTQ scaling, and supports fast inference. Our code can be found at https://github.com/Cornell-RelaxML/quip-sharp.

📄 PDF Abstract BibTeX arXiv:2402.04396

Code (3)

cornell-relaxml/quip-sharp 공식 구현 pytorch
goodevening13/aquakv pytorch
pilancilab/caldera pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

QuIP: 2-Bit Quantization of Large Language Models With Guarantees

2023-07-25 · NeurIPS 2023 11 · Jerry Chee, Yaohui Cai, Volodymyr Kuleshov, Christopher De Sa

This work studies post-training parameter quantization in large language models (LLMs). We introduce quantization with incoherence processing (QuIP), a new method based on the insight that quantization benefits from $\te…

Quantization

HARP: Hadamard-Preconditioned Adaptive Rotation Processor for Extreme LLM Quantization

2026-05-28 · Artur Zagitov, Gleb Molodtsov, Aleksandr Beznosikov arxiv

Post-training quantization (PTQ) is essential for deploying LLMs under memory and bandwidth constraints. However, extreme low-bit quantization remains highly sensitive to activation outliers and anisotropic weight curvat…

Qronos: Correcting the Past by Shaping the Future... in Post-Training Quantization

2025-05-16 · Shihao Zhang, Haoyu Zhang, Ian Colbert, Rayan Saab

We introduce Qronos -- a new state-of-the-art post-training quantization algorithm that sequentially rounds and updates neural network weights. Qronos not only explicitly corrects errors due to both weight and activation…

QuantizationText Generation

ButterflyQuant: Ultra-low-bit LLM Quantization through Learnable Orthogonal Butterfly Transforms

2025-09-11 · Bingxin Xu, Zhen Dong, Oussama Elachqar, Yuzhang Shang arxiv

Large language models require massive memory footprints, severely limiting deployment on consumer hardware. Quantization reduces memory through lower numerical precision, but extreme 2-bit quantization suffers from catas…

HQ-DM: Single Hadamard Transformation-Based Quantization-Aware Training for Low-Bit Diffusion Models

2025-12-05 · Shizhuo Mao, Hongtao Zou, Qihu Xie, Song Chen 외 arxiv

Diffusion models have demonstrated significant applications in the field of image generation. However, their high computational and memory costs pose challenges for deployment. Model quantization has emerged as a promisi…

Image Generation