paper-with-me

Papers

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

2026-05-17 · Xianke Chen, Daizong Liu, Yushuo Lou, Xin Tan, Xun Yang, Shuhui Wang, Xun Wang, Jianfeng Dong arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.17365

Code (0)

등록된 구현이 없습니다.

Tasks

Chat-based Image RetrievalComputational Efficiency

Similar Papers 제목 키워드 기반

A Trustworthy, Responsible and Interpretable System to Handle Chit Chat in Conversational Bots

2018-11-19 · Parag Agrawal, Anshuman Suri, Tulasi Menon

Most often, chat-bots are built to solve the purpose of a search engine or a human assistant: Their primary goal is to provide information to the user or help them complete a task. However, these chat-bots are incapable …

Response Generation

hoBIT: A Profile-Aware Retrieval-Augmented Chatbot for University Academic Advising

2026-08-27 · Yoonseo Kim, Seongmin Lee, Joongheon Kim, SeongKu Kang arxiv

In university academic advising, identical questions can require different answers depending on a student's department, admission cohort, and degree program, causing profile-blind retrievers to surface plausible but inap…

ChatR1: Reinforcement Learning for Conversational Reasoning and Retrieval Augmented Question Answering

2025-10-15 · Simon Lupart, Mohammad Aliannejadi, Evangelos Kanoulas arxiv

We present ChatR1, a reasoning framework based on reinforcement learning (RL) for conversational question answering (CQA). Reasoning plays an important role in CQA, where user intent evolves across dialogue turns, and ut…

Conversational Question AnsweringReinforcement Learning

Video-QTR: Query-Driven Temporal Reasoning Framework for Lightweight Video Understanding

2025-12-10 · Xinkui Zhao, Zuxin Wang, Yifan Zhang, Guanjie Cheng 외 arxiv

The rapid development of multimodal large-language models (MLLMs) has significantly expanded the scope of visual language reasoning, enabling unified systems to interpret and describe complex visual content. However, app…

Leveraging LLM-Assisted Query Understanding for Live Retrieval-Augmented Generation

2025-06-26 · Guanting Dong, Xiaoxi Li, Yuyao Zhang, Mengjie Deng

Real-world live retrieval-augmented generation (RAG) systems face significant challenges when processing user queries that are often noisy, ambiguous, and contain multiple intents. While RAG enhances large language model…

RAGRerankingRetrievalRetrieval-augmented Generation