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 under recurring concept drift and delayed feedback. CEP maintains a dynamic pool of specialized forecasters represented by lightweight statistical genes, using nearest retrieval, concept-driven evolution, and systematic elimination to manage knowledge while never storing raw historical samples. By decoupling concept identification from forecasting, CEP converts a non-stationary learning problem into multiple stationary subproblems, yielding sublinear regret and strong empirical gains (often over 20% reduction in forecasting error) across real-world datasets and backbones. The approach demonstrates robust performance with tight memory constraints, suitability for edge deployment, and principled hyperparameter guidance, offering a practical solution for privacy-conscious, drift-prone time-series applications.
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.
