CVLGAug 18, 2020

Knowledge Transfer via Dense Cross-Layer Mutual-Distillation

arXiv:2008.07816v168 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses knowledge transfer in deep learning, offering an incremental improvement over existing mutual learning methods.

The paper tackles the problem of knowledge transfer between teacher and student networks by proposing Dense Cross-layer Mutual-distillation (DCM), an improved two-way method that trains both networks collaboratively from scratch with auxiliary classifiers and dense bidirectional operations, achieving superior performance on various tasks.

Knowledge Distillation (KD) based methods adopt the one-way Knowledge Transfer (KT) scheme in which training a lower-capacity student network is guided by a pre-trained high-capacity teacher network. Recently, Deep Mutual Learning (DML) presented a two-way KT strategy, showing that the student network can be also helpful to improve the teacher network. In this paper, we propose Dense Cross-layer Mutual-distillation (DCM), an improved two-way KT method in which the teacher and student networks are trained collaboratively from scratch. To augment knowledge representation learning, well-designed auxiliary classifiers are added to certain hidden layers of both teacher and student networks. To boost KT performance, we introduce dense bidirectional KD operations between the layers appended with classifiers. After training, all auxiliary classifiers are discarded, and thus there are no extra parameters introduced to final models. We test our method on a variety of KT tasks, showing its superiorities over related methods. Code is available at https://github.com/sundw2014/DCM

Code Implementations1 repo
Foundations

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

Your Notes