paper-with-me

Papers

Learning with Partial Labels from Semi-supervised Perspective

2022-11-24 · Ximing Li, Yuanzhi Jiang, Changchun Li, Yiyuan Wang, Jihong Ouyang

Partial Label (PL) learning refers to the task of learning from the partially labeled data, where each training instance is ambiguously equipped with a set of candidate labels but only one is valid. Advances in the recent deep PL learning literature have shown that the deep learning paradigms, e.g., self-training, contrastive learning, or class activate values, can achieve promising performance. Inspired by the impressive success of deep Semi-Supervised (SS) learning, we transform the PL learning problem into the SS learning problem, and propose a novel PL learning method, namely Partial Label learning with Semi-supervised Perspective (PLSP). Specifically, we first form the pseudo-labeled dataset by selecting a small number of reliable pseudo-labeled instances with high-confidence prediction scores and treating the remaining instances as pseudo-unlabeled ones. Then we design a SS learning objective, consisting of a supervised loss for pseudo-labeled instances and a semantic consistency regularization for pseudo-unlabeled instances. We further introduce a complementary regularization for those non-candidate labels to constrain the model predictions on them to be as small as possible. Empirical results demonstrate that PLSP significantly outperforms the existing PL baseline methods, especially on high ambiguity levels. Code available: https://github.com/changchunli/PLSP.

📄 PDF Abstract BibTeX arXiv:2211.13655

Code (1)

changchunli/plsp 공식 구현 pytorch

Tasks

Contrastive LearningPartial Label Learningvalid

Similar Papers 제목 키워드 기반

AGLP: A Graph Learning Perspective for Semi-supervised Domain Adaptation

2024-11-20 · Houcheng Su, Mengzhu Wang, Jiao Li, Nan Yin 외

In semi-supervised domain adaptation (SSDA), the model aims to leverage partially labeled target domain data along with a large amount of labeled source domain data to enhance its generalization capability for the target…

Domain AdaptationGraph LearningSemi-supervised Domain Adaptation

Semi-Supervised Learning of Classifiers from a Statistical Perspective: A Brief Review

2021-04-08 · Daniel Ahfock, Geoffrey J. McLachlan

There has been increasing attention to semi-supervised learning (SSL) approaches in machine learning to forming a classifier in situations where the training data for a classifier consists of a limited number of classifi…

Diffusion Models and Semi-Supervised Learners Benefit Mutually with Few Labels

2023-02-21 · NeurIPS 2023 11 · Zebin You, Yong Zhong, Fan Bao, Jiacheng Sun 외

In an effort to further advance semi-supervised generative and classification tasks, we propose a simple yet effective training strategy called dual pseudo training (DPT), built upon strong semi-supervised learners and d…

Classification

Sparse Semi-DETR: Sparse Learnable Queries for Semi-Supervised Object Detection

2024-04-02 · CVPR 2024 1 · Tahira Shehzadi, Khurram Azeem Hashmi, Didier Stricker, Muhammad Zeshan Afzal

In this paper, we address the limitations of the DETR-based semi-supervised object detection (SSOD) framework, particularly focusing on the challenges posed by the quality of object queries. In DETR-based SSOD, the one-t…

Objectobject-detectionObject DetectionPseudo Label+2

Dual Pseudo-Labels Interactive Self-Training for Semi-Supervised Visible-Infrared Person Re-Identification

2023-01-01 · ICCV 2023 1 · Jiangming Shi, Yachao Zhang, Xiangbo Yin, Yuan Xie 외

Visible-infrared person re-identification (VI-ReID) aims to match a specific person from a gallery of images captured from non-overlapping visible and infrared cameras. Most works focus on fully supervised VI-ReID, w…

Person Re-IdentificationPseudo Label