CVSep 9, 2021

Fine-grained Data Distribution Alignment for Post-Training Quantization

arXiv:2109.04186v321 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a critical bottleneck in deploying efficient neural networks on resource-constrained devices by improving post-training quantization, though it is incremental as it builds on existing zero-shot quantization methods.

The paper tackles the performance degradation in post-training quantization due to limited calibration data by proposing a fine-grained data distribution alignment method that uses synthetic data and batch normalization statistics to preserve inter-class separation and intra-class incohesion, achieving state-of-the-art results on ImageNet, particularly with low-bit quantization of first and last layers.

While post-training quantization receives popularity mostly due to its evasion in accessing the original complete training dataset, its poor performance also stems from scarce images. To alleviate this limitation, in this paper, we leverage the synthetic data introduced by zero-shot quantization with calibration dataset and propose a fine-grained data distribution alignment (FDDA) method to boost the performance of post-training quantization. The method is based on two important properties of batch normalization statistics (BNS) we observed in deep layers of the trained network, (i.e.), inter-class separation and intra-class incohesion. To preserve this fine-grained distribution information: 1) We calculate the per-class BNS of the calibration dataset as the BNS centers of each class and propose a BNS-centralized loss to force the synthetic data distributions of different classes to be close to their own centers. 2) We add Gaussian noise into the centers to imitate the incohesion and propose a BNS-distorted loss to force the synthetic data distribution of the same class to be close to the distorted centers. By utilizing these two fine-grained losses, our method manifests the state-of-the-art performance on ImageNet, especially when both the first and last layers are quantized to the low-bit. Code is at \url{https://github.com/zysxmu/FDDA}.

Code Implementations1 repo
Foundations

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

Your Notes