# C2AE: Class Conditioned Auto-Encoder for Open-set Recognition

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

arXiv: 1904.01198 · 2019-04-03

## TL;DR

This paper introduces C2AE, a class conditioned auto-encoder approach for open-set recognition, effectively distinguishing known from unknown classes by combining classification and reconstruction error modeling.

## Contribution

The paper proposes a novel training and testing methodology for open-set recognition using class conditioned auto-encoders and EVT-based thresholding, outperforming existing methods.

## Key findings

- Significantly better performance than state-of-the-art methods.
- Effective identification of unknown classes in image datasets.
- Robust open-set recognition across multiple datasets.

## Abstract

Models trained for classification often assume that all testing classes are known while training. As a result, when presented with an unknown class during testing, such closed-set assumption forces the model to classify it as one of the known classes. However, in a real world scenario, classification models are likely to encounter such examples. Hence, identifying those examples as unknown becomes critical to model performance. A potential solution to overcome this problem lies in a class of learning problems known as open-set recognition. It refers to the problem of identifying the unknown classes during testing, while maintaining performance on the known classes. In this paper, we propose an open-set recognition algorithm using class conditioned auto-encoders with novel training and testing methodology. In contrast to previous methods, training procedure is divided in two sub-tasks, 1. closed-set classification and, 2. open-set identification (i.e. identifying a class as known or unknown). Encoder learns the first task following the closed-set classification training pipeline, whereas decoder learns the second task by reconstructing conditioned on class identity. Furthermore, we model reconstruction errors using the Extreme Value Theory of statistical modeling to find the threshold for identifying known/unknown class samples. Experiments performed on multiple image classification datasets show proposed method performs significantly better than state of the art.

## Full text

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

## Figures

21 figures with captions in the complete paper: https://tomesphere.com/paper/1904.01198/full.md

## References

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

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