Classification-Reconstruction Learning for Open-Set Recognition
Open-set classification is a problem of handling `unknown' classes that are not contained in the training dataset, whereas traditional classifiers assume that only known classes appear in the test environment. Existing open-set classifiers rely on deep networks trained in a supervised manner on known classes in the training set; this causes specialization of learned representations to known classes and makes it hard to distinguish unknowns from knowns. In contrast, we train networks for joint classification and reconstruction of input data. This enhances the learned representation so as to preserve information useful for separating unknowns from knowns, as well as to discriminate classes of knowns. Our novel Classification-Reconstruction learning for Open-Set Recognition (CROSR) utilizes latent representations for reconstruction and enables robust unknown detection without harming the known-class classification accuracy. Extensive experiments reveal that the proposed method outperforms existing deep open-set classifiers in multiple standard datasets and is robust to diverse outliers. The code is available in https://nae-lab.org/~rei/research/crosr/.
Code (1)
Tasks
ClassificationGeneral Classificationopen-set classificationOpen Set LearningSimilar Papers 제목 키워드 기반
Sparse Representation-based Open Set Recognition
We propose a generalized Sparse Representation- based Classification (SRC) algorithm for open set recognition where not all classes presented during testing are known during training. The SRC algorithm uses class reconst…
ClassificationGeneral ClassificationOpen Set LearningSparse Representation-based Classification+1Reconstructing Humpty Dumpty: Multi-feature Graph Autoencoder for Open Set Action Recognition
Most action recognition datasets and algorithms assume a closed world, where all test samples are instances of the known classes. In open set problems, test samples may be drawn from either known or unknown classes. Exis…
Action RecognitionOpen Set Action RecognitionDeep CNN-based Multi-task Learning for Open-Set Recognition
We propose a novel deep convolutional neural network (CNN) based multi-task learning approach for open-set visual recognition. We combine a classifier network and a decoder network with a shared feature extractor network…
DecoderGeneral Classificationimage-classificationImage Classification+2Open-Set Recognition with Gaussian Mixture Variational Autoencoders
In inference, open-set classification is to either classify a sample into a known class from training or reject it as an unknown class. Existing deep open-set classifiers train explicit closed-set classifiers, in some ca…
ClassificationClusteringGeneral Classificationopen-set classification+1Reconstruction guided Meta-learning for Few Shot Open Set Recognition
In many applications, we are constrained to learn classifiers from very limited data (few-shot classification). The task becomes even more challenging if it is also required to identify samples from unknown categories (o…
ClassificationMeta-Learningopen-set classificationOpen Set Learning