Hierarchical Matching and Reasoning for Multi-Query Image Retrieval
Zhong Ji, Zhihao Li, Yan Zhang, Haoran Wang, Yanwei Pang, Xuelong Li
TL;DR
This paper tackles MQIR by introducing a three-level hierarchical framework that jointly models fine-grained local-region–region-query alignments, context-aware global image–text alignment, and high-level correlations across multiple region-query pairs. The Hierarchical Matching and Reasoning Network (HMRN) comprises a Scalar-based Matching (SM) module for local and global similarities and a Vector-based Reasoning (VR) module for intra- and inter-correlation reasoning, with an ensemble strategy to fuse three similarity levels. Empirical results on Visual Genome show substantial improvements over state-of-the-art methods, including notable gains in R@1 and reductions in Mean Rank, supported by extensive ablations that validate each component. The work advances MQIR by effectively leveraging hierarchical structure and high-level correlations to achieve robust, scalable retrieval in complex, multi-query scenarios, with practical implications for fine-grained cross-modal understanding and retrieval systems.
Abstract
As a promising field, Multi-Query Image Retrieval (MQIR) aims at searching for the semantically relevant image given multiple region-specific text queries. Existing works mainly focus on a single-level similarity between image regions and text queries, which neglects the hierarchical guidance of multi-level similarities and results in incomplete alignments. Besides, the high-level semantic correlations that intrinsically connect different region-query pairs are rarely considered. To address above limitations, we propose a novel Hierarchical Matching and Reasoning Network (HMRN) for MQIR. It disentangles MQIR into three hierarchical semantic representations, which is responsible to capture fine-grained local details, contextual global scopes, and high-level inherent correlations. HMRN comprises two modules: Scalar-based Matching (SM) module and Vector-based Reasoning (VR) module. Specifically, the SM module characterizes the multi-level alignment similarity, which consists of a fine-grained local-level similarity and a context-aware global-level similarity. Afterwards, the VR module is developed to excavate the potential semantic correlations among multiple region-query pairs, which further explores the high-level reasoning similarity. Finally, these three-level similarities are aggregated into a joint similarity space to form the ultimate similarity. Extensive experiments on the benchmark dataset demonstrate that our HMRN substantially surpasses the current state-of-the-art methods. For instance, compared with the existing best method Drill-down, the metric R@1 in the last round is improved by 23.4%. Our source codes will be released at https://github.com/LZH-053/HMRN.
