🤖 AI Summary
This work addresses the challenge that traditional time series anomaly detection methods struggle to effectively forecast anomalies far into the future. To this end, it introduces long-term anomaly prediction as a distinct task for the first time and proposes an unsupervised, model-agnostic two-stage framework. The first stage performs standard anomaly detection to produce anomaly scores, while the second stage models the temporal dynamics of these scores to predict the likelihood of future anomalies. By integrating unsupervised learning, time series modeling, and temporal analysis of anomaly scores, the proposed approach demonstrates strong performance in both anomaly detection and long-term forecasting on synthetic datasets, establishing a robust baseline for future research in this emerging area.
📝 Abstract
This study addresses an important gap in time series outlier detection by proposing a novel problem setting: long-term outlier prediction. Conventional methods primarily focus on immediate detection by identifying deviations from normal patterns. As a result, their applicability is limited when forecasting outlier events far into the future. To overcome this limitation, we propose a simple and unsupervised two-layer method that is independent of specific models. The first layer performs standard outlier detection, and the second layer predicts future outlier scores based on the temporal structure of previously observed outliers. This framework enables not only pointwise detection but also long-term forecasting of outlier likelihoods. Experiments on synthetic datasets show that the proposed method performs well in both detection and prediction tasks. These findings suggest that the method can serve as a strong baseline for future work in outlier detection and forecasting.