paper-with-me

홈 › Papers

TiSAT: Time Series Anomaly Transformer

2022-03-10 · Keval Doshi, Shatha Abudalou, Yasin Yilmaz

While anomaly detection in time series has been an active area of research for several years, most recent approaches employ an inadequate evaluation criterion leading to an inflated F1 score. We show that a rudimentary Random Guess method can outperform state-of-the-art detectors in terms of this popular but faulty evaluation criterion. In this work, we propose a proper evaluation metric that measures the timeliness and precision of detecting sequential anomalies. Moreover, most existing approaches are unable to capture temporal features from long sequences. Self-attention based approaches, such as transformers, have been demonstrated to be particularly efficient in capturing long-range dependencies while being computationally efficient during training and inference. We also propose an efficient transformer approach for anomaly detection in time series and extensively evaluate our proposed approach on several popular benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2203.05167

Code (3)

kevaldoshi17/TiSAT 공식 구현 pytorch
MindSpore-scientific/code-1/tree/main/Translation-Invariant/model mindspore
MindSpore-scientific/code-10/tree/main/Translation-Invariant/model mindspore

Tasks

Anomaly DetectionTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

A Study of Quantisation-aware Training on Time Series Transformer Models for Resource-constrained FPGAs

2023-10-04 · Tianheng Ling, Chao Qian, Lukas Einhaus, Gregor Schiele

This study explores the quantisation-aware training (QAT) on time series Transformer models. We propose a novel adaptive quantisation scheme that dynamically selects between symmetric and asymmetric schemes during the QA…

Time Series

Benchmarking Unsupervised Strategies for Anomaly Detection in Multivariate Time Series

2025-06-25 · Laura Boggia, Rafael Teixeira de Lima, Bogdan Malaescu

Anomaly detection in multivariate time series is an important problem across various fields such as healthcare, financial services, manufacturing or physics detector monitoring. Accurately identifying when unexpected err…

Anomaly DetectionBenchmarkingTime SeriesTime Series Anomaly Detection

PatchTrAD: A Patch-Based Transformer focusing on Patch-Wise Reconstruction Error for Time Series Anomaly Detection

2025-04-10 · Samy-Melwan Vilhes, Gilles Gasso, Mokhtar Z Alaya

Time series anomaly detection (TSAD) focuses on identifying whether observations in streaming data deviate significantly from normal patterns. With the prevalence of connected devices, anomaly detection on time series ha…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

EdgeConvFormer: Dynamic Graph CNN and Transformer based Anomaly Detection in Multivariate Time Series

2023-12-04 · Jie Liu, Qilin Li, Senjian An, Bradley Ezard 외

Transformer-based models for anomaly detection in multivariate time series can benefit from the self-attention mechanism due to its advantage in modeling long-term dependencies. However, Transformer-based anomaly detecti…

Anomaly DetectionTime Series

DDMT: Denoising Diffusion Mask Transformer Models for Multivariate Time Series Anomaly Detection

2023-10-13 · Chaocheng Yang, Tingyin Wang, Xuanhui Yan

Anomaly detection in multivariate time series has emerged as a crucial challenge in time series research, with significant research implications in various fields such as fraud detection, fault diagnosis, and system stat…

Anomaly DetectionDenoisingFault DiagnosisFraud Detection+3