paper-with-me

홈 › Papers

STAR: Boosting Time Series Foundation Models for Anomaly Detection through State-aware Adapter

2025-10-15 · Hanyin Cheng, Ruitong Zhang, Yuning Lu, Peng Chen, Meng Wang, Yang Shu, Bin Yang, Chenjuan Guo arxiv

While Time Series Foundation Models (TSFMs) have demonstrated remarkable success in Multivariate Time Series Anomaly Detection (MTSAD), however, in real-world industrial scenarios, many time series comprise not only numerical variables such as temperature and flow, but also numerous discrete state variables that describe the system status, such as valve on/off or day of the week. Existing TSFMs often overlook the distinct categorical nature of state variables and their critical role as conditions, typically treating them uniformly with numerical variables. This inappropriate modeling approach prevents the model from fully leveraging state information and even leads to a significant degradation in detection performance after state variables are integrated. To address this critical limitation, this paper proposes a novel STate-aware AdapteR (STAR). STAR is a plug-and-play module designed to enhance the capability of TSFMs in modeling and leveraging state variables during the fine-tuning stage. Specifically, STAR comprisesthree core components: (1) We design an Identity-guided State Encoder, whicheffectively captures the complex categorical semantics of state variables through a learnable State Memory. (2) We propose a Conditional Bottleneck Adapter, which dynamically generates low-rank adaptation parameters conditioned on the current state, thereby flexibly injecting the influence of state variables into the backbone model. (3) We also introduce a Numeral-State Matching module to more effectively detect anomalies inherent to the state variables themselves. Extensive experiments conducted on real-world datasets demonstrate that STAR can improve the performance of existing TSFMs on MTSAD.

📄 PDF Abstract BibTeX arXiv:2510.16014

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Anomaly Detection

Similar Papers 제목 키워드 기반

Towards Foundation Auto-Encoders for Time-Series Anomaly Detection

2025-07-02 · Gastón García González, Pedro Casas, Emilio Martínez, Alicia Fernández arxiv

We investigate a novel approach to time-series modeling, inspired by the successes of large pretrained foundation models. We introduce FAE (Foundation Auto-Encoders), a foundation generative-AI model for anomaly detectio…

Anomaly Detection

Training-Free Time-Series Anomaly Detection: Leveraging Image Foundation Models

2024-08-27 · Nobuo Namura, Yuma Ichikawa

Recent advancements in time-series anomaly detection have relied on deep learning models to handle the diverse behaviors of time-series data. However, these models often suffer from unstable training and require extensiv…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Enhancing Transformer-Based Foundation Models for Time Series Forecasting via Bagging, Boosting and Statistical Ensembles

2025-08-18 · Dhruv D. Modi, Rong Pan arxiv

Time series foundation models (TSFMs) such as Lag-Llama, TimeGPT, Chronos, MOMENT, UniTS, and TimesFM have shown strong generalization and zero-shot capabilities for time series forecasting, anomaly detection, classifica…

Time Series ForecastingAnomaly Detection

CoCAI: Copula-based Conformal Anomaly Identification for Multivariate Time-Series

2025-07-23 · Nicholas A. Pearson, Francesca Zanello, Davide Russo, Luca Bortolussi 외 arxiv

We propose a novel framework that harnesses the power of generative artificial intelligence and copula-based modeling to address two critical challenges in multivariate time-series analysis: delivering accurate predictio…

Dimensionality ReductionOutlier DetectionAnomaly Detection

THEMIS: Unlocking Pretrained Knowledge with Foundation Model Embeddings for Anomaly Detection in Time Series

2025-10-04 · Yadav Mahesh Lorik, Kaushik Sarveswaran, Nagaraj Sundaramahalingam, Aravindakumar Venugopalan arxiv

Time series anomaly detection forms a very crucial area in several domains but poses substantial challenges. Due to time series data possessing seasonality, trends, noise, and evolving patterns (concept drift), it become…

Time Series Anomaly DetectionOutlier Detection