Tackling Online One-Class Incremental Learning by Removing Negative Contrasts
Nader Asadi, Sudhir Mudur, Eugene Belilovsky

TL;DR
This paper introduces a novel one-class incremental learning method that adapts BYOL from self-supervised learning, enabling effective learning from streaming data with changing class distributions and outperforming existing approaches.
Contribution
It adapts BYOL for supervised incremental learning and adds prototype regularization, addressing limitations of contrastive methods in one-class scenarios.
Findings
Achieves strong performance in one-class incremental learning.
Competitive results in multi-class incremental learning.
Outperforms existing contrastive-based methods.
Abstract
Recent work studies the supervised online continual learning setting where a learner receives a stream of data whose class distribution changes over time. Distinct from other continual learning settings the learner is presented new samples only once and must distinguish between all seen classes. A number of successful methods in this setting focus on storing and replaying a subset of samples alongside incoming data in a computationally efficient manner. One recent proposal ER-AML achieved strong performance in this setting by applying an asymmetric loss based on contrastive learning to the incoming data and replayed data. However, a key ingredient of the proposed method is avoiding contrasts between incoming data and stored data, which makes it impractical for the setting where only one new class is introduced in each phase of the stream. In this work we adapt a recently proposed…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsContrastive Learning
