CVMay 17

Memory-Augmented Query Intent Understanding for Efficient Chat-based Image Retrieval

arXiv:2605.1736582.4Has Code
Predicted impact top 44% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners in multi-modal dialogue systems, this work offers a computationally efficient method for dynamic intent tracking, though it is an incremental improvement over existing approaches.

The paper tackles the problem of inefficient and inconsistent query intent understanding in chat-based image retrieval. The proposed MAQIU framework reduces dialogue encoding FLOPs by 86.4% compared to the ChatIR baseline while achieving substantial performance gains.

Different from traditional text-to-image retrieval tasks, chat-based image retrieval allows the human-interactive system to iteratively clarify and refine user intent through multi-round dialogue, thereby achieving more fine-grained retrieval results. The key challenge in this task lies in dynamically understanding and updating the user's query intent across dialogue rounds. Although existing works have achieved great performance on this new task, they simply handle history query information either by directly concatenating all previous queries into a long textual sequence or by relying on large language models to reconstruct the current query from history. Such strategies are computationally redundant and easily lead to inconsistent intent representations as the dialogue progresses. To alleviate these issues, this paper proposes a novel and efficient memory-based user intent updating framework for the chat-based image retrieval task, called Memory-Augmented Query Intent Understanding (MAQIU). It introduces a lightweight memorization module that dynamically aggregates and evolves the semantic representation of query intent across dialogues, while a memory recall mechanism is further employed to prevent intent forgetting and enhance long-term semantic integrity. In addition, MAQIU also integrates historical image retrieval results as visual guidance, allowing the model to strengthen cross-round correlations and refine current visual understanding. Extensive experiments demonstrate that MAQIU achieves substantial performance gains while maintaining high computational efficiency, reducing dialogue encoding FLOPs by 86.4\% compared with the prior baseline ChatIR. Source code is available at https://github.com/HuiGuanLab/MAQIU.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes