English

SimReg: Regression as a Simple Yet Effective Tool for Self-supervised Knowledge Distillation

Computer Vision and Pattern Recognition 2022-01-14 v1

Abstract

Feature regression is a simple way to distill large neural network models to smaller ones. We show that with simple changes to the network architecture, regression can outperform more complex state-of-the-art approaches for knowledge distillation from self-supervised models. Surprisingly, the addition of a multi-layer perceptron head to the CNN backbone is beneficial even if used only during distillation and discarded in the downstream task. Deeper non-linear projections can thus be used to accurately mimic the teacher without changing inference architecture and time. Moreover, we utilize independent projection heads to simultaneously distill multiple teacher networks. We also find that using the same weakly augmented image as input for both teacher and student networks aids distillation. Experiments on ImageNet dataset demonstrate the efficacy of the proposed changes in various self-supervised distillation settings.

Keywords

Cite

@article{arxiv.2201.05131,
  title  = {SimReg: Regression as a Simple Yet Effective Tool for Self-supervised Knowledge Distillation},
  author = {K L Navaneet and Soroush Abbasi Koohpayegani and Ajinkya Tejankar and Hamed Pirsiavash},
  journal= {arXiv preprint arXiv:2201.05131},
  year   = {2022}
}

Comments

In BMVC 2021. Code available at: https://github.com/UCDvision/simreg

R2 v1 2026-06-24T08:49:21.811Z