paper-with-me

Papers

VideoRAG: Retrieval-Augmented Generation with Extreme Long-Context Videos

2025-02-03 · Xubin Ren, Lingrui Xu, Long Xia, Shuaiqiang Wang, Dawei Yin, Chao Huang

Retrieval-Augmented Generation (RAG) has demonstrated remarkable success in enhancing Large Language Models (LLMs) through external knowledge integration, yet its application has primarily focused on textual content, leaving the rich domain of multi-modal video knowledge predominantly unexplored. This paper introduces VideoRAG, the first retrieval-augmented generation framework specifically designed for processing and understanding extremely long-context videos. Our core innovation lies in its dual-channel architecture that seamlessly integrates (i) graph-based textual knowledge grounding for capturing cross-video semantic relationships, and (ii) multi-modal context encoding for efficiently preserving visual features. This novel design empowers VideoRAG to process unlimited-length videos by constructing precise knowledge graphs that span multiple videos while maintaining semantic dependencies through specialized multi-modal retrieval paradigms. Through comprehensive empirical evaluation on our proposed LongerVideos benchmark-comprising over 160 videos totaling 134+ hours across lecture, documentary, and entertainment categories-VideoRAG demonstrates substantial performance compared to existing RAG alternatives and long video understanding methods. The source code of VideoRAG implementation and the benchmark dataset are openly available at: https://github.com/HKUDS/VideoRAG.

📄 PDF Abstract BibTeX arXiv:2502.01549

Code (1)

hkuds/videorag 공식 구현 pytorch

Tasks

Knowledge GraphsRAGRetrievalRetrieval-augmented GenerationVideo Understanding

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Weight Decay 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

VideoRAG: Retrieval-Augmented Generation over Video Corpus

2025-01-10 · Soyeong Jeong, Kangsan Kim, Jinheon Baek, Sung Ju Hwang

Retrieval-Augmented Generation (RAG) is a powerful strategy for improving the factual accuracy of models by retrieving external knowledge relevant to queries and incorporating it into the generation process. However, exi…

RAGResponse GenerationRetrievalRetrieval-augmented Generation

AdaVideoRAG: Omni-Contextual Adaptive Retrieval-Augmented Efficient Long Video Understanding

2025-06-16 · Zhucun Xue, Jiangning Zhang, Xurong Xie, Yuxuan Cai 외

Multimodal Large Language Models (MLLMs) struggle with long videos due to fixed context windows and weak long-term dependency modeling. Existing Retrieval-Augmented Generation (RAG) methods for videos use static retrieva…

Optical Character Recognition (OCR)RAGRetrievalRetrieval-augmented Generation+1

Rethinking RAG in Long Videos: What to Retrieve and How to Use It?

2026-06-11 · Yuho Lee, Jisu Shin, Nicole Hee-Yeon Kim, Jihwan Bang 외 arxiv

Retrieval-augmented generation is moving beyond text into long, egocentric video, where systems must select query-relevant chunks across multiple modalities and temporal granularities. Yet progress in VideoRAG is limited…

ForeSea: AI Forensic Search with Multi-modal Queries for Video Surveillance

2026-03-24 · Hyojin Park, Yi Li, Janghoon Cho, Sungha Choi 외 arxiv

Despite decades of work, surveillance still struggles in searching and reasoning about specific targets across long, multi-camera videos. Existing methods - tracking, retrieval, and video LLMs require heavy manual filter…

Multimodal ReasoningQuestion Answering

In Defense of RAG in the Era of Long-Context Language Models

2024-09-03 · Tan Yu, Anbang Xu, Rama Akkiraju

Overcoming the limited context limitations in early-generation LLMs, retrieval-augmented generation (RAG) has been a reliable solution for context-based answer generation in the past. Recently, the emergence of long-cont…

Answer GenerationRAGRetrievalRetrieval-augmented Generation