paper-with-me

홈 › Papers

DrVideo: Document Retrieval Based Long Video Understanding

2024-06-18 · CVPR 2025 1 · Ziyu Ma, Chenhui Gou, Hengcan Shi, Bin Sun, Shutao Li, Hamid Rezatofighi, Jianfei Cai

Most of the existing methods for video understanding primarily focus on videos only lasting tens of seconds, with limited exploration of techniques for handling long videos. The increased number of frames in long videos poses two main challenges: difficulty in locating key information and performing long-range reasoning. Thus, we propose DrVideo, a document-retrieval-based system designed for long video understanding. Our key idea is to convert the long-video understanding problem into a long-document understanding task so as to effectively leverage the power of large language models. Specifically, DrVideo first transforms a long video into a coarse text-based long document to initially retrieve key frames and then updates the documents with the augmented key frame information. It then employs an agent-based iterative loop to continuously search for missing information and augment the document until sufficient question-related information is gathered for making the final predictions in a chain-of-thought manner. Extensive experiments on long video benchmarks confirm the effectiveness of our method. DrVideo significantly outperforms existing LLM-based state-of-the-art methods on EgoSchema benchmark (3 minutes), MovieChat-1K benchmark (10 minutes), and the long split of Video-MME benchmark (average of 44 minutes).

📄 PDF Abstract BibTeX arXiv:2406.12846

Code (0)

등록된 구현이 없습니다.

Tasks

document understandingEgoSchemaMMERetrievalVideo MMEVideo Understanding

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Training Long-Context Vision-Language Models Effectively with Generalization Beyond 128K Context

2026-05-13 · Zhaowei Wang, Lishu Luo, Haodong Duan, Weiwei Liu 외 arxiv

Long-context modeling is becoming a core capability of modern large vision-language models (LVLMs), enabling sustained context management across long-document understanding, video analysis, and multi-turn tool use in age…

Information Retrieval

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

2025-02-03 · Xubin Ren, Lingrui Xu, Long Xia, Shuaiqiang Wang 외

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, lea…

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation+1

Vript: A Video Is Worth Thousands of Words

2024-06-10 · Dongjie Yang, Suyuan Huang, Chengqiang Lu, Xiaodong Han 외

Advancements in multimodal learning, particularly in video understanding and generation, require high-quality video-text datasets for improved model performance. Vript addresses this issue with a meticulously annotated c…

Video CaptioningVideo Understanding

HourVideo: 1-Hour Video-Language Understanding

2024-11-07 · Keshigeyan Chandrasegaran, Agrim Gupta, Lea M. Hadzic, Taran Kota 외

We present HourVideo, a benchmark dataset for hour-long video-language understanding. Our dataset consists of a novel task suite comprising summarization, perception (recall, tracking), visual reasoning (spatial, tempora…

BenchmarkingcounterfactualMultiple-choiceRetrieval+1

FRAG: Frame Selection Augmented Generation for Long Video and Long Document Understanding

2025-04-24 · De-An Huang, Subhashree Radhakrishnan, Zhiding Yu, Jan Kautz

There has been impressive progress in Large Multimodal Models (LMMs). Recent works extend these models to long inputs, including multi-page documents and long videos. However, the model size and performance of these long…

document understandingMMEVideo MME