Continuous Evolution Pool: Taming Recurring Concept Drift in Online Time Series Forecasting
Tianxiang Zhan, Ming Jin, Yuanpeng He, Yuxuan Liang, Yong Deng, Shirui Pan

TL;DR
The paper introduces Continuous Evolution Pool (CEP), a privacy-preserving framework for online time series forecasting that effectively manages recurring concept drift without storing raw data, outperforming existing methods.
Contribution
CEP is a novel framework that maintains a dynamic pool of specialized forecasters using lightweight statistical genes, enabling privacy-preserving handling of concept drift in real-time forecasting.
Findings
CEP reduces forecasting error by over 20% compared to baselines.
CEP effectively detects and adapts to distribution shifts.
CEP operates under strict privacy constraints without accessing historical ground truth.
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.…
Peer Reviews
Decision·Submitted to ICLR 2026
The proposed mechanism is relatively simple and is general which allows it to be easily coupled with any forecaster, The experimentation on forecasting performance improvement is extensive both in terms of the forecasting models compared and the dataset used.
The simplicity of the concepts managed by the proposed mechanism is also a major limitation of this work, In fact, a concept in this work correspond basically to the means and standard deviation of the time series in a look-back window. Concepts with very different patterns may have the same statistical properties of means and standard deviation. Anohter limitation is that the proposed mechanism is for single time series. Multiple time series exhibitete even more complex pattens for concepts.
1.The paper has a clear structure and logical flow. It first identifies the challenge of recurring concept drift and systematically analyzes the limitations of existing methods. Subsequently, the paper proposes the core solution, the CEP framework, and progressively elaborates on its key mechanisms. 2.The method is highly innovative. Instead of relying on the traditional passive approach of adapting to drift based on prediction error, the paper innovatively proposes a proactive detection mechan
1.The paper defines a "gene" as the mean and standard deviation of a data window. Although this method is simple and computationally efficient, it may not be sufficient to capture the distribution within the window, making it unable to detect all types of concept drift. 2.When a data window is in a transitional stage between two concepts, it may be difficult to select an appropriate forecaster for prediction. 3.The proposed method performs exceptionally well on data with recurring patterns, bu
**Originality:** The formulation of the "Continuous Evolution Pool" is a fresh and compelling idea. The gene-based, proactive concept identification is a significant shift from reactive, error-based adaptation strategies. **Quality & Significance:** The empirical validation is thorough and convincing. The method's ability to significantly improve performance across diverse model architectures and under challenging delay scenarios is a major strength. **Clarity:** The core algorithm is present
**Theoretical vs. Empirical Grounding:** While the appendix provides a regret analysis, it remains somewhat high-level. A more formal bound on the identification regret, perhaps under specific assumptions about the separation between concepts in the gene space, would strengthen the theoretical analysis. **Limitations of the Gene Representation:** The gene, while effective, is a relatively simple statistical summary. The paper acknowledges its limitation on the Traffic dataset (with frequent, lo
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Stream Mining Techniques · Air Quality Monitoring and Forecasting · Data Management and Algorithms
