paper-with-me

홈 › Papers

PLMCL: Partial-Label Momentum Curriculum Learning for Multi-Label Image Classification

2022-08-22 · Rabab Abdelfattah, Xin Zhang, Zhenyao Wu, Xinyi Wu, XiaoFeng Wang, Song Wang

Multi-label image classification aims to predict all possible labels in an image. It is usually formulated as a partial-label learning problem, given the fact that it could be expensive in practice to annotate all labels in every training image. Existing works on partial-label learning focus on the case where each training image is annotated with only a subset of its labels. A special case is to annotate only one positive label in each training image. To further relieve the annotation burden and enhance the performance of the classifier, this paper proposes a new partial-label setting in which only a subset of the training images are labeled, each with only one positive label, while the rest of the training images remain unlabeled. To handle this new setting, we propose an end-to-end deep network, PLMCL (Partial Label Momentum Curriculum Learning), that can learn to produce confident pseudo labels for both partially-labeled and unlabeled training images. The novel momentum-based law updates soft pseudo labels on each training image with the consideration of the updating velocity of pseudo labels, which help avoid trapping to low-confidence local minimum, especially at the early stage of training in lack of both observed labels and confidence on pseudo labels. In addition, we present a confidence-aware scheduler to adaptively perform easy-to-hard learning for different labels. Extensive experiments demonstrate that our proposed PLMCL outperforms many state-of-the-art multi-label classification methods under various partial-label settings on three different datasets.

📄 PDF Abstract BibTeX arXiv:2208.09999

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Image ClassificationPartial Label Learning

Similar Papers 제목 키워드 기반

Calibratable Disambiguation Loss for Multi-Instance Partial-Label Learning

2025-12-19 · Wei Tang, Yin-Fang Yang, Weijia Zhang, Min-Ling Zhang arxiv

Multi-instance partial-label learning (MIPL) is a weakly supervised framework that extends the principles of multi-instance learning (MIL) and partial-label learning (PLL) to address the challenges of inexact supervision…

A Deep Model for Partial Multi-Label Image Classification with Curriculum Based Disambiguation

2022-07-06 · Feng Sun, Ming-Kun Xie, Sheng-Jun Huang

In this paper, we study the partial multi-label (PML) image classification problem, where each image is annotated with a candidate label set consists of multiple relevant labels and other noisy labels. Existing PML metho…

image-classificationImage ClassificationMulti-Label Image Classification

Learning a Deep ConvNet for Multi-label Classification with Partial Labels

2019-02-26 · CVPR 2019 6 · Thibaut Durand, Nazanin Mehrasa, Greg Mori

Deep ConvNets have shown great performance for single-label image classification (e.g. ImageNet), but it is necessary to move beyond the single-label classification task because pictures of everyday life are inherently m…

ClassificationGeneral Classificationimage-classificationImage Classification+4

AdaPM: a Partial Momentum Algorithm for LLM Training

2025-10-10 · Yimu Zhang, Yuanshi Liu, Cong Fang arxiv

In the training of large language models, momentum is widely used and often demonstrated to achieve significant acceleration. However, storing momentum typically presents memory challenges. In this paper, we propose AdaP…

Disambiguated Attention Embedding for Multi-Instance Partial-Label Learning

2023-09-21 · NeurIPS 2023 11

In many real-world tasks, the concerned objects can be represented as a multi-instance bag associated with a candidate label set, which consists of one ground-truth label and several false positive labels. Multi-instance…