# One-Class Convolutional Neural Network

**Authors:** Poojan Oza, Vishal M. Patel

arXiv: 1901.08688 · 2019-01-28

## TL;DR

This paper introduces a novel CNN-based method for one class classification that uses Gaussian noise in the latent space as a pseudo-negative class, enabling effective learning of decision boundaries with any pre-trained CNN.

## Contribution

The paper proposes a flexible one class classification approach using pre-trained CNNs and Gaussian noise in latent space, showing significant improvements over existing methods.

## Key findings

- Achieves superior performance on multiple datasets.
- Compatible with any pre-trained CNN architecture.
- Outperforms recent state-of-the-art techniques.

## Abstract

We present a novel Convolutional Neural Network (CNN) based approach for one class classification. The idea is to use a zero centered Gaussian noise in the latent space as the pseudo-negative class and train the network using the cross-entropy loss to learn a good representation as well as the decision boundary for the given class. A key feature of the proposed approach is that any pre-trained CNN can be used as the base network for one class classification. The proposed One Class CNN (OC-CNN) is evaluated on the UMDAA-02 Face, Abnormality-1001, FounderType-200 datasets. These datasets are related to a variety of one class application problems such as user authentication, abnormality detection and novelty detection. Extensive experiments demonstrate that the proposed method achieves significant improvements over the recent state-of-the-art methods. The source code is available at : github.com/otkupjnoz/oc-cnn.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.08688/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1901.08688/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1901.08688/full.md

---
Source: https://tomesphere.com/paper/1901.08688