paper-with-me

Papers

Retrieve What's Missing: Coverage-Maximizing Retrieval for Consistent Long Video Generation

2026-06-01 · Minseok Joo, Dogyun Park, Taehoon Lee, Kyujin Lee, Hyunwoo J. Kim arxiv

Maintaining long-term geometric consistency remains challenging for long-horizon autoregressive video generation. Memory-augmented generative models address this by retrieving historical frames, but their effectiveness depends on two key design choices: what 3D-geometric evidence should represent past observations, and how memory frames should be selected from this evidence. Existing methods often rely on camera poses or field-of-view overlap, which are lightweight but too coarse to reason about pixel-wise visibility, or use explicit 3D reconstruction, which provides fine-grained evidence but is costly to maintain over long rollouts. We propose Coverage-Maximizing Retrieval-Augmented Generation (COVRAG), a depth-based memory retrieval framework that uses pretrained 3D priors to construct a target-view coverage map as lightweight 3D memory evidence. For frame selection, COVRAG maximizes residual coverage gain, iteratively retrieving frames that explain target-view regions not covered by the current context or previously selected memories. To improve scalability in long-video generation, we introduce sliding-window depth caching for efficient geometry estimation. Experiments on RealEstate10K and DL3DV10K show that COVRAG improves long-horizon geometric consistency while maintaining low latency compared to baselines.

📄 PDF Abstract BibTeX arXiv:2606.02479

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionVideo Generation

Similar Papers 제목 키워드 기반

MAP-Law: Coverage-Driven Retrieval Control for Multi-Turn Legal Consultation

2026-05-02 · Qinchuan Cheng, Jiaqi Liu, Ruixuan Xie, Xiaoya Yuan 외 arxiv

Legal consultation is inherently iterative: before giving advice, a system must identify relevant legal elements, gather missing facts and authorities, and determine whether the current evidence is sufficient. Existing r…

On-Device Deep Research at 4B: Exposure Bounds Faithfulness, Retrieval Bounds Coverage

2026-07-14 · Vinay Kumar Chaganti arxiv

On-device research agents search a corpus, read sources, and write a cited brief on a personal laptop. Whether their citations are faithful, and at what cost, is unmeasured for a deployable small model. This study fixes …

Joint Passage Ranking for Diverse Multi-Answer Retrieval

2021-04-17 · EMNLP 2021 11 · Sewon Min, Kenton Lee, Ming-Wei Chang, Kristina Toutanova 외

We study multi-answer retrieval, an under-explored problem that requires retrieving passages to cover multiple distinct answers for a given question. This task requires joint modeling of retrieved passages, as models sho…

Answer GenerationDiversityPassage RankingPassage Retrieval+3

LLMs Know What They Need: Leveraging a Missing Information Guided Framework to Empower Retrieval-Augmented Generation

2024-04-22 · Keheng Wang, Feiyu Duan, Peiguang Li, Sirui Wang 외

Retrieval-Augmented Generation (RAG) demonstrates great value in alleviating outdated knowledge or hallucination by supplying LLMs with updated and relevant knowledge. However, there are still several difficulties for RA…

HallucinationRAGRe-RankingRetrieval+2

TABi: Type-Aware Bi-Encoders for Open-Domain Entity Retrieval

2022-04-18 · Findings (ACL) 2022 5 · Megan Leszczynski, Daniel Y. Fu, Mayee F. Chen, Christopher Ré

Entity retrieval--retrieving information about entity mentions in a query--is a key step in open-domain tasks, such as question answering or fact checking. However, state-of-the-art entity retrievers struggle to retrieve…

Entity RetrievalFact CheckingQuestion AnsweringRetrieval+1