paper-with-me

홈 › Papers

Random Teachers are Good Teachers

2023-02-23 · Felix Sarnthein, Gregor Bachmann, Sotiris Anagnostidis, Thomas Hofmann

In this work, we investigate the implicit regularization induced by teacher-student learning dynamics in self-distillation. To isolate its effect, we describe a simple experiment where we consider teachers at random initialization instead of trained teachers. Surprisingly, when distilling a student into such a random teacher, we observe that the resulting model and its representations already possess very interesting characteristics; (1) we observe a strong improvement of the distilled student over its teacher in terms of probing accuracy. (2) The learned representations are data-dependent and transferable between different tasks but deteriorate strongly if trained on random inputs. (3) The student checkpoint contains sparse subnetworks, so-called lottery tickets, and lies on the border of linear basins in the supervised loss landscape. These observations have interesting consequences for several important areas in machine learning: (1) Self-distillation can work solely based on the implicit regularization present in the gradient dynamics without relying on any dark knowledge, (2) self-supervised learning can learn features even in the absence of data augmentation and (3) training dynamics during the early phase of supervised training do not necessarily require label information. Finally, we shed light on an intriguing local property of the loss landscape: the process of feature learning is strongly amplified if the student is initialized closely to the teacher. These results raise interesting questions about the nature of the landscape that have remained unexplored so far. Code is available at https://github.com/safelix/dinopl.

📄 PDF Abstract BibTeX arXiv:2302.12091

Code (1)

safelix/dinopl 공식 구현 pytorch

Tasks

Data AugmentationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Reliable Adversarial Distillation with Unreliable Teachers

2021-06-09 · ICLR 2022 4 · Jianing Zhu, Jiangchao Yao, Bo Han, Jingfeng Zhang 외

In ordinary distillation, student networks are trained with soft labels (SLs) given by pretrained teacher networks, and students are expected to improve upon teachers since SLs are stronger supervision than the original …

Adversarial Robustness

TEACHERS RECORD MANAGEMENT SYSTEM PROJECT REPORT.

2024-11-20 · ResearchGate 2024 11 · Kamal Acharya

The Teachers Record Management System is a comprehensive solution designed to simplify the process of managing teacher records. In today's fast-paced world, it is imperative for schools and individuals to have access to …

ManagementNavigate

Teacher record management system project report

2024-08-20 · Authorea 2024 8 · Kamal Acharya

The Teachers Record Management System is a comprehensive solution designed to simplify the process of managing teacher records. In today's fast-paced world, it is imperative for schools and individuals to have access to …

ManagementNavigate

On the Efficacy of Knowledge Distillation

2019-10-03 · ICCV 2019 10 · Jang Hyun Cho, Bharath Hariharan

In this paper, we present a thorough evaluation of the efficacy of knowledge distillation and its dependence on student and teacher architectures. Starting with the observation that more accurate teachers often don't mak…

Knowledge Distillation

AC-Teach: A Bayesian Actor-Critic Method for Policy Learning with an Ensemble of Suboptimal Teachers

2019-09-09 · Andrey Kurenkov, Ajay Mandlekar, Roberto Martin-Martin, Silvio Savarese 외

The exploration mechanism used by a Deep Reinforcement Learning (RL) agent plays a key role in determining its sample efficiency. Thus, improving over random exploration is crucial to solve long-horizon tasks with sparse…

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)