TSINR: Capturing Temporal Continuity via Implicit Neural Representations for Time Series Anomaly Detection
Mengxuan Li, Ke Liu, Hongyang Chen, Jiajun Bu, Hongwei Wang, Haishuai Wang

TL;DR
TSINR introduces an implicit neural representation approach with spectral bias to improve time series anomaly detection by emphasizing normal low-frequency signals and capturing temporal continuity, outperforming existing methods.
Contribution
The paper proposes TSINR, a novel INR-based method that leverages spectral bias and transformer architecture to better detect anomalies in time series data.
Findings
TSINR outperforms state-of-the-art methods on benchmark datasets.
It effectively captures temporal continuity and detects discontinuous anomalies.
The method demonstrates robustness on both univariate and multivariate data.
Abstract
Time series anomaly detection aims to identify unusual patterns in data or deviations from systems' expected behavior. The reconstruction-based methods are the mainstream in this task, which learn point-wise representation via unsupervised learning. However, the unlabeled anomaly points in training data may cause these reconstruction-based methods to learn and reconstruct anomalous data, resulting in the challenge of capturing normal patterns. In this paper, we propose a time series anomaly detection method based on implicit neural representation (INR) reconstruction, named TSINR, to address this challenge. Due to the property of spectral bias, TSINR enables prioritizing low-frequency signals and exhibiting poorer performance on high-frequency abnormal data. Specifically, we adopt INR to parameterize time series data as a continuous function and employ a transformer-based architecture…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Time Series Analysis and Forecasting · Complex Systems and Time Series Analysis
MethodsADaptive gradient method with the OPTimal convergence rate
