paper-with-me

홈 › Papers

SALAD: Self-Adaptive Lightweight Anomaly Detection for Real-time Recurrent Time Series

2021-04-19 · Ming-Chang Lee, Jia-Chun Lin, Ernst Gunnar Gran

Real-world time series data often present recurrent or repetitive patterns and it is often generated in real time, such as transportation passenger volume, network traffic, system resource consumption, energy usage, and human gait. Detecting anomalous events based on machine learning approaches in such time series data has been an active research topic in many different areas. However, most machine learning approaches require labeled datasets, offline training, and may suffer from high computation complexity, consequently hindering their applicability. Providing a lightweight self-adaptive approach that does not need offline training in advance and meanwhile is able to detect anomalies in real time could be highly beneficial. Such an approach could be immediately applied and deployed on any commodity machine to provide timely anomaly alerts. To facilitate such an approach, this paper introduces SALAD, which is a Self-Adaptive Lightweight Anomaly Detection approach based on a special type of recurrent neural networks called Long Short-Term Memory (LSTM). Instead of using offline training, SALAD converts a target time series into a series of average absolute relative error (AARE) values on the fly and predicts an AARE value for every upcoming data point based on short-term historical AARE values. If the difference between a calculated AARE value and its corresponding forecast AARE value is higher than a self-adaptive detection threshold, the corresponding data point is considered anomalous. Otherwise, the data point is considered normal. Experiments based on two real-world open-source time series datasets demonstrate that SALAD outperforms five other state-of-the-art anomaly detection approaches in terms of detection accuracy. In addition, the results also show that SALAD is lightweight and can be deployed on a commodity machine.

📄 PDF Abstract BibTeX arXiv:2104.09968

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

SALAD -- Semantics-Aware Logical Anomaly Detection

2025-09-02 · Matic Fučka, Vitjan Zavrtanik, Danijel Skočaj arxiv

Recent surface anomaly detection methods excel at identifying structural anomalies, such as dents and scratches, but struggle with logical anomalies, such as irregular or missing object components. The best-performing lo…

Anomaly Detection

Resonant Anomaly Detection with Multiple Reference Datasets

2022-12-20 · Mayee F. Chen, Benjamin Nachman, Frederic Sala

An important class of techniques for resonant anomaly detection in high energy physics builds models that can distinguish between reference and target datasets, where only the latter has appreciable signal. Such techniqu…

Anomaly Detection

Anomaly Detection on X-Rays Using Self-Supervised Aggregation Learning

2020-10-19 · Behzad Bozorgtabar, Dwarikanath Mahapatra, Guillaume Vray, Jean-Philippe Thiran

Deep anomaly detection models using a supervised mode of learning usually work under a closed set assumption and suffer from overfitting to previously seen rare anomalies at training, which hinders their applicability in…

Anomaly Detection

Word Salad Chopper: Reasoning Models Waste A Ton Of Decoding Budget On Useless Repetitions, Self-Knowingly

2025-11-01 · Wenya Xie, Shaochen, Zhong, Hoang Anh Duy Le 외 arxiv

Large Reasoning Models (LRMs) are often bottlenecked by the high cost of output tokens. We show that a significant portion of these tokens are useless self-repetitions - what we call "word salad" - that exhaust the decod…

Impact of Deep Learning Libraries on Online Adaptive Lightweight Time Series Anomaly Detection

2023-04-30 · Ming-Chang Lee, Jia-Chun Lin

Providing online adaptive lightweight time series anomaly detection without human intervention and domain knowledge is highly valuable. Several such anomaly detection approaches have been introduced in the past years, bu…

Anomaly DetectionDeep LearningTime SeriesTime Series Anomaly Detection