CVApr 8, 2022

Semantic Representation and Dependency Learning for Multi-Label Image Recognition

arXiv:2204.03795v218 citationsh-index: 91
Originality Incremental advance
AI Analysis

This work addresses computational efficiency and robustness issues in multi-label image recognition, particularly for rare categories, but is incremental as it builds on existing attention and regularization techniques.

The paper tackles the limitations of multi-label image recognition methods that rely on pre-trained object detection models and statistical label co-occurrence, which are computationally expensive and degrade with rare categories, by proposing a semantic representation and dependency learning framework that achieves state-of-the-art results on MS-COCO and Pascal VOC 2007 datasets.

Recently many multi-label image recognition (MLR) works have made significant progress by introducing pre-trained object detection models to generate lots of proposals or utilizing statistical label co-occurrence enhance the correlation among different categories. However, these works have some limitations: (1) the effectiveness of the network significantly depends on pre-trained object detection models that bring expensive and unaffordable computation; (2) the network performance degrades when there exist occasional co-occurrence objects in images, especially for the rare categories. To address these problems, we propose a novel and effective semantic representation and dependency learning (SRDL) framework to learn category-specific semantic representation for each category and capture semantic dependency among all categories. Specifically, we design a category-specific attentional regions (CAR) module to generate channel/spatial-wise attention matrices to guide model to focus on semantic-aware regions. We also design an object erasing (OE) module to implicitly learn semantic dependency among categories by erasing semantic-aware regions to regularize the network training. Extensive experiments and comparisons on two popular MLR benchmark datasets (i.e., MS-COCO and Pascal VOC 2007) demonstrate the effectiveness of the proposed framework over current state-of-the-art algorithms.

Foundations

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

Your Notes