Joint Selective State Space Model and Detrending for Robust Time Series Anomaly Detection
Junqi Chen, Xu Tan, Sylwan Rahardja, Jiawei Yang, Susanto Rahardja
TL;DR
The paper tackles two core challenges in time series anomaly detection: capturing long-range dependencies and generalizing to non-stationary data. It introduces a detector based on the Selective State Space Model (S6) and a multi-stage detrending pipeline, combining HP-based trend removal with DMamba blocks to produce reliable anomaly scores. Across NASA, SMD, and SWaT datasets, the approach outperforms 12 strong baselines, achieving about a 6.2% relative gain in average F1-AF and demonstrating robustness to non-stationary trends. The work lays a foundation for more advanced S6-based TSAD detectors that can operate effectively in real-world, non-stationary environments.
Abstract
Deep learning-based sequence models are extensively employed in Time Series Anomaly Detection (TSAD) tasks due to their effective sequential modeling capabilities. However, the ability of TSAD is limited by two key challenges: (i) the ability to model long-range dependency and (ii) the generalization issue in the presence of non-stationary data. To tackle these challenges, an anomaly detector that leverages the selective state space model known for its proficiency in capturing long-term dependencies across various domains is proposed. Additionally, a multi-stage detrending mechanism is introduced to mitigate the prominent trend component in non-stationary data to address the generalization issue. Extensive experiments conducted on realworld public datasets demonstrate that the proposed methods surpass all 12 compared baseline methods.
