Learning Placeholders for Open-Set Recognition
Da-Wei Zhou, Han-Jia Ye, De-Chuan Zhan

TL;DR
Proser introduces a novel approach for open-set recognition by learning data and classifier placeholders, enabling models to better identify and reject unknown classes while maintaining accuracy on known classes.
Contribution
The paper proposes Proser, a method that learns placeholders for data and classifiers to improve open-set recognition capabilities.
Findings
Proser effectively detects unknown classes in various datasets.
It transforms closed-set training into open-set training using data placeholders.
The method maintains high accuracy on known classes while rejecting unknowns.
Abstract
Traditional classifiers are deployed under closed-set setting, with both training and test classes belong to the same set. However, real-world applications probably face the input of unknown categories, and the model will recognize them as known ones. Under such circumstances, open-set recognition is proposed to maintain classification performance on known classes and reject unknowns. The closed-set models make overconfident predictions over familiar known class instances, so that calibration and thresholding across categories become essential issues when extending to an open-set environment. To this end, we proposed to learn PlaceholdeRs for Open-SEt Recognition (Proser), which prepares for the unknown classes by allocating placeholders for both data and classifier. In detail, learning data placeholders tries to anticipate open-set class data, thus transforms closed-set training 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 · Anomaly Detection Techniques and Applications · Imbalanced Data Classification Techniques
