Improved AutoEncoder with LSTM module and KL divergence
Wei Huang, Bingyang Zhang, Kaituo Zhang, Hua Gao, Rongchun Wan

TL;DR
This paper introduces an improved autoencoder model incorporating LSTM and KL divergence to enhance anomaly detection accuracy and robustness, addressing issues of over-reconstruction and feature collapse in existing models.
Contribution
The paper proposes a novel autoencoder architecture with LSTM and KL divergence, effectively mitigating over-reconstruction and feature collapse in anomaly detection tasks.
Findings
Higher detection accuracy on synthetic and real-world datasets
Enhanced robustness to dataset outliers
Mitigation of feature collapse in autoencoder models
Abstract
The task of anomaly detection is to separate anomalous data from normal data in the dataset. Models such as deep convolutional autoencoder (CAE) network and deep supporting vector data description (SVDD) model have been universally employed and have demonstrated significant success in detecting anomalies. However, the over-reconstruction ability of CAE network for anomalous data can easily lead to high false negative rate in detecting anomalous data. On the other hand, the deep SVDD model has the drawback of feature collapse, which leads to a decrease of detection accuracy for anomalies. To address these problems, we propose the Improved AutoEncoder with LSTM module and Kullback-Leibler divergence (IAE-LSTM-KL) model in this paper. An LSTM network is added after the encoder to memorize feature representations of normal data. In the meanwhile, the phenomenon of feature collapse can also…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Sensor and Control Systems
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
