paper-with-me

Papers

Learning fragment self-attention embeddings for image-text matching

2019-10-01 · ACMMM 2019 10 · Yiling Wu, Shuhui Wang, Guoli Song, Qingming Huang

In image-text matching task, the key to good matching quality is to capture the rich contextual dependencies between fragments of image and text. However, previous works either simply aggregate the similarity of all possible pairs of image regions and words, or take multi-step cross attention to attend to image regions and words with each other as context, which requires exhaustive similarity computation between all image region and word pairs. In this paper, we propose Self-Attention Embeddings (SAEM) to exploit fragment relations in images or texts by self-attention mechanism, and aggregate fragment information into visual and textual embeddings. Specifically, SAEM extracts salient image regions based on bottom-up attention, and takes WordPiece tokens as sentence fragments. The self-attention layers are built to model subtle and fine-grained fragment relation in image and text respectively, which consists of multi-head self-attention sub-layer and position-wise feed-forward network sub-layer. Consequently, the fragment self-attention mechanism can discover the fragment relations and identify the semantically salient regions in images or words in sentences, and capture their interaction more accurately. By simultaneously exploiting the fine-grained fragment relation in both visual and textual modalities, our method produces more semantically consistent embeddings for representing images and texts, and demonstrates promising image-text matching accuracy and high efficiency on Flickr30K and MSCOCO datasets.

📄 PDF Abstract BibTeX

Code (1)

yiling2018/saem pytorch

Tasks

Image-text matchingSentenceText Matching

Similar Papers 제목 키워드 기반

Learning Semantic Relationship Among Instances for Image-Text Matching

2023-01-01 · CVPR 2023 1 · Zheren Fu, Zhendong Mao, Yan Song, Yongdong Zhang

Image-text matching, a bridge connecting image and language, is an important task, which generally learns a holistic cross-modal embedding to achieve a high-quality semantic alignment between the two modalities. Howe…

Cross-Modal RetrievalImage RetrievalImage-text matchingMultimodal Deep Learning+7

BiScale-GTR: Fragment-Aware Graph Transformers for Multi-Scale Molecular Representation Learning

2026-04-07 · Yi Yang, Ovidiu Daescu arxiv

Graph Transformers have recently attracted attention for molecular property prediction by combining the inductive biases of graph neural networks (GNNs) with the global receptive field of Transformers. However, many exis…

Molecular Property PredictionRepresentation Learning

Negative-Aware Attention Framework for Image-Text Matching

2022-01-01 · CVPR 2022 1 · Kun Zhang, Zhendong Mao, Quan Wang, Yongdong Zhang

Image-text matching, as a fundamental task, bridges the gap between vision and language. The key of this task is to accurately measure similarity between these two modalities. Prior work measuring this similarity mai…

Image-text matchingText Matchingtext similarity

Region Attention Transformer for Medical Image Restoration

2024-07-12 · Zhiwen Yang, Haowei Chen, Ziniu Qian, Yang Zhou 외

Transformer-based methods have demonstrated impressive results in medical image restoration, attributed to the multi-head self-attention (MSA) mechanism in the spatial dimension. However, the majority of existing Transfo…

DenoisingImage DenoisingImage GenerationImage Restoration+2

Self-supervised Learning of Contextualized Local Visual Embeddings

2023-10-01 · Thalles Santos Silva, Helio Pedrini, Adín Ramírez Rivera

We present Contextualized Local Visual Embeddings (CLoVE), a self-supervised convolutional-based method that learns representations suited for dense prediction tasks. CLoVE deviates from current methods and optimizes a s…

Instance SegmentationKeypoint Detectionobject-detectionObject Detection+3