Asymmetric Visual Semantic Embedding Framework for Efficient Vision-Language Alignment
Yang Liu, Mengyuan Liu, Shudong Huang, Jiancheng Lv
TL;DR
The paper tackles the challenge of measuring visual-semantic similarity in image-text matching by addressing the unequal information density between modalities. It introduces AVSE, which uses Radial Bias Sampling to create multi-view image features and an AEOM module that decomposes embeddings into meta-semantic units for dynamic, dimension-aware matching with $S(I,T)=\sum_{j=1}^q \max_i A_{i,j}$ and final loss $\mathcal{L}=\mathcal{L}_m+\mathcal{L}_{reg}$, achieving $O(n)$ complexity. A dimension-wise regularization loss further aligns semantic channels across views, improving alignment between modalities. Empirically, AVSE attains state-of-the-art results on MS-COCO and Flickr30K across multiple backbones and runs faster than local-cross-attention methods, highlighting its practicality for large-scale vision-language retrieval.
Abstract
Learning visual semantic similarity is a critical challenge in bridging the gap between images and texts. However, there exist inherent variations between vision and language data, such as information density, i.e., images can contain textual information from multiple different views, which makes it difficult to compute the similarity between these two modalities accurately and efficiently. In this paper, we propose a novel framework called Asymmetric Visual Semantic Embedding (AVSE) to dynamically select features from various regions of images tailored to different textual inputs for similarity calculation. To capture information from different views in the image, we design a radial bias sampling module to sample image patches and obtain image features from various views, Furthermore, AVSE introduces a novel module for efficient computation of visual semantic similarity between asymmetric image and text embeddings. Central to this module is the presumption of foundational semantic units within the embeddings, denoted as ``meta-semantic embeddings." It segments all embeddings into meta-semantic embeddings with the same dimension and calculates visual semantic similarity by finding the optimal match of meta-semantic embeddings of two modalities. Our proposed AVSE model is extensively evaluated on the large-scale MS-COCO and Flickr30K datasets, demonstrating its superiority over recent state-of-the-art methods.
