paper-with-me

Papers

Rethinking Momentum Knowledge Distillation in Online Continual Learning

2023-09-06 · Nicolas Michel, Maorong Wang, Ling Xiao, Toshihiko Yamasaki

Online Continual Learning (OCL) addresses the problem of training neural networks on a continuous data stream where multiple classification tasks emerge in sequence. In contrast to offline Continual Learning, data can be seen only once in OCL, which is a very severe constraint. In this context, replay-based strategies have achieved impressive results and most state-of-the-art approaches heavily depend on them. While Knowledge Distillation (KD) has been extensively used in offline Continual Learning, it remains under-exploited in OCL, despite its high potential. In this paper, we analyze the challenges in applying KD to OCL and give empirical justifications. We introduce a direct yet effective methodology for applying Momentum Knowledge Distillation (MKD) to many flagship OCL methods and demonstrate its capabilities to enhance existing approaches. In addition to improving existing state-of-the-art accuracy by more than $10\%$ points on ImageNet100, we shed light on MKD internal mechanics and impacts during training in OCL. We argue that similar to replay, MKD should be considered a central component of OCL. The code is available at \url{https://github.com/Nicolas1203/mkd_ocl}.

📄 PDF Abstract BibTeX arXiv:2309.02870

Code (1)

nicolas1203/mkd_ocl 공식 구현 pytorch

Tasks

Continual LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Online Distillation with Continual Learning for Cyclic Domain Shifts

2023-04-03 · Joachim Houyon, Anthony Cioppa, Yasir Ghunaim, Motasem Alfarra 외

In recent years, online distillation has emerged as a powerful technique for adapting real-time deep neural networks on the fly using a slow, but accurate teacher model. However, a major challenge in online distillation …

Autonomous DrivingContinual Learning

Expediting Contrastive Language-Image Pretraining via Self-distilled Encoders

2023-12-19 · Bumsoo Kim, Jinhyung Kim, Yeonsik Jo, Seung Hwan Kim

Recent advances in vision language pretraining (VLP) have been largely attributed to the large-scale data collected from the web. However, uncurated dataset contains weakly correlated image-text pairs, causing data ineff…

Knowledge Distillation

Contrastive Continual Learning with Importance Sampling and Prototype-Instance Relation Distillation

2024-03-07 · Jiyong Li, Dilshod Azizov, Yang Li, Shangsong Liang

Recently, because of the high-quality representations of contrastive learning methods, rehearsal-based contrastive continual learning has been proposed to explore how to continually learn transferable representation embe…

Continual LearningContrastive LearningRelationRepresentation Learning

New Insights for the Stability-Plasticity Dilemma in Online Continual Learning

2023-02-17 · Dahuin Jung, Dongjin Lee, Sunwon Hong, Hyemi Jang 외

The aim of continual learning is to learn new tasks continuously (i.e., plasticity) without forgetting previously learned knowledge from old tasks (i.e., stability). In the scenario of online continual learning, wherein …

Continual Learning

Continual Distillation Learning: Knowledge Distillation in Prompt-based Continual Learning

2024-07-18 · Qifan Zhang, Yunhui Guo, Yu Xiang

We introduce the problem of continual distillation learning (CDL) in order to use knowledge distillation (KD) to improve prompt-based continual learning (CL) models. The CDL problem is valuable to study since the use of …

Continual LearningKnowledge Distillation