TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Structured Semantic Transfer for Multi-Label Recognition w...

Structured Semantic Transfer for Multi-Label Recognition with Partial Labels

Tianshui Chen, Tao Pu, Hefeng Wu, Yuan Xie, Liang Lin

2021-12-21Multi-label Image Recognition with Partial Labels
PaperPDFCode(official)

Abstract

Multi-label image recognition is a fundamental yet practical task because real-world images inherently possess multiple semantic labels. However, it is difficult to collect large-scale multi-label annotations due to the complexity of both the input images and output label spaces. To reduce the annotation cost, we propose a structured semantic transfer (SST) framework that enables training multi-label recognition models with partial labels, i.e., merely some labels are known while other labels are missing (also called unknown labels) per image. The framework consists of two complementary transfer modules that explore within-image and cross-image semantic correlations to transfer knowledge of known labels to generate pseudo labels for unknown labels. Specifically, an intra-image semantic transfer module learns image-specific label co-occurrence matrix and maps the known labels to complement unknown labels based on this matrix. Meanwhile, a cross-image transfer module learns category-specific feature similarities and helps complement unknown labels with high similarities. Finally, both known and generated labels are used to train the multi-label recognition models. Extensive experiments on the Microsoft COCO, Visual Genome and Pascal VOC datasets show that the proposed SST framework obtains superior performance over current state-of-the-art algorithms. Codes are available at https://github.com/HCPLab-SYSU/HCP-MLR-PL.

Results

TaskDatasetMetricValueModel
Multi-Label Image ClassificationMS-COCO-2014Average mAP76.7SST
Multi-Label Image ClassificationPASCAL VOC 2007Average mAP90.4SST
Multi-Label Image ClassificationVisual GenomeAverage mAP41.8SST
Image ClassificationMS-COCO-2014Average mAP76.7SST
Image ClassificationPASCAL VOC 2007Average mAP90.4SST
Image ClassificationVisual GenomeAverage mAP41.8SST
2D ClassificationMS-COCO-2014Average mAP76.7SST
2D ClassificationPASCAL VOC 2007Average mAP90.4SST
2D ClassificationVisual GenomeAverage mAP41.8SST

Related Papers

Saliency Regularization for Self-Training with Partial Annotations2023-01-01Texts as Images in Prompt Tuning for Multi-Label Image Recognition2022-11-23DualCoOp: Fast Adaptation to Multi-Label Recognition with Limited Annotations2022-06-20Dual-Perspective Semantic-Aware Representation Blending for Multi-Label Image Recognition with Partial Labels2022-05-26Heterogeneous Semantic Transfer for Multi-label Recognition with Partial Labels2022-05-23Semantic-Aware Representation Blending for Multi-Label Image Recognition with Partial Labels2022-03-04Learning Graph Convolutional Networks for Multi-Label Recognition and Applications2021-03-03Knowledge-Guided Multi-Label Few-Shot Learning for General Image Recognition2020-09-20