Collective Decision of One-vs-Rest Networks for Open Set Recognition
Jaeyeon Jang, Chang Ouk Kim

TL;DR
This paper introduces a novel open set recognition method using multiple one-vs-rest networks to improve the ability to reject unknowns while maintaining classification accuracy on known classes.
Contribution
It proposes a new network structure combining a CNN feature extractor with multiple OVRNs and a collective decision mechanism to enhance open set recognition performance.
Findings
Significantly outperforms state-of-the-art methods in reducing overgeneralization.
Effectively distinguishes known from unknown examples across various datasets.
Improves open set recognition accuracy while maintaining classification performance.
Abstract
Unknown examples that are unseen during training often appear in real-world machine learning tasks, and an intelligent self-learning system should be able to distinguish between known and unknown examples. Accordingly, open set recognition (OSR), which addresses the problem of classifying knowns and identifying unknowns, has recently been highlighted. However, conventional deep neural networks using a softmax layer are vulnerable to overgeneralization, producing high confidence scores for unknowns. In this paper, we propose a simple OSR method based on the intuition that OSR performance can be maximized by setting strict and sophisticated decision boundaries that reject unknowns while maintaining satisfactory classification performance on knowns. For this purpose, a novel network structure is proposed, in which multiple one-vs-rest networks (OVRNs) follow a convolutional neural network…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSelf-Learning · Softmax
