Optimal Quantization for Matrix Multiplication
Or Ordentlich, Yury Polyanskiy
TL;DR
This work derives fundamental limits and practical lattice-based encoders for quantizing matrices to approximate their products. It establishes a non-asymptotic lower bound for iid Gaussian matrices and constructs universal nested lattice quantizers whose distortion scales with $igl\|ar{A}^ op ar{B}igr ightarrowigl^2$ and Frobenius norms, achieving asymptotic optimality in the Gaussian case. A phase-transition at $R \\approx 0.906$ bit/entry emerges, signaling necessity of Johnson-Lindenstrauss-style dimensionality reduction at low rates, while a practical low-complexity lattice scheme with rotation, dithering, and Hadamard projections yields near-optimal performance. The framework extends to arbitrary matrices via a robust lattice-quantization scheme and provides a concrete path toward fast, memory-bandwidth–bounded matrix multiplication in ML workloads. Collectively, the results quantify the rate-distortion tradeoffs for matrix multiplication and offer implementations that bridge theory and practice for efficient inference in large models.
Abstract
Recent work in machine learning community proposed multiple methods for performing lossy compression (quantization) of large matrices. This quantization is important for accelerating matrix multiplication (main component of large language models), which is often bottlenecked by the speed of loading these matrices from memory. Unlike classical vector quantization and rate-distortion theory, the goal of these new compression algorithms is to be able to approximate not the matrices themselves, but their matrix product. Specifically, given a pair of real matrices $A,B$ an encoder (compressor) is applied to each of them independently producing descriptions with $R$ bits per entry. These representations subsequently are used by the decoder to estimate matrix product $A^\top B$. In this work, we provide a non-asymptotic lower bound on the mean squared error of this approximation (as a function of rate $R$) for the case of matrices $A,B$ with iid Gaussian entries. Algorithmically, we construct a universal quantizer based on nested lattices with an explicit guarantee of approximation error for any (non-random) pair of matrices $A$, $B$ in terms of only Frobenius norms $\|\bar{A}\|_F, \|\bar{B}\|_F$ and $\|\bar{A}^\top \bar{B}\|_F$, where $\bar{A},\bar{B}$ are versions of $A,B$ with zero-centered columns, respectively. For iid Gaussian matrices our quantizer achieves the lower bound and is, thus, asymptotically optimal. A practical low-complexity version of our quantizer achieves performance quite close to optimal. In addition, we derive rate-distortion function for matrix multiplication of iid Gaussian matrices, which exhibits an interesting phase-transition at $R\approx 0.906$ bit/entry, showing necessity of Johnson-Lindestrauss dimensionality reduction (sketching) in the low-rate regime.
