CVApr 20, 2019

Saliency-Guided Attention Network for Image-Sentence Matching

arXiv:1904.09471v496 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of fine-grained cross-modal matching for applications like image retrieval and captioning, representing an incremental advancement with a novel architectural approach.

The paper tackles the problem of matching images and sentences by proposing an asymmetrical attention network that uses visual saliency to guide both visual and textual representations, achieving substantial improvements over state-of-the-art results on Flickr30K and MSCOCO datasets.

This paper studies the task of matching image and sentence, where learning appropriate representations across the multi-modal data appears to be the main challenge. Unlike previous approaches that predominantly deploy symmetrical architecture to represent both modalities, we propose Saliency-guided Attention Network (SAN) that asymmetrically employs visual and textual attention modules to learn the fine-grained correlation intertwined between vision and language. The proposed SAN mainly includes three components: saliency detector, Saliency-weighted Visual Attention (SVA) module, and Saliency-guided Textual Attention (STA) module. Concretely, the saliency detector provides the visual saliency information as the guidance for the two attention modules. SVA is designed to leverage the advantage of the saliency information to improve discrimination of visual representations. By fusing the visual information from SVA and textual information as a multi-modal guidance, STA learns discriminative textual representations that are highly sensitive to visual clues. Extensive experiments demonstrate SAN can substantially improve the state-of-the-art results on the benchmark Flickr30K and MSCOCO datasets by a large 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