paper-with-me

Papers

Robust Semi-Supervised Learning for Self-learning Open-World Classes

2024-01-15 · Wenjuan Xi, Xin Song, Weili Guo, Yang Yang

Existing semi-supervised learning (SSL) methods assume that labeled and unlabeled data share the same class space. However, in real-world applications, unlabeled data always contain classes not present in the labeled set, which may cause classification performance degradation of known classes. Therefore, open-world SSL approaches are researched to handle the presence of multiple unknown classes in the unlabeled data, which aims to accurately classify known classes while fine-grained distinguishing different unknown classes. To address this challenge, in this paper, we propose an open-world SSL method for Self-learning Open-world Classes (SSOC), which can explicitly self-learn multiple unknown classes. Specifically, SSOC first defines class center tokens for both known and unknown classes and autonomously learns token representations according to all samples with the cross-attention mechanism. To effectively discover novel classes, SSOC further designs a pairwise similarity loss in addition to the entropy loss, which can wisely exploit the information available in unlabeled data from instances' predictions and relationships. Extensive experiments demonstrate that SSOC outperforms the state-of-the-art baselines on multiple popular classification benchmarks. Specifically, on the ImageNet-100 dataset with a novel ratio of 90%, SSOC achieves a remarkable 22% improvement.

📄 PDF Abstract BibTeX arXiv:2401.07551

Code (1)

njustkmg/ssoc 공식 구현 pytorch

Tasks

Open-World Semi-Supervised LearningSelf-Learning

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

OwMatch: Conditional Self-Labeling with Consistency for Open-World Semi-Supervised Learning

2024-11-04 · Shengjie Niu, Lifan Lin, Jian Huang, Chao Wang

Semi-supervised learning (SSL) offers a robust framework for harnessing the potential of unannotated data. Traditionally, SSL mandates that all classes possess labeled instances. However, the emergence of open-world SSL …

Open-World Semi-Supervised Learning

POWN: Prototypical Open-World Node Classification

2024-06-14 · Marcel Hoffmann, Lukas Galke, Ansgar Scherp

We consider the problem of \textit{true} open-world semi-supervised node classification, in which nodes in a graph either belong to known or new classes, with the latter not present during training. Existing methods dete…

ClassificationData AugmentationNode ClassificationSelf-Supervised Learning

Generalized Open-World Semi-Supervised Object Detection

2023-07-28 · Garvita Allabadi, Ana Lucic, Siddarth Aananth, Tiffany Yang 외

Traditional semi-supervised object detection methods assume a fixed set of object classes (in-distribution or ID classes) during training and deployment, which limits performance in real-world scenarios where unseen clas…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

Open-World Semi-Supervised Learning for Node Classification

2024-03-18 · Yanling Wang, Jing Zhang, Lingxi Zhang, Lixin Liu 외

Open-world semi-supervised learning (Open-world SSL) for node classification, that classifies unlabeled nodes into seen classes or multiple novel classes, is a practical but under-explored problem in the graph community.…

ClassificationContrastive LearningNode ClassificationOpen-World Semi-Supervised Learning

Improving Open-Set Semi-Supervised Learning with Self-Supervision

2023-01-24 · Erik Wallin, Lennart Svensson, Fredrik Kahl, Lars Hammarstrand

Open-set semi-supervised learning (OSSL) embodies a practical scenario within semi-supervised learning, wherein the unlabeled training set encompasses classes absent from the labeled set. Many existing OSSL methods assum…

Open Set Learning