TL;DR
This paper introduces TAQ, a task-aware, training-free mixed-precision post-training quantization method for LLMs that allocates precision based on layer importance estimated from hidden representations, improving task-specific performance.
Contribution
TAQ is a novel, task-conditioned quantization framework that uses unlabeled prompts to optimize layer precision allocation without additional training.
Findings
TAQ outperforms task-agnostic baselines in various benchmarks.
TAQ achieves better accuracy-memory trade-offs in LLM quantization.
Hardware measurements confirm TAQ's efficiency gains in deployment.
Abstract
Many LLM applications require only narrow capabilities, yet standard post-training quantization (PTQ) methods allocate precision without considering the target task. This can waste bits on layers that are less relevant to the task signal while over-compressing layers that are critical for downstream behavior. We propose Task-Aware Quantization (TAQ), a training-free, weight-only mixed-precision PTQ framework that uses a small set of unlabeled task calibration prompts to allocate higher precision to task-relevant transformer layers under a fixed bit budget. TAQ estimates layer importance from hidden representations and output sensitivity, and we instantiate it with three scoring rules: TAQ-IS, based on activation information and stability; TAQ-KL, based on output-distribution sensitivity under a quantization-noise proxy; and TAQ-O, a label-informed oracle diagnostic for analyzing layer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
