paper-with-me

Papers

VimRAG: Navigating Massive Visual Context in Retrieval-Augmented Generation via Multimodal Memory Graph

2026-02-13 · Qiuchen Wang, Shihang Wang, Yu Zeng, Qiang Zhang, Fanrui Zhang, Zhuoning Guo, Bosi Zhang, Wenxuan Huang, Lin Chen, Zehui Chen, Pengjun Xie, Ruixue Ding arxiv

Effectively retrieving, reasoning, and understanding multimodal information remains a critical challenge for agentic systems. Traditional Retrieval-augmented Generation (RAG) methods rely on linear interaction histories, which struggle to handle long-context tasks, especially those involving information-sparse yet token-heavy visual data in iterative reasoning scenarios. To bridge this gap, we introduce VimRAG, a framework tailored for multimodal Retrieval-augmented Reasoning across text, images, and videos. Inspired by our systematic study, we model the reasoning process as a dynamic directed acyclic graph that structures the agent states and retrieved multimodal evidence. Building upon this structured memory, we introduce a Graph-Modulated Visual Memory Encoding mechanism, with which the significance of memory nodes is evaluated via their topological position, allowing the model to dynamically allocate high-resolution tokens to pivotal evidence while compressing or discarding trivial clues. To implement this paradigm, we propose a Graph-Guided Policy Optimization strategy. This strategy disentangles step-wise validity from trajectory-level rewards by pruning memory nodes associated with redundant actions, thereby facilitating fine-grained credit assignment. Extensive experiments demonstrate that VimRAG consistently achieves state-of-the-art performance on diverse multimodal RAG benchmarks. The code is available at https://github.com/Alibaba-NLP/VRAG.

📄 PDF Abstract BibTeX arXiv:2602.12735

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VCR: Video representation for Contextual Retrieval

2024-02-12 · Oron Nir, Idan Vidra, Avi Neeman, Barak Kinarti 외

Streamlining content discovery within media archives requires integrating advanced data representations and effective visualization techniques for clear communication of video topics to users. The proposed system address…

Retrieval

RAMO: Retrieval-Augmented Generation for Enhancing MOOCs Recommendations

2024-07-06 · Jiarui Rao, Jionghao Lin

Massive Open Online Courses (MOOCs) have significantly enhanced educational accessibility by offering a wide variety of courses and breaking down traditional barriers related to geography, finance, and time. However, stu…

RAGRecommendation SystemsRetrievalRetrieval-augmented Generation

Dataset and Case Studies for Visual Near-Duplicates Detection in the Context of Social Media

2022-03-14 · Hana Matatov, Mor Naaman, Ofra Amir

The massive spread of visual content through the web and social media poses both challenges and opportunities. Tracking visually-similar content is an important task for studying and analyzing social phenomena related to…

Image RetrievalRetrieval

LLM-Guided ANN Index Optimization for Human-Object Interaction Retrieval

2026-06-03 · Shahrzad Esmat, Chaunte W. Lacewell, Sameh Gobriel, Nilesh Jain 외 arxiv

Retrieval systems underpin modern AI applications -- spanning visual search, recommendation engines, and multi-modal question answering. Modern multi-stage retrieval systems require the joint optimization of highly coupl…

Hyperparameter OptimizationQuestion Answering

On The Importance of Reasoning for Context Retrieval in Repository-Level Code Editing

2024-06-06 · Alexander Kovrigin, Aleksandra Eliseeva, Yaroslav Zharov, Timofey Bryksin

Recent advancements in code-fluent Large Language Models (LLMs) enabled the research on repository-level code editing. In such tasks, the model navigates and modifies the entire codebase of a project according to request…

Retrieval