paper-with-me

홈 › Papers

GPTAQ: Efficient Finetuning-Free Quantization for Asymmetric Calibration

2025-04-03 · Yuhang Li, Ruokai Yin, DongHyun Lee, Shiting Xiao, Priyadarshini Panda

We introduce GPTAQ, a novel finetuning-free quantization method for compressing large-scale transformer architectures. Unlike the previous GPTQ method, which independently calibrates each layer, we always match the quantized layer's output to the exact output in the full-precision model, resulting in a scheme that we call asymmetric calibration. Such a scheme can effectively reduce the quantization error accumulated in previous layers. We analyze this problem using optimal brain compression to derive a close-formed solution. The new solution explicitly minimizes the quantization error as well as the accumulated asymmetry error. Furthermore, we utilize various techniques to parallelize the solution calculation, including channel parallelization, neuron decomposition, and Cholesky reformulation for matrix fusion. As a result, GPTAQ is easy to implement, simply using 20 more lines of code than GPTQ but improving its performance under low-bit quantization. Remarkably, on a single GPU, we quantize a 405B language transformer as well as EVA-02, the rank first vision transformer that achieves 90% pretraining Imagenet accuracy. Code is available at Github.

📄 PDF Abstract BibTeX arXiv:2504.02692

Code (2)

intelligent-computing-lab-yale/gptaq 공식 구현 pytorch
intelligent-computing-lab-yale/gptqv2 공식 구현 pytorch

Tasks

GPUQuantization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Rethinking Residual Errors in Compensation-based LLM Quantization

2026-04-09 · Shuaiting Li, Juncan Deng, Kedong Xu, Rongtao Deng 외 arxiv

Methods based on weight compensation, which iteratively apply quantization and weight compensation to minimize the output error, have recently demonstrated remarkable success in quantizing Large Language Models (LLMs). T…

AMXFP4: Taming Activation Outliers with Asymmetric Microscaling Floating-Point for 4-bit LLM Inference

2024-11-15 · Janghwan Lee, Jiwoong Park, Jinseok Kim, Yongjik Kim 외

Scaling Large Language Models (LLMs) with extended context lengths has increased the need for efficient low-bit quantization to manage their substantial computational demands. However, reducing precision to 4 bits freque…

QuantizationQuestion AnsweringVisual Question Answering

An Empirical Study of OpenPangu Quantization on Ascend NPUs

2026-06-19 · Tong Shi, Jiacheng Wang, Hui Xie, Ying Li 외 arxiv

OpenPangu models are attractive targets for private and domestic large-language-model deployment, yet their robustness under aggressive post-training quantization on Ascend NPUs has not been systematically characterized.…

QFT: Post-training quantization via fast joint finetuning of all degrees of freedom

2022-12-05 · Alex Finkelstein, Ella Fuchs, Idan Tal, Mark Grobman 외

The post-training quantization (PTQ) challenge of bringing quantized neural net accuracy close to original has drawn much attention driven by industry demand. Many of the methods emphasize optimization of a specific degr…

AllQuantization

Toward Accurate Post-Training Quantization for Image Super Resolution

2023-01-01 · CVPR 2023 1 · Zhijun Tu, Jie Hu, Hanting Chen, Yunhe Wang

Model quantization is a crucial step for deploying super resolution (SR) networks on mobile devices. However, existing works focus on quantization-aware training, which requires complete dataset and expensive computa…

Image Super-ResolutionQuantizationSuper-Resolution