Memory-Efficient 4-bit Preconditioned Stochastic Optimization
Jingyang Li, Kuangyu Ding, Kim-Chuan Toh, Pan Zhou
TL;DR
The paper tackles the memory bottleneck of full-matrix preconditioners in Shampoo by introducing a memory-efficient 4-bit quantization strategy based on Cholesky factorization, complemented with an error-feedback mechanism. It provides rigorous convergence guarantees for both smooth and nonsmooth stochastic nonconvex objectives and demonstrates substantial memory savings with minimal performance loss across CNNs, vision transformers, and large language model pre-training. Cholesky quantization better preserves spectral properties than direct quantization, enabling performance close to the 32-bit baseline while using only 4-bit storage. Overall, the work significantly enhances the practicality of non-diagonal preconditioned optimization for large-scale deep learning under realistic hardware constraints.
Abstract
Preconditioned stochastic optimization algorithms, exemplified by Shampoo, outperform first-order optimizers by offering theoretical convergence benefits and practical gains in large-scale neural network training. However, they incur substantial memory overhead due to the storage demands of non-diagonal preconditioning matrices. To address this, we introduce 4-bit quantization for Shampoo's preconditioners. We introduce two key methods: First, we apply Cholesky decomposition followed by quantization of the Cholesky factors, reducing memory usage by leveraging their lower triangular structure while better preserving spectral properties to minimize information loss. To our knowledge, this is the first quantization approach applied to Cholesky factors of preconditioners. Second, we incorporate error feedback in the quantization process, efficiently storing Cholesky factor and error state in the lower and upper triangular parts of the same matrix. Through extensive experiments, we demonstrate that combining Cholesky quantization with error feedback enhances memory efficiency and algorithm performance in large-scale deep-learning tasks. Theoretically, we also provide convergence proofs for quantized Shampoo under both smooth and non-smooth stochastic optimization settings.
