paper-with-me

홈 › Papers

OneShotSTL: One-Shot Seasonal-Trend Decomposition For Online Time Series Anomaly Detection And Forecasting

2023-04-04 · Xiao He, Ye Li, Jian Tan, Bin Wu, Feifei Li

Seasonal-trend decomposition is one of the most fundamental concepts in time series analysis that supports various downstream tasks, including time series anomaly detection and forecasting. However, existing decomposition methods rely on batch processing with a time complexity of O(W), where W is the number of data points within a time window. Therefore, they cannot always efficiently support real-time analysis that demands low processing delay. To address this challenge, we propose OneShotSTL, an efficient and accurate algorithm that can decompose time series online with an update time complexity of O(1). OneShotSTL is more than $1,000$ times faster than the batch methods, with accuracy comparable to the best counterparts. Extensive experiments on real-world benchmark datasets for downstream time series anomaly detection and forecasting tasks demonstrate that OneShotSTL is from 10 to over 1,000 times faster than the state-of-the-art methods, while still providing comparable or even better accuracy.

📄 PDF Abstract BibTeX arXiv:2304.01506

Code (1)

xiao-he/oneshotstl 공식 구현 pytorch

Tasks

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

A Robust and Efficient Multi-Scale Seasonal-Trend Decomposition

2021-09-18 · Linxiao Yang, Qingsong Wen, Bo Yang, Liang Sun

Many real-world time series exhibit multiple seasonality with different lengths. The removal of seasonal components is crucial in numerous applications of time series, including forecasting and anomaly detection. However…

Anomaly DetectionTime SeriesTime Series Analysis

Traffic flow forecasting, STL decomposition, Hybrid model, LSTM, ARIMA, XGBoost, Intelligent transportation systems

2025-10-26 · Fujiang Yuan, Yangrui Fan, Xiaohuan Bing, Zhen Tian 외 arxiv

Accurate traffic flow forecasting is essential for intelligent transportation systems and urban traffic management. However, single model approaches often fail to capture the complex, nonlinear, and multi scale temporal …

STD: A Seasonal-Trend-Dispersion Decomposition of Time Series

2022-04-21 · Grzegorz Dudek

The decomposition of a time series is an essential task that helps to understand its very nature. It facilitates the analysis and forecasting of complex time series expressing various hidden components such as the trend,…

Time SeriesTime Series Analysis

RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series

2018-12-05 · Qingsong Wen, Jingkun Gao, Xiaomin Song, Liang Sun 외

Decomposing complex time series into trend, seasonality, and remainder components is an important task to facilitate time series anomaly detection and forecasting. Although numerous methods have been proposed, there are …

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Seasonal and Trend Forecasting of Tourist Arrivals: An Adaptive Multiscale Ensemble Learning Approach

2020-02-19 · Shaolong Suna, Dan Bi, Ju-e Guo, Shouyang Wang

The accurate seasonal and trend forecasting of tourist arrivals is a very challenging task. In the view of the importance of seasonal and trend forecasting of tourist arrivals, and limited research work paid attention to…

Ensemble Learning