paper-with-me

Papers

Switchable Online Knowledge Distillation

2022-09-12 · Biao Qian, Yang Wang, Hongzhi Yin, Richang Hong, Meng Wang

Online Knowledge Distillation (OKD) improves the involved models by reciprocally exploiting the difference between teacher and student. Several crucial bottlenecks over the gap between them -- e.g., Why and when does a large gap harm the performance, especially for student? How to quantify the gap between teacher and student? -- have received limited formal study. In this paper, we propose Switchable Online Knowledge Distillation (SwitOKD), to answer these questions. Instead of focusing on the accuracy gap at test phase by the existing arts, the core idea of SwitOKD is to adaptively calibrate the gap at training phase, namely distillation gap, via a switching strategy between two modes -- expert mode (pause the teacher while keep the student learning) and learning mode (restart the teacher). To possess an appropriate distillation gap, we further devise an adaptive switching threshold, which provides a formal criterion as to when to switch to learning mode or expert mode, and thus improves the student's performance. Meanwhile, the teacher benefits from our adaptive switching threshold and keeps basically on a par with other online arts. We further extend SwitOKD to multiple networks with two basis topologies. Finally, extensive experiments and analysis validate the merits of SwitOKD for classification over the state-of-the-arts. Our code is available at https://github.com/hfutqian/SwitOKD.

📄 PDF Abstract BibTeX arXiv:2209.04996

Code (1)

hfutqian/SwitOKD 공식 구현 pytorch

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Test 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Resolution Switchable Networks for Runtime Efficient Image Recognition

2020-07-19 · ECCV 2020 8 · Yikai Wang, Fuchun Sun, Duo Li, Anbang Yao

We propose a general method to train a single convolutional neural network which is capable of switching image resolutions at inference. Thus the running speed can be selected to meet various computational resource limit…

Knowledge DistillationQuantization

Switchable Precision Neural Networks

2020-02-07 · Luis Guerra, Bohan Zhuang, Ian Reid, Tom Drummond

Instantaneous and on demand accuracy-efficiency trade-off has been recently explored in the context of neural networks slimming. In this paper, we propose a flexible quantization strategy, termed Switchable Precision neu…

Quantization

Investigating associative, switchable and negatable Winograd items on renewed French data sets

2022-06-01 · JEP/TALN/RECITAL 2022 6 · Xiaoou Wang, Olga Seminck, Pascal Amsili

The Winograd Schema Challenge (WSC) consists of a set of anaphora resolution problems resolvable only by reasoning about world knowledge. This article describes the update of the existing French data set and the creation…

NegationWorld Knowledge

MetaMixer: A Regularization Strategy for Online Knowledge Distillation

2023-03-14 · Maorong Wang, Ling Xiao, Toshihiko Yamasaki

Online knowledge distillation (KD) has received increasing attention in recent years. However, while most existing online KD methods focus on developing complicated model structures and training strategies to improve the…

Knowledge Distillation

Slimmable Networks for Contrastive Self-supervised Learning

2022-09-30 · Shuai Zhao, Linchao Zhu, Xiaohan Wang, Yi Yang

Self-supervised learning makes significant progress in pre-training large models, but struggles with small models. Mainstream solutions to this problem rely mainly on knowledge distillation, which involves a two-stage pr…

Contrastive LearningKnowledge DistillationLinear evaluationSelf-Supervised Learning