LGAIMay 31

ChronosAD: Leveraging Time Series Foundation Models for Accurate Anomaly Detection

arXiv:2606.0130055.0Has Code
Predicted impact top 43% in LG · last 90 daysOriginality Incremental advance
AI Analysis

It provides a generalizable anomaly detection solution for multiple domains (industrial, medical, cyber-physical, automotive) with minimal task-specific tuning.

ChronosAD introduces a time series foundation model as a feature extractor for anomaly detection, achieving 4.72% higher AUC and 6.60% higher AP on average across 11 benchmarks compared to existing methods.

Time series anomaly detection is a crucial task in various domains, including finance, healthcare, and industry. However, existing methods often struggle to generalize across different datasets, especially when anomalies are subtle or context-dependent. To solve this issue, we introduce ChronosAD, a novel architecture for anomaly detection that uses a time series foundation model as a feature extractor. Specifically, it employs a two-stage pipeline: first, it uses the foundation model to extract embeddings for each time series in a zero-shot manner. Then, a custom-developed Temporal Block, composed of Bidirectional Long Short-Term Memory (BiLSTM) and Multi-Head Attention, refines these embeddings to capture temporal dependencies and highlight salient patterns. Unlike previous approaches, our model requires minimal task-specific tuning and demonstrates robust generalization across a wide range of domains, including industrial, medical, cyber-physical, and automotive systems. Extensive experiments on 11 benchmarks show that ChronosAD outperforms existing methods by 4.72% in AUC and 6.60% in AP on average. The source code is available at https://github.com/intelligolabs/ChronosAD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes