CVFeb 22, 2023

Focusing On Targets For Improving Weakly Supervised Visual Grounding

arXiv:2302.11252v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving visual grounding accuracy in weakly supervised settings, which is incremental but offers practical gains for applications like image retrieval and human-computer interaction.

The paper tackles the problem of weakly supervised visual grounding, where the mapping between target objects and linguistic queries is unknown during training, by proposing two methods: target-aware cropping to learn object and scene semantics, and dependency parsing to emphasize target-related words in heatmap combination, achieving notable improvements over previous state-of-the-art methods on RefCOCO, RefCOCO+, and RefCOCOg datasets.

Weakly supervised visual grounding aims to predict the region in an image that corresponds to a specific linguistic query, where the mapping between the target object and query is unknown in the training stage. The state-of-the-art method uses a vision language pre-training model to acquire heatmaps from Grad-CAM, which matches every query word with an image region, and uses the combined heatmap to rank the region proposals. In this paper, we propose two simple but efficient methods for improving this approach. First, we propose a target-aware cropping approach to encourage the model to learn both object and scene level semantic representations. Second, we apply dependency parsing to extract words related to the target object, and then put emphasis on these words in the heatmap combination. Our method surpasses the previous SOTA methods on RefCOCO, RefCOCO+, and RefCOCOg by a notable margin.

Foundations

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

Your Notes