IntraQ: Learning Synthetic Images with Intra-Class Heterogeneity for Zero-Shot Network Quantization
About
Learning to synthesize data has emerged as a promising direction in zero-shot quantization (ZSQ), which represents neural networks by low-bit integer without accessing any of the real data. In this paper, we observe an interesting phenomenon of intra-class heterogeneity in real data and show that existing methods fail to retain this property in their synthetic images, which causes a limited performance increase. To address this issue, we propose a novel zero-shot quantization method referred to as IntraQ. First, we propose a local object reinforcement that locates the target objects at different scales and positions of the synthetic images. Second, we introduce a marginal distance constraint to form class-related features distributed in a coarse area. Lastly, we devise a soft inception loss which injects a soft prior label to prevent the synthetic images from being overfitting to a fixed object. Our IntraQ is demonstrated to well retain the intra-class heterogeneity in the synthetic images and also observed to perform state-of-the-art. For example, compared to the advanced ZSQ, our IntraQ obtains 9.17\% increase of the top-1 accuracy on ImageNet when all layers of MobileNetV1 are quantized to 4-bit. Code is at https://github.com/zysxmu/IntraQ.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-100 (test) | Accuracy66.8 | 3518 | |
| Image Classification | CIFAR-10 (test) | Accuracy91.52 | 3381 | |
| Image Classification | ImageNet-1K 1.0 (val) | Top-1 Accuracy66.47 | 2386 | |
| Image Classification | ImageNet (val) | Top-1 Acc69.94 | 1206 | |
| Image Classification | CIFAR-100 (val) | -- | 781 | |
| Image Classification | CIFAR-10 (val) | Top-1 Accuracy91.49 | 377 | |
| Image Classification | ImageNet (val) | -- | 300 | |
| Image Classification | ImageNet | -- | 184 | |
| Image Classification | CIFAR-10 | Accuracy (4-bit)91.5 | 26 |