通过分层记忆回溯,提升长视频理解的时序连贯性与细节捕捉能力。
VideoLucy: Deep Memory Backtracking for Long Video Understanding
- 采用分层记忆结构,从粗到细逐步回溯视频信息
- 在多个长视频基准上超越SOTA,甚至优于GPT-4o
- 适用于需要精细时序推理的长视频任务
近期研究显示,基于大语言模型(LLMs)的代理系统在长视频理解中展现出巨大潜力,但面临两大挑战:一是通常对单帧进行建模与推理,难以捕捉连续帧间的时序上下文;二是为降低密集帧级描述成本而采用稀疏采样,可能遗漏关键信息。为此,我们提出VideoLucy,一种用于长视频理解的深度记忆回溯框架。受人类从粗到细回忆过程启发,VideoLucy采用具有渐进粒度的分层记忆结构,显式定义不同层级记忆的细节程度与时序范围。通过基于代理的迭代回溯机制,系统逐步挖掘视频全局、与问题相关的关键记忆,直至获得足够信息以自信作答。该设计有效提升了连续帧的时序理解能力并保留关键细节。此外,我们构建了EgoMem,一个全新长视频理解基准,用于评估模型对长时间跨度复杂事件的理解及极长视频中的细粒度信息捕捉能力。大量实验表明,VideoLucy表现卓越,在多个基准上显著优于现有方法,性能甚至超过最新闭源模型如GPT-4o。代码与数据集将公开于https://videolucy.github.io
原文摘要 · Abstract (English)
Recent studies have shown that agent-based systems leveraging large language models (LLMs) for key information retrieval and integration have emerged as a promising approach for long video understanding. However, these systems face two major challenges. First, they typically perform modeling and reasoning on individual frames, struggling to capture the temporal context of consecutive frames. Second, to reduce the cost of dense frame-level captioning, they adopt sparse frame sampling, which risks discarding crucial information. To overcome these limitations, we propose VideoLucy, a deep memory backtracking framework for long video understanding. Inspired by the human recollection process from coarse to fine, VideoLucy employs a hierarchical memory structure with progressive granularity. This structure explicitly defines the detail level and temporal scope of memory at different hierarchical depths. Through an agent-based iterative backtracking mechanism, VideoLucy systematically mines video-wide, question-relevant deep memories until sufficient information is gathered to provide a confident answer. This design enables effective temporal understanding of consecutive frames while preserving critical details. In addition, we introduce EgoMem, a new benchmark for long video understanding. EgoMem is designed to comprehensively evaluate a model's ability to understand complex events that unfold over time and capture fine-grained details in extremely long videos. Extensive experiments demonstrate the superiority of VideoLucy. Built on open-source models, VideoLucy significantly outperforms state-of-the-art methods on multiple long video understanding benchmarks, achieving performance even surpassing the latest proprietary models such as GPT-4o. Our code and dataset will be made publicly at https://videolucy.github.io
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。