Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

AAAC: Activation-Aware Adaptive Codebooks for 4-bit LLM Weight Quantization

About

Post-training weight-only quantization to 4 bits is widely used to reduce the memory and compute costs of large language model inference. Existing PTQ methods, such as AWQ and GPTQ, improve how weights are mapped onto a fixed 4-bit grid through scaling, clipping, or error compensation. To further improve accuracy, methods such as OmniQuant and QuIP\# uses gradient-assisted algorithms at the cost of hours of quantization time. In this work, we propose AAAC (Activation-Aware Adaptive Codebooks), a lightweight method for 4-bit LLM weight quantization. AAAC replaces the fixed scalar codebook used in standard quantization with two small learned scalar codebooks (64 bytes) per layer. Each group of weights selects the codebook that minimizes activation-weighted reconstruction error, encoding the choice in the unused sign bit of the group's positive scale and adding zero storage overhead. AAAC completes in 3--30 minutes on a single GPU, and adds no memory beyond the model itself. We evaluate against AWQ, GPTQ, IF4, GPTVQ, OmniQuant, SqueezeLLM, and QuIP\# across model families. AAAC outperforms baselines at orders-of-magnitude less quantization time.

Beshr IslamBouli, David Jin• 2026

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-2 (test)
PPL4.94
2333
Language ModelingC4 (val)
PPL10.18
737
Question AnsweringARC Challenge
Accuracy (ARC)61.9
598
PerplexityC4
Perplexity9.84
137
Language ModelingWikiText-2
Perplexity4.94
105
Physical ReasoningPIQA
Accuracy82.5
90
General ReasoningBIG-Bench Hard--
68
Multistep ReasoningMuSR
Accuracy51.6
53
Expert-Level Question AnsweringGPQA--
25
Showing 9 of 9 rows

Other info

Follow for update