Searching for Low-Bit Weights in Quantized Neural Networks
Zhaohui Yang, Yunhe Wang, Kai Han, Chunjing Xu, Chao Xu, Dacheng Tao,, Chang Xu

TL;DR
This paper introduces a differentiable search method for low-bit quantized neural networks, optimizing discrete weights as probabilistic distributions to improve performance in image classification and super-resolution tasks.
Contribution
It proposes a novel differentiable approach to search for discrete weights in quantized neural networks, enhancing accuracy over existing methods.
Findings
Achieves higher accuracy than state-of-the-art quantization methods.
Effective in both image classification and super-resolution tasks.
Demonstrates the viability of probabilistic weight search in low-bit networks.
Abstract
Quantized neural networks with low-bit weights and activations are attractive for developing AI accelerators. However, the quantization functions used in most conventional quantization methods are non-differentiable, which increases the optimization difficulty of quantized networks. Compared with full-precision parameters (i.e., 32-bit floating numbers), low-bit values are selected from a much smaller set. For example, there are only 16 possibilities in 4-bit space. Thus, we present to regard the discrete weights in an arbitrary quantized neural network as searchable variables, and utilize a differential method to search them accurately. In particular, each weight is represented as a probability distribution over the discrete value set. The probabilities are optimized during training and the values with the highest probability are selected to establish the desired quantized network.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image Processing Techniques · Adversarial Robustness in Machine Learning
