paper-with-me

Papers

Vgent: Graph-based Retrieval-Reasoning-Augmented Generation For Long Video Understanding

2025-10-15 · Xiaoqian Shen, Wenxuan Zhang, Jun Chen, Mohamed Elhoseiny arxiv

Understanding and reasoning over long videos pose significant challenges for large video language models (LVLMs) due to the difficulty in processing intensive video tokens beyond context window and retaining long-term sequential information. Retrieval-Augmented Generation (RAG) has demonstrated effectiveness in processing long context for Large Language Models (LLMs); however, applying RAG to long video faces challenges such as disrupted temporal dependencies and inclusion of irrelevant information that can hinder accurate reasoning. To address these limitations, we propose Vgent, a novel graph-based retrieval-reasoning-augmented generation framework to enhance LVLMs for long video understanding. Our approach introduces two key innovations: (i) It represents videos by structured graphs with semantic relationships across video clips preserved to improve retrieval effectiveness. (ii) It introduces an intermediate reasoning step to mitigate the reasoning limitation of LVLMs, which leverages structured verification to reduce retrieval noise and facilitate the explicit aggregation of relevant information across clips, resulting in more accurate and context-aware responses. We comprehensively evaluate our framework with various open-source LVLMs on three long-video understanding benchmarks. Our approach yielded an overall performance improvement of $3.0\%\sim 5.4\%$ over base models on MLVU, and outperformed state-of-the-art video RAG methods by $8.6\%$. Our code is publicly available at https://xiaoqian-shen.github.io/Vgent.

📄 PDF Abstract BibTeX arXiv:2510.14032

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VGent: Visual Grounding via Modular Design for Disentangling Reasoning and Prediction

2025-12-11 · Weitai Kang, Jason Kuen, Mengwei Ren, Zijun Wei 외 arxiv

Current visual grounding models are either based on a Multimodal Large Language Model (MLLM) that performs auto-regressive decoding, which is slow and risks hallucinations, or on re-aligning an LLM with vision features t…

Object DetectionVisual Grounding

GraphSearch: An Agentic Deep Searching Workflow for Graph Retrieval-Augmented Generation

2025-09-26 · Cehao Yang, Xiaojun Wu, Xueyuan Lin, Chengjin Xu 외 arxiv

Graph Retrieval-Augmented Generation (GraphRAG) enhances factual reasoning in LLMs by structurally modeling knowledge through graph-based representations. However, existing GraphRAG approaches face two core limitations: …

GRAG: Graph Retrieval-Augmented Generation

2024-05-26 · Yuntong Hu, Zhihan Lei, Zheng Zhang, Bo Pan 외

Naive Retrieval-Augmented Generation (RAG) focuses on individual documents during retrieval and, as a result, falls short in handling networked documents which are very popular in many applications such as citation graph…

Entity RetrievalKnowledge GraphsRAGRetrieval+1

Open-World 3D Scene Graph Generation for Retrieval-Augmented Reasoning

2025-11-08 · Fei Yu, Quan Deng, Shengeng Tang, Yuehua Li 외 arxiv

Understanding 3D scenes in open-world settings poses fundamental challenges for vision and robotics, particularly due to the limitations of closed-vocabulary supervision and static annotations. To address this, we propos…

Scene Graph GenerationScene UnderstandingQuestion AnsweringVisual Grounding

Zero-shot Graph Reasoning via Retrieval Augmented Framework with LLMs

2025-09-16 · Hanqing Li, Kiran Sheena Jyothi, Henry Liang, Sharika Mahadevan 외 arxiv

We propose a new, training-free method, Graph Reasoning via Retrieval Augmented Framework (GRRAF), that harnesses retrieval-augmented generation (RAG) alongside the code-generation capabilities of large language models (…