LGMLJul 17, 2018

Comparison of RNN Encoder-Decoder Models for Anomaly Detection

arXiv:1807.06576v2
AI Analysis

This is an incremental study for researchers in anomaly detection using RNNs.

The paper compared RNN encoder-decoder models for anomaly detection, focusing on whether predicting future sequences or restoring current sequences is more effective, and found that restoration performed better.

In this paper, we compare different types of Recurrent Neural Network (RNN) Encoder-Decoders in anomaly detection viewpoint. We focused on finding the model that can learn the same data more effectively. We compared multiple models under the same conditions, such as the number of parameters, optimizer, and learning rate. However, the difference is whether to predict the future sequence or restore the current sequence. We constructed the dataset with simple vectors and used them for the experiment. Finally, we experimentally confirmed that the model performs better when the model restores the current sequence, rather than predict the future sequence.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes