LGMay 19, 2025

Optimal Formats for Weight Quantisation

arXiv:2505.12988v2h-index: 5
Originality Incremental advance
AI Analysis

This work provides a theoretical framework for optimising quantisation formats, which is incremental but important for improving efficiency in training and deploying deep learning models.

The paper tackles the problem of systematically designing weight quantisation formats for deep learning models by connecting format design with classical quantisation theory, showing that variable-length codes are optimal and deriving bit-width allocation that saves up to 0.25 bits per parameter in large language models.

Weight quantisation is an essential technique for enabling efficient training and deployment of modern deep learning models. However, the recipe book of quantisation formats is large and formats are often chosen empirically. In this paper, we propose a framework for systematic design and analysis of quantisation formats. By connecting the question of format design with the classical quantisation theory, we show that the strong practical performance of popular formats comes from their ability to represent values using variable-length codes. We frame the problem as minimising the KL divergence between original and quantised model outputs under a model size constraint, which can be approximated by minimising the squared quantisation error, a well-studied problem where entropy-constrained quantisers with variable-length codes are optimal. We develop non-linear quantisation curves for block-scaled data across multiple distribution families and observe that these formats, along with sparse outlier formats, consistently outperform fixed-length formats, indicating that they also exploit variable-length encoding. Finally, by using the relationship between the Fisher information and KL divergence, we derive the optimal allocation of bit-widths to individual parameter tensors across the model's layers, saving up to 0.25 bits per parameter when applied to large language models.

Code Implementations1 repo
Foundations

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

Your Notes