CVJul 15, 2023

Semantic Contrastive Bootstrapping for Single-positive Multi-label Recognition

Peking U
arXiv:2307.07680v110 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing annotation labor in multi-label recognition for computer vision applications, though it is incremental in improving existing methods.

The paper tackles the problem of multi-label image recognition with incomplete single-positive annotations by proposing a semantic contrastive bootstrapping approach, which achieves state-of-the-art performance on four public benchmarks.

Learning multi-label image recognition with incomplete annotation is gaining popularity due to its superior performance and significant labor savings when compared to training with fully labeled datasets. Existing literature mainly focuses on label completion and co-occurrence learning while facing difficulties with the most common single-positive label manner. To tackle this problem, we present a semantic contrastive bootstrapping (Scob) approach to gradually recover the cross-object relationships by introducing class activation as semantic guidance. With this learning guidance, we then propose a recurrent semantic masked transformer to extract iconic object-level representations and delve into the contrastive learning problems on multi-label classification tasks. We further propose a bootstrapping framework in an Expectation-Maximization fashion that iteratively optimizes the network parameters and refines semantic guidance to alleviate possible disturbance caused by wrong semantic guidance. Extensive experimental results demonstrate that the proposed joint learning framework surpasses the state-of-the-art models by a large margin on four public multi-label image recognition benchmarks. Codes can be found at https://github.com/iCVTEAM/Scob.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes