English

Efficient and Robust Quantization-aware Training via Adaptive Coreset Selection

Machine Learning 2024-08-21 v3 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Quantization-aware training (QAT) is a representative model compression method to reduce redundancy in weights and activations. However, most existing QAT methods require end-to-end training on the entire dataset, which suffers from long training time and high energy costs. In addition, the potential label noise in the training data undermines the robustness of QAT. We propose two metrics based on analysis of loss and gradient of quantized weights: error vector score and disagreement score, to quantify the importance of each sample during training. Guided by these two metrics, we proposed a quantization-aware Adaptive Coreset Selection (ACS) method to select the data for the current training epoch. We evaluate our method on various networks (ResNet-18, MobileNetV2, RetinaNet), datasets(CIFAR-10, CIFAR-100, ImageNet-1K, COCO), and under different quantization settings. Specifically, our method can achieve an accuracy of 68.39\% of 4-bit quantized ResNet-18 on the ImageNet-1K dataset with only a 10\% subset, which has an absolute gain of 4.24\% compared to the baseline. Our method can also improve the robustness of QAT by removing noisy samples in the training set.

Keywords

Cite

@article{arxiv.2306.07215,
  title  = {Efficient and Robust Quantization-aware Training via Adaptive Coreset Selection},
  author = {Xijie Huang and Zechun Liu and Shih-Yang Liu and Kwang-Ting Cheng},
  journal= {arXiv preprint arXiv:2306.07215},
  year   = {2024}
}

Comments

Accepted by TMLR, Code: https://github.com/HuangOwen/QAT-ACS

R2 v1 2026-06-28T11:03:06.339Z