CVLGMay 18, 2022

[Re] Distilling Knowledge via Knowledge Review

arXiv:2205.11246v13 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This is an incremental reproduction study for researchers in knowledge distillation, focusing on validating prior claims.

The paper reproduces and analyzes the robustness of the knowledge review framework for knowledge distillation, verifying consistent improvements in test accuracy across student models as reported in the original work.

This effort aims to reproduce the results of experiments and analyze the robustness of the review framework for knowledge distillation introduced in the CVPR '21 paper 'Distilling Knowledge via Knowledge Review' by Chen et al. Previous works in knowledge distillation only studied connections paths between the same levels of the student and the teacher, and cross-level connection paths had not been considered. Chen et al. propose a new residual learning framework to train a single student layer using multiple teacher layers. They also design a novel fusion module to condense feature maps across levels and a loss function to compare feature information stored across different levels to improve performance. In this work, we consistently verify the improvements in test accuracy across student models as reported in the original paper and study the effectiveness of the novel modules introduced by conducting ablation studies and new experiments.

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