paper-with-me

Papers

Fine-grained Fragment Retrieval in Multi-modal Long-form Dialogues

2026-06-03 · Hanbo Bi, Zhiqiang Yuan, Chongyang Li, Qiwei Yan, Zexi Jia, Jiapei Zhang, Xiaoyue Duan, Yingchao Feng, Jinchao Zhang, Jie Zhou arxiv

With the widespread adoption of multi-modal communication platforms, long-form dialogues interleaving text and images have become increasingly common. Users often need to retrieve coherent dialogue fragments related to specific topics, rather than isolated utterances. We propose Fine-grained Fragment Retrieval (FFR), which locates semantically relevant multi-utterance, multi-image fragments in multi-modal long-form dialogues. We explore two settings: (1) FFR within Single-Dialogue, retrieving fragments from a given dialogue; and (2) FFR within Dialogue Corpus, retrieving from a large-scale corpus for open-domain scenarios. For (1), we introduce F2RVLM, a generation-based retrieval model trained with reinforcement learning, using multi-objective rewards and difficulty-aware curriculum sampling to enhance fragment coherence. For (2), we develop FFRS, a two-stage system combining offline fragment-level indexing with online retrieval. Specifically, each dialogue is decomposed into minimal semantic fragments encoded by a Fragment Embedding Model (FEM) into a vector database; at inference, FEM rapidly recalls Top-K candidates, and F2RVLM performs fine-grained reasoning to identify the most relevant sub-content. To support FFR, we construct MLDR, the longest multi-modal dialogue retrieval dataset to date, and a WeChat-based real-world test set. Experiments on both benchmarks demonstrate that F2RVLM and FFRS consistently achieve superior performance across single-dialogue and corpus-level FFR.

📄 PDF Abstract BibTeX arXiv:2606.04591

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

F2RVLM: Boosting Fine-grained Fragment Retrieval for Multi-Modal Long-form Dialogue with Vision Language Model

2025-08-25 · Hanbo Bi, Zhiqiang Yuan, Zexi Jia, Jiapei Zhang 외 arxiv

Traditional dialogue retrieval aims to select the most appropriate utterance or image from recent dialogue history. However, they often fail to meet users' actual needs for revisiting semantically coherent content scatte…

Reinforcement Learning

A New Fine-grained Alignment Method for Image-text Matching

2023-11-03 · Yang Zhang

Image-text retrieval is a widely studied topic in the field of computer vision due to the exponential growth of multimedia data, whose core concept is to measure the similarity between images and text. However, most exis…

Image-text matchingImage-text RetrievalRetrievalText Matching+1

Flickr30K-CFQ: A Compact and Fragmented Query Dataset for Text-image Retrieval

2024-03-20 · Haoyu Liu, Yaoxian Song, Xuwu Wang, Zhu Xiangru 외

With the explosive growth of multi-modal information on the Internet, unimodal search cannot satisfy the requirement of Internet applications. Text-image retrieval research is needed to realize high-quality and efficient…

Image RetrievalPrompt EngineeringRetrieval

Fine-Grained Image-Text Matching by Cross-Modal Hard Aligning Network

2023-01-01 · CVPR 2023 1 · Zhengxin Pan, Fangyu Wu, BaiLing Zhang

Current state-of-the-art image-text matching methods implicitly align the visual-semantic fragments, like regions in images and words in sentences, and adopt cross-attention mechanism to discover fine-grained cross-m…

Image-text matchingRetrievalSemantic correspondenceText Matching+2

MMViR: A Multi-Modal and Multi-Granularity Representation for Long-range Video Understanding

2026-01-09 · Zizhong Li, Haopeng Zhang, Jiawei Zhang arxiv

Long videos, ranging from minutes to hours, present significant challenges for current Multi-modal Large Language Models (MLLMs) due to their complex events, diverse scenes, and long-range dependencies. Direct encoding o…