"Forget" the Forget Gate: Estimating Anomalies in Videos using Self-contained Long Short-Term Memory Networks
Habtamu Fanta, Zhiwen Shao, Lizhuang Ma

TL;DR
This paper introduces a simplified bi-gated LSTM network without a forget gate, improving anomaly detection in videos by better preserving historical context and enhancing computational efficiency.
Contribution
The paper proposes a novel LSTM architecture that removes the forget gate and uses sigmoid activation, leading to more robust and efficient abnormal event detection in videos.
Findings
Outperforms existing LSTM models on CUHK Avenue and UCSD datasets.
Improves robustness and context-awareness in anomaly detection.
Enhances computational efficiency with a simplified LSTM cell.
Abstract
Abnormal event detection is a challenging task that requires effectively handling intricate features of appearance and motion. In this paper, we present an approach of detecting anomalies in videos by learning a novel LSTM based self-contained network on normal dense optical flow. Due to their sigmoid implementations, standard LSTM's forget gate is susceptible to overlooking and dismissing relevant content in long sequence tasks like abnormality detection. The forget gate mitigates participation of previous hidden state for computation of cell state prioritizing current input. In addition, the hyperbolic tangent activation of standard LSTMs sacrifices performance when a network gets deeper. To tackle these two limitations, we introduce a bi-gated, light LSTM cell by discarding the forget gate and introducing sigmoid activation. Specifically, the LSTM architecture we come up with fully…
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
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
