Unified Classification and Rejection: A One-versus-All Framework
Zhen Cheng, Xu-Yao Zhang, Cheng-Lin Liu

TL;DR
This paper introduces a unified one-versus-all framework for open set recognition and out-of-distribution rejection, combining classification and rejection in a single model trained solely on known classes.
Contribution
It formulates open set recognition as a (K+1)-class problem using OVA classifiers and proposes a hybrid training strategy to preserve classification accuracy while enabling OOD detection.
Findings
Competitive performance in open set recognition tasks
Effective OOD detection and misclassification detection
Unified framework simplifies existing methods
Abstract
Classifying patterns of known classes and rejecting ambiguous and novel (also called as out-of-distribution (OOD)) inputs are involved in open world pattern recognition. Deep neural network models usually excel in closed-set classification while performs poorly in rejecting OOD inputs. To tackle this problem, numerous methods have been designed to perform open set recognition (OSR) or OOD rejection/detection tasks. Previous methods mostly take post-training score transformation or hybrid models to ensure low scores on OOD inputs while separating known classes. In this paper, we attempt to build a unified framework for building open set classifiers for both classification and OOD rejection. We formulate the open set recognition of -known-class as a -class classification problem with model trained on known-class samples only. By decomposing the -class problem into …
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Imbalanced Data Classification Techniques · Machine Learning and Data Classification
MethodsAttention Is All You Need · Sparse Evolutionary Training · Softmax · Dense Connections · Linear Layer · Residual Connection · Layer Normalization · Multi-Head Attention · Vision Transformer
