paper-with-me

홈 › Papers

F-SE-LSTM: A Time Series Anomaly Detection Method with Frequency Domain Information

2024-12-03 · Yi-Xiang Lu, Xiao-Bo Jin, Jian Chen, Dong-Jie Liu, Guang-Gang Geng

With the development of society, time series anomaly detection plays an important role in network and IoT services. However, most existing anomaly detection methods directly analyze time series in the time domain and cannot distinguish some relatively hidden anomaly sequences. We attempt to analyze the impact of frequency on time series from a frequency domain perspective, thus proposing a new time series anomaly detection method called F-SE-LSTM. This method utilizes two sliding windows and fast Fourier transform (FFT) to construct a frequency matrix. Simultaneously, Squeeze-and-Excitation Networks (SENet) and Long Short-Term Memory (LSTM) are employed to extract frequency-related features within and between periods. Through comparative experiments on multiple datasets such as Yahoo Webscope S5 and Numenta Anomaly Benchmark, the results demonstrate that the frequency matrix constructed by F-SE-LSTM exhibits better discriminative ability than ordinary time domain and frequency domain data. Furthermore, F-SE-LSTM outperforms existing state-of-the-art deep learning anomaly detection methods in terms of anomaly detection capability and execution efficiency.

📄 PDF Abstract BibTeX arXiv:2412.02474

Code (1)

lyx199504/f-se-lstm-time-series 공식 구현 pytorch

Tasks

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

Contextual and Seasonal LSTMs for Time Series Anomaly Detection

2026-02-10 · Lingpei Zhang, Qingming Li, Yong Yang, Jiahao Chen 외 arxiv

Univariate time series (UTS), where each timestamp records a single variable, serve as crucial indicators in web systems and cloud servers. Anomaly detection in UTS plays an essential role in both data mining and system …

Time Series Anomaly Detection

ALGAN: Time Series Anomaly Detection with Adjusted-LSTM GAN

2023-08-13 · Md Abul Bashar, Richi Nayak

Anomaly detection in time series data, to identify points that deviate from normal behaviour, is a common problem in various domains such as manufacturing, medical imaging, and cybersecurity. Recently, Generative Adversa…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

LPCVAE: A Conditional VAE with Long-Term Dependency and Probabilistic Time-Frequency Fusion for Time Series Anomaly Detection

2025-10-13 · Hanchang Cheng, Weimin Mu, Fan Liu, Weilin Zhu 외 arxiv

Time series anomaly detection(TSAD) is a critical task in signal processing field, ensuring the reliability of complex systems. Reconstruction-based methods dominate in TSAD. Among these methods, VAE-based methods have a…

Time Series Anomaly Detection

Anomaly Detection for Time Series Using VAE-LSTM Hybrid Model

2020-04-09 · IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2020 4 · Shuyu Lin, Ronald Clark, Robert Birke, Sandro Schönborn 외

In this work, we propose a VAE-LSTM hybrid model as an unsupervised approach for anomaly detection in time series. Our model utilizes both a VAE module for forming robust local features over short windows and a LSTM modu…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

A Bi-LSTM Autoencoder Framework for Anomaly Detection -- A Case Study of a Wind Power Dataset

2023-03-17 · Ahmed Shoyeb Raihan, Imtiaz Ahmed

Anomalies refer to data points or events that deviate from normal and homogeneous events, which can include fraudulent activities, network infiltrations, equipment malfunctions, process changes, or other significant but …

Anomaly DetectionTime SeriesTime Series Anomaly Detection