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/Heterogeneous Semantic Transfer for Multi-label Recognitio...

Heterogeneous Semantic Transfer for Multi-label Recognition with Partial Labels

Tianshui Chen, Tao Pu, Lingbo Liu, Yukai Shi, Zhijing Yang, Liang Lin

2022-05-23Multi-label Image Recognition with Partial Labels
PaperPDFCode(official)

Abstract

Multi-label image recognition with partial labels (MLR-PL), in which some labels are known while others are unknown for each image, may greatly reduce the cost of annotation and thus facilitate large-scale MLR. We find that strong semantic correlations exist within each image and across different images, and these correlations can help transfer the knowledge possessed by the known labels to retrieve the unknown labels and thus improve the performance of the MLR-PL task (see Figure 1). In this work, we propose a novel heterogeneous semantic transfer (HST) framework that consists of two complementary transfer modules that explore both within-image and cross-image semantic correlations to transfer the knowledge possessed by known labels to generate pseudo labels for the unknown labels. Specifically, an intra-image semantic transfer (IST) module learns an image-specific label co-occurrence matrix for each image and maps the known labels to complement the unknown labels based on these matrices. Additionally, a cross-image transfer (CST) module learns category-specific feature-prototype similarities and then helps complement the unknown labels that have high degrees of similarity with the corresponding prototypes. Finally, both the known and generated pseudo labels are used to train MLR models. Extensive experiments conducted on the Microsoft COCO, Visual Genome, and Pascal VOC 2007 datasets show that the proposed HST framework achieves superior performance to that of current state-of-the-art algorithms. Specifically, it obtains mean average precision (mAP) improvements of 1.4%, 3.3%, and 0.4% on the three datasets over the results of the best-performing previously developed algorithm.

Results

TaskDatasetMetricValueModel
Multi-Label Image ClassificationMS-COCO-2014Average mAP77.9HST
Multi-Label Image ClassificationPASCAL VOC 2007Average mAP90.9HST
Multi-Label Image ClassificationVisual GenomeAverage mAP44.8HST
Image ClassificationMS-COCO-2014Average mAP77.9HST
Image ClassificationPASCAL VOC 2007Average mAP90.9HST
Image ClassificationVisual GenomeAverage mAP44.8HST
2D ClassificationMS-COCO-2014Average mAP77.9HST
2D ClassificationPASCAL VOC 2007Average mAP90.9HST
2D ClassificationVisual GenomeAverage mAP44.8HST

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-26Semantic-Aware Representation Blending for Multi-Label Image Recognition with Partial Labels2022-03-04Structured Semantic Transfer for Multi-Label Recognition with Partial Labels2021-12-21Learning Graph Convolutional Networks for Multi-Label Recognition and Applications2021-03-03Knowledge-Guided Multi-Label Few-Shot Learning for General Image Recognition2020-09-20