paper-with-me

홈 › Papers

Classification-Reconstruction Learning for Open-Set Recognition

2018-12-11 · CVPR 2019 6 · Ryota Yoshihashi, Wen Shao, Rei Kawakami, ShaoDi You, Makoto Iida, Takeshi Naemura

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/.

📄 PDF Abstract BibTeX arXiv:1812.04246

Code (1)

saketd403/CROSR pytorch

Tasks

ClassificationGeneral Classificationopen-set classificationOpen Set Learning

Similar Papers 제목 키워드 기반

Sparse Representation-based Open Set Recognition

2017-05-06 · He Zhang, Vishal M. Patel

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+1

Reconstructing Humpty Dumpty: Multi-feature Graph Autoencoder for Open Set Action Recognition

2022-12-12 · Dawei Du, Ameya Shringi, Anthony Hoogs, Christopher Funk

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 Recognition

Deep CNN-based Multi-task Learning for Open-Set Recognition

2019-03-07 · Poojan Oza, Vishal M. Patel

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+2

Open-Set Recognition with Gaussian Mixture Variational Autoencoders

2020-06-03 · Alexander Cao, Yuan Luo, Diego Klabjan

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+1

Reconstruction guided Meta-learning for Few Shot Open Set Recognition

2021-07-31 · Sayak Nag, Dripta S. Raychaudhuri, Sujoy Paul, Amit K. Roy-Chowdhury

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