paper-with-me

Papers

Explaining How Quantization Disparately Skews a Model

2025-09-08 · Abhimanyu Bellam, Jung-Eun Kim arxiv

Post Training Quantization (PTQ) is widely adopted due to its high compression capacity and speed with minimal impact on accuracy. However, we observed that disparate impacts are exacerbated by quantization, especially for minority groups. Our analysis explains that in the course of quantization there is a chain of factors attributed to a disparate impact across groups during forward and backward passes. We explore how the changes in weights and activations induced by quantization cause cascaded impacts in the network, resulting in logits with lower variance, increased loss, and compromised group accuracies. We extend our study to verify the influence of these impacts on group gradient norms and eigenvalues of the Hessian matrix, providing insights into the state of the network from an optimization point of view. To mitigate these effects, we propose integrating mixed precision Quantization Aware Training (QAT) with dataset sampling methods and weighted loss functions, therefore providing fair deployment of quantized neural networks.

📄 PDF Abstract BibTeX arXiv:2509.07222

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Does Quantization Affect Multilingual LLMs?

2024-07-03 · Kelly Marchisio, Saurabh Dash, Hongyu Chen, Dennis Aumiller 외

Quantization techniques are widely used to improve inference speed and deployment of large language models. While a wide body of work examines the impact of quantization on LLMs in English, none have evaluated across lan…

Mathematical ReasoningQuantization

AskewSGD : An Annealed interval-constrained Optimisation method to train Quantized Neural Networks

2022-11-07 · Louis Leconte, Sholom Schechtman, Eric Moulines

In this paper, we develop a new algorithm, Annealed Skewed SGD - AskewSGD - for training deep neural networks (DNNs) with quantized weights. First, we formulate the training of quantized neural networks (QNNs) as a smoot…

KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache Quantization

2024-01-31 · Coleman Hooper, Sehoon Kim, Hiva Mohammadzadeh, Michael W. Mahoney 외

LLMs are seeing growing use for applications which require large context windows, and with these large context windows KV cache activations surface as the dominant contributor to memory consumption during inference. Quan…

GPUQuantization

Learning to segment anatomy and lesions from disparately labeled sources in brain MRI

2025-03-24 · Meva Himmetoglu, Ilja Ciernik, Ender Konukoglu

Segmenting healthy tissue structures alongside lesions in brain Magnetic Resonance Images (MRI) remains a challenge for today's algorithms due to lesion-caused disruption of the anatomy and lack of jointly labeled traini…

AnatomyLesion SegmentationMeta-Learning

Asymmetric Generative Recommendation via Multi-Expert Projection and Multi-Faceted Hierarchical Quantization

2026-05-14 · Bin Huang, Xin Wang, Junwei Pan, Yongqi Zhou 외 arxiv

Generative Recommendation (GenRec) models reformulate recommendation as a sequence generation task, representing items as discrete Semantic IDs used symmetrically as both inputs and prediction targets. We identify a crit…