HINT: Composed Image Retrieval with Dual-path Compositional Contextualized Network

arXiv cs.CV / 3/30/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces HINT, a method for Composed Image Retrieval (CIR) that retrieves target images using a reference image plus modification text while respecting modification semantics.
  • It argues that prior CIR approaches underuse contextual information for distinguishing matching from non-matching samples, which harms performance in complex scenarios.
  • HINT tackles two stated issues—implicit dependencies and the absence of a differential amplification mechanism—via a dual-path compositional contextualized network to amplify similarity gaps.
  • The authors report HINT achieves the best results across all metrics on two CIR benchmark datasets.
  • The project provides code publicly via the linked GitHub repository, enabling replication and further experimentation.

Abstract

Composed Image Retrieval (CIR) is a challenging image retrieval paradigm. It aims to retrieve target images from large-scale image databases that are consistent with the modification semantics, based on a multimodal query composed of a reference image and modification text. Although existing methods have made significant progress in cross-modal alignment and feature fusion, a key flaw remains: the neglect of contextual information in discriminating matching samples. However, addressing this limitation is not an easy task due to two challenges: 1) implicit dependencies and 2) the lack of a differential amplification mechanism. To address these challenges, we propose a dual-patH composItional coNtextualized neTwork (HINT), which can perform contextualized encoding and amplify the similarity differences between matching and non-matching samples, thus improving the upper performance of CIR models in complex scenarios. Our HINT model achieves optimal performance on all metrics across two CIR benchmark datasets, demonstrating the superiority of our HINT model. Codes are available at https://github.com/zh-mingyu/HINT.