LGAIMay 18

GAMMA: Global Bit Allocation for Mixed-Precision Models under Arbitrary Budgets

arXiv:2605.1847560.9
Predicted impact top 36% in LG · last 90 daysOriginality Highly original
AI Analysis

For practitioners deploying large language models under memory constraints, GAMMA provides an efficient and accurate mixed-precision quantization method that avoids costly retraining or search.

GAMMA introduces a post-training framework for mixed-precision quantization of LLMs that learns module-wise precision preferences via an augmented Lagrangian objective, enabling exact budget compliance through integer programming with score reuse. It achieves up to +12.99 average improvement over fixed-precision baselines and matches 3-bit quality at 2.5-bit average precision across Llama and Qwen models (8B-32B).

Mixed-precision quantization improves the budget--accuracy trade-off for large language models (LLMs) by allocating more bits to sensitive modules. However, automating this allocation at LLM scale faces a unique combination of constraints: learnable approaches require quantization-aware training, which is infeasible for billion-parameter models; training-free alternatives rely on static proxy metrics that miss cross-module interactions and must be recomputed per target budget; and search-based methods are expensive without guaranteeing exact budget compliance. We propose GAMMA, a quantizer-agnostic framework that learns module-wise precision preferences entirely within a post-training pipeline. GAMMA optimizes a teacher-forced hidden-state reconstruction objective under an augmented Lagrangian constraint, and projects the learned preferences into exact budget-feasible discrete assignments via integer programming. A key property is score reuse: because the learned preferences encode a stable sensitivity ranking rather than budget-specific weights, a single training run serves arbitrary deployment targets by re-solving only the integer program, reducing per-budget adaptation from hours to a few minutes. Across Llama and Qwen models (8B--32B), GAMMA outperforms both fixed-precision baselines (up to +12.99 Avg.) and search-based mixed-precision methods (up to +7.00 Avg.), and can match fixed 3-bit quality at 2.5-bit average precision, enabling deployment at substantially smaller memory footprints.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes