Concept Drift Adaptation by Exploiting Historical Knowledge
Yu Sun, Ke Tang, Zexuan Zhu, Xin Yao

TL;DR
This paper introduces DTEL, a novel ensemble learning approach that leverages historical models and transfer learning to adapt effectively to concept drift in data streams.
Contribution
The paper proposes DTEL, which preserves diverse historical models and uses transfer learning to improve incremental learning with concept drift.
Findings
DTEL outperforms four state-of-the-art methods on synthetic and real-world data streams.
Preserving diverse models enhances adaptation to concept drift.
Transfer learning accelerates model updating with new data.
Abstract
Incremental learning with concept drift has often been tackled by ensemble methods, where models built in the past can be re-trained to attain new models for the current data. Two design questions need to be addressed in developing ensemble methods for incremental learning with concept drift, i.e., which historical (i.e., previously trained) models should be preserved and how to utilize them. A novel ensemble learning method, namely Diversity and Transfer based Ensemble Learning (DTEL), is proposed in this paper. Given newly arrived data, DTEL uses each preserved historical model as an initial model and further trains it with the new data via transfer learning. Furthermore, DTEL preserves a diverse set of historical models, rather than a set of historical models that are merely accurate in terms of classification accuracy. Empirical studies on 15 synthetic data streams and 4 real-world…
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 · Machine Learning and Data Classification · Advanced Bandit Algorithms Research
