CVApr 18, 2023

Deep Collective Knowledge Distillation

arXiv:2304.08878v1h-index: 5
Originality Incremental advance
AI Analysis

This work addresses model compression for deep learning practitioners by offering an incremental improvement over existing knowledge distillation methods.

The paper tackles the problem of student models merely imitating teachers in knowledge distillation by proposing DCKD, which also leverages knowledge from other student models to improve class correlation understanding, resulting in state-of-the-art performance gains such as a 2.52% increase for ResNet18 on ImageNet.

Many existing studies on knowledge distillation have focused on methods in which a student model mimics a teacher model well. Simply imitating the teacher's knowledge, however, is not sufficient for the student to surpass that of the teacher. We explore a method to harness the knowledge of other students to complement the knowledge of the teacher. We propose deep collective knowledge distillation for model compression, called DCKD, which is a method for training student models with rich information to acquire knowledge from not only their teacher model but also other student models. The knowledge collected from several student models consists of a wealth of information about the correlation between classes. Our DCKD considers how to increase the correlation knowledge of classes during training. Our novel method enables us to create better performing student models for collecting knowledge. This simple yet powerful method achieves state-of-the-art performances in many experiments. For example, for ImageNet, ResNet18 trained with DCKD achieves 72.27\%, which outperforms the pretrained ResNet18 by 2.52\%. For CIFAR-100, the student model of ShuffleNetV1 with DCKD achieves 6.55\% higher top-1 accuracy than the pretrained ShuffleNetV1.

Foundations

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

Your Notes