paper-with-me

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-parameter tuning to balance the weights of different loss terms, assume the availability of labeled training data, and require complex, computationally intensive training procedures for good performance. To address these limitations, this paper proposes a novel Self-Supervised Quantization-Aware Knowledge Distillation (SQAKD) framework. SQAKD first unifies the forward and backward dynamics of various quantization functions, making it flexible for incorporating various QAT works. Then it formulates QAT as a co-optimization problem that simultaneously minimizes the KL-Loss between the full-precision and low-bit models for KD and the discretization error for quantization, without supervision from labels. A comprehensive evaluation shows that SQAKD substantially outperforms the state-of-the-art QAT and KD works for a variety of model architectures. Our code is at: https://github.com/kaiqi123/SQAKD.git.

📄 PDF Abstract BibTeX arXiv:2403.11106

Code (1)

kaiqi123/sqakd 공식 구현 pytorch

Tasks

Knowledge DistillationQuantization

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

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

Boost Vision Transformer with GPU-Friendly Sparsity and Quantization

2023-05-18 · CVPR 2023 1 · Chong Yu, Tao Chen, Zhongxue Gan, Jiayuan Fan

The transformer extends its success from the language to the vision domain. Because of the stacked self-attention and cross-attention blocks, the acceleration deployment of vision transformer on GPU hardware is challengi…

BenchmarkingGPUKnowledge DistillationQuantization

BitDistiller: Unleashing the Potential of Sub-4-Bit LLMs via Self-Distillation

2024-02-16 · Dayou Du, Yijia Zhang, Shijie Cao, Jiaqi Guo 외

The upscaling of Large Language Models (LLMs) has yielded impressive advances in natural language processing, yet it also poses significant deployment challenges. Weight quantization has emerged as a widely embraced solu…

Knowledge DistillationQuantization

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