Dealing with Cross-Task Class Discrimination in Online Continual Learning
Yiduo Guo, Bing Liu, Dongyan Zhao

TL;DR
This paper introduces a novel approach to address cross-task class discrimination in online continual learning, focusing on dynamically optimizing decision boundaries with a gradient-based method to improve performance.
Contribution
It proposes a new optimization objective with a gradient-based adaptive method to better handle cross-task class discrimination in online CL, surpassing traditional replay methods.
Findings
Significantly improved online CL performance.
Effective handling of cross-task class boundaries.
Outperforms existing replay-based methods.
Abstract
Existing continual learning (CL) research regards catastrophic forgetting (CF) as almost the only challenge. This paper argues for another challenge in class-incremental learning (CIL), which we call cross-task class discrimination (CTCD),~i.e., how to establish decision boundaries between the classes of the new task and old tasks with no (or limited) access to the old task data. CTCD is implicitly and partially dealt with by replay-based methods. A replay method saves a small amount of data (replay data) from previous tasks. When a batch of current task data arrives, the system jointly trains the new data and some sampled replay data. The replay data enables the system to partially learn the decision boundaries between the new classes and the old classes as the amount of the saved data is small. However, this paper argues that the replay approach also has a dynamic training bias issue…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
