OCGAN: One-class Novelty Detection Using GANs with Constrained Latent Representations
Pramuditha Perera, Ramesh Nallapati, Bing Xiang

TL;DR
OCGAN introduces a novel approach for one-class novelty detection by constraining latent space representations with adversarial training and gradient-based sampling, achieving state-of-the-art results.
Contribution
The paper proposes a new model that explicitly constrains the latent space for in-class examples using adversarial training and a gradient-based sampling technique.
Findings
Achieves state-of-the-art results on four datasets.
Effective in distinguishing in-class from out-of-class examples.
Uses a novel gradient-based sampling method for training.
Abstract
We present a novel model called OCGAN for the classical problem of one-class novelty detection, where, given a set of examples from a particular class, the goal is to determine if a query example is from the same class. Our solution is based on learning latent representations of in-class examples using a denoising auto-encoder network. The key contribution of our work is our proposal to explicitly constrain the latent space to exclusively represent the given class. In order to accomplish this goal, firstly, we force the latent space to have bounded support by introducing a tanh activation in the encoder's output layer. Secondly, using a discriminator in the latent space that is trained adversarially, we ensure that encoded representations of in-class examples resemble uniform random samples drawn from the same bounded space. Thirdly, using a second adversarial discriminator in the input…
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
TopicsAnomaly Detection Techniques and Applications · Data-Driven Disease Surveillance · Time Series Analysis and Forecasting
MethodsTanh Activation
