Search papers, labs, and topics across Lattice.
This paper addresses limitations in retrieval-augmented generation (RAG) for long, egocentric videos by introducing V-RAGBench, a benchmark that facilitates the evaluation of retrieval and generation through $\langle$query, evidence chunk, answer$\rangle$ triplets. The authors propose CARVE, a method that utilizes parallel retrievers across various configurations and employs chunk-adaptive reranking to optimize retrieval for each video segment. Results show that CARVE significantly outperforms eight recent VideoRAG baselines by allowing interleaved evidence forms that adapt to chunk-level variability, enhancing the overall generation quality.
CARVE's chunk-adaptive reranking strategy reveals that tailored retrieval configurations can dramatically improve video generation performance.
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 by two gaps: existing benchmarks allow queries to be answered without the video, obscuring retrieval errors, and prior methods apply a single modality-granularity configuration per query, ignoring chunk-level variability. We address both by introducing V-RAGBench, a benchmark of $\langle$query, evidence chunk, answer$\rangle$ triplets that enables faithful, decoupled evaluation of retrieval and generation, and CARVE, a simple method that runs parallel retrievers across configurations and employs chunk-adaptive reranking to identify the winning configuration for each chunk. Each chunk then enters the generator under its winning configuration selected during retrieval, yielding an interleaved evidence form where the chunk-level decision propagates across both stages. CARVE outperforms eight recent VideoRAG baselines, with the chunks supplied to the generator interleaving multiple configurations rather than sharing a single one, a behavior unattainable by query-level methods.