paper-with-me

Papers

Data-Augmented Quantization-Aware Knowledge Distillation

2025-09-04 · Justin Kur, Kaiqi Zhao arxiv

Quantization-aware training (QAT) and Knowledge Distillation (KD) are combined to achieve competitive performance in creating low-bit deep learning models. Existing KD and QAT works focus on improving the accuracy of quantized models from the network output perspective by designing better KD loss functions or optimizing QAT's forward and backward propagation. However, limited attention has been given to understanding the impact of input transformations, such as data augmentation (DA). The relationship between quantization-aware KD and DA remains unexplored. In this paper, we address the question: how to select a good DA in quantization-aware KD, especially for the models with low precisions? We propose a novel metric which evaluates DAs according to their capacity to maximize the Contextual Mutual Information--the information not directly related to an image's label--while also ensuring the predictions for each class are close to the ground truth labels on average. The proposed method automatically ranks and selects DAs, requiring minimal training overhead, and it is compatible with any KD or QAT algorithm. Extensive evaluations demonstrate that selecting DA strategies using our metric significantly improves state-of-the-art QAT and KD works across various model architectures and datasets.

📄 PDF Abstract BibTeX arXiv:2509.03850

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationData Augmentation

Similar Papers 제목 키워드 기반

Self-Supervised Quantization-Aware Knowledge Distillation

2024-03-17 · Kaiqi Zhao, Ming Zhao

Quantization-aware training (QAT) and Knowledge Distillation (KD) are combined to achieve competitive performance in creating low-bit deep learning models. However, existing works applying KD to QAT require tedious hyper…

Knowledge DistillationQuantization

Poster: Self-Supervised Quantization-Aware Knowledge Distillation

2023-09-22 · Kaiqi Zhao, Ming Zhao

Quantization-aware training (QAT) starts with a pre-trained full-precision model and performs quantization during retraining. However, existing QAT works require supervision from the labels and they suffer from accuracy …

Knowledge DistillationQuantization

QKD: Quantization-aware Knowledge Distillation

2019-11-28 · Jangho Kim, Yash Bhalgat, Jinwon Lee, Chirag Patel 외

Quantization and Knowledge distillation (KD) methods are widely used to reduce memory and power consumption of deep neural networks (DNNs), especially for resource-constrained edge devices. Although their combination is …

Knowledge DistillationQuantization

Quantized Feature Distillation for Network Quantization

2023-07-20 · Ke Zhu, Yin-Yin He, Jianxin Wu

Neural network quantization aims to accelerate and trim full-precision neural network models by using low bit approximations. Methods adopting the quantization aware training (QAT) paradigm have recently seen a rapid gro…

image-classificationImage ClassificationImage SegmentationKnowledge Distillation+5

Decoder-Free Distillation for Quantized Image Restoration

2026-03-10 · S. M. A. Sharif, Abdur Rehman, Seongwan Kim, Jaeho Lee arxiv

Quantization-Aware Training (QAT), combined with Knowledge Distillation (KD), holds immense promise for compressing models for edge deployment. However, joint optimization for precision-sensitive image restoration (IR) t…

Knowledge DistillationImage RestorationObject Detection