paper-with-me

Papers

Activation Sensitivity as a Unifying Principle for Post-Training Quantization

2026-01-15 · Bruce Changlong Xu arxiv

Post-training quantization (PTQ) methods for large language models rely on heuristics that implicitly estimate which weight channels most strongly influence model behavior. Two dominant paradigms have emerged: activation-aware methods such as AWQ prioritize channels with large activation magnitudes, while second-order methods such as GPTQ allocate quantization error according to input covariance structure. Despite strong empirical performance, these approaches remain conceptually fragmented, and it is unclear what underlying quantity they are approximating. In this work, we present a unified theoretical framework for PTQ by formalizing activation sensitivity, defined as the expected impact of channel-wise perturbations on the loss. Using a first-order Taylor expansion, we show that sensitivity naturally arises as the squared norm of gradient-weighted activations, yielding a principled measure of channel importance that captures both activation magnitude and downstream error propagation. Within this framework, AWQ and GPTQ can be interpreted as complementary approximations that recover sensitivity under distinct simplifying assumptions. We analyze the design space of sensitivity metrics, connect gradient-based saliency, Fisher information, and Hessian-based criteria, and clarify their relationships to classical pruning methods such as Optimal Brain Damage and Optimal Brain Surgeon. Rather than proposing a new quantization algorithm, this work provides a conceptual foundation for understanding and comparing post-training quantization methods through the lens of sensitivity.

📄 PDF Abstract BibTeX arXiv:2601.11663

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Neural Network Based on First Principles

2020-02-18 · Paul M. Baggenstoss

In this paper, a Neural network is derived from first principles, assuming only that each layer begins with a linear dimension-reducing transformation. The approach appeals to the principle of Maximum Entropy (MaxEnt) to…

Compression Scaling Laws:Unifying Sparsity and Quantization

2025-02-23 · Elias Frantar, Utku Evci, Wonpyo Park, Neil Houlsby 외

We investigate how different compression techniques -- such as weight and activation quantization, and weight sparsity -- affect the scaling behavior of large language models (LLMs) during pretraining. Building on previo…

Quantization

Weight Updates as Activation Shifts: A Principled Framework for Steering

2026-02-28 · Dyah Adila, John Cooper, Alexander Yun, Avi Trost 외 arxiv

Activation steering promises to be an extremely parameter-efficient form of adaptation, but its effectiveness depends on critical design choices -- such as intervention location and parameterization -- that currently rel…

ASVD: Activation-aware Singular Value Decomposition for Compressing Large Language Models

2023-12-10 · Zhihang Yuan, Yuzhang Shang, Yue Song, Qiang Wu 외

In this paper, we introduce a new post-training compression paradigm for Large Language Models (LLMs) to facilitate their wider adoption. We delve into LLM weight low-rank decomposition, and find that the challenges of t…

Sensitivity

Enhancing Post-Training Quantization via Future Activation Awareness

2026-01-28 · Zheqi Lv, Zhenxuan Fan, Qi Tian, Wenqiao Zhang 외 arxiv

Post-training quantization (PTQ) is a widely used method to compress large language models (LLMs) without fine-tuning. It typically sets quantization hyperparameters (e.g., scaling factors) based on current-layer activat…