OneNet: Enhancing Time Series Forecasting Models under Concept Drift by Online Ensembling
Yi-Fan Zhang, Qingsong Wen, Xue Wang, Weiqi Chen, Liang Sun, Zhang, Zhang, Liang Wang, Rong Jin, Tieniu Tan

TL;DR
OneNet is a novel online ensemble method that dynamically combines models focusing on temporal and cross-variable dependencies, significantly improving time series forecasting accuracy under concept drift.
Contribution
The paper introduces OneNet, a new online ensembling approach that adaptively combines two models using reinforcement learning, addressing limitations of existing methods in concept drift scenarios.
Findings
Reduces online forecasting error by over 50% compared to SOTA.
Effectively adapts to concept drift through dynamic model weighting.
Demonstrates superior performance on real-world streaming data.
Abstract
Online updating of time series forecasting models aims to address the concept drifting problem by efficiently updating forecasting models based on streaming data. Many algorithms are designed for online time series forecasting, with some exploiting cross-variable dependency while others assume independence among variables. Given every data assumption has its own pros and cons in online time series modeling, we propose \textbf{On}line \textbf{e}nsembling \textbf{Net}work (OneNet). It dynamically updates and combines two models, with one focusing on modeling the dependency across the time dimension and the other on cross-variate dependency. Our method incorporates a reinforcement learning-based approach into the traditional online convex programming framework, allowing for the linear combination of the two models with dynamically adjusted weights. OneNet addresses the main shortcoming of…
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.
Code & Models
Videos
Taxonomy
TopicsData Stream Mining Techniques · Smart Grid Energy Management · Advanced Bandit Algorithms Research
