MMSep 25, 2019

Focus Your Attention: A Bidirectional Focal Attention Network for Image-Text Matching

arXiv:1909.11416v1207 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of accurately correlating shared semantics between images and text for applications in vision-language tasks, representing an incremental improvement over existing attention-based methods.

The paper tackles the problem of semantic misalignment in image-text matching by eliminating irrelevant fragments from shared semantic representations, resulting in a Bidirectional Focal Attention Network (BFAN) that achieves relative Recall@1 gains of 2.2% on Flickr30K and MSCOCO benchmarks.

Learning semantic correspondence between image and text is significant as it bridges the semantic gap between vision and language. The key challenge is to accurately find and correlate shared semantics in image and text. Most existing methods achieve this goal by representing the shared semantic as a weighted combination of all the fragments (image regions or text words), where fragments relevant to the shared semantic obtain more attention, otherwise less. However, despite relevant ones contribute more to the shared semantic, irrelevant ones will more or less disturb it, and thus will lead to semantic misalignment in the correlation phase. To address this issue, we present a novel Bidirectional Focal Attention Network (BFAN), which not only allows to attend to relevant fragments but also diverts all the attention into these relevant fragments to concentrate on them. The main difference with existing works is they mostly focus on learning attention weight while our BFAN focus on eliminating irrelevant fragments from the shared semantic. The focal attention is achieved by pre-assigning attention based on inter-modality relation, identifying relevant fragments based on intra-modality relation and reassigning attention. Furthermore, the focal attention is jointly applied in both image-to-text and text-to-image directions, which enables to avoid preference to long text or complex image. Experiments show our simple but effective framework significantly outperforms state-of-the-art, with relative Recall@1 gains of 2.2% on both Flicr30K and MSCOCO benchmarks.

Foundations

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

Your Notes