Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

It's All In the Teacher: Zero-Shot Quantization Brought Closer to the Teacher

About

Model quantization is considered as a promising method to greatly reduce the resource requirements of deep neural networks. To deal with the performance drop induced by quantization errors, a popular method is to use training data to fine-tune quantized networks. In real-world environments, however, such a method is frequently infeasible because training data is unavailable due to security, privacy, or confidentiality concerns. Zero-shot quantization addresses such problems, usually by taking information from the weights of a full-precision teacher network to compensate the performance drop of the quantized networks. In this paper, we first analyze the loss surface of state-of-the-art zero-shot quantization techniques and provide several findings. In contrast to usual knowledge distillation problems, zero-shot quantization often suffers from 1) the difficulty of optimizing multiple loss terms together, and 2) the poor generalization capability due to the use of synthetic samples. Furthermore, we observe that many weights fail to cross the rounding threshold during training the quantized networks even when it is necessary to do so for better performance. Based on the observations, we propose AIT, a simple yet powerful technique for zero-shot quantization, which addresses the aforementioned two problems in the following way: AIT i) uses a KL distance loss only without a cross-entropy loss, and ii) manipulates gradients to guarantee that a certain portion of weights are properly updated after crossing the rounding thresholds. Experiments show that AIT outperforms the performance of many existing methods by a great margin, taking over the overall state-of-the-art position in the field.

Kanghyun Choi, Hye Yoon Lee, Deokki Hong, Joonsang Yu, Noseong Park, Youngsok Kim, Jinho Lee• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy65.8
3518
Image ClassificationCIFAR-10 (test)
Accuracy91.23
3381
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy68.27
2386
Image ClassificationCIFAR-100 (val)--
781
Image ClassificationCIFAR-10 (val)
Top-1 Accuracy90.49
377
Image ClassificationImageNet (val)--
300
Image ClassificationCIFAR-10
Accuracy (4-bit)90.5
26
Image ClassificationImageNet balanced original (test)
Accuracy68.27
19
Zero-Shot QuantizationImageNet ILSVRC12
Total Elapsed Time (Hours)10.11
12
Showing 9 of 9 rows

Other info

Follow for update