paper-with-me

홈 › Papers

FP=xINT:A Low-Bit Series Expansion Algorithm for Post-Training Quantization

2024-12-09 · Boyang Zhang, Daning Cheng, Yunquan Zhang, Fangmin Liu

Post-Training Quantization (PTQ) converts pre-trained Full-Precision (FP) models into quantized versions without training. While existing methods reduce size and computational costs, they also significantly degrade performance and quantization efficiency at extremely low settings due to quantization noise. We introduce a deep model series expansion framework to address this issue, enabling rapid and accurate approximation of unquantized models without calibration sets or fine-tuning. This is the first use of series expansion for neural network quantization. Specifically, our method expands the FP model into multiple low-bit basis models. To ensure accurate quantization, we develop low-bit basis model expansions at different granularities (tensor, layer, model), and theoretically confirm their convergence to the dense model, thus restoring FP model accuracy. Additionally, we design AbelianAdd/Mul operations between isomorphic models in the low-bit expansion, forming an Abelian group to ensure operation parallelism and commutativity. The experiments show that our algorithm achieves state-of-the-art performance in low-bit settings; for example, 4-bit quantization of ResNet-50 surpasses the original accuracy, reaching 77.03%. The code will be made public.

📄 PDF Abstract BibTeX arXiv:2412.06865

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Post Training Quantization of Large Language Models with Microscaling Formats

2024-05-12 · Sayeh Sharify, Utkarsh Saxena, Zifei Xu, Wanzin Yazar 외

Large Language Models (LLMs) have distinguished themselves with outstanding performance in complex language modeling tasks, yet they come with significant computational and storage challenges. This paper explores the pot…

Language ModelingLanguage ModellingQuantization

INT v.s. FP: A Comprehensive Study of Fine-Grained Low-bit Quantization Formats

2025-10-29 · Mengzhao Chen, Meng Wu, Hui Jin, Zhihang Yuan 외 arxiv

Modern AI hardware, such as Nvidia's Blackwell architecture, is increasingly embracing low-precision floating-point (FP) formats to handle the pervasive activation outliers in Large Language Models (LLMs). Despite this i…

MF-QAT: Multi-Format Quantization-Aware Training for Elastic Inference

2026-04-01 · Zifei Xu, Sayeh Sharify, Hesham Mostafa arxiv

Quantization-aware training (QAT) is typically performed for a single target numeric format, while practical deployments often need to choose numerical precision at inference time based on hardware support or runtime con…

ReXInTheWild: A Unified Benchmark for Medical Photograph Understanding

2026-03-19 · Oishi Banerjee, Sung Eun Kim, Alexandra N. Willauer, Julius M. Kernbach 외 arxiv

Everyday photographs taken with ordinary cameras are already widely used in telemedicine and other online health conversations, yet no comprehensive benchmark evaluates whether vision-language models can interpret their …

UWC: Unit-wise Calibration Towards Rapid Network Compression

2022-01-17 · Chen Lin, Zheyang Li, Bo Peng, Haoji Hu 외

This paper introduces a post-training quantization~(PTQ) method achieving highly efficient Convolutional Neural Network~ (CNN) quantization with high performance. Previous PTQ methods usually reduce compression error via…

Quantization