TL;DR
GANomaly introduces a semi-supervised anomaly detection model using adversarial training with encoder-decoder networks, effectively identifying unseen anomalies by learning normal data distributions in high-dimensional image spaces.
Contribution
The paper presents a novel GAN-based model that jointly learns image generation and latent space inference for improved anomaly detection in semi-supervised settings.
Findings
Outperforms previous state-of-the-art methods on benchmark datasets.
Effectively detects unseen anomalies in various domains.
Utilizes a combined encoder-decoder architecture for robust normal data modeling.
Abstract
Anomaly detection is a classical problem in computer vision, namely the determination of the normal from the abnormal when datasets are highly biased towards one class (normal) due to the insufficient sample size of the other class (abnormal). While this can be addressed as a supervised learning problem, a significantly more challenging problem is that of detecting the unknown/unseen anomaly case that takes us instead into the space of a one-class, semi-supervised learning paradigm. We introduce such a novel anomaly detection model, by using a conditional generative adversarial network that jointly learns the generation of high-dimensional image space and the inference of latent space. Employing encoder-decoder-encoder sub-networks in the generator network enables the model to map the input image to a lower dimension vector, which is then used to reconstruct the generated output image.…
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.
