Unlearning-based sliding window for continual learning under concept drift
Michal Wozniak, Marek Klonowski, Maciej Maczynski, Bartosz Krawczyk

TL;DR
This paper introduces a novel approach combining machine unlearning with sliding window techniques to efficiently handle concept drift in continual learning without retraining from scratch.
Contribution
It is the first to connect machine unlearning with concept drift mitigation, enabling efficient adaptation in task-free continual learning scenarios.
Findings
Achieves competitive accuracy on image stream classification tasks.
Reduces computational cost compared to traditional sliding window retraining.
Effectively manages concept drift without explicit task boundaries.
Abstract
Traditional machine learning assumes a stationary data distribution, yet many real-world applications operate on nonstationary streams in which the underlying concept evolves over time. This problem can also be viewed as task-free continual learning under concept drift, where a model must adapt sequentially without explicit task identities or task boundaries. In such settings, effective learning requires both rapid adaptation to new data and forgetting of outdated information. A common solution is based on a sliding window, but this approach is often computationally demanding because the model must be repeatedly retrained from scratch on the most recent data. We propose a different perspective based on machine unlearning. Instead of rebuilding the model each time the active window changes, we remove the influence of outdated samples using unlearning and then update the model with newly…
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 · Machine Learning and ELM
