Command Palette
Search for a command to run...
Quan Zhou; Changhua Pei; Fei Sun; Jing Han; Zhengwei Gao; Dan Pei; Haiming Zhang; Gaogang Xie; Jianhui Li

Abstract
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.
Code Repositories
Benchmarks
| Benchmark | Methodology | Metrics |
|---|---|---|
| anomaly-detection-on-ucr-anomaly-archive | LSTMAD | AUC ROC : 0.6432 |
| anomaly-detection-on-ucr-anomaly-archive | TranAD | AUC ROC : 0.4599 |
| anomaly-detection-on-ucr-anomaly-archive | OFA | AUC ROC : 0.5699 |
| anomaly-detection-on-ucr-anomaly-archive | FCVAE | AUC ROC : 0.7145 |
| anomaly-detection-on-ucr-anomaly-archive | SRCNN | AUC ROC : 0.5109 |
| anomaly-detection-on-ucr-anomaly-archive | KAN-AD | AUC ROC : 0.8188 ±0.0041 |
| anomaly-detection-on-ucr-anomaly-archive | SAND | AUC ROC : 0.6550 |
| anomaly-detection-on-ucr-anomaly-archive | KAN | AUC ROC : 0.7489 |
| anomaly-detection-on-ucr-anomaly-archive | SubLOF | AUC ROC : 0.8001 |
| anomaly-detection-on-ucr-anomaly-archive | TimesNet | AUC ROC : 0.4536 |
| anomaly-detection-on-ucr-anomaly-archive | AT | AUC ROC : 0.5458 |
| anomaly-detection-on-ucr-anomaly-archive | FITS | AUC ROC : 0.5969 |
Build AI with AI
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.