paper-with-me

홈 › Papers

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

2024-09-26 · Zerun Wang, Liuyu Xiang, Lang Huang, Jiafeng Mao, Ling Xiao, Toshihiko Yamasaki

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.

📄 PDF Abstract BibTeX arXiv:2409.17512

Code (1)

komejisatori/SCOMatch 공식 구현 pytorch

Similar Papers 제목 키워드 기반

The Others: Naturally Isolating Out-of-Distribution Samples for Robust Open-Set Semi-Supervised Learning

2025-04-17 · You Rim Choi, Subeom Park, Seojun Heo, Eunchung Noh 외

Open-Set Semi-Supervised Learning (OSSL) tackles the practical challenge of learning from unlabeled data that may include both in-distribution (ID) and unknown out-of-distribution (OOD) classes. However, existing OSSL me…

Contrastive Learning

Alleviating Class Imbalance in Semi-supervised Multi-organ Segmentation via Balanced Subclass Regularization

2024-08-26 · Zhenghao Feng, Lu Wen, Binyu Yan, Jiaqi Cui 외

Semi-supervised learning (SSL) has shown notable potential in relieving the heavy demand of dense prediction tasks on large-scale well-annotated datasets, especially for the challenging multi-organ segmentation (MoS). Ho…

Organ Segmentation

Distributionally Robust Semi-Supervised Learning for People-Centric Sensing

2018-11-12 · Kaixuan Chen, Lina Yao, Dalin Zhang, Xiaojun Chang 외

Semi-supervised learning is crucial for alleviating labelling burdens in people-centric sensing. However, human-generated data inherently suffer from distribution shift in semi-supervised learning due to the diverse biol…

Activity RecognitionGesture RecognitionIntent DetectionMuscular Movement Recognition

Enhancing semi-supervised learning via self-interested coalitional learning

2021-09-29 · Huiling Qin, Xianyuan Zhan, Yuanxun li, Haoran Xu 외

Semi-supervised learning holds great promise for many real-world applications, due to its ability to leverage both unlabeled and expensive labeled data. However, most semi-supervised learning algorithms still heavily rel…

FlexSSL : A Generic and Efficient Framework for Semi-Supervised Learning

2023-12-28 · Huiling Qin, Xianyuan Zhan, Yuanxun li, Yu Zheng

Semi-supervised learning holds great promise for many real-world applications, due to its ability to leverage both unlabeled and expensive labeled data. However, most semi-supervised learning algorithms still heavily rel…