CLAIDec 16, 2025

SASQ: Static Activation Scaling for Quantization-Aware Training in Large Language Models

arXiv:2512.14481v1h-index: 6
Originality Incremental advance
AI Analysis

This addresses deployment challenges for large language models on edge devices by providing a more efficient and accurate quantization method, though it is incremental as it builds on existing quantization-aware training approaches.

The paper tackles the problem of deploying large language models by proposing SASQ, a lightweight quantization-aware training framework that optimizes only quantization factors for activation quantization, achieving static inference with high accuracy and outperforming existing SOTA schemes and FP16 models, such as reducing perplexity by 5.2% compared to QuaRot and 4.7% compared to FP16 on LLaMA2-7B on WikiText2.

Large language models (LLMs) excel at natural language tasks but face deployment challenges due to their growing size outpacing GPU memory advancements. Model quantization mitigates this issue by lowering weight and activation precision, but existing solutions face fundamental trade-offs: dynamic quantization incurs high computational overhead and poses deployment challenges on edge devices, while static quantization sacrifices accuracy. Existing approaches of quantization-aware training (QAT) further suffer from weight training costs. We propose SASQ: a lightweight QAT framework specifically tailored for activation quantization factors. SASQ exclusively optimizes only the quantization factors (without changing pre-trained weights), enabling static inference with high accuracy while maintaining deployment efficiency. SASQ adaptively truncates some outliers, thereby reducing the difficulty of quantization while preserving the distributional characteristics of the activations. SASQ not only surpasses existing SOTA quantization schemes but also outperforms the corresponding FP16 models. On LLaMA2-7B, it achieves 5.2% lower perplexity than QuaRot and 4.7% lower perplexity than the FP16 model on WikiText2.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes