CVJan 31, 2024

PVLR: Prompt-driven Visual-Linguistic Representation Learning for Multi-Label Image Recognition

arXiv:2401.17881v13 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient use of linguistic knowledge in vision-language models for multi-label recognition, offering an incremental improvement over previous methods.

The paper tackled multi-label image recognition by proposing a PVLR framework that uses dual-prompting and bidirectional interaction to better leverage language models, achieving state-of-the-art results on datasets like MS-COCO, Pascal VOC 2007, and NUS-WIDE.

Multi-label image recognition is a fundamental task in computer vision. Recently, vision-language models have made notable advancements in this area. However, previous methods often failed to effectively leverage the rich knowledge within language models and instead incorporated label semantics into visual features in a unidirectional manner. In this paper, we propose a Prompt-driven Visual-Linguistic Representation Learning (PVLR) framework to better leverage the capabilities of the linguistic modality. In PVLR, we first introduce a dual-prompting strategy comprising Knowledge-Aware Prompting (KAP) and Context-Aware Prompting (CAP). KAP utilizes fixed prompts to capture the intrinsic semantic knowledge and relationships across all labels, while CAP employs learnable prompts to capture context-aware label semantics and relationships. Later, we propose an Interaction and Fusion Module (IFM) to interact and fuse the representations obtained from KAP and CAP. In contrast to the unidirectional fusion in previous works, we introduce a Dual-Modal Attention (DMA) that enables bidirectional interaction between textual and visual features, yielding context-aware label representations and semantic-related visual representations, which are subsequently used to calculate similarities and generate final predictions for all labels. Extensive experiments on three popular datasets including MS-COCO, Pascal VOC 2007, and NUS-WIDE demonstrate the superiority of PVLR.

Foundations

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

Your Notes