Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

KAN-AD: Time Series Anomaly Detection with Kolmogorov-Arnold Networks

About

Time series anomaly detection (TSAD) underpins real-time monitoring in cloud services and web systems, allowing rapid identification of anomalies to prevent costly failures. Most TSAD methods driven by forecasting models tend to overfit by emphasizing minor fluctuations. Our analysis reveals that effective TSAD should focus on modeling "normal" behavior through smooth local patterns. To achieve this, we reformulate time series modeling as approximating the series with smooth univariate functions. The local smoothness of each univariate function ensures that the fitted time series remains resilient against local disturbances. However, a direct KAN implementation proves susceptible to these disturbances due to the inherently localized characteristics of B-spline functions. We thus propose KAN-AD, replacing B-splines with truncated Fourier expansions and introducing a novel lightweight learning mechanism that emphasizes global patterns while staying robust to local disturbances. On four popular TSAD benchmarks, KAN-AD achieves an average 15% improvement in detection accuracy (with peaks exceeding 27%) over state-of-the-art baselines. Remarkably, it requires fewer than 1,000 trainable parameters, resulting in a 50% faster inference speed compared to the original KAN, demonstrating the approach's efficiency and practical viability.

Quan Zhou, Changhua Pei, Fei Sun, Jing Han, Zhengwei Gao, Dan Pei, Haiming Zhang, Gaogang Xie, Jianhui Li• 2024

Related benchmarks

TaskDatasetResultRank
Anomaly DetectionWSD (test)
F1 Score0.756
23
Univariate Time Series Anomaly DetectionECG UCR Archive (test)
F1 Score91.6
22
Univariate Time Series Anomaly DetectionCIMIS44AirTemperature UCR Archive (test)
F1 Score84.2
22
Anomaly DetectionNAB (test)
F1 Score99
17
Anomaly DetectionYahoo (test)
F1 Score67.9
17
Anomaly DetectionKPI (test)
F1 Score90.5
6
Showing 6 of 6 rows

Other info

Follow for update