paper-with-me

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 loss due to reduced precision. To address these limitations, this paper proposes a novel Self-Supervised Quantization-Aware Knowledge Distillation framework (SQAKD). SQAKD first unifies the forward and backward dynamics of various quantization functions and then reframes QAT as a co-optimization problem that simultaneously minimizes the KL-Loss and the discretization error, in a self-supervised manner. The evaluation shows that SQAKD significantly improves the performance of various state-of-the-art QAT works. SQAKD establishes stronger baselines and does not require extensive labeled training data, potentially making state-of-the-art QAT research more accessible.

📄 PDF Abstract BibTeX arXiv:2309.13220

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

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

BayesQ: Uncertainty-Guided Bayesian Quantization

2025-11-11 · Ismail Lamaakal, Chaymae Yahyati, Yassine Maleh, Khalid El Makkaoui 외 arxiv

We present BayesQ, an uncertainty-guided post-training quantization framework that is the first to optimize quantization under the posterior expected loss. BayesQ fits a lightweight Gaussian posterior over weights (diago…

UniMotion: A Unified Framework for Motion-Text-Vision Understanding and Generation

2026-03-23 · Ziyi Wang, Xinshun Wang, Shuang Chen, Yang Cong 외 arxiv

We present UniMotion, to our knowledge the first unified framework for simultaneous understanding and generation of human motion, natural language, and RGB images within a single architecture. Existing unified models han…

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

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