English

Continuous Evolution Pool: Taming Recurring Concept Drift in Online Time Series Forecasting

Machine Learning 2026-01-29 v2

Abstract

Recurring concept drift poses a dual challenge in online time series forecasting: mitigating catastrophic forgetting while adhering to strict privacy constraints that prevent retaining historical data. Existing approaches predominantly rely on parameter updates or experience replay, which inevitably suffer from knowledge overwriting or privacy risks. To address this, we propose the Continuous Evolution Pool (CEP), a privacy-preserving framework that maintains a dynamic pool of specialized forecasters. Instead of storing raw samples, CEP utilizes lightweight statistical genes to decouple concept identification from forecasting. Specifically, it employs a Retrieval mechanism to identify the nearest concept based on gene similarity, an Evolution strategy to spawn new forecasters upon detecting distribution shifts, and an Elimination policy to prune obsolete models under memory constraints. Experiments on real-world datasets demonstrate that CEP significantly outperforms state-of-the-art baselines, reducing forecasting error by over 20% without accessing historical ground truth.

Keywords

Cite

@article{arxiv.2506.14790,
  title  = {Continuous Evolution Pool: Taming Recurring Concept Drift in Online Time Series Forecasting},
  author = {Tianxiang Zhan and Ming Jin and Yuanpeng He and Yuxuan Liang and Yong Deng and Shirui Pan},
  journal= {arXiv preprint arXiv:2506.14790},
  year   = {2026}
}
R2 v1 2026-07-01T03:22:26.440Z