pith. sign in

arxiv: 2411.00278 · v4 · pith:VTFNRQEBnew · submitted 2024-11-01 · 💻 cs.LG

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

classification 💻 cs.LG
keywords serieslocaltimetsaddetectiondisturbanceskan-adanomaly
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Fourier-KAN-Mamba: A Novel State-Space Equation Approach for Time-Series Anomaly Detection

    cs.LG 2025-11 unverdicted novelty 4.0

    Fourier-KAN-Mamba combines Fourier features, KAN nonlinearities, and Mamba state-space modeling with a gating mechanism and reports better anomaly detection performance than prior methods on the MSL, SMAP, and SWaT be...

  2. A Practitioner's Guide to Kolmogorov-Arnold Networks

    cs.LG 2025-10 accept novelty 3.0

    A systematic review of Kolmogorov-Arnold Networks that maps their relation to Kolmogorov superposition theory, MLPs, and kernels, examines basis-function design choices, summarizes performance advances, and supplies a...