Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

xLSTMAD: A Powerful xLSTM-based Method for Anomaly Detection

About

The recently proposed xLSTM is a powerful model that leverages expressive multiplicative gating and residual connections, providing the temporal capacity needed for long-horizon forecasting and representation learning. This architecture has demonstrated success in time series forecasting, lossless compression, and even large-scale language modeling tasks, where its linear memory footprint and fast inference make it a viable alternative to Transformers. Despite its growing popularity, no prior work has explored xLSTM for anomaly detection. In this work, we fill this gap by proposing xLSTMAD, the first anomaly detection method that integrates a full encoder-decoder xLSTM architecture, purpose-built for multivariate time series data. Our encoder processes input sequences to capture historical context, while the decoder is devised in two separate variants of the method. In the forecasting approach, the decoder iteratively generates forecasted future values xLSTMAD-F, while the reconstruction approach reconstructs the input time series from its encoded counterpart xLSTMAD-R. We investigate the performance of two loss functions: Mean Squared Error (MSE), and Soft Dynamic Time Warping (SoftDTW) to consider local reconstruction fidelity and global sequence alignment, respectively. We evaluate our method on the comprehensive TSB-AD-M benchmark, which spans 17 real-world datasets, using state-of-the-art challenging metrics such as VUS-PR. In our results, xLSTM showcases state-of-the-art accuracy, outperforming 23 popular anomaly detection baselines. Our paper is the first work revealing the powerful modeling capabilities of xLSTM for anomaly detection, paving the way for exciting new developments on this subject. Our code is available at: https://github.com/Nyderx/xlstmad

Kamil Faber, Marcin Pietro\'n, Dominik \.Zurek, Roberto Corizzo• 2025

Related benchmarks

TaskDatasetResultRank
Anomaly DetectionSMD--
375
Multivariate Time Series Anomaly DetectionSWaT
F1 Score82.3
102
Multivariate Time Series Anomaly DetectionSMAP
F1 Score45.1
93
Time Series Anomaly DetectionTSB-AD-M
VUS-PR37
83
Multivariate Time Series Anomaly DetectionSMD
F1-score52.1
72
Multivariate Time Series Anomaly DetectionWADI
F1 Score0.568
58
Time Series Anomaly DetectionSWaT--
27
Multivariate Time Series Anomaly DetectionMSL
Best F1 Score44.1
26
Multivariate Time Series Anomaly DetectionPSM
Best-F165.1
25
Multivariate Time Series Anomaly DetectionSWaT
AUC-PR0.805
20
Showing 10 of 17 rows

Other info

Follow for update