paper-with-me

홈 › Papers

Addressing Concept Shift in Online Time Series Forecasting: Detect-then-Adapt

2024-03-22 · Yifan Zhang, Weiqi Chen, Zhaoyang Zhu, Dalin Qin, Liang Sun, Xue Wang, Qingsong Wen, Zhang Zhang, Liang Wang, Rong Jin

Online updating of time series forecasting models aims to tackle the challenge of concept drifting by adjusting forecasting models based on streaming data. While numerous algorithms have been developed, most of them focus on model design and updating. In practice, many of these methods struggle with continuous performance regression in the face of accumulated concept drifts over time. To address this limitation, we present a novel approach, Concept \textbf{D}rift \textbf{D}etection an\textbf{D} \textbf{A}daptation (D3A), that first detects drifting conception and then aggressively adapts the current model to the drifted concepts after the detection for rapid adaption. To best harness the utility of historical data for model adaptation, we propose a data augmentation strategy introducing Gaussian noise into existing training instances. It helps mitigate the data distribution gap, a critical factor contributing to train-test performance inconsistency. The significance of our data augmentation process is verified by our theoretical analysis. Our empirical studies across six datasets demonstrate the effectiveness of D3A in improving model adaptation capability. Notably, compared to a simple Temporal Convolutional Network (TCN) baseline, D3A reduces the average Mean Squared Error (MSE) by $43.9\%$. For the state-of-the-art (SOTA) model, the MSE is reduced by $33.3\%$.

📄 PDF Abstract BibTeX arXiv:2403.14949

Code (1)

yfzhang114/onenet pytorch

Tasks

Data AugmentationTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Tackling Time-Series Forecasting Generalization via Mitigating Concept Drift

2025-10-16 · Zhiyuan Zhao, Haoxin Liu, B. Aditya Prakash arxiv

Time-series forecasting finds broad applications in real-world scenarios. Due to the dynamic nature of time series data, it is important for time-series forecasting models to handle potential distribution shifts over tim…

Time Series Forecasting

Conformal Prediction for Time-series Forecasting with Change Points

2025-09-02 · Sophia Sun, Rose Yu arxiv

Conformal prediction has been explored as a general and efficient way to provide uncertainty quantification for time series. However, current methods struggle to handle time series data with change points - sudden shifts…

Performative Time-Series Forecasting

2023-10-09 · Zhiyuan Zhao, Alexander Rodriguez, B. Aditya Prakash

Time-series forecasting is a critical challenge in various domains and has witnessed substantial progress in recent years. Many real-life scenarios, such as public health, economics, and social applications, involve feed…

Time SeriesTime Series Forecasting

Dynamic Multi-period Experts for Online Time Series Forecasting

2026-03-10 · Seungha Hong, Sukang Chae, Suyeon Kim, Sanghwan Jang 외 arxiv

Online Time Series Forecasting (OTSF) requires models to continuously adapt to concept drift. However, existing methods often treat concept drift as a monolithic phenomenon. To address this limitation, we first redefine …

Time Series Forecasting

WormKAN: Are KAN Effective for Identifying and Tracking Concept Drift in Time Series?

2024-10-13 · Kunpeng Xu, Lifei Chen, Shengrui Wang

Dynamic concepts in time series are crucial for understanding complex systems such as financial markets, healthcare, and online activity logs. These concepts help reveal structures and behaviors in sequential data for be…

Decision MakingDecoderDrift DetectionKolmogorov-Arnold Networks+1