Quantile LSTM: A Robust LSTM for Anomaly Detection In Time Series Data
Snehanshu Saha, Jyotirmoy Sarkar, Soma Dhavala, Santonu Sarkar,, Preyank Mota

TL;DR
This paper introduces a robust LSTM-based anomaly detection method using quantile estimation and a new learnable activation function, demonstrating superior performance on industrial time-series datasets.
Contribution
It proposes a novel quantile-based anomaly detection approach combined with a Parametric Elliot Function activation in LSTM, enhancing anomaly detection accuracy.
Findings
LSTM-based quantile algorithms outperform existing methods
The new activation function improves long-range dependency modeling
Effective detection of anomalies in industrial datasets
Abstract
Anomalies refer to the departure of systems and devices from their normal behaviour in standard operating conditions. An anomaly in an industrial device can indicate an upcoming failure, often in the temporal direction. In this paper, we make two contributions: 1) we estimate conditional quantiles and consider three different ways to define anomalies based on the estimated quantiles. 2) we use a new learnable activation function in the popular Long Short Term Memory networks (LSTM) architecture to model temporal long-range dependency. In particular, we propose Parametric Elliot Function (PEF) as an activation function (AF) inside LSTM, which saturates lately compared to sigmoid and tanh. The proposed algorithms are compared with other well-known anomaly detection algorithms, such as Isolation Forest (iForest), Elliptic Envelope, Autoencoder, and modern Deep Learning models such as Deep…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Time Series Analysis and Forecasting · Fault Detection and Control Systems
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
