CVLGJan 23

Semi-Supervised Hierarchical Open-Set Classification

arXiv:2601.16541v1h-index: 22Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of classifying unknown classes into a taxonomy using uncurated datasets, offering an incremental improvement for computer vision applications.

The paper tackles the problem of hierarchical open-set classification in semi-supervised settings by proposing a teacher-student framework with pseudo-labeling, achieving performance that matches fully supervised methods with only 20 labeled samples per class on the iNaturalist19 benchmark.

Hierarchical open-set classification handles previously unseen classes by assigning them to the most appropriate high-level category in a class taxonomy. We extend this paradigm to the semi-supervised setting, enabling the use of large-scale, uncurated datasets containing a mixture of known and unknown classes to improve the hierarchical open-set performance. To this end, we propose a teacher-student framework based on pseudo-labeling. Two key components are introduced: 1) subtree pseudo-labels, which provide reliable supervision in the presence of unknown data, and 2) age-gating, a mechanism that mitigates overconfidence in pseudo-labels. Experiments show that our framework outperforms self-supervised pretraining followed by supervised adaptation, and even matches the fully supervised counterpart when using only 20 labeled samples per class on the iNaturalist19 benchmark. Our code is available at https://github.com/walline/semihoc.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes