LGFeb 3, 2024

Understanding Time Series Anomaly State Detection through One-Class Classification

arXiv:2402.02007v12 citationsh-index: 4
AI Analysis

This work addresses a specific scenario in time series analysis for researchers and practitioners, but it is incremental as it redefines an existing problem and adapts known methods.

The paper tackles the problem of detecting deviations of a test time series from a standard one, redefining it as a 'time series anomaly state detection problem' through one-class classification. It constructs an artificial dataset, adapts 38 algorithms, and compares their performance to provide insights for future research.

For a long time, research on time series anomaly detection has mainly focused on finding outliers within a given time series. Admittedly, this is consistent with some practical problems, but in other practical application scenarios, people are concerned about: assuming a standard time series is given, how to judge whether another test time series deviates from the standard time series, which is more similar to the problem discussed in one-class classification (OCC). Therefore, in this article, we try to re-understand and define the time series anomaly detection problem through OCC, which we call 'time series anomaly state detection problem'. We first use stochastic processes and hypothesis testing to strictly define the 'time series anomaly state detection problem', and its corresponding anomalies. Then, we use the time series classification dataset to construct an artificial dataset corresponding to the problem. We compile 38 anomaly detection algorithms and correct some of the algorithms to adapt to handle this problem. Finally, through a large number of experiments, we fairly compare the actual performance of various time series anomaly detection algorithms, providing insights and directions for future research by researchers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes