English

SCOMatch: Alleviating Overtrusting in Open-set Semi-supervised Learning

Computer Vision and Pattern Recognition 2024-09-27 v1

Abstract

Open-set semi-supervised learning (OSSL) leverages practical open-set unlabeled data, comprising both in-distribution (ID) samples from seen classes and out-of-distribution (OOD) samples from unseen classes, for semi-supervised learning (SSL). Prior OSSL methods initially learned the decision boundary between ID and OOD with labeled ID data, subsequently employing self-training to refine this boundary. These methods, however, suffer from the tendency to overtrust the labeled ID data: the scarcity of labeled data caused the distribution bias between the labeled samples and the entire ID data, which misleads the decision boundary to overfit. The subsequent self-training process, based on the overfitted result, fails to rectify this problem. In this paper, we address the overtrusting issue by treating OOD samples as an additional class, forming a new SSL process. Specifically, we propose SCOMatch, a novel OSSL method that 1) selects reliable OOD samples as new labeled data with an OOD memory queue and a corresponding update strategy and 2) integrates the new SSL process into the original task through our Simultaneous Close-set and Open-set self-training. SCOMatch refines the decision boundary of ID and OOD classes across the entire dataset, thereby leading to improved results. Extensive experimental results show that SCOMatch significantly outperforms the state-of-the-art methods on various benchmarks. The effectiveness is further verified through ablation studies and visualization.

Keywords

Cite

@article{arxiv.2409.17512,
  title  = {SCOMatch: Alleviating Overtrusting in Open-set Semi-supervised Learning},
  author = {Zerun Wang and Liuyu Xiang and Lang Huang and Jiafeng Mao and Ling Xiao and Toshihiko Yamasaki},
  journal= {arXiv preprint arXiv:2409.17512},
  year   = {2024}
}

Comments

ECCV 2024 accepted

R2 v1 2026-06-28T18:57:38.227Z