paper-with-me

홈 › Papers

Abnormality Forecasting: Time Series Anomaly Prediction via Future Context Modeling

2024-10-16 · Sinong Zhao, Wenrui Wang, Hongzuo Xu, Zhaoyang Yu, Qingsong Wen, Gang Wang, Xiaoguang Liu, Guansong Pang

Identifying anomalies from time series data plays an important role in various fields such as infrastructure security, intelligent operation and maintenance, and space exploration. Current research focuses on detecting the anomalies after they occur, which can lead to significant financial/reputation loss or infrastructure damage. In this work we instead study a more practical yet very challenging problem, time series anomaly prediction, aiming at providing early warnings for abnormal events before their occurrence. To tackle this problem, we introduce a novel principled approach, namely future context modeling (FCM). Its key insight is that the future abnormal events in a target window can be accurately predicted if their preceding observation window exhibits any subtle difference to normal data. To effectively capture such differences, FCM first leverages long-term forecasting models to generate a discriminative future context based on the observation data, aiming to amplify those subtle but unusual difference. It then models a normality correlation of the observation data with the forecasting future context to complement the normality modeling of the observation data in foreseeing possible abnormality in the target window. A joint variate-time attention learning is also introduced in FCM to leverage both temporal signals and features of the time series data for more discriminative normality modeling in the aforementioned two views. Comprehensive experiments on five datasets demonstrate that FCM gains good recall rate (70\%+) on multiple datasets and significantly outperforms all baselines in F1 score. Code is available at https://github.com/mala-lab/FCM.

📄 PDF Abstract BibTeX arXiv:2410.12206

Code (1)

mala-lab/fcm 공식 구현 pytorch

Tasks

Time Series

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Conformal k-NN Anomaly Detector for Univariate Data Streams

2017-06-11 · Vladislav Ishimtsev, Ivan Nazarov, Alexander Bernstein, Evgeny Burnaev

Anomalies in time-series data give essential and often actionable information in many applications. In this paper we consider a model-free anomaly detection method for univariate time-series which adapts to non-stationar…

Anomaly DetectionConformal PredictionPredictionTime Series+1

STTS-EAD: Improving Spatio-Temporal Learning Based Time Series Prediction via

2025-01-14 · Yuanyuan Liang, Tianhao Zhang, Tingyu Xie

Handling anomalies is a critical preprocessing step in multivariate time series prediction. However, existing approaches that separate anomaly preprocessing from model training for multivariate time series prediction enc…

Anomaly DetectionMultivariate Time Series ForecastingTime SeriesTime Series Forecasting+1

Forecast2Anomaly (F2A): Adapting Multivariate Time Series Foundation Models for Anomaly Prediction

2025-11-05 · Atif Hassan, Tarun Kumar, Ashish Mishra, Sergey Serebryakov 외 arxiv

Forecasting anomalies (anomaly prediction) in multivariate time series from different real-world, dynamic, and complex systems is vital for preempting critical failures, leading to a substantial minimization in operation…

Unsupervised Anomaly Prediction with N-BEATS and Graph Neural Network in Multi-variate Semiconductor Process Time Series

2025-10-23 · Daniel Sorensen, Bappaditya Dey, Minjin Hwang, Sandip Halder arxiv

Semiconductor manufacturing is an extremely complex and precision-driven process, characterized by thousands of interdependent parameters collected across diverse tools and process steps. Multi-variate time-series analys…

Univariate Time Series ForecastingGraph Neural NetworkAnomaly Detection

RED-F: Reconstruction-Elimination based Dual-stream Contrastive Forecasting for Multivariate Time Series Anomaly Prediction

2025-11-25 · PengYu Chen, Xiaohou Shi, Yuan Chang, Yan Sun 외 arxiv

Anomaly prediction (AP) in multivariate time series (MTS) is crucial to ensure system dependability. Existing methods either focus solely on whether an anomaly is imminent without providing precise predictions for the fu…