DEMO: A Statistical Perspective for Efficient Image-Text Matching
Fan Zhang, Xian-Sheng Hua, Chong Chen, Xiao Luo
TL;DR
DEMO tackles efficient, unsupervised image-text matching by introducing a distribution-aware hashing framework. It leverages energy distance to quantify divergence between latent semantic distributions inferred from multiple augmented views, forming a robust instance-level similarity structure. The method combines Distribution-based Structural Mining with Collaborative Consistency Learning, optimizing a composite loss and using a differentiable proxy during training to yield modality-invariant binary codes. Empirically, DEMO achieves state-of-the-art MAP on MIRFlickr-25K, NUS-WIDE, and MS-COCO across 16–128 bit codes and offers favorable inference efficiency, demonstrating scalability for large-scale cross-modal retrieval.
Abstract
Image-text matching has been a long-standing problem, which seeks to connect vision and language through semantic understanding. Due to the capability to manage large-scale raw data, unsupervised hashing-based approaches have gained prominence recently. They typically construct a semantic similarity structure using the natural distance, which subsequently provides guidance to the model optimization process. However, the similarity structure could be biased at the boundaries of semantic distributions, causing error accumulation during sequential optimization. To tackle this, we introduce a novel hashing approach termed Distribution-based Structure Mining with Consistency Learning (DEMO) for efficient image-text matching. From a statistical view, DEMO characterizes each image using multiple augmented views, which are considered as samples drawn from its intrinsic semantic distribution. Then, we employ a non-parametric distribution divergence to ensure a robust and precise similarity structure. In addition, we introduce collaborative consistency learning which not only preserves the similarity structure in the Hamming space but also encourages consistency between retrieval distribution from different directions in a self-supervised manner. Through extensive experiments on three benchmark image-text matching datasets, we demonstrate that DEMO achieves superior performance compared with many state-of-the-art methods.
