TL;DR
The paper introduces DoGo, a self-supervised learning approach that uses online mutual knowledge distillation to enhance small model representations, showing improved performance especially with limited or noisy labels.
Contribution
It proposes a novel online knowledge distillation method integrated with self-supervised learning to boost small model performance.
Findings
Significant performance improvements on multiple benchmarks.
Enhanced robustness with noisy and limited labels.
Good generalization to out-of-distribution data.
Abstract
Self-supervised learning solves pretext prediction tasks that do not require annotations to learn feature representations. For vision tasks, pretext tasks such as predicting rotation, solving jigsaw are solely created from the input data. Yet, predicting this known information helps in learning representations useful for downstream tasks. However, recent works have shown that wider and deeper models benefit more from self-supervised learning than smaller models. To address the issue of self-supervised pre-training of smaller models, we propose Distill-on-the-Go (DoGo), a self-supervised learning paradigm using single-stage online knowledge distillation to improve the representation quality of the smaller models. We employ deep mutual learning strategy in which two models collaboratively learn from each other to improve one another. Specifically, each model is trained using…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsKnowledge Distillation · Softmax · Jigsaw
