LGOCMay 5, 2021

Q-Rater: Non-Convex Optimization for Post-Training Uniform Quantization

arXiv:2105.01868v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of maintaining model accuracy in low-bit quantization for machine learning practitioners, representing an incremental improvement over existing convex optimization methods.

The paper tackles the problem of low-bit post-training uniform quantization by introducing a non-convex optimization method, resulting in higher model accuracy, especially for low-bit quantization, as shown through extensive experiments.

Various post-training uniform quantization methods have usually been studied based on convex optimization. As a result, most previous ones rely on the quantization error minimization and/or quadratic approximations. Such approaches are computationally efficient and reasonable when a large number of quantization bits are employed. When the number of quantization bits is relatively low, however, non-convex optimization is unavoidable to improve model accuracy. In this paper, we propose a new post-training uniform quantization technique considering non-convexity. We empirically show that hyper-parameters for clipping and rounding of weights and activations can be explored by monitoring task loss. Then, an optimally searched set of hyper-parameters is frozen to proceed to the next layer such that an incremental non-convex optimization is enabled for post-training quantization. Throughout extensive experimental results using various models, our proposed technique presents higher model accuracy, especially for a low-bit quantization.

Foundations

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

Your Notes