SECOS: Semantic Capture for Rigorous Classification in Open-World Semi-Supervised Learning

arXiv cs.CV / 5/1/2026

📰 NewsSignals & Early TrendsModels & Research

Key Points

  • The paper addresses open-world semi-supervised learning (OWSSL), where models must classify samples into the correct class drawn from a candidate label set even when novel (previously unseen) classes appear.
  • It argues that prior OWSSL approaches often fail because they train on novel samples without explicit supervision and cannot reliably capture latent semantics that correspond to candidate textual labels.
  • The proposed SECOS method directly predicts textual labels from the candidate set (without post-processing), using external knowledge to align semantic representations across modalities for both known and novel classes.
  • SECOS provides explicit supervisory signals for learning novel classes and shows experimental gains, outperforming prior methods by up to 5.4% even under more lenient evaluation settings that allow post-hoc label matching.
  • The authors release code on GitHub to support replication and further research.

Abstract

In open-world semi-supervised learning (OWSSL), a model learns from labeled data and unlabeled data containing both known and novel classes. In practical OWSSL applications, models are expected to perform rigorous classification by directly selecting the most semantically relevant label from a candidate set for each sample. Existing OWSSL methods fail to achieve this because novel samples are trained without explicit supervision, and these methods lack mechanisms to extract latent semantic information, resulting in predicted labels that have no semantic correspondence to candidate textual labels. To address this, we introduce SEmantic Capture for Open-world Semi-supervised learning (SECOS), which directly predicts textual labels from the candidate set without post-processing, meeting the requirements of practical OWSSL applications. SECOS leverages external knowledge to extract and align semantic representations across modalities for both known and novel classes, providing explicit supervisory signals for training novel classes. Extensive experiments demonstrate that even when existing OWSSL methods are evaluated under the more lenient post-hoc matching setting, SECOS still surpasses them by up to 5.4\% without such assistance, highlighting its superior effectiveness. Code is available at https://github.com/ganchi-huanggua/OSSL-Classification.

SECOS: Semantic Capture for Rigorous Classification in Open-World Semi-Supervised Learning | AI Navigate