TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Open-World Semi-Supervised Learning

Open-World Semi-Supervised Learning

Kaidi Cao, Maria Brbic, Jure Leskovec

2021-02-06ICLR 2022 4Image ClassificationNovel Object DetectionOpen-World Semi-Supervised Learning
PaperPDFCode(official)

Abstract

A fundamental limitation of applying semi-supervised learning in real-world settings is the assumption that unlabeled test data contains only classes previously encountered in the labeled training data. However, this assumption rarely holds for data in-the-wild, where instances belonging to novel classes may appear at testing time. Here, we introduce a novel open-world semi-supervised learning setting that formalizes the notion that novel classes may appear in the unlabeled test data. In this novel setting, the goal is to solve the class distribution mismatch between labeled and unlabeled data, where at the test time every input instance either needs to be classified into one of the existing classes or a new unseen class needs to be initialized. To tackle this challenging problem, we propose ORCA, an end-to-end deep learning approach that introduces uncertainty adaptive margin mechanism to circumvent the bias towards seen classes caused by learning discriminative features for seen classes faster than for the novel classes. In this way, ORCA reduces the gap between intra-class variance of seen with respect to novel classes. Experiments on image classification datasets and a single-cell annotation dataset demonstrate that ORCA consistently outperforms alternative baselines, achieving 25% improvement on seen and 96% improvement on novel classes of the ImageNet dataset.

Results

TaskDatasetMetricValueModel
Image ClassificationCIFAR-100All accuracy (10% Labeled)38.6ORCA (ResNet-18)
Image ClassificationCIFAR-100All accuracy (50% Labeled)48.1ORCA (ResNet-18)
Image ClassificationCIFAR-100Novel accuracy (10% Labeled)31.8ORCA (ResNet-18)
Image ClassificationCIFAR-100Novel accuracy (50% Labeled)43ORCA (ResNet-18)
Image ClassificationCIFAR-100Seen accuracy (10% Labeled)52.5ORCA (ResNet-18)
Image ClassificationCIFAR-100Seen accuracy (50% Labeled)66.9ORCA (ResNet-18)
Image ClassificationImageNet-100 (TEMI Split)All accuracy (10% Labeled)69.7ORCA (ResNet-50)
Image ClassificationImageNet-100 (TEMI Split)All accuracy (50% Labeled)77.8ORCA (ResNet-50)
Image ClassificationImageNet-100 (TEMI Split)Novel accuracy (10% Labeled)60.5ORCA (ResNet-50)
Image ClassificationImageNet-100 (TEMI Split)Novel accuracy (50% Labeled)72.1ORCA (ResNet-50)
Image ClassificationImageNet-100 (TEMI Split)Seen accuracy (10% Labeled)83.9ORCA (ResNet-50)
Image ClassificationImageNet-100 (TEMI Split)Seen accuracy (50% Labeled)89.1ORCA (ResNet-50)
Image ClassificationCIFAR-10All accuracy (10% Labeled)84.1ORCA (ResNet-18)
Image ClassificationCIFAR-10All accuracy (50% Labeled)89.7ORCA (ResNet-18)
Image ClassificationCIFAR-10Novel accuracy (10% Labeled)85.5ORCA (ResNet-18)
Image ClassificationCIFAR-10Novel accuracy (50% Labeled)90.4ORCA (ResNet-18)
Image ClassificationCIFAR-10Seen accuracy (10% Labeled)82.8ORCA (ResNet-18)
Image ClassificationCIFAR-10Seen accuracy (50% Labeled)88.2ORCA (ResNet-18)
2D Object DetectionLVIS v1.0 valAll mAP2.03ORCA Cao et al. (2022)
2D Object DetectionLVIS v1.0 valKnown mAP20.57ORCA Cao et al. (2022)
2D Object DetectionLVIS v1.0 valNovel mAP0.49ORCA Cao et al. (2022)
Semi-Supervised Image ClassificationCIFAR-100All accuracy (10% Labeled)38.6ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-100All accuracy (50% Labeled)48.1ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-100Novel accuracy (10% Labeled)31.8ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-100Novel accuracy (50% Labeled)43ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-100Seen accuracy (10% Labeled)52.5ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-100Seen accuracy (50% Labeled)66.9ORCA (ResNet-18)
Semi-Supervised Image ClassificationImageNet-100 (TEMI Split)All accuracy (10% Labeled)69.7ORCA (ResNet-50)
Semi-Supervised Image ClassificationImageNet-100 (TEMI Split)All accuracy (50% Labeled)77.8ORCA (ResNet-50)
Semi-Supervised Image ClassificationImageNet-100 (TEMI Split)Novel accuracy (10% Labeled)60.5ORCA (ResNet-50)
Semi-Supervised Image ClassificationImageNet-100 (TEMI Split)Novel accuracy (50% Labeled)72.1ORCA (ResNet-50)
Semi-Supervised Image ClassificationImageNet-100 (TEMI Split)Seen accuracy (10% Labeled)83.9ORCA (ResNet-50)
Semi-Supervised Image ClassificationImageNet-100 (TEMI Split)Seen accuracy (50% Labeled)89.1ORCA (ResNet-50)
Semi-Supervised Image ClassificationCIFAR-10All accuracy (10% Labeled)84.1ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-10All accuracy (50% Labeled)89.7ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-10Novel accuracy (10% Labeled)85.5ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-10Novel accuracy (50% Labeled)90.4ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-10Seen accuracy (10% Labeled)82.8ORCA (ResNet-18)
Semi-Supervised Image ClassificationCIFAR-10Seen accuracy (50% Labeled)88.2ORCA (ResNet-18)

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15Transferring Styles for Reduced Texture Bias and Improved Robustness in Semantic Segmentation Networks2025-07-14FedGSCA: Medical Federated Learning with Global Sample Selector and Client Adaptive Adjuster under Label Noise2025-07-13