TFAD: A Decomposition Time Series Anomaly Detection Architecture with Time-Frequency Analysis
About
Time series anomaly detection is a challenging problem due to the complex temporal dependencies and the limited label data. Although some algorithms including both traditional and deep models have been proposed, most of them mainly focus on time-domain modeling, and do not fully utilize the information in the frequency domain of the time series data. In this paper, we propose a Time-Frequency analysis based time series Anomaly Detection model, or TFAD for short, to exploit both time and frequency domains for performance improvement. Besides, we incorporate time series decomposition and data augmentation mechanisms in the designed time-frequency architecture to further boost the abilities of performance and interpretability. Empirical studies on widely used benchmark datasets show that our approach obtains state-of-the-art performance in univariate and multivariate time series anomaly detection tasks. Code is provided at https://github.com/DAMO-DI-ML/CIKM22-TFAD.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Anomaly Detection | WSD (test) | F1 Score0.635 | 23 | |
| Univariate Time Series Anomaly Detection | ECG UCR Archive (test) | F1 Score83.5 | 22 | |
| Univariate Time Series Anomaly Detection | CIMIS44AirTemperature UCR Archive (test) | F1 Score77.2 | 22 | |
| Anomaly Detection | Yahoo (test) | F1 Score79.2 | 17 | |
| Anomaly Detection | NAB (test) | F1 Score73.4 | 17 | |
| Inference Efficiency | Inference Efficiency Evaluation | Inference Latency (s)0.04 | 12 | |
| Anomaly Detection | KPI (test) | F1 Score81 | 6 | |
| Univariate Anomaly Detection | IT monitoring datasets | CPU Time (s)1.67e+3 | 5 |