paper-with-me

Papers

APTQ: Attention-aware Post-Training Mixed-Precision Quantization for Large Language Models

2024-02-21 · Ziyi Guan, Hantao Huang, Yupeng Su, Hong Huang, Ngai Wong, Hao Yu

Large Language Models (LLMs) have greatly advanced the natural language processing paradigm. However, the high computational load and huge model sizes pose a grand challenge for deployment on edge devices. To this end, we propose APTQ (Attention-aware Post-Training Mixed-Precision Quantization) for LLMs, which considers not only the second-order information of each layer's weights, but also, for the first time, the nonlinear effect of attention outputs on the entire model. We leverage the Hessian trace as a sensitivity metric for mixed-precision quantization, ensuring an informed precision reduction that retains model performance. Experiments show APTQ surpasses previous quantization methods, achieving an average of 4 bit width a 5.22 perplexity nearly equivalent to full precision in the C4 dataset. In addition, APTQ attains state-of-the-art zero-shot accuracy of 68.24\% and 70.48\% at an average bitwidth of 3.8 in LLaMa-7B and LLaMa-13B, respectively, demonstrating its effectiveness to produce high-quality quantized LLMs.

📄 PDF Abstract BibTeX arXiv:2402.14866

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Tail-Aware Post-Training Quantization for 3D Geometry Models

2026-02-02 · Sicheng Pan, Chen Tang, Shuzhao Xie, Ke Yang 외 arxiv

The burgeoning complexity and scale of 3D geometry models pose significant challenges for deployment on resource-constrained platforms. While Post-Training Quantization (PTQ) enables efficient inference without retrainin…

Attention Round for Post-Training Quantization

2022-07-07 · Huabin Diao, Gongyan Li, Shaoyun Xu, Yuexing Hao

At present, the quantification methods of neural network models are mainly divided into post-training quantization (PTQ) and quantization aware training (QAT). Post-training quantization only need a small part of the dat…

Combinatorial OptimizationQuantization

Mixed-R1: Unified Reward Perspective For Reasoning Capability in Multimodal Large Language Models

2025-05-30 · Shilin Xu, Yanwei Li, Rui Yang, Tao Zhang 외

Recent works on large language models (LLMs) have successfully demonstrated the emergence of reasoning capabilities via reinforcement learning (RL). Although recent efforts leverage group relative policy optimization (GR…

MathMultiple-choiceReinforcement Learning (RL)

FairQuant: Fairness-Aware Mixed-Precision Quantization for Medical Image Classification

2026-02-26 · Thomas Woergaard, Raghavendra Selvan arxiv

Compressing neural networks by quantizing model parameters offers useful trade-off between performance and efficiency. Methods like quantization-aware training and post-training quantization strive to maintain the downst…

Medical Image Classification

From Conversation to Query Execution: Benchmarking User and Tool Interactions for EHR Database Agents

2025-09-27 · Gyubok Lee, Woosog Chay, Heeyoung Kwak, Yeong Hwa Kim 외 arxiv

Despite the impressive performance of LLM-powered agents, their adoption for Electronic Health Record (EHR) data access remains limited by the absence of benchmarks that adequately capture real-world clinical data access…

Question Answering