GenIR: Generative Visual Feedback for Mental Image Retrieval
Diji Yang, Minghao Liu, Chung-Hsiang Lo, Yi Zhang, James Davis
TL;DR
Mental Image Retrieval (MIR) targets realistic, multi-round image search guided by a user’s internal mental image. GenIR introduces a generative visual feedback loop where a text-to-image generator produces $I_t^{\text{synthetic}}=G(q_t)$ that is used for image-to-image retrieval via $I_{(t)}^{\text{retrieved}} = \arg\max_{I\in\mathcal{N}} \text{cos}(\phi(I_t^{\text{synthetic}}), \phi(I))$, enabling explicit visualization of the system’s interpretation and guiding subsequent refinements. The authors also present an automated pipeline to curate a multi-round MIR dataset and show that GenIR substantially improves Hits@10 on MSCOCO and across FFHQ, Flickr30k, and Clothing-ADC, with robustness to the choice of diffusion generator. Overall, GenIR establishes a foundation for interpretable, visually grounded interactive multimodal retrieval and opens avenues for RL-based optimization and human-in-the-loop studies in MIR.
Abstract
Vision-language models (VLMs) have shown strong performance on text-to-image retrieval benchmarks. However, bridging this success to real-world applications remains a challenge. In practice, human search behavior is rarely a one-shot action. Instead, it is often a multi-round process guided by clues in mind. That is, a mental image ranging from vague recollections to vivid mental representations of the target image. Motivated by this gap, we study the task of Mental Image Retrieval (MIR), which targets the realistic yet underexplored setting where users refine their search for a mentally envisioned image through multi-round interactions with an image search engine. Central to successful interactive retrieval is the capability of machines to provide users with clear, actionable feedback; however, existing methods rely on indirect or abstract verbal feedback, which can be ambiguous, misleading, or ineffective for users to refine the query. To overcome this, we propose GenIR, a generative multi-round retrieval paradigm leveraging diffusion-based image generation to explicitly reify the AI system's understanding at each round. These synthetic visual representations provide clear, interpretable feedback, enabling users to refine their queries intuitively and effectively. We further introduce a fully automated pipeline to generate a high-quality multi-round MIR dataset. Experimental results demonstrate that GenIR significantly outperforms existing interactive methods in the MIR scenario. This work establishes a new task with a dataset and an effective generative retrieval method, providing a foundation for future research in this direction
