paper-with-me

Papers

AnomalyBERT: Self-Supervised Transformer for Time Series Anomaly Detection using Data Degradation Scheme

2023-05-08 · Yungi Jeong, Eunseok Yang, Jung Hyun Ryu, Imseong Park, Myungjoo Kang

Mechanical defects in real situations affect observation values and cause abnormalities in multivariate time series, such as sensor values or network data. To perceive abnormalities in such data, it is crucial to understand the temporal context and interrelation between variables simultaneously. The anomaly detection task for time series, especially for unlabeled data, has been a challenging problem, and we address it by applying a suitable data degradation scheme to self-supervised model training. We define four types of synthetic outliers and propose the degradation scheme in which a portion of input data is replaced with one of the synthetic outliers. Inspired by the self-attention mechanism, we design a Transformer-based architecture to recognize the temporal context and detect unnatural sequences with high efficiency. Our model converts multivariate data points into temporal representations with relative position bias and yields anomaly scores from these representations. Our method, AnomalyBERT, shows a great capability of detecting anomalies contained in complex time series and surpasses previous state-of-the-art methods on five real-world benchmarks. Our code is available at https://github.com/Jhryu30/AnomalyBERT.

📄 PDF Abstract BibTeX arXiv:2305.04468

Code (1)

jhryu30/anomalybert 공식 구현 pytorch

Tasks

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

Diffusion Auto-regressive Transformer for Effective Self-supervised Time Series Forecasting

2024-10-08 · Daoyu Wang, Mingyue Cheng, Zhiding Liu, Qi Liu 외

Self-supervised learning has become a popular and effective approach for enhancing time series forecasting, enabling models to learn universal representations from unlabeled data. However, effectively capturing both the …

DecoderDenoisingSelf-Supervised LearningTime Series+1

A Time Series is Worth 64 Words: Long-term Forecasting with Transformers

2022-11-27 · Yuqi Nie, Nam H. Nguyen, Phanwadee Sinthong, Jayant Kalagnanam

We propose an efficient design of Transformer-based models for multivariate time series forecasting and self-supervised representation learning. It is based on two key components: (i) segmentation of time series into sub…

Multivariate Time Series ForecastingRepresentation LearningTime SeriesTime Series Analysis+1

MTSMAE: Masked Autoencoders for Multivariate Time-Series Forecasting

2022-10-04 · Peiwang Tang, Xianchao Zhang

Large-scale self-supervised pre-training Transformer architecture have significantly boosted the performance for various tasks in natural language processing (NLP) and computer vision (CV). However, there is a lack of re…

Multivariate Time Series ForecastingSelf-Supervised LearningTime SeriesTime Series Analysis+1

SentimentArcs: A Novel Method for Self-Supervised Sentiment Analysis of Time Series Shows SOTA Transformers Can Struggle Finding Narrative Arcs

2021-10-18 · Jon Chun

SOTA Transformer and DNN short text sentiment classifiers report over 97% accuracy on narrow domains like IMDB movie reviews. Real-world performance is significantly lower because traditional models overfit benchmarks an…

Self-Supervised LearningSentiment AnalysisTime SeriesTime Series Analysis

TimeMAE: Self-Supervised Representations of Time Series with Decoupled Masked Autoencoders

2023-03-01 · Mingyue Cheng, Qi Liu, Zhiding Liu, Hao Zhang 외

Enhancing the expressive capacity of deep learning-based time series models with self-supervised pre-training has become ever-increasingly prevalent in time series classification. Even though numerous efforts have been d…

Time SeriesTime Series AnalysisTime Series Classification