Resilient Class-Incremental Learning: on the Interplay of Drifting, Unlabelled and Imbalanced Data Streams
Jin Li, Kleanthis Malialis, Marios Polycarpou

TL;DR
This paper introduces SCIL, a resilient streaming class-incremental learning framework that effectively handles concept drift, class imbalance, and new class emergence in dynamic data streams, outperforming existing methods.
Contribution
The paper presents a novel SCIL framework combining autoencoders, dual-loss strategies, pseudo-label correction, and oversampling to improve incremental learning under challenging conditions.
Findings
SCIL outperforms state-of-the-art methods in experiments.
The dual-loss strategy enhances class detection and stability.
Oversampling and pseudo-label correction improve resilience to imbalance.
Abstract
In today's connected world, the generation of massive streaming data across diverse domains has become commonplace. In the presence of concept drift, class imbalance, label scarcity, and new class emergence, they jointly degrade representation stability, bias learning toward outdated distributions, and reduce the resilience and reliability of detection in dynamic environments. This paper proposes SCIL (Streaming Class-Incremental Learning) to address these challenges. The SCIL framework integrates an autoencoder (AE) with a multi-layer perceptron for multi-class prediction, uses a dual-loss strategy (classification and reconstruction) for prediction and new class detection, employs corrected pseudo-labels for online training, manages classes with queues, and applies oversampling to handle imbalance. The rationale behind the method's structure is elucidated through ablation studies and a…
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
TopicsData Stream Mining Techniques · Domain Adaptation and Few-Shot Learning · Imbalanced Data Classification Techniques
