paper-with-me

Papers

Dual-Teacher Class-Incremental Learning With Data-Free Generative Replay

2021-06-17 · Yoojin Choi, Mostafa El-Khamy, Jungwon Lee

This paper proposes two novel knowledge transfer techniques for class-incremental learning (CIL). First, we propose data-free generative replay (DF-GR) to mitigate catastrophic forgetting in CIL by using synthetic samples from a generative model. In the conventional generative replay, the generative model is pre-trained for old data and shared in extra memory for later incremental learning. In our proposed DF-GR, we train a generative model from scratch without using any training data, based on the pre-trained classification model from the past, so we curtail the cost of sharing pre-trained generative models. Second, we introduce dual-teacher information distillation (DT-ID) for knowledge distillation from two teachers to one student. In CIL, we use DT-ID to learn new classes incrementally based on the pre-trained model for old classes and another model (pre-)trained on the new data for new classes. We implemented the proposed schemes on top of one of the state-of-the-art CIL methods and showed the performance improvement on CIFAR-100 and ImageNet datasets.

📄 PDF Abstract BibTeX arXiv:2106.09835

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental LearningKnowledge DistillationTransfer Learning

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

DualTeacher: Bridging Coexistence of Unlabelled Classes for Semi-supervised Incremental Object Detection

2023-12-13 · Ziqi Yuan, Liyuan Wang, Wenbo Ding, Xingxing Zhang 외

In real-world applications, an object detector often encounters object instances from new classes and needs to accommodate them effectively. Previous work formulated this critical problem as incremental object detection …

Objectobject-detectionObject Detection

Adapt Your Teacher: Improving Knowledge Distillation for Exemplar-free Continual Learning

2023-08-18 · Filip Szatkowski, Mateusz Pyla, Marcin Przewięźlikowski, Sebastian Cygert 외

In this work, we investigate exemplar-free class incremental learning (CIL) with knowledge distillation (KD) as a regularization strategy, aiming to prevent forgetting. KD-based methods are successfully used in CIL, but …

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+3

Teacher Agent: A Knowledge Distillation-Free Framework for Rehearsal-based Video Incremental Learning

2023-06-01 · Shengqin Jiang, Yaoyu Fang, Haokui Zhang, Qingshan Liu 외

Rehearsal-based video incremental learning often employs knowledge distillation to mitigate catastrophic forgetting of previously learned data. However, this method faces two major challenges for video task: substantial …

Incremental LearningKnowledge DistillationVideo Understanding

DA-CIL: Towards Domain Adaptive Class-Incremental 3D Object Detection

2022-12-05 · Ziyuan Zhao, Mingxi Xu, Peisheng Qian, Ramanpreet Singh Pahwa 외

Deep learning has achieved notable success in 3D object detection with the advent of large-scale point cloud datasets. However, severe performance degradation in the past trained classes, i.e., catastrophic forgetting, s…

3D Object Detectionclass-incremental learningClass Incremental LearningClass-Incremental Object Detection+5

Multi-Teacher Knowledge Distillation for Incremental Implicitly-Refined Classification

2022-02-23 · Longhui Yu, Zhenyu Weng, Yuqing Wang, Yuesheng Zhu

Incremental learning methods can learn new classes continually by distilling knowledge from the last model (as a teacher model) to the current model (as a student model) in the sequentially learning process. However, the…

ClassificationIncremental LearningKnowledge Distillation