CVAICLLGMMMay 18, 2023

Weakly-Supervised Visual-Textual Grounding with Semantic Prior Refinement

arXiv:2305.10913v24 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing annotation costs for visual-textual grounding, making it more accessible for applications in image understanding, though it is incremental as it builds on existing weakly-supervised methods.

The paper tackles weakly-supervised visual-textual grounding, which learns region-phrase correspondences using only image-sentence pairs without bounding box annotations, and achieves state-of-the-art results with a 9.6% absolute improvement on the ReferIt dataset.

Using only image-sentence pairs, weakly-supervised visual-textual grounding aims to learn region-phrase correspondences of the respective entity mentions. Compared to the supervised approach, learning is more difficult since bounding boxes and textual phrases correspondences are unavailable. In light of this, we propose the Semantic Prior Refinement Model (SPRM), whose predictions are obtained by combining the output of two main modules. The first untrained module aims to return a rough alignment between textual phrases and bounding boxes. The second trained module is composed of two sub-components that refine the rough alignment to improve the accuracy of the final phrase-bounding box alignments. The model is trained to maximize the multimodal similarity between an image and a sentence, while minimizing the multimodal similarity of the same sentence and a new unrelated image, carefully selected to help the most during training. Our approach shows state-of-the-art results on two popular datasets, Flickr30k Entities and ReferIt, shining especially on ReferIt with a 9.6% absolute improvement. Moreover, thanks to the untrained component, it reaches competitive performances just using a small fraction of training examples.

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