paper-with-me

홈 › Papers

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 methods typically design a disambiguation strategy to filter out noisy labels by utilizing prior knowledge with extra assumptions, which unfortunately is unavailable in many real tasks. Furthermore, because the objective function for disambiguation is usually elaborately designed on the whole training set, it can be hardly optimized in a deep model with SGD on mini-batches. In this paper, for the first time we propose a deep model for PML to enhance the representation and discrimination ability. On one hand, we propose a novel curriculum based disambiguation strategy to progressively identify ground-truth labels by incorporating the varied difficulties of different classes. On the other hand, a consistency regularization is introduced for model retraining to balance fitting identified easy labels and exploiting potential relevant labels. Extensive experimental results on the commonly used benchmark datasets show the proposed method significantly outperforms the SOTA methods.

📄 PDF Abstract BibTeX arXiv:2207.02410

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMulti-Label Image Classification

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

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

2022-08-22 · Rabab Abdelfattah, Xin Zhang, Zhenyao Wu, Xinyi Wu 외

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…

image-classificationImage ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

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

Free Performance Gain from Mixing Multiple Partially Labeled Samples in Multi-label Image Classification

2024-05-24 · Chak Fong Chong, Jielong Guo, Xu Yang, Wei Ke 외

Multi-label image classification datasets are often partially labeled where many labels are missing, posing a significant challenge to training accurate deep classifiers. However, the powerful Mixup sample-mixing data au…

BenchmarkingData Augmentationimage-classificationImage Classification+2

ACPL: Anti-curriculum Pseudo-labelling for Semi-supervised Medical Image Classification

2021-11-25 · CVPR 2022 1 · Fengbei Liu, Yu Tian, Yuanhong Chen, Yuyuan Liu 외

Effective semi-supervised learning (SSL) in medical image analysis (MIA) must address two challenges: 1) work effectively on both multi-class (e.g., lesion classification) and multi-label (e.g., multiple-disease diagnosi…

image-classificationImage ClassificationMedical Image AnalysisMedical Image Classification+3

Learn like a Pathologist: Curriculum Learning by Annotator Agreement for Histopathology Image Classification

2020-09-29 · Jerry Wei, Arief Suriawinata, Bing Ren, Xiaoying Liu 외

Applying curriculum learning requires both a range of difficulty in data and a method for determining the difficulty of examples. In many tasks, however, satisfying these requirements can be a formidable challenge. In th…

General Classificationimage-classificationImage Classification