paper-with-me

홈 › Papers

Vision-Language Pseudo-Labels for Single-Positive Multi-Label Learning

2023-10-24 · Xin Xing, Zhexiao Xiong, Abby Stylianou, Srikumar Sastry, Liyu Gong, Nathan Jacobs

This paper presents a novel approach to Single-Positive Multi-label Learning. In general multi-label learning, a model learns to predict multiple labels or categories for a single input image. This is in contrast with standard multi-class image classification, where the task is predicting a single label from many possible labels for an image. Single-Positive Multi-label Learning (SPML) specifically considers learning to predict multiple labels when there is only a single annotation per image in the training data. Multi-label learning is in many ways a more realistic task than single-label learning as real-world data often involves instances belonging to multiple categories simultaneously; however, most common computer vision datasets predominantly contain single labels due to the inherent complexity and cost of collecting multiple high quality annotations for each instance. We propose a novel approach called Vision-Language Pseudo-Labeling (VLPL), which uses a vision-language model to suggest strong positive and negative pseudo-labels, and outperforms the current SOTA methods by 5.5% on Pascal VOC, 18.4% on MS-COCO, 15.2% on NUS-WIDE, and 8.4% on CUB-Birds. Our code and data are available at https://github.com/mvrl/VLPL.

📄 PDF Abstract BibTeX arXiv:2310.15985

Code (1)

mvrl/vlpl 공식 구현 pytorch

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage ModellingMulti-Label Learning

Similar Papers 제목 키워드 기반

More Reliable Pseudo-labels, Better Performance: A Generalized Approach to Single Positive Multi-label Learning

2025-08-28 · Luong Tran, Thieu Vo, Anh Nguyen, Sang Dinh 외 arxiv

Multi-label learning is a challenging computer vision task that requires assigning multiple categories to each image. However, fully annotating large-scale datasets is often impractical due to high costs and effort, moti…

Multi-Label ClassificationMulti-Label Learning

Pseudo Labels for Single Positive Multi-Label Learning

2023-06-01 · Julio Arroyo

The cost of data annotation is a substantial impediment for multi-label image classification: in every image, every category must be labeled as present or absent. Single positive multi-label (SPML) learning is a cost-eff…

image-classificationImage ClassificationMissing LabelsMulti-Label Image Classification+1

Acknowledging the Unknown for Multi-label Learning with Single Positive Labels

2022-03-30 · Donghao Zhou, Pengfei Chen, Qiong Wang, Guangyong Chen 외

Due to the difficulty of collecting exhaustive multi-label annotations, multi-label datasets often contain partial labels. We consider an extreme of this weakly supervised learning problem, called single positive multi-l…

Multi-Label LearningWeakly-supervised Learning

Towards Diverse Temporal Grounding under Single Positive Labels

2023-03-12 · Hao Zhou, Chongyang Zhang, Yanjun Chen, Chuanping Hu

Temporal grounding aims to retrieve moments of the described event within an untrimmed video by a language query. Typically, existing methods assume annotations are precise and unique, yet one query may describe multiple…

Moment RetrievalRetrieval

SemPPL: Predicting pseudo-labels for better contrastive representations

2023-01-12 · Matko Bošnjak, Pierre H. Richemond, Nenad Tomasev, Florian Strub 외

Learning from large amounts of unsupervised data and a small amount of supervision is an important open problem in computer vision. We propose a new semi-supervised learning method, Semantic Positives via Pseudo-Labels (…

Contrastive LearningPseudo Label