CVLGFeb 3, 2020

Novelty Detection via Non-Adversarial Generative Network

arXiv:2002.00522v13 citations
AI Analysis

This addresses the problem of unstable training in novelty detection for researchers, though it appears incremental as it builds on existing generative methods.

The paper tackles the instability issues in GAN-based novelty detection by proposing a non-adversarial generative network with a decoder-encoder framework, achieving state-of-the-art results on datasets.

One-class novelty detection is the process of determining if a query example differs from the training examples (the target class). Most of previous strategies attempt to learn the real characteristics of target sample by using generative adversarial networks (GANs) methods. However, the training process of GANs remains challenging, suffering from instability issues such as mode collapse and vanishing gradients. In this paper, by adopting non-adversarial generative networks, a novel decoder-encoder framework is proposed for novelty detection task, insteading of classical encoder-decoder style. Under the non-adversarial framework, both latent space and image reconstruction space are jointly optimized, leading to a more stable training process with super fast convergence and lower training losses. During inference, inspired by cycleGAN, we design a new testing scheme to conduct image reconstruction, which is the reverse way of training sequence. Experiments show that our model has the clear superiority over cutting-edge novelty detectors and achieves the state-of-the-art results on the datasets.

Foundations

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

Your Notes