New Insights on Relieving Task-Recency Bias for Online Class Incremental Learning
Guoqiang Liang, Zhaojie Chen, Zhaoqiang Chen, Shiyu Ji, Yanning Zhang

TL;DR
This paper introduces an Adaptive Focus Shifting algorithm for online class incremental learning, balancing stability and plasticity by dynamically focusing on ambiguous samples and non-target logits, addressing task-recency bias.
Contribution
The paper proposes a novel AFS algorithm with a revised focal loss and virtual knowledge distillation to improve stability-plasticity trade-off in OCIL.
Findings
AFS outperforms existing methods on three datasets.
Revised focal loss effectively reduces task-recency bias.
Virtual knowledge distillation enhances inter-class learning.
Abstract
To imitate the ability of keeping learning of human, continual learning which can learn from a never-ending data stream has attracted more interests recently. In all settings, the online class incremental learning (OCIL), where incoming samples from data stream can be used only once, is more challenging and can be encountered more frequently in real world. Actually, all continual learning models face a stability-plasticity dilemma, where the stability means the ability to preserve old knowledge while the plasticity denotes the ability to incorporate new knowledge. Although replay-based methods have shown exceptional promise, most of them concentrate on the strategy for updating and retrieving memory to keep stability at the expense of plasticity. To strike a preferable trade-off between stability and plasticity, we propose an Adaptive Focus Shifting algorithm (AFS), which dynamically…
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 · Online Learning and Analytics
MethodsFocal Loss
