Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Poojan Oza, Vishal M Patel• 2019

Related benchmarks

TaskDatasetResultRank
Open Set RecognitionCIFAR10
AUROC0.955
76
Open Set RecognitionTinyImageNet
AUROC74.8
51
Open Set RecognitionSVHN
AUROC0.922
51
Open Set RecognitionCIFAR+50
AUROC93.7
50
Open Set RecognitionCIFAR10 6 closed, 4 open classes 1.0
AUROC0.895
30
Open Set RecognitionCIFAR+10 4 closed CIFAR10 classes, 10 open CIFAR100 classes 1.0
AUROC95.5
26
Open Set RecognitionCIFAR+10
AUROC0.955
24
Open Set RecognitionCIFAR+50 1.0 (4 closed CIFAR10 classes, 50 open CIFAR100 classes)
AUROC93.7
18
Open Set RecognitionTinyImageNet 20 closed, 180 open classes 1.0
AUROC74.8
18
Open Set RecognitionMNIST
AUROC0.989
10
Showing 10 of 10 rows

Other info

Follow for update