TL;DR
This paper introduces a novel method for video anomaly detection that uses a synthetic pseudo anomaly generator to improve autoencoder performance in distinguishing normal from anomalous video frames.
Contribution
The paper proposes a temporal pseudo anomaly synthesizer to enhance autoencoder-based video anomaly detection by generating fake anomalies from normal data, improving detection accuracy.
Findings
Outperforms several state-of-the-art models on three datasets.
Effective in generating distinguishable reconstructions for anomalies.
Enhances autoencoder performance in anomaly detection tasks.
Abstract
Due to the limited availability of anomaly examples, video anomaly detection is often seen as one-class classification (OCC) problem. A popular way to tackle this problem is by utilizing an autoencoder (AE) trained only on normal data. At test time, the AE is then expected to reconstruct the normal input well while reconstructing the anomalies poorly. However, several studies show that, even with normal data only training, AEs can often start reconstructing anomalies as well which depletes their anomaly detection performance. To mitigate this, we propose a temporal pseudo anomaly synthesizer that generates fake-anomalies using only normal data. An AE is then trained to maximize the reconstruction loss on pseudo anomalies while minimizing this loss on normal data. This way, the AE is encouraged to produce distinguishable reconstructions for normal and anomalous frames. Extensive…
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
MethodsTest · Autoencoders
