English

FlexQuant: A Flexible and Efficient Dynamic Precision Switching Framework for LLM Quantization

Machine Learning 2025-10-22 v3

Abstract

The rapid advancement of large language models (LLMs) has exacerbated the memory bottleneck due to the widening gap between model parameter scaling and hardware capabilities. While post-training quantization techniques effectively reduce memory overhead, existing methods predominantly rely on static quantization strategies, which struggle to adapt to dynamic workloads. To address this, we propose FlexQuant, a dynamic precision-switching framework that optimizes the trade-off between inference speed and accuracy. Leveraging model perplexity entropy and Kullback-Leibler divergence, FlexQuant enables fine-grained, layer-wise mixed-precision quantization and dynamically adjusts bit-widths during each token generation. FlexQuant provides a comprehensive analysis of quantization strategies, introduces a precision requirement model for optimal switching, and implements efficient fine-grained precision management. Evaluations demonstrate that FlexQuant achieves a 1.3x end-to-end speedup across diverse language tasks with negligible accuracy loss introduced. This framework offers a flexible and adaptive solution for efficient LLM deployment. Code is released at https://github.com/ZongwuWang/FlexQuant.git.

Keywords

Cite

@article{arxiv.2506.12024,
  title  = {FlexQuant: A Flexible and Efficient Dynamic Precision Switching Framework for LLM Quantization},
  author = {Fangxin Liu and Zongwu Wang and JinHong Xia and Junping Zhao and Shouren Zhao and Jinjin Li and Jian Liu and Li Jiang and Haibing Guan},
  journal= {arXiv preprint arXiv:2506.12024},
  year   = {2025}
}

Comments

10 pages, 7 figures, 2 tables

R2 v1 2026-07-01T03:16:33.963Z