paper-with-me

Papers

Robust Ultra Low-Bit Post-Training Quantization via Stable Diagonal Curvature Estimate

2026-04-15 · Jaemin Kim, Sungkyun Kim, Junyeol Lee, Jiwon Seo arxiv

Large Language Models (LLMs) are widely used across many domains, but their scale makes deployment challenging. Post-Training Quantization (PTQ) reduces memory footprint without retraining by leveraging a small calibration set. Recent Hessian-based PTQ methods compensate quantization error via cross-channel dependencies, but such approaches degrade at low bit-widths due to noisy curvature estimates from limited calibration data. We propose DASH-Q, a robust PTQ framework using diagonal Hessian approximation and iterative weighted least squares. By discarding noise-prone dependencies, DASH-Q filters sampling noise while prioritizing the preservation of salient feature power. We outperform other PTQ baselines in ultra low-bit regime, improving zero-shot accuracy by 7.01% on average and up to 14.01% over the strongest baselines across five baseline LLM models, while showing robust and stable performance with very small calibration data.

📄 PDF Abstract BibTeX arXiv:2604.13806

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

StableQAT: Stable Quantization-Aware Training at Ultra-Low Bitwidths

2026-01-27 · Tianyi Chen, Sihan Chen, Xiaoyi Qu, Dan Zhao 외 arxiv

Quantization-aware training (QAT) is essential for deploying large models under strict memory and latency constraints, yet achieving stable and robust optimization at ultra-low bitwidths remains challenging. Common appro…

Theory-optimal Quantization Based on Flatness

2026-05-11 · Xiusheng Huang, Zhe Li, Xuanwu Yin, Lu Wang 외 arxiv

Post-training quantization has emerged as a widely adopted technique for compressing and accelerating the inference of Large Language Models (LLMs). The primary challenges in LLMs quantization stem from activation outlie…

An Extra RMSNorm is All You Need for Fine Tuning to 1.58 Bits

2025-05-12 · Cody Steinmetz, Gavin Childress, Aaron Herbst, Gavin Jones 외

Large language models (LLMs) have transformed natural-language processing, yet their scale makes real-world deployment costly. Post-training quantization reduces memory and computation but often degrades accuracy, while …

AllKnowledge DistillationLanguage ModelingLanguage Modelling+1

BayesQ: Uncertainty-Guided Bayesian Quantization

2025-11-11 · Ismail Lamaakal, Chaymae Yahyati, Yassine Maleh, Khalid El Makkaoui 외 arxiv

We present BayesQ, an uncertainty-guided post-training quantization framework that is the first to optimize quantization under the posterior expected loss. BayesQ fits a lightweight Gaussian posterior over weights (diago…

JacQuant: STE-Free Quantization-Aware Training via Learned Jacobian Surrogates

2026-05-25 · Kai Yi, Vignesh Vivekraja, Harshit Khaitan, Steven Li arxiv

Quantization-aware training (QAT) is widely deployed but typically relies on the Straight-Through Estimator (STE), which passes gradients through non-differentiable quantizers by fiat. This often makes training brittle n…