paper-with-me

홈 › Papers

The Quantization Model of Neural Scaling

2023-03-23 · NeurIPS 2023 11 · Eric J. Michaud, Ziming Liu, Uzay Girit, Max Tegmark

We propose the Quantization Model of neural scaling laws, explaining both the observed power law dropoff of loss with model and data size, and also the sudden emergence of new capabilities with scale. We derive this model from what we call the Quantization Hypothesis, where network knowledge and skills are "quantized" into discrete chunks ($\textbf{quanta}$). We show that when quanta are learned in order of decreasing use frequency, then a power law in use frequencies explains observed power law scaling of loss. We validate this prediction on toy datasets, then study how scaling curves decompose for large language models. Using language model gradients, we automatically decompose model behavior into a diverse set of skills (quanta). We tentatively find that the frequency at which these quanta are used in the training distribution roughly follows a power law corresponding with the empirical scaling exponent for language models, a prediction of our theory.

📄 PDF Abstract BibTeX arXiv:2303.13506

Code (1)

ejmichaud/quantization-model 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingmodelQuantization

Similar Papers 제목 키워드 기반

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

MOSS: Efficient and Accurate FP8 LLM Training with Microscaling and Automatic Scaling

2025-11-08 · Yu Zhang, Hui-Ling Zhen, Mingxuan Yuan, Bei Yu arxiv

Training large language models with FP8 formats offers significant efficiency gains. However, the reduced numerical precision of FP8 poses challenges for stable and accurate training. Current frameworks preserve training…

Scaling Law for Quantization-Aware Training

2025-05-20 · Mengzhao Chen, Chaoyi Zhang, Jing Liu, Yutao Zeng 외

Large language models (LLMs) demand substantial computational and memory resources, creating deployment challenges. Quantization-aware training (QAT) addresses these challenges by reducing model precision while maintaini…

Quantization

PTQ-SL: Exploring the Sub-layerwise Post-training Quantization

2021-10-15 · Zhihang Yuan, Yiqi Chen, Chenhao Xue, Chenguang Zhang 외

Network quantization is a powerful technique to compress convolutional neural networks. The quantization granularity determines how to share the scaling factors in weights, which affects the performance of network quanti…

Quantization

LRQ: Optimizing Post-Training Quantization for Large Language Models by Learning Low-Rank Weight-Scaling Matrices

2024-07-16 · Jung Hyun Lee, Jeonghoon Kim, June Yong Yang, Se Jung Kwon 외

With the commercialization of large language models (LLMs), weight-activation quantization has emerged to compress and accelerate LLMs, achieving high throughput while reducing inference costs. However, existing post-tra…

Quantization