paper-with-me

Papers

Theory-optimal Quantization Based on Flatness

2026-05-11 · Xiusheng Huang, Zhe Li, Xuanwu Yin, Lu Wang, Yequan Wang, Dong Li, Emad Barsoum, Kang Liu 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 outliers, which significantly degrade model performance especially at lower bit precision. While recent approaches attempt to mitigate outliers through linear transformations across feature dimensions, our analysis reveals that the transformed weights and activations still exhibit persistent outlier patterns with concentrated magnitude distributions. In this paper, we first model the mathematical relationship between quantization error and outliers, and then introduce a new metric Flatness to quantify the distribution of outliers. Based on this, we derive the theoretical optimal solution with respect to Flatness. Building on these insights, we propose Bidirectional Diagonal Quantization (BDQ), a novel post-training quantization framework that effectively disperses outlier patterns through optimized matrix transformations. BDQ strategically distributes outlier magnitudes across matrix dimensions via learned diagonal operations. Extensive experiments demonstrate that BDQ establishes a new quantization benchmark. It achieves less than 1\% accuracy drop in W4A4 quantization on the LLaMA-3-8B model. In the more challenging W2A4KV16 experiment, compared to state-of-the-art approaches, BDQ reduces the performance gap by 39.1\% on the DeepSeek-R1-Distill-LLaMA-70B model.

📄 PDF Abstract BibTeX arXiv:2605.18800

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FlatQuant: Flatness Matters for LLM Quantization

2024-10-12 · Yuxuan Sun, Ruikang Liu, Haoli Bai, Han Bao 외

Recently, quantization has been widely used for the compression and acceleration of large language models~(LLMs). Due to the outliers in LLMs, it is crucial to flatten weights and activations to minimize quantization err…

Quantization

Understanding Flatness in Generative Models: Its Role and Benefits

2025-03-14 · Taehwan Lee, Kyeongkook Seo, Jaejun Yoo, Sung Whan Yoon

Flat minima, known to enhance generalization and robustness in supervised learning, remain largely unexplored in generative models. In this work, we systematically investigate the role of loss surface flatness in generat…

Noise EstimationQuantization

Quantization Meets OOD: Generalizable Quantization-aware Training from a Flatness Perspective

2025-08-31 · Jiacheng Jiang, Yuan Meng, Chen Tang, Han Yu 외 arxiv

Current quantization-aware training (QAT) methods primarily focus on enhancing the performance of quantized models on in-distribution (I.D) data, while overlooking the potential performance degradation on out-of-distribu…

Image Classification

Does Flatness imply Generalization for Logistic Loss in Univariate Two-Layer ReLU Network?

2025-12-01 · Dan Qiao, Yu-Xiang Wang arxiv

We consider the problem of generalization of arbitrarily overparameterized two-layer ReLU Neural Networks with univariate input. Recent work showed that under square loss, flat solutions (motivated by flat / stable minim…

Adversarial Defense via Local Flatness Regularization

2019-10-27 · Jia Xu, Yiming Li, Yong Jiang, Shu-Tao Xia

Adversarial defense is a popular and important research area. Due to its intrinsic mechanism, one of the most straightforward and effective ways of defending attacks is to analyze the property of loss surface in the inpu…

Adversarial Defense