← Search

Haitao Wen

4 accepted papers

2024

Class Incremental Learning with Multi-Teacher Distillation

CVPR 2024poster

Distillation strategies are currently the primary approaches for mitigating forgetting in class incremental learning (CIL). Existing methods generally inherit previous knowledge from a single teacher. However teachers with different mechanisms are talented at different tasks and inheriting diverse k…

2023

CafeBoost: Causal Feature Boost To Eliminate Task-Induced Bias for Class Incremental Learning

CVPR 2023poster

Continual learning requires a model to incrementally learn a sequence of tasks and aims to predict well on all the learned tasks so far, which notoriously suffers from the catastrophic forgetting problem. In this paper, we find a new type of bias appearing in continual learning, coined as task-induc…

Cited by 9SourcePDFScholar
2023

Contrastive Continuity on Augmentation Stability Rehearsal for Continual Self-Supervised Learning

ICCV 2023poster

Self-supervised learning has attracted a lot of attention recently, which is able to learn powerful representations without any manual annotations. However, self-supervised learning needs to develop the ability to continuously learn to cope with a variety of real-world challenges, i.e., Continual Se…

Cited by 6PDFScholar
2023

Optimizing Mode Connectivity for Class Incremental Learning

ICML 2023poster

Class incremental learning (CIL) is one of the most challenging scenarios in continual learning. Existing work mainly focuses on strategies like memory replay, regularization, or dynamic architecture but ignores a crucial aspect: mode connectivity. Recent studies have shown that different minima can…