arXivDaily arXiv每日学术速递 周一至周五更新

AI 大模型

视频大模型

视频理解、视频生成、视频语言模型和时序视觉推理。

至 收录 6617 信号源:cs.CV, eess.IV, cs.MM
2312.04931 2025-09-25 cs.CV 92%

Long Video Understanding with Learnable Retrieval in Video-Language Models

Jiaqi Xu, Cuiling Lan, Wenxuan Xie, Xuejin Chen, Yan Lu

机构 * School of Information Science and Technology, University of Science and Technology of China(信息科学与技术学院,中国科学技术大学) Microsoft Research Asia(微软亚洲研究院)

专题命中 视频理解 :video understanding(title,abstract);video-language(title,abstract);long video(title,abstract);video reasoning(abstract)

Comments Accepted by IEEE Transactions on Multimedia (TMM)

详情
英文摘要

The remarkable natural language understanding, reasoning, and generation capabilities of large language models (LLMs) have made them attractive for application to video understanding, utilizing video tokens as contextual input. However, employing LLMs for long video understanding presents significant challenges. The extensive number of video tokens leads to considerable computational costs for LLMs while using aggregated tokens results in loss of vision details. Moreover, the presence of abundant question-irrelevant tokens introduces noise to the video reasoning process. To address these issues, we introduce a simple yet effective learnable retrieval-based video-language model (R-VLM) for efficient long video understanding. Specifically, given a question (query) and a long video, our model identifies and selects the most relevant K video chunks and uses their associated visual tokens to serve as context for the LLM inference. This effectively reduces the number of video tokens, eliminates noise interference, and enhances system performance. We achieve this by incorporating a learnable lightweight MLP block to facilitate the efficient retrieval of question-relevant chunks, through the end-to-end training of our video-language model with a proposed soft matching loss. Our experimental results on multiple zero-shot video question answering datasets validate the effectiveness of our framework for comprehending long videos.

URL PDF HTML 收藏
2604.17422 2026-04-21 cs.CV cs.MM 90%

Where to Focus: Query-Modulated Multimodal Keyframe Selection for Long Video Understanding

聚焦何处:用于长视频理解的查询调节多模态关键帧选择

Shaoguang Wang, Weiyu Guo, Ziyang Chen, Xuming Hu, Hui Xiong

机构 * Department of CSE, HKUST(香港科技大学计算机科学与工程系)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video reasoning(abstract);分类 cs.CV、cs.MM

AI总结 本文提出Q-Gate框架,通过动态模态路由解决长视频理解中关键帧选择问题,有效抑制模态噪声,提升多模态大语言模型的推理能力。

Comments 9 pages, 7 figures, 9 tables. Preprint

详情
AI中文摘要

长视频理解仍是多模态大语言模型(MLLMs)面临的主要挑战,因为处理密集帧序列的计算成本过高。现有解决方案通常依赖单一视觉指标或静态融合启发式分数,这种‘一刀切’方法常失效:视觉指标对情节驱动的查询无效,而 indiscriminately 融合文本分数会引入严重‘模态噪声’。为突破这一瓶颈,我们提出Q-Gate,一种即插即用且无需训练的框架,将关键帧选择视为动态模态路由问题。我们将检索过程分解为三个轻量级专家流:视觉接地用于局部细节,全局匹配用于场景语义,以及情境对齐用于字幕驱动的叙述。关键的是,Q-Gate引入了查询调节门控机制,利用LLM的上下文推理能力评估查询意图,并动态分配注意力权重。该机制智能地激活必要模态并‘关闭’无关模态,从而最大化信噪比。在LongVideoBench和Video-MME上对多个MLLM后端的广泛实验表明,Q-Gate显著优于现有最佳基线。通过有效抑制模态特定噪声,它为可扩展的视频推理提供了稳健且高度可解释的解决方案。

英文摘要

Long video understanding remains a formidable challenge for Multimodal Large Language Models (MLLMs) due to the prohibitive computational cost of processing dense frame sequences. Prevailing solutions, which select a keyframe subset, typically rely on either a single visual-centric metric (e.g., CLIP similarity) or a static fusion of heuristic scores. This ``one-size-fits-all'' paradigm frequently fails: visual-only metrics are ineffective for plot-driven narrative queries, while indiscriminately incorporating textual scores introduces severe ``modal noise'' for purely visual tasks. To break this bottleneck, we propose Q-Gate, a plug-and-play and training-free framework that treats keyframe selection as a dynamic modality routing problem. We decouple the retrieval process into three lightweight expert streams: Visual Grounding for local details, Global Matching for scene semantics, and Contextual Alignment for subtitle-driven narratives. Crucially, Q-Gate introduces a Query-Modulated Gating Mechanism that leverages the in-context reasoning of an LLM to assess the query's intent and dynamically allocate attention weights across the experts. This mechanism intelligently activates necessary modalities while ``muting'' irrelevant ones, thereby maximizing the signal-to-noise ratio. Extensive experiments on LongVideoBench and Video-MME across multiple MLLM backbones demonstrate that Q-Gate substantially outperforms state-of-the-art baselines. By effectively suppressing modality-specific noise, it provides a robust, highly interpretable solution for scalable video reasoning.

URL PDF HTML 收藏
2607.24794 2026-07-29 cs.AI cs.CV 新提交 89%

Reasoning with Memory: A Temporal Granularity-Adaptive Framework for Training-Free Long Video Understanding

利用记忆进行推理:一种用于免训练长视频理解的时间粒度自适应框架

Linghao Meng, Qiankun Li, Junyuan Mao, Pujin Liao, Zhicheng He, Enbo Zhang, Kun Wang, Yang Liu, Huazhu Fu, Yueming Jin

机构 * National University of Singapore(新加坡国立大学) Institute of High Performance Computing, Agency for Science, Technology and Research (A*STAR)(高性能计算研究所,科学、技术与研究机构(A*STAR)) Nanyang Technological University(南洋理工大学) University of Science and Technology of China(中国科学技术大学) Jilin University(吉林大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video reasoning(abstract);分类 cs.CV

AI总结 研究针对多模态大语言模型长视频理解受限问题,提出ReMem框架,通过双级记忆增强自适应,在查询和视频级别分别处理,能适应不同时间粒度,经实验验证在多个基准测试中实现高效零样本性能,提升模型长视频推理能力。

Comments Accepted by ECCV 2026

详情
AI中文摘要

虽然多模态大语言模型(MLLMs)在基本视频任务中表现出卓越的泛化能力,但受限的上下文窗口限制了它们对长视频的理解。为适应这一限制,模型通常采用关键帧选择。然而,均匀采样或静态查询引导选择往往忽略关键时间上下文,无法适应不同的查询时间粒度。本文提出了ReMem,一种用于免训练长视频问答(LongVideoQA)的时间粒度自适应关键帧选择框架。ReMem引入了双级记忆增强自适应。在查询级别,记忆驱动问题解析利用大语言模型的长期记忆来解码问题时间粒度并提取语义实体。在视频级别,协同双语义帧对齐利用内在结构记忆将帧与查询语义对齐,指导结构感知动态帧路由对事件进行聚类并优化分配采样预算。通过记忆机制明确保留时间信息,ReMem抑制冗余并使MLLMs能够进行强大的多粒度视频推理。使用三个MLLMs在四个流行的LongVideoQA基准上的评估证明了其高效的、当前最优的零样本性能;值得注意的是,配备ReMem的LLaVA - Video在LVBench上达到54.5%(+12.3%),在LongVideoBench上达到67.1%(+8.2%)。

英文摘要

While Multimodal Large Language Models (MLLMs) demonstrate superior generalization in fundamental video tasks, restricted context windows limit their long video understanding. To accommodate this constraint, models typically resort to keyframe selection. However, uniform sampling or static query-guided selection often overlooks critical temporal context, failing to adapt to the varying query temporal granularities. In this paper, we propose ReMem, a temporal granularity-adaptive keyframe selection framework for training-free LongVideoQA. ReMem introduces a dual-level memory-augmented adaptation. At the query level, Memory-Driven Question Parsing leverages LLM long-term memory to decode question temporal granularity and extract semantic entities. At the video level, Synergistic Dual-Semantic Frame Alignment exploits intrinsic structural memory to align frames with query semantics, guiding Structure-Aware Dynamic Frame Routing to cluster events and optimally distribute sampling budgets. By explicitly preserving temporal information with memory mechanisms, ReMem suppresses redundancy and empowers MLLMs to perform robust multi-granular video reasoning. Evaluations across four popular LongVideoQA benchmarks using three MLLMs demonstrate highly efficient, state-of-the-art zero-shot performance; notably, LLaVA-Video with ReMem reaches 54.5% (+12.3%) on LVBench and 67.1% (+8.2%) on LongVideoBench.

URL PDF HTML 收藏
2607.15778 2026-07-20 cs.CV cs.AI 新提交 89%

Modularized Dynamic-Granularity Video LLM for Multi-Event Long Video Understanding

用于多事件长视频理解的模块化动态粒度视频语言模型

Wei Feng, Xin Wang, Yu-Wei Zhan, Yuwei Zhou, Wenwu Zhu

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video reasoning(abstract);分类 cs.CV

AI总结 针对长视频理解中视觉令牌预算与多事件捕捉的矛盾问题,提出MoD-VLLM框架,含正-负视频片段定位和模块化动态粒度反射模块,结合动态粒度强化学习策略,在多事件长视频基准测试中显著优于现有基线。

Comments Accepted by 2026 IEEE International Conference on Multimedia and Expo (ICME 2026)

详情
AI中文摘要

视频大语言模型(Video LLMs)在各种视频理解任务中取得了显著进展。然而,由于视觉令牌预算有限与捕获多个关键事件的需求之间的矛盾,长视频场景仍然具有挑战性。现有方法通常分两个阶段处理长视频,存在缺乏自适应能力分配和自我校正的模块化机制等局限性。为应对这些挑战,我们提出了MoD-VLLM,一种用于多事件长视频理解的新颖的模块化动态粒度视频语言模型框架,它迭代地和自我反思地统一了时间定位和语义理解。具体而言,我们提出了正-负视频片段定位模块和模块化动态粒度反射模块,它们形成一个闭环以逐步定位与问题相关的视频片段。定位模块根据视频问题指导视频语言模型区分相关和不相关的视频片段。反射模块采用模块化调度器,为相关正片段动态选择细粒度编码以捕获详细感知,为负片段选择粗粒度编码以维持全局上下文。我们还提出了一种动态粒度强化学习策略,使MoD-VLLM能够联合学习最优定位策略和动态粒度视觉表示。此外,我们提出了MEventBench,一个用于复杂长视频推理的具有挑战性的多事件长视频基准。在几个长视频理解基准和我们的MEventBench上进行的大量实验表明,MoD-VLLM显著优于现有最先进的基线。

英文摘要

Video Large Language Models (Video LLMs) have made significant advancements in various video understanding tasks. However, long-video scenarios remain challenging due to the tension between limited visual token budgets and the need to capture multiple key events. Existing approaches typically process long videos in two stages, i.e., i) select keyframes and ii) perform detailed perception, which exhibit limitations: they lack a modular mechanism for adaptive capacity allocation and self-correction, resulting in unreliable modeling. To tackle these challenges, we propose MoD-VLLM, a novel Modularized Dynamic-Granularity Video LLM framework for multi-event long video understanding, which unifies temporal grounding and semantic understanding iteratively and self-reflectively. Specifically, we propose a Positive-Negative Video Segments Grounding module and a Modularized Dynamic-Granularity Reflection module, which form a closed loop to progressively localize the question-related video segments. The grounding module instructs a Video LLM to distinguish relevant from irrelevant video segments based on the video question. The reflection module employs a modularized scheduler that dynamically selects fine-grained encoding for relevant positive segments to capture detailed perception and coarse-grained encoding for negative segments to maintain global context. We further propose a dynamic-granularity reinforcement learning strategy, allowing MoD-VLLM to learn optimal grounding policies and dynamic granularity visual representation jointly. Moreover, we propose MEventBench, a challenging Multi-Event Long Video Benchmark for complex long video reasoning. Extensive experiments on several long video understanding benchmarks and our MEventBench demonstrate that MoD-VLLM significantly outperforms state-of-the-art baselines.

URL PDF HTML 收藏
2512.05774 2026-06-05 cs.CV cs.AI cs.CL 89%

Active Video Perception: Iterative Evidence Seeking for Agentic Long Video Understanding

主动视频感知:用于代理长视频理解的迭代证据寻求

Ziyang Wang, Honglu Zhou, Shijie Wang, Junnan Li, Caiming Xiong, Silvio Savarese, Mohit Bansal, Michael S. Ryoo, Juan Carlos Niebles

机构 * Salesforce AI Research(Salesforce AI研究院) University of North Carolina at Chapel Hill(北卡罗来纳大学教堂山分校)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video reasoning(abstract);分类 cs.CV

AI总结 本文提出了一种主动视频感知框架AVP,通过迭代计划-观察-反思过程,主动决定视频内容的观察目标和时间,以提高长视频理解的准确性和效率。

Comments Website: https://activevideoperception.github.io/

详情
AI中文摘要

长视频理解(LVU)具有挑战性,因为回答现实世界查询往往依赖于稀疏、时间分散的线索,这些线索隐藏在数小时的大部分冗余和无关内容中。尽管代理流程提高了视频推理能力,但现有框架依赖于查询无关的描述器来感知视频信息,这浪费了计算资源并模糊了细粒度的时间和空间信息。受主动感知理论的启发,我们主张LVU代理应主动决定观察什么、何时和在哪里观察,并持续评估当前观察是否足够回答查询。我们提出了主动视频感知(AVP),一种证据寻求框架,将视频视为交互环境,并直接从像素中获取紧凑、查询相关的证据。具体而言,AVP运行一个迭代的计划-观察-反思过程,使用MLLM代理。在每个轮次中,计划者提出有针对性的视频交互,观察者执行以提取时间戳证据,反思者评估证据对查询的充分性,要么终止并给出答案,要么触发进一步观察。在五个LVU基准测试中,AVP实现了最高整体准确率,有显著提升。值得注意的是,AVP在平均整体准确率上比最佳代理方法高出5.7%,同时仅需18.4%的推理时间和12.4%的输入令牌。

英文摘要

Long video understanding (LVU) is challenging because answering real-world queries often depends on sparse, temporally dispersed cues buried in hours of mostly redundant and irrelevant content. While agentic pipelines improve video reasoning capabilities, prevailing frameworks rely on a query-agnostic captioner to perceive video information, which wastes computation on irrelevant content and blurs fine-grained temporal and spatial information. Motivated by active perception theory, we argue that LVU agents should actively decide what, when, and where to observe, and continuously assess whether the current observation is sufficient to answer the query. We present Active Video Perception (AVP), an evidence-seeking framework that treats the video as an interactive environment and acquires compact, queryrelevant evidence directly from pixels. Concretely, AVP runs an iterative plan-observe-reflect process with MLLM agents. In each round, a planner proposes targeted video interactions, an observer executes them to extract time-stamped evidence, and a reflector evaluates the sufficiency of the evidence for the query, either halting with an answer or triggering further observation. Across five LVU benchmarks, AVP achieves highest overall accuracy with significant improvements. Notably, AVP outperforms the best agentic method by 5.7% in average overall accuracy while only requires 18.4% inference time and 12.4% input tokens.

URL PDF HTML 收藏
2508.20478 2026-06-01 cs.CV 89%

Video-MTR: Reinforced Multi-Turn Reasoning for Long Video Understanding

Video-MTR: 用于长视频理解的多轮强化推理

Yuan Xie, Tianshui Chen, Zheng Ge, Lionel Ni

机构 * The Hong Kong University of Science and Technology (Guangzhou)(香港科学与技术大学(广州)) Guangdong University of Technology(广东工业大学) X-Era AI Lab(X-Era人工智能实验室)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video reasoning(abstract);分类 cs.CV

AI总结 提出Video-MTR框架,通过强化多轮推理迭代选择关键视频片段并理解问题,结合门控双层奖励系统实现端到端训练,在长视频理解基准上提升准确率和效率。

Comments Accepted by ICML 2026. Camera-ready version

详情
AI中文摘要

长视频理解因其长期时间依赖性和多事件特性仍然是一个挑战。现有方法通常依赖静态推理或外部视觉语言模型(VLM),但存在复杂性和缺乏端到端训练导致的次优性能等问题。本文提出Video-MTR,一个强化多轮推理框架,旨在实现迭代的关键视频片段选择和问题理解。与传统的单轮预测视频推理流程不同,Video-MTR进行多轮推理,基于对先前处理片段和当前问题的逐步理解,逐步选择视频片段。这种迭代过程允许对视频进行更精细和上下文感知的分析。为确保中间推理过程,我们引入了一种新颖的门控双层奖励系统,结合基于答案正确性的轨迹级奖励和强调帧-查询相关性的轮次级奖励。该系统优化了视频片段选择和问题理解,无需外部VLM,并允许端到端训练。在VideoMME、MLVU和EgoSchema等基准上的大量实验表明,Video-MTR在准确性和效率上均优于现有方法,推动了长视频理解的最新进展。

英文摘要

Long-form video understanding, characterized by long-range temporal dependencies and multiple events, remains a challenge. Existing methods often rely on static reasoning or external visual-language models (VLMs), which face issues like complexity and sub-optimal performance due to the lack of end-to-end training. In this paper, we propose Video-MTR, a reinforced multi-turn reasoning framework designed to enable iterative key video segment selection and question comprehension. Unlike traditional video reasoning pipeline, which generate predictions in a single turn, Video-MTR performs reasoning in multiple turns, selecting video segments progressively based on the evolving understanding of previously processed segments and the current question. This iterative process allows for a more refined and contextually aware analysis of the video. To ensure intermediate reasoning process, we introduce a novel gated bi-level reward system, combining trajectory-level rewards based on answer correctness and turn-level rewards emphasizing frame-query relevance. This system optimizes both video segment selection and question comprehension, eliminating the need for external VLMs and allowing end-to-end training. Extensive experiments on benchmarks like VideoMME, MLVU, and EgoSchema demonstrate that Video-MTR outperforms existing methods in both accuracy and efficiency, advancing the state-of-the-art in long video understanding.

URL PDF HTML 收藏
2509.23724 2026-04-21 cs.CV cs.AI 89%

Video Panels for Long Video Understanding

用于长视频理解的视频面板

Lars Doorenbos, Federico Spurio, Juergen Gall

机构 * University of Bonn(波恩大学) Lamarr Institute for Machine Learning and Artificial Intelligence(拉马尔机器学习与人工智能研究所)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video-language(abstract);分类 cs.CV

AI总结 本文提出一种无需训练的视觉提示策略,通过将多帧组合成图像以换取时间分辨率,提升了长视频理解模型的性能,实验表明在多个基准上效果显著。

Comments CVPR 2026

详情
AI中文摘要

近年来,视频-语言模型(VLMs)在长视频理解任务中取得了 promising 的成果,但其性能仍落后于图像或短视频任务。为此,本文提出了一种新的视觉提示策略,通过将多帧组合成图像以换取时间分辨率,从而提升长视频理解模型的性能。该方法无需训练、参数和模型,可无缝集成到现有 VLMs 中。在五个广泛模型架构、大小和上下文窗口的基准测试中,结果证明了方法的一致性。对于 TimeScope(Long)数据集,视频问答的准确率提高了最高 19.4%。

英文摘要

Recent Video-Language Models (VLMs) achieve promising results on long-video understanding, but their performance still lags behind that achieved on tasks involving images or short videos. This has led to great interest in improving the long context modeling of VLMs by introducing novel modules and additional complexity. In this paper, we take a different approach: rather than fine-tuning VLMs with the limited data available, we attempt to maximize the performance of existing models. To this end, we propose a novel visual prompting strategy specifically designed for long-video understanding. By combining multiple frames as panels into one image, we effectively trade off spatial details for temporal resolution. Our approach is training-free, parameter-free, and model-agnostic, and can be seamlessly integrated into existing VLMs. Extensive experiments on five established benchmarks across a wide range of model architectures, sizes, and context windows confirm the consistency of our approach. For the TimeScope (Long) dataset, which has the longest videos, the accuracy for video question answering is improved by up to 19.4%. Overall, our method raises the bar for long video understanding models. The code is available at https://fedespu.github.io/Video-Panels.

URL PDF HTML 收藏
2603.04977 2026-03-06 cs.CV 89%

Think, Then Verify: A Hypothesis-Verification Multi-Agent Framework for Long Video Understanding

思考,然后验证:一种用于长视频理解的假设-验证多智能体框架

Zheng Wang, Haoran Chen, Haoxuan Qin, Zhipeng Wei, Tianwen Qian, Cong Bai

机构 * College of Computer Science, Zhejiang University of Technology(浙江工业大学计算机科学学院) Zhejiang Key Laboratory of Visual Information Intelligent Processing(浙江视觉信息智能处理重点实验室) UC Berkeley(伯克利大学) College of Computer Science and Technology, East China Normal University(华东师范大学计算机科学与技术学院)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video reasoning(abstract);分类 cs.CV

AI总结 VideoHV-Agent通过结构化假设-验证流程提升长视频理解的准确性、可解释性和效率。

Comments Accepted at CVPR 2026

详情
AI中文摘要

长视频理解具有挑战性,因为存在密集的视觉冗余、长程时间依赖性和链式思维和检索型智能体容易积累语义漂移和相关驱动的错误。我们认为长视频推理不应以反应性检索开始,而应以有意识的任务制定开始:模型必须首先明确在视频中每个候选答案成立时必须为真的内容。这种在思考后再寻找的原则促使VideoHV-Agent框架的产生,该框架将视频问答重新表述为结构化的假设-验证过程。基于视频摘要,Thinker将答案候选者改写为可测试的假设,Judge推导出一个区分性线索,指明必须检查的证据,Verifier利用局部、细粒度的视频内容来定位和测试该线索,Answer agent整合验证的证据以产生最终答案。在三个长视频理解基准测试中,VideoHV-Agent在达到最先进的准确性的同时,提供了增强的可解释性、改进的逻辑严谨性和较低的计算成本。我们公开代码在:https://github.com/Haorane/VideoHV-Agent。

英文摘要

Long video understanding is challenging due to dense visual redundancy, long-range temporal dependencies, and the tendency of chain-of-thought and retrieval-based agents to accumulate semantic drift and correlation-driven errors. We argue that long-video reasoning should begin not with reactive retrieval, but with deliberate task formulation: the model must first articulate what must be true in the video for each candidate answer to hold. This thinking-before-finding principle motivates VideoHV-Agent, a framework that reformulates video question answering as a structured hypothesis-verification process. Based on video summaries, a Thinker rewrites answer candidates into testable hypotheses, a Judge derives a discriminative clue specifying what evidence must be checked, a Verifier grounds and tests the clue using localized, fine-grained video content, and an Answer agent integrates validated evidence to produce the final answer. Experiments on three long-video understanding benchmarks show that VideoHV-Agent achieves state-of-the-art accuracy while providing enhanced interpretability, improved logical soundness, and lower computational cost. We make our code publicly available at: https://github.com/Haorane/VideoHV-Agent.

URL PDF HTML 收藏
2602.18702 2026-02-24 cs.CV cs.AI 89%

Think with Grounding: Curriculum Reinforced Reasoning with Video Grounding for Long Video Understanding

基于接地的思考:用于长视频理解的课程强化推理与视频接地

Houlun Chen, Xin Wang, Guangyao Li, Yuwei Zhou, Yihan Chen, Jia Jia, Wenwu Zhu

机构 * Tsinghua University(清华大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video reasoning(abstract);分类 cs.CV

AI总结 Video-TwG通过课程强化框架和接地范式提升长视频理解,采用双阶段策略和TwG-GRPO算法优化推理与接地质量。

详情
AI中文摘要

长视频理解具有挑战性,因为长时间范围内存在丰富且复杂的多模态线索。当前方法采用推理来提高模型分析长视频中复杂视频线索的能力,通过文本形式推理。然而,现有文献存在一个问题,即在固定视频上下文中进行文本推理可能会加剧幻觉,因为由于长视频的时间冗余性,详细的关键线索往往在有限的视频上下文长度下被忽略。为了解决这一差距,我们提出了Video-TwG,一个课程强化框架,采用一种新的Think-with-Grounding范式,使视频LLM能够主动决定在交错的文本-视频推理中何时进行按需接地,仅在必要时选择性地聚焦于问题相关片段。Video-TwG可以以简单的方式端到端训练,无需依赖复杂的辅助模块或大量标注的推理轨迹。具体来说,我们设计了双阶段强化课程策略,其中模型首先在带有接地标签的小短视频GQA数据集上学习think-with-grounding行为,然后扩展到多样化的通用QA数据,带有不同领域的视频,以促进泛化。进一步,为了处理各种类型数据的复杂think-with-grounding推理,我们提出了TwG-GRPO算法,该算法具有细粒度的接地奖励、自我确认的伪奖励和准确性门控机制。最后,我们提出构建一个新的TwG-51K数据集以促进训练。在Video-MME、LongVideoBench和MLVU上的实验表明,Video-TwG在强LVU基线中表现一致。进一步的消融验证了我们双阶段强化课程策略的必要性,并显示我们的TwG-GRPO更好地利用了多样化的未标注数据来提高接地质量并减少冗余接地,而不会牺牲QA性能。

英文摘要

Long video understanding is challenging due to rich and complicated multimodal clues in long temporal range.Current methods adopt reasoning to improve the model's ability to analyze complex video clues in long videos via text-form reasoning.However,the existing literature suffers from the fact that the text-only reasoning under fixed video context may exacerbate hallucinations since detailed crucial clues are often ignored under limited video context length due to the temporal redundancy of long videos.To address this gap,we propose Video-TwG,a curriculum reinforced framework that employs a novel Think-with-Grounding paradigm,enabling video LLMs to actively decide when to perform on-demand grounding during interleaved text-video reasoning, selectively zooming into question-relevant clips only when necessary.Video-TwG can be trained end-to-end in a straightforward manner, without relying on complex auxiliary modules or heavily annotated reasoning tracesIn detail,we design a Two-stage Reinforced Curriculum Strategy, where the model first learns think-with-grounding behavior on a small short-video GQA dataset with grounding labels,and then scales to diverse general QA data with videos of diverse domains to encourage generalization. Further, to handle complex think-with-grounding reasoning for various kinds of data,we propose TwG-GRPO algorithm which features the fine-grained grounding reward, self-confirmed pseudo reward and accuracy-gated mechanism.Finally,we propose to construct a new TwG-51K dataset that facilitates training. Experiments on Video-MME, LongVideoBench, and MLVU show that Video-TwG consistently outperforms strong LVU baselines.Further ablation validates the necessity of our Two-stage Reinforced Curriculum Strategy and shows our TwG-GRPO better leverages diverse unlabeled data to improve grounding quality and reduce redundant groundings without sacrificing QA performance.

URL PDF HTML 收藏
2510.14032 2025-10-17 cs.CV 89%

Vgent: Graph-based Retrieval-Reasoning-Augmented Generation For Long Video Understanding

Xiaoqian Shen, Wenxuan Zhang, Jun Chen, Mohamed Elhoseiny

机构 * King Abdullah University of Science and Technology(卡布斯大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video language model(abstract);分类 cs.CV

Comments NeurIPS 2025 (Spotlight). Webpage at https://xiaoqian-shen.github.io/Vgent

详情
英文摘要

Understanding and reasoning over long videos pose significant challenges for large video language models (LVLMs) due to the difficulty in processing intensive video tokens beyond context window and retaining long-term sequential information. Retrieval-Augmented Generation (RAG) has demonstrated effectiveness in processing long context for Large Language Models (LLMs); however, applying RAG to long video faces challenges such as disrupted temporal dependencies and inclusion of irrelevant information that can hinder accurate reasoning. To address these limitations, we propose Vgent, a novel graph-based retrieval-reasoning-augmented generation framework to enhance LVLMs for long video understanding. Our approach introduces two key innovations: (i) It represents videos by structured graphs with semantic relationships across video clips preserved to improve retrieval effectiveness. (ii) It introduces an intermediate reasoning step to mitigate the reasoning limitation of LVLMs, which leverages structured verification to reduce retrieval noise and facilitate the explicit aggregation of relevant information across clips, resulting in more accurate and context-aware responses. We comprehensively evaluate our framework with various open-source LVLMs on three long-video understanding benchmarks. Our approach yielded an overall performance improvement of $3.0\%\sim 5.4\%$ over base models on MLVU, and outperformed state-of-the-art video RAG methods by $8.6\%$. Our code is publicly available at https://xiaoqian-shen.github.io/Vgent.

URL PDF HTML 收藏
2509.24786 2025-09-30 cs.CV 89%

LOVE-R1: Advancing Long Video Understanding with an Adaptive Zoom-in Mechanism via Multi-Step Reasoning

Shenghao Fu, Qize Yang, Yuan-Ming Li, Xihan Wei, Xiaohua Xie, Wei-Shi Zheng

机构 * School of Computer Science and Engineering, Sun Yat-sen University, China(中山大学计算机科学与工程学院) Tongyi Lab, Alibaba Group(阿里巴巴集团 Tongyi 实验室) Peng Cheng Laboratory, China(鹏城实验室) Key Laboratory of Machine Intelligence and Advanced Computing, Ministry of Education, China(教育部机器智能与先进计算重点实验室) Guangdong Province Key Laboratory of Information Security Technology, China(广东省信息安全技术重点实验室) Pazhou Laboratory (Huangpu), China(琶洲实验室(黄埔))

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);video-language(abstract);分类 cs.CV

详情
英文摘要

Long video understanding is still challenging for recent Large Video-Language Models (LVLMs) due to the conflict between long-form temporal understanding and detailed spatial perception. LVLMs with a uniform frame sampling mechanism, which samples frames with an equal frame size and fixed sampling rate, inevitably sacrifice either temporal clues or spatial details, resulting in suboptimal solutions. To mitigate this dilemma, we propose LOVE-R1, a model that can adaptively zoom in on a video clip. The model is first provided with densely sampled frames but in a small resolution. If some spatial details are needed, the model can zoom in on a clip of interest with a large frame resolution based on its reasoning until key visual information is obtained. The whole process is implemented as a multi-step reasoning process. To train the reasoning ability, we first finetune the model on our collected 38k high-quality CoT data and enhance it with decoupled reinforcement finetuning. As outcome rewards can not provide fine-grained process supervision, we decouple multi-step reasoning into multiple single-step reasoning and optimize the internal zoom-in ability explicitly. Experiments on long video understanding benchmarks show that our model with the slow-fast adaptive frame sampling mechanism achieves a great trade-off between sampling density and frame resolutions, and LOVE-R1 outperforms our baseline Qwen2.5-VL by an average of 3.1% points across 4 common long video understanding benchmarks.

URL PDF HTML 收藏
2406.14129 2024-06-21 cs.CV cs.CL cs.MM 88%

Towards Event-oriented Long Video Understanding

Yifan Du, Kun Zhou, Yuqi Huo, Yifan Li, Wayne Xin Zhao, Haoyu Lu, Zijia Zhao, Bingning Wang, Weipeng Chen, Ji-Rong Wen

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV、cs.MM

Comments Work on progress

详情
英文摘要

With the rapid development of video Multimodal Large Language Models (MLLMs), numerous benchmarks have been proposed to assess their video understanding capability. However, due to the lack of rich events in the videos, these datasets may suffer from the short-cut bias that the answers can be deduced from a few frames, without the need to watch the entire video. To address this issue, we introduce Event-Bench, an event-oriented long video understanding benchmark built on existing datasets and human annotations. Event-Bench includes six event-related tasks and 2,190 test instances to comprehensively evaluate video event understanding ability. Additionally, we propose Video Instruction Merging~(VIM), a cost-effective method that enhances video MLLMs using merged, event-intensive video instructions, addressing the scarcity of human-annotated, event-intensive data. Extensive experiments show that the best-performing model, GPT-4o, achieves an overall accuracy of 53.33, significantly outperforming the best open-source model by 41.42%. Leveraging an effective instruction synthesis method and an adaptive model architecture, VIM surpasses both state-of-the-art open-source models and GPT-4V on the Event-Bench. All code, data, and models are publicly available at https://github.com/RUCAIBox/Event-Bench.

URL PDF HTML 收藏
2208.01753 2022-08-04 cs.CV cs.LG cs.MM 88%

Two-Stream Transformer Architecture for Long Video Understanding

Edward Fish, Jon Weinbren, Andrew Gilbert

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV、cs.MM

详情
英文摘要

Pure vision transformer architectures are highly effective for short video classification and action recognition tasks. However, due to the quadratic complexity of self attention and lack of inductive bias, transformers are resource intensive and suffer from data inefficiencies. Long form video understanding tasks amplify data and memory efficiency problems in transformers making current approaches unfeasible to implement on data or memory restricted domains. This paper introduces an efficient Spatio-Temporal Attention Network (STAN) which uses a two-stream transformer architecture to model dependencies between static image features and temporal contextual features. Our proposed approach can classify videos up to two minutes in length on a single GPU, is data efficient, and achieves SOTA performance on several long video understanding tasks.

URL PDF HTML 收藏
2607.28463 2026-07-31 cs.CV 新提交 88%

VisualRouter: Query-Grounded Visual Sampling for Long Video Understanding

VisualRouter:面向长视频理解的查询驱动视觉采样

Haiyue Zhang, Yi Bin, Xun Jiang, Zeyu Ma, Duo Peng, Guoqing Wang, Yang Yang, Heng Tao Shen

机构 * Tongji University(同济大学) University of Electronic Science and Technology of China(电子科技大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 本文提出无训练即插即用框架VisualRouter,通过将查询分为全局或局部并采用对应采样策略,提升了大型视觉语言模型的长视频理解性能,在多个基准数据集上优于均匀采样及现有无训练方法。

详情
AI中文摘要

大型视觉语言模型(LVLMs)在视频理解领域已取得显著进展,但由于视觉token数量庞大且上下文窗口有限,长视频理解仍面临挑战。视觉采样通过选择信息丰富的帧子集提供了实用解决方案,不过现有方法通常要么依赖关联感知采样,导致帧选择冗余且时间覆盖不足,要么采用与查询类型无关的固定采样策略。本文提出VisualRouter,这是一种无训练、即插即用的查询驱动视觉采样框架。VisualRouter首先将每个查询分类为全局或局部,再应用对应采样策略:针对全局查询,采用关联-覆盖混合策略,在保留时间覆盖的同时保留与查询相关的视觉证据;针对局部查询,采用事件感知帧选择策略,执行事件划分、段级帧分配和事件内帧选择,在输入帧数量有限的情况下共同平衡关联度、覆盖度和多样性。实验表明,VisualRouter在多个大型视觉语言模型上相比均匀采样均有提升,使用Qwen2.5-VL-7B时在Video-MME、LongVideoBench和MLVU上分别实现5.2%、7.7%和11.6%的提升,且在相同设置下优于现有无训练视觉采样方法。

英文摘要

Large vision-language models (LVLMs) have achieved significant progress in video understanding, yet understanding long videos remains challenging due to the large number of visual tokens and limited context windows. Visual sampling provides a practical solution by selecting an informative subset of frames. However, existing methods typically either rely on relevance-aware sampling, leading to redundant frame selection and insufficient temporal coverage, or adopt a fixed sampling strategy regardless of query type. In this paper, we propose VisualRouter, a training-free and plug-and-play framework for query-grounded visual sampling. VisualRouter first classifies each query as either global or local and then applies the corresponding sampling strategy. For global queries, it employs a relevance-coverage hybrid strategy that preserves temporal coverage while retaining query-relevant visual evidence. For local queries, it adopts an event-aware frame selection strategy that performs event partitioning, segment-level frame allocation, and intra-event frame selection, jointly balancing relevance, coverage, and diversity with a limited number of input frames. Experiments show that VisualRouter consistently improves multiple LVLMs over uniform sampling, achieving gains of 5.2%, 7.7%, and 11.6% on Video-MME, LongVideoBench, and MLVU with Qwen2.5-VL-7B, and outperforming existing training-free visual sampling methods under the same setting.

URL PDF HTML 收藏
2607.12557 2026-07-15 cs.CV 新提交 88%

Gaussian Mixture Modeling for Event-Aware Visual Allocation in Long Video Understanding

用于长视频理解中事件感知视觉分配的高斯混合模型

Yifan Lu, Ziqi Zhang, Chunfeng Yuan, Jun Gao, Bing Li, Weiming Hu

机构 * Beijing Key Laboratory of Super Intelligent Security of Multi-Modal Information, CASIA(中国科学院自动化所多模态信息超智能安全北京市重点实验室) State Key Laboratory of Multimodal Artificial Intelligence Systems, CASIA(中国科学院自动化所多模态人工智能系统国家重点实验室) School of Artificial Intelligence, University of Chinese Academy of Sciences(中国科学院大学人工智能学院) Hello Group(未知(保留英文)) School of Information Science and Technology, ShanghaiTech University(上海科技大学信息科学与技术学院)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 针对长视频理解中视觉分配问题,提出GMM-EVA方法,利用高斯混合模型建模事件级结构,采用差异化分配策略,在多个长视频基准实验中显著优于均匀采样,以约一半视觉令牌预算达可比性能,凸显高效性。

Comments accepted at PRCV 2026

详情
AI中文摘要

大型视觉语言模型在长视频理解中面临挑战,因均匀采样计算成本高且信息损失大。现有关键帧选择方法将视频帧视为原子实体并平均分配视觉预算,忽略高层语义结构并引入冗余。我们提出GMM-EVA,利用高斯混合模型从离散帧观测中建模事件级结构。应用差异化分配策略,为每个事件保留一个高分辨率主关键帧以保留高保真细节,同时利用低分辨率次关键帧维持时间上下文并优化令牌预算。GMM-EVA是无训练、即插即用框架,在各种相关性度量和下游LVLMs上都能稳健泛化。在多个长视频基准上的大量实验表明,我们的方法显著优于均匀采样,在使用约一半视觉令牌预算时性能与基线选择方法相当,突出了其卓越的效率和有效性。

英文摘要

Large Vision-Language Models (LVLMs) face significant challenges in long video understanding due to the excessive computational cost and information loss associated with uniform sampling. Existing keyframe selection methods often treat video frames as atomic entities and allocate visual budgets equally, thereby overlooking high-level semantic structures and introducing substantial redundancy. To address these limitations, we propose GMM-EVA (Gaussian Mixture Modeling for Event-Aware Visual Allocation), which leverages Gaussian Mixture Models to model event-level structure from discrete frame-wise observations. A differentiated allocation strategy is then applied to preserve one primary high-resolution keyframe per event for high-fidelity detail, while utilizing lower-resolution secondary keyframes to maintain temporal context and optimize token budgets. GMM-EVA is a training-free, plug-and-play framework that generalizes robustly across various relevance measures and downstream LVLMs. Extensive experiments on multiple long video benchmarks demonstrate that our method significantly outperforms uniform sampling. Notably, GMM-EVA achieves comparable performance to baseline selection methods while utilizing only approximately half of the visual token budget, highlighting its superior efficiency and effectiveness.

URL PDF HTML 收藏
2601.18157 2026-07-07 cs.CV cs.LG 版本更新 88%

Agentic Very Long Video Understanding

智能体超长视频理解

Aniket Rege, Arka Sadhu, Yuliang Li, Kejie Li, Ramya Korlakai Vinayak, Yuning Chai, Yong Jae Lee, Hyo Jin Kim

机构 * Reality Labs Research at Meta(Meta 实验室) University of Wisconsin-Madison(威斯康星大学麦迪逊分校)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 针对智能眼镜等设备带来的长视频理解需求,以实体场景图为核心构建增强智能体框架EGAgent,实现结构化搜索、推理及跨模态能力,在相关数据集实验中取得较好表现。

Comments 29 pages, 8 figures, 8 tables

详情
AI中文摘要

始终在线的个人人工智能助手的出现,需要超越短时间孤立事件的情境理解。现有方法受限于上下文窗口。本文通过以实体场景图为中心的增强智能体框架EGAgent应对挑战,其为规划智能体配备相关工具,实验表明该方法在复杂纵向视频理解任务中表现出色。

英文摘要

The advent of always-on personal AI assistants, enabled by all-day wearable devices such as smart glasses, demands a new level of contextual understanding, one that goes beyond short, isolated events to encompass the continuous, longitudinal stream of egocentric video. Achieving this vision requires advances in long-horizon video understanding, where systems must interpret and recall visual and audio information spanning days or even weeks. Existing methods, including large language models and retrieval-augmented generation, are constrained by limited context windows and lack the ability to perform compositional, multi-hop reasoning over very long video streams. In this work, we address these challenges through EGAgent, an enhanced agentic framework centered on entity scene graphs, which represent people, places, objects, and their relationships over time. Our system equips a planning agent with tools for structured search and reasoning over these graphs, as well as hybrid visual and audio search capabilities, enabling detailed, cross-modal, and temporally coherent reasoning. Experiments on the EgoLifeQA and Video-MME (Long) datasets show that our method achieves state-of-the-art performance on EgoLifeQA (57.5%) and competitive performance on Video-MME (Long) (74.1%) for complex longitudinal video understanding tasks. Code is available at https://github.com/facebookresearch/egagent.

URL PDF HTML 收藏
2607.00983 2026-07-02 cs.CV 新提交 88%

QCA: Query- and Content-Aware Keyframe Selection for Long Video Understanding

QCA:面向长视频理解的查询与内容感知关键帧选择

Jun Peng, Baiyang Song, Jie Li, Hui Li, Yiyi Zhou, Rongrong Ji, Yonghong Tian

机构 * Key Laboratory of Multimedia Trusted Perception and Efficient Computing, Ministry of Education of China, Xiamen University(厦门大学多媒体可信感知与高效计算教育部重点实验室) School of Electronic and Computer Engineering, Peking University(北京大学电子与计算机工程学院) Peng Cheng Laboratory(鹏城实验室)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出QCA框架,通过联合建模查询相关性和内容偏差动态分配关键帧预算,无需额外训练即可集成到Video-LLMs,在长视频理解基准上取得最优性能。

详情
AI中文摘要

视频理解常受严重的时间冗余困扰,处理密集帧序列在语义上低效且计算成本高。当只有少量帧与给定查询真正相关时,这一挑战更加突出。本文提出一种查询与内容感知(QCA)关键帧选择框架,能从长视频中选择紧凑且信息丰富的帧集。QCA首先将视频划分为时间片段,通过联合建模查询相关性和内容偏差估计每个片段的信息贡献,并动态分配关键帧预算。在每个片段内,QCA锚定最查询相关的帧,并迭代添加额外帧以最大化多样性,同时保持与查询的高语义相关性。关键的是,我们的方法无需额外训练,可无缝集成到现有Video-LLMs中。在多个长视频理解基准上的大量实验表明,我们提出的方法达到了最先进的性能,并具有强大的泛化能力。例如,QCA使用128帧在LongVideoBench上达到67.8%,而GPT-4o使用256帧达到66.7%。我们的代码可在\href{this https URL}{GitHub}上获取。

英文摘要

Video understanding is often plagued by severe temporal redundancy, where processing dense frame sequences is both semantically inefficient and computationally expensive. This challenge is further amplified when only a small subset of frames is truly relevant to the given query. In this paper, we propose a Query- and Content-Aware (QCA) keyframe selection framework that can select a compact yet information-rich set of frames from long videos. QCA first partitions the video into temporal segments and estimates the information contribution of each segment by jointly modeling query relevance and content deviation, and dynamically allocates keyframe budget to each segment. Within each segment, QCA anchors on the most query-relevant frame and iteratively incorporates additional frames to maximize diversity while maintaining high semantic relevance to the query. Crucially, our method requires no additional training and can be seamlessly integrated into existing Video-LLMs. Extensive experiments across multiple long video understanding benchmarks demonstrate that our proposed approach achieves state-of-the-art performance and has strong generalization ability. For instance, QCA achieves 67.8\% on LongVideoBench using 128 frames, while GPT-4o achieves 66.7\% using 256 frames. Our codes are available in \href{https://github.com/hktk07/QCA}{GitHub}.

URL PDF HTML 收藏
2606.27922 2026-07-01 cs.CV cs.AI 新提交 88%

Reflect-R1: Evidence-Driven Reflection for Self-Correction in Long Video Understanding

Reflect-R1:长视频理解中基于证据驱动的自纠正反思

Shuimu Chen, Yuteng Chen, Yuanshen Guan, Zebang Cheng, Zeyu Zhang, Shengqian Qin, Bin Xia, Jiaran Li, Wenming Yang, Fei Ma

机构 * Tsinghua University(清华大学) Guangdong Laboratory of Artificial Intelligence and Digital Economy (SZ)(广东省人工智能与数字经济实验室(深圳)) Nanyang Technological University(南洋理工大学) University of Science and Technology of China(中国科学技术大学) Shenzhen University(深圳大学) University of California(加利福尼亚大学) Shanghai Jiao Tong University(上海交通大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出Reflect-R1框架,通过直觉、验证、仲裁三阶段管道动态检索客观视觉证据,并设计阶段解耦强化学习算法SD-GRPO解决策略耦合,在长视频理解基准上达到最优性能。

Comments 2026 ECCV

详情
AI中文摘要

当前用于长视频理解的多模态反思机制主要依赖内部参数中的闭环自我反思。缺乏客观外部证据,模型常常陷入盲目自信,难以纠正错误。此外,将强化学习应用于多阶段反思管道会引入严重的策略耦合,而专用训练数据的严重稀缺加剧了这一问题。为解决这些限制,本文提出Reflect-R1,首个用于长视频理解的证据驱动自纠正框架。该框架构建了一个由直觉、验证和仲裁组成的三阶段管道。通过动态检索客观视觉证据来验证初始直觉,并自主执行多次时间搜索以解决冲突,完全打破了幻觉循环。为克服策略耦合,我们设计了一种名为SD-GRPO的阶段解耦强化学习算法,该算法在不同推理阶段独立计算优势函数。同时,我们构建了一个包含12万样本的数据集,以弥补训练数据的不足。在VideoMME和LongVideoBench等基准上的大量实验表明,Reflect-R1达到了最先进的性能。我们的方法显著提高了真实纠正率,并实现了严格基于客观证据的真实自纠正。

英文摘要

Current multimodal reflection mechanisms for long video understanding predominantly rely on closed-loop self-reflection within internal parameters. Lacking objective external evidence, models are frequently trapped in blind confidence and often fail to correct errors. Furthermore, applying reinforcement learning to multi-stage reflection pipelines introduces severe policy coupling, which is exacerbated by a critical scarcity of dedicated training data. To address these limitations, this work proposes Reflect-R1, the first Evidence-Driven self-correction framework for long video understanding. The framework constructs a three-stage pipeline consisting of intuition, verification, and arbitration. By dynamically retrieving objective visual evidence to verify initial intuitions and autonomously executing multiple temporal searches to resolve conflicts, it completely breaks the hallucination loop. To overcome policy coupling, we design a stage-decoupled reinforcement learning algorithm named SD-GRPO that independently computes advantage functions across different reasoning stages. Concurrently, we construct a dataset of 120K samples to bridge the training data gap. Extensive experiments on benchmarks such as VideoMME and LongVideoBench demonstrate that Reflect-R1 achieves state-of-the-art performance. Our method significantly improves the genuine rectification rate and enables authentic self-correction strictly grounded in objective evidence.

URL PDF HTML 收藏
2606.24187 2026-06-25 cs.CV 新提交 88%

Towards Fast and Effective Long Video Understanding of Multimodal Large Language Models via Adaptive Quasi-Gaussian Sampling

面向多模态大语言模型的长视频快速有效理解:自适应准高斯采样

Kun Zhang, Chenxin Fang, Tao Chen, Baiyang Song, Yunhang Shen, Yiyi Zhou, Rongrong Ji

机构 * Key Laboratory of Multimedia Trusted Perception and Efficient Computing, Ministry of Education of China, Xiamen University(厦门大学多媒体可信感知与高效计算教育部重点实验室)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出自适应无训练帧采样方法AdaQ,基于高斯分布3-σ规则动态调整采样区间,在仅用64帧下使Qwen3-VL-8B平均超越GPT4o 15.8%,显著提升长视频理解的鲁棒性和效率。

Comments NeurIPS 2026 submission. 15 pages, 8 figures

详情
AI中文摘要

长视频理解对多模态大语言模型(MLLMs)仍是一个严峻挑战,因为其计算和内存开销过大。因此,常采用关键帧选择来缓解这一问题,但由于其硬采样原则,仍存在灵活性低和噪声高的问题。本文将视频帧选择定义为准高斯采样问题,并提出一种自适应且无需训练的方法,称为AdaQ。受高斯分布3-σ规则的启发,AdaQ的目标是为不同示例实现最优的3-σ区间,即对局部查询使用较小的3-σ区间,对全局查询使用较大的3-σ区间,从而实现鲁棒且自适应的帧采样。为验证AdaQ,我们将其应用于四种MLLMs和三种嵌入模型。大量实验结果不仅表明,与默认MLLMs和现有最优关键帧选择方法相比,AdaQ具有明显的性能提升(例如,仅使用64帧即可帮助Qwen3-VL-8B平均超越GPT4o 15.8%),还证实了其在长视频理解中卓越的鲁棒性和高效率(例如,仅需设置1个超参数)。我们的代码项目见:this https URL。

英文摘要

Long video understanding remains a daunting challenge for Multimodal Large Language Models (MLLMs) due to the excessive computation and memory footprint. Thus, keyframe selection is often adopted to mitigate this shortcoming, which however still suffers from low flexibility and high noise due to its hard sampling principle. In this paper, we define video frame selection as a problem of Quasi-Gaussian Sampling, and propose an adaptive and training-free approach termed AdaQ. Inspired by the 3-$σ$ rule of Gaussian distribution, the objective of AdaQ is to achieve the optimal 3-$σ$ interval for different examples, i.e., a smaller 3-$σ$ interval for the local query and a larger one for the global query, thereby facilitating robust and adaptive frame sampling. To validate AdaQ, we apply it to four MLLMs with three embedding models. The extensive experimental results not only show its obvious performance gains over the default MLLMs and the SOTA keyframe selection methods, e.g., helping Qwen3-VL-8B outperform GPT4o by 15.8% on average by using only 64 frames, but also confirm its superior robustness and high efficiency for long-video understanding, e.g., only 1 hyper-parameter needs to be set.

URL PDF HTML 收藏
2606.07512 2026-06-25 cs.CV cs.AI cs.CL 新提交 88%

MemDreamer: Decoupling Perception and Reasoning for Long Video Understanding via Hierarchical Graph Memory and Agentic Retrieval Mechanism

MemDreamer: 通过分层图记忆和智能体检索机制解耦感知与推理以实现长视频理解

Cong Chen, Guo Gan, Kaixiang Ji, ZhaoYang Zhang, Zhen Yang, Guangming Yao, Hao Chen, Jingdong Chen, Yi Yuan, Chunhua Shen

机构 * Ant Group(蚂蚁集团) Zhejiang University(浙江大学) Central South University(中南大学) HKUST(GZ)(香港科技大学(广州))

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出MemDreamer框架,通过分层图记忆和智能体检索机制解耦感知与推理,将长视频理解转化为智能体探索过程,在四个基准上达到SOTA,推理上下文窗口仅占全量2%且准确率提升12.5点。

详情
AI中文摘要

当前的视觉-语言模型在处理数小时长的视频时面临困难,因为处理完整长度的视觉序列会导致令牌爆炸和注意力稀释。为了克服这一问题,我们引入了MemDreamer,将感知与推理解耦,将长视频理解转化为智能体探索过程。作为一个即插即用的框架,它增量式地流式传输视频以构建分层图记忆,这是一种自顶向下的三层架构,用于语义抽象,并由一个捕获时空和因果关系的基础图锚定。在推理过程中,推理模型采用智能体工具增强的检索,通过观察-推理-行动循环导航层次结构、搜索节点和遍历逻辑边。实验表明,MemDreamer在四个主流基准上取得了最先进的结果,将人类专家的差距缩小到仅3.7个百分点。它将推理上下文窗口限制在全量上下文的仅2%,同时提供了12.5个百分点的绝对准确率提升。此外,统计分析揭示了VLM在逻辑推理和长视频理解基准上的性能之间存在强正线性相关,将智能体能力扩展确立为多模态理解的新范式。

英文摘要

Current Vision-Language Models struggle with hours-long videos because processing full-length visual sequences induces prohibitive token explosion and attention dilution. To overcome this, we introduce MemDreamer to decouple perception and reasoning, shifting long-video understanding into an agentic exploration process. As a plug-and-play framework, it incrementally streams videos to construct a Hierarchical Graph Memory, a top-down three-tier architecture for semantic abstraction, anchored by a foundational graph capturing spatiotemporal and causal relations. During inference, the reasoning model employs agentic tool-augmented retrieval, navigating hierarchies, searching nodes, and traversing logical edges via an Observation-Reason-Action loop. Experiments show MemDreamer achieves SOTA results across four mainstream benchmarks, narrowing the gap with human experts to only 3.7 points. It constrains the reasoning context window to merely 2% of full-context ingestion while delivering a 12.5 point absolute accuracy gain. Furthermore, statistical analysis uncovers a strong positive linear correlation between an VLM's performance on logic reasoning and long-video understanding benchmarks, establishing agentic capability scaling as a new paradigm for multimodal comprehension.

URL PDF HTML 收藏
2606.21734 2026-06-23 cs.CV cs.AI 新提交 88%

HPP: Hierarchical Programmatic Probing for Long Video Understanding by Decoupling Perception and Reasoning

HPP:通过解耦感知与推理的分层程序化探测用于长视频理解

Awais Rauf, Ahmed Hasssan, Greg Slabaugh

机构 * Queen’s University Belfast(贝尔法斯特女王大学) AMD(AMD公司) Queen Mary University of London(伦敦玛丽女王大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出HPP框架,通过将长视频理解重构为分层视频的迭代程序化探索,解耦语义感知与高阶时序推理,在LongVideoBench等基准上取得显著提升。

Comments Project page: https://awaisrauf.com/HPP

详情
AI中文摘要

理解长视频需要对复杂的、长程的时空动态进行细粒度感知和多步骤、高阶推理。视觉语言模型(VLM)将视频帧编码为视觉标记,并尝试在单次前向传递中隐式地执行感知和多步骤规划。然而,这种耦合公式受限于LLM在其潜在表示中发现和执行多步骤策略的有限能力。为了解决这一瓶颈,我们提出了分层程序化探测(HPP),这是一个通过将长视频理解重构为分层分段视频的迭代程序化探索来解耦语义感知与高阶时序推理的框架。具体来说,一个具备编码能力的LLM在交互式编码环境中规划并执行多步骤策略,探测视频以获取信息,并按需调用VLM进行局部感知。为了使探测在长视频中可行,我们引入了三个组件:信息密度感知的分层分割、后期交互语义检索以及用于从粗到细时间定位的结构化探测函数。我们在需要细粒度感知和长程关系推理的LongVideoBench上验证了HPP,并表明通过迭代程序化探测解耦两者带来了显著收益。在EgoSchema、VideoMME和MLVU上的进一步结果证明了我们的方法在多种长视频基准上的有效性。

英文摘要

Understanding long videos requires fine-grained perception and multi-step, higher-order reasoning over complex, long-range spatio-temporal dynamics. Vision-language models (VLMs) encode video frames into visual tokens and attempt to perform both perception and multi-step planning latently, within a single forward pass. This coupled formulation, however, is bottlenecked by the LLM's limited capacity to discover and execute multi-step strategies in its latent representations. To address this bottleneck, we propose Hierarchical Programmatic Probing (HPP), a framework that decouples semantic perception from higher-order temporal reasoning by reformulating long video understanding as iterative, programmatic exploration of a hierarchically segmented video. Specifically, a coding-capable LLM plans and executes a multi-step strategy in an interactive coding environment, probing the video for information and invoking a VLM for localized perception on demand. To make probing tractable over long videos, we introduce three components: information-density-aware hierarchical segmentation, late-interaction semantic retrieval, and structured probing functions for coarse-to-fine temporal localization. We validate HPP on LongVideoBench, which requires both fine-grained perception and long-range relational reasoning, and show that decoupling the two via iterative programmatic probing yields substantial gains. Further results on EgoSchema, VideoMME, and MLVU demonstrate the effectiveness of our approach across diverse long-video benchmarks.

URL PDF HTML 收藏
2606.20726 2026-06-23 cs.CV 新提交 88%

How Well Can Your Video Model Remember? Measuring Memory-Budget Trade-offs in Long Video Understanding

你的视频模型记忆能力如何?衡量长视频理解中的记忆-预算权衡

Yixian Tian

机构 * Fudan University(复旦大学) Beijing University of Posts and Telecommunications(北京邮电大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出一个经验模型,量化帧预算B和时间距离D对长视频理解准确率的影响,发现准确率与log预算呈线性关系,且距离相关指数α(D)可衡量不同模型的长距离记忆效率。

详情
AI中文摘要

我们引入了一个紧凑的经验模型,该模型量化了在长视频理解中,答案准确率如何随帧预算B和时间距离D的变化而下降——分析使用总帧数的B比例回忆D秒前内容时的性能。长时模型在严格预算下运行,但尚无先验框架预测准确率如何随B缩小和事件远去而下降。我们在十个模型和三种采样策略的约155,000个二元预测上拟合加权最小二乘模型,推导出一个规律:logit-准确率随log-预算线性变化,且距离相关指数随距离对数线性衰减。该预算指数α(D)捕捉了距离D处额外帧的边际价值。该规律在模型间实现了单元格级加权R²=0.05-0.75。值得注意的是,在D=1000秒时,最佳流式模型和基础模型之间的预算有效性相差约7.4倍。STREAMINGVLM在α(1000)=1.26(95%置信区间:[1.06, 1.58]),意味着十倍预算增加显著提高长距离准确率,而最佳Qwen3-VL基础模型仅达到α(1000)=0.17(置信区间:[0.04, 0.34])。在准确率空间中,D=1000秒时预算增加10倍,STREAMINGVLM提升29个百分点,而基础模型仅提升4个百分点。采样策略显示出模型依赖的权衡:随机采样产生更高的基础灵敏度但更陡的距离衰减。我们展示了α(D)如何实现原则性预算分配,包括长距离下的模型排名反转,并提出将其作为流式视频模型的诊断指标。

英文摘要

We introduce a compact empirical model that quantifies how answer accuracy degrades as a function of frame budget B and temporal distance D in long video understanding -- analyzing performance when recalling content from D seconds in the past using a fraction B of total frames. Long-form models operate under strict budgets, yet no prior framework predicts how accuracy degrades as B shrinks and events recede. We fit a weighted least-squares model on ~155,000 binary predictions across ten models and three sampling strategies, deriving a law where logit-accuracy scales linearly in log-budget with a distance-dependent exponent that decays log-linearly with distance. This budget exponent α(D) captures the marginal value of extra frames at distance D. The law achieves cell-level weighted R^2 = 0.05-0.75 across models. Notably, budget effectiveness at D = 1000 s differs by \approx 7.4\times between the best streaming and base models. STREAMINGVLM achieves α(1000) = 1.26 (95% CI: [1.06, 1.58]), meaning a tenfold budget increase substantially improves long-distance accuracy, while the best Qwen3-VL base model reaches only α(1000) = 0.17 (CI: [0.04, 0.34]). In accuracy space, a 10\times budget increase at D = 1000 s yields +29 percentage points for STREAMINGVLM versus +4 pp for the base model. Sampling strategies show model-dependent trade-offs: random sampling yields higher base sensitivity but steeper distance decay. We demonstrate how α(D) enables principled budget allocation, including a model-ranking reversal at long distance, and propose it as a diagnostic metric for streaming video models.

URL PDF HTML 收藏
2606.12125 2026-06-11 cs.CV 新提交 88%

Q-Fold: Query-Aware Focus-Context Spatio-Temporal Folding for Long Video Understanding

Q-Fold: 查询感知的焦点-上下文时空折叠用于长视频理解

Biao Tang, Xu Chen, Shuxiang Gou, Jingyi Yuan, Yuhan Zhang, Chenqiang Gao

机构 * Shenzhen Campus of Sun Yat-sen University(中山大学深圳校区) Harbin Institute of Technology, Shenzhen(哈尔滨工业大学(深圳)) Shenzhen Institute for Advanced Study, University of Electronic Science and Technology of China(电子科技大学深圳高等研究院)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出Q-Fold,一种无需训练的长视频输入构建框架,通过查询引导将相关片段保留为高保真焦点帧,不相关片段折叠为上下文布局,在固定预算下提升多模态大模型的长视频理解性能。

Comments 10 pages, 5 figures, 8 tables. Code will be made publicly available

详情
AI中文摘要

长视频理解对多模态大语言模型仍然具有挑战性,因为时间上延长的视频通常包含数千帧,因此穷举处理成本高昂。现有方法通常在有限的视觉预算下从长视频构建紧凑的视觉输入。然而,大多数方法仍然遵循以帧为中心的范式,并对保留的内容应用相似的表示,无论其重要性如何。这使得难以同时保留高保真视觉证据和广泛的时间覆盖。为了解决这个问题,我们提出了Q-Fold,一种无需训练的长视频理解输入构建框架。Q-Fold不将孤立帧作为基本建模单元,而是对连续的时间段进行操作,并在查询引导下构建异构的焦点-上下文表示。查询相关的片段被保留为高保真的焦点帧,而不太相关的片段被折叠成保持时间顺序的上下文布局。通过这种方式,Q-Fold保留了关键的视觉证据和广泛的时间覆盖,同时更好地保持了短片段内的局部时间连续性。在四个长视频基准测试和多个视频多模态大模型上的实验表明,Q-Fold在不增加输入预算的情况下持续提升性能。值得注意的是,它在一个超长视频基准测试上取得了高达9.1个百分点的提升。代码将公开提供。

英文摘要

Long-video understanding remains challenging for multimodal large language models, because temporally extended videos often contain thousands of frames and are therefore expensive to process exhaustively. Existing methods usually construct compact visual inputs from long videos under a limited visual budget. However, most of them still follow a frame-centric paradigm and apply similar representations to retained content regardless of its importance. This makes it difficult to preserve both high-fidelity visual evidence and broad temporal coverage. To address this issue, we propose Q-Fold, a training-free input construction framework for long-video understanding. Instead of treating isolated frames as the basic modeling unit, Q-Fold operates on contiguous temporal segments and constructs a heterogeneous Focus--Context representation under query guidance. Query-relevant segments are preserved as high-fidelity Focus Frames, while less relevant segments are folded into chronology-preserving contextual layouts. In this way, Q-Fold preserves critical visual evidence and broad temporal coverage, while better maintaining local temporal continuity within short segments. Experiments on four long-video benchmarks with multiple Video-MLLMs show that Q-Fold consistently improves performance without increasing the input budget. Notably, it achieves gains of up to 9.1 percentage points on an ultra-long video benchmark. Code will be made publicly available.

URL PDF HTML 收藏
2606.06991 2026-06-08 cs.CV cs.AI 新提交 88%

Don't Pause: Streaming Video-Language Synchrony for Online Video Understanding

不要暂停:面向在线视频理解的流式视频-语言同步

Zhenyu Yang, Kairui Zhang, Shengsheng Qian, Weiming Dong, Changsheng Xu

机构 * National University of Singapore(新加坡国立大学) University of Science and Technology of China(中国科学技术大学)

专题命中 视频理解 :video understanding(title,abstract);video-language(title,abstract);分类 cs.CV

AI总结 提出流式视频-语言同步(SVLS)范式,通过帧驱动转换控制器和流式令牌调节器实现视频帧与语言生成的细粒度同步,在不中断感知的情况下进行实时交互。

详情
AI中文摘要

在线视频大语言模型(Video-LLMs)通过逐帧处理和主动响应,在人机交互方面取得了进展。然而,流式场景中仍存在一个关键挑战:现有模型在生成响应时通常会暂停视频感知,破坏了实时的视频-语言同步并导致卡顿。为了解决这个问题,我们引入了一种新的在线视频理解范式:流式视频-语言同步(SVLS),并提出了LyraV,一个基于分层控制框架的实时流式助手,具有两个核心创新。首先,帧驱动转换控制器(FDTC)是一个无需训练的基于验证的有限状态机,它做出高层语义决策,决定何时继续说话、开始新的响应或保持沉默。其次,流式令牌调节器(SToP)是一个即插即用的轻量级预测模块,动态调整语言生成速率以匹配视觉内容的节奏。具体来说,LyraV执行逐帧增量、子预算解码:在每个帧间隔内,它只发射适合实时预算的一小部分令牌,因此感知永远不会被阻塞整个句子。这些组件共同使LyraV能够无缝地交织传入的视频帧和生成的词令牌,实现细粒度的同步。在五个在线和三个离线基准上进行的广泛实验表明,LyraV保留了骨干网络的通用理解能力,同时显著提高了流式同步和叙事流畅性,实现了98.29%的视频播放同步率和3.89 FPS的实时处理速度。有趣的是,我们观察到LyraV的一个经验能力:对流式令牌进行动态推理,实现了与视觉输入并行的连续解释和“思考”。

英文摘要

Online Video Large Language Models (Video-LLMs) have advanced toward seamless human-AI interaction through frame-by-frame processing and proactive responding. However, a critical challenge remains in streaming scenarios: existing models typically pause video perception while generating responses, breaking real-time video-language synchrony and causing stutters. To address this, we introduce a novel paradigm for online video understanding: Streaming Video-Language Synchrony (SVLS), and present LyraV, a live streaming assistant built upon a hierarchical control framework with two core innovations. First, the Frame-Driven Transition Controller (FDTC), a training-free verification-based finite-state machine, makes high-level semantic decisions on when to continue speaking, start a new response, or stay silent. Second, the Streaming Token Pacer (SToP), a plug-and-play lightweight predictive module, dynamically adapts the language generation rate to match the pace of the visual content. Concretely, LyraV performs \emph{per-frame incremental, sub-budget decoding}: within each frame interval it emits only a small chunk of tokens that fits the real-time budget, so perception is never blocked for a full sentence. Together, these components enable LyraV to seamlessly interleave incoming video frames with generated word tokens, achieving a fine-grained synchrony. Extensive experiments conducted on five online and three offline benchmarks demonstrate that LyraV preserves the backbone's general understanding ability while substantially improving streaming synchrony and narrative fluency, delivering a 98.29\% synchrony with video playback and a real-time processing speed of 3.89 FPS. Interestingly, we observe an empirical capability in LyraV: dynamic reasoning over streaming tokens, enabling continuous interpretation and "thinking" alongside visual input.

URL PDF HTML 收藏
2602.04094 2026-06-02 cs.CV 88%

VideoBrain: Learning Adaptive Frame Sampling for Long Video Understanding

VideoBrain: 学习自适应帧采样以理解长视频

Junbo Zou, Ziheng Huang, Shengjie Zhang, Liwen Zhang, Weining Shen

机构 * Stanford University(斯坦福大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 提出VideoBrain框架,通过CLIP和均匀采样双智能体策略,使视觉语言模型自适应获取关键帧,在减少30-40%帧数的同时提升长视频理解准确率3.5%-9.0%。

详情
AI中文摘要

长视频理解对视觉语言模型(VLM)仍然具有挑战性,因为计算约束与捕捉分布在数千帧中的信息之间存在固有的矛盾。现有方法要么均匀采样帧(存在信息丢失风险),要么单次选择关键帧(无法从错误选择中恢复)。我们提出VideoBrain,一个端到端框架,使VLM能够通过学习采样策略自适应地获取视觉信息。我们的方法采用双互补智能体:一个基于CLIP的智能体用于跨视频的语义检索,以及一个均匀智能体用于区间内的密集时间采样。与先前依赖纯文本LLM编排视觉工具的基于智能体的方法不同,我们的VLM直接感知帧并推理信息充分性。为了防止模型不加区分地调用智能体以最大化奖励,我们引入了一个行为感知奖励函数,结合一个数据分类流程,教会模型何时调用智能体真正有益。在四个长视频基准上的实验表明,VideoBrain在比基线少使用30-40%帧的情况下实现了+3.5%至+9.0%的提升,并且对短视频基准具有强大的跨数据集泛化能力。代码可在https://github.com/junbo-zou/VideoBrain获取。

英文摘要

Long-form video understanding remains challenging for Vision-Language Models (VLMs) due to the inherent tension between computational constraints and the need to capture information distributed across thousands of frames. Existing approaches either sample frames uniformly (risking information loss) or select keyframes in a single pass (with no recovery from poor choices). We propose VideoBrain, an end-to-end framework that enables VLMs to adaptively acquire visual information through learned sampling policies. Our approach features dual complementary agents: a CLIP-based agent for semantic retrieval across the video and a Uniform agent for dense temporal sampling within intervals. Unlike prior agent-based methods that rely on text-only LLMs orchestrating visual tools, our VLM directly perceives frames and reasons about information sufficiency. To prevent models from invoking agents indiscriminately to maximize rewards, we introduce a behavior-aware reward function coupled with a data classification pipeline that teaches the model when agent invocation is genuinely beneficial. Experiments on four long video benchmarks demonstrate that VideoBrain achieves +3.5% to +9.0% improvement over the baseline while using 30-40\% fewer frames, with strong cross-dataset generalization to short video benchmarks. The code is available at https://github.com/junbo-zou/VideoBrain.

URL PDF HTML 收藏
2605.12954 2026-05-14 cs.CV cs.AI 88%

AdaFocus: Adaptive Relevance-Diversity Sampling with Zero-Cache Look-back for Efficient Long Video Understanding

AdaFocus: 一种基于零缓存回溯的自适应相关性-多样性采样方法以实现高效的长视频理解

Xiao Yang, Yingzhe Ma, Haoxuan Yu, Zixin Li, Ning Qin

机构 * University of Electronic Science and Technology of China(电子科技大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 本文提出AdaFocus框架,通过自适应相关性-多样性采样和零缓存回溯机制,有效平衡长视频理解中的时间覆盖、视觉细节和计算效率,实验表明其在效率-精度权衡上优于现有方法。

Comments 9 pages, 4 figures. Authors Xiao Yang and Yingzhe Ma contributed equally

详情
AI中文摘要

长视频理解受限于刚性的单次处理范式:现有方法要么以高昂的内存和延迟成本密集编码视频,要么将其压缩成稀疏帧集,从而不可逆地丢弃了下游推理所需的细粒度证据。因此,当前模型难以同时平衡时间覆盖、视觉细节和计算效率。我们提出了AdaFocus,一种高效的框架,将长视频理解重新定义为渐进证据获取而非单次编码。AdaFocus依赖两个紧密耦合的组件。首先,一个查询感知的自适应相关性-多样性采样器(AdaRD)生成紧凑且信息丰富的视频预览,当查询缺乏可靠局部定位时,会自适应切换到全局聚类。其次,代替在内存中缓存完整的帧序列,AdaFocus引入了不确定性触发的细化机制。当模型不自信时,仅执行针对性回溯,通过零缓存I/O设计直接从磁盘检索高分辨率证据。这将被丢弃的视觉细节从不可逆损失转变为按需可恢复的证据,而无需支付全面预加载的成本。在七个标准长视频基准上的实验表明,AdaFocus在效率-精度权衡上显著优于现有方法。与传统密集编码相比,AdaFocus在任务性能(例如,VideoMME上+2.59的精度,Charades-STA上+8.39的mIoU)方面有所提升,同时将视觉token消耗减少约33倍,并通过其零缓存磁盘检索设计消除了内存中帧预缓存的需要。这些发现表明,渐进预览结合零缓存证据细化是一种高度有效的可扩展多媒体推理范式。

英文摘要

Long video understanding is heavily bottlenecked by a rigid one-shot paradigm: existing methods either densely encode videos at prohibitive memory and latency costs, or aggressively compress them into sparse frame sets that irreversibly discard fine-grained evidence needed for downstream reasoning. Consequently, current models struggle to simultaneously balance temporal coverage, visual details, and computational efficiency. We propose AdaFocus, an efficient framework that rethinks long-video understanding as progressive evidence acquisition rather than one-pass encoding. AdaFocus relies on two tightly coupled components. First, a Query-Aware Adaptive Relevance-Diversity sampler (AdaRD) produces a compact yet informative video preview, adaptively switching to global clustering when the query lacks reliable local grounding. Second, instead of caching exhaustive frame sequences in memory, AdaFocus introduces an uncertainty-triggered refinement mechanism. It performs targeted look-back only when the model is not confident, retrieving high-resolution evidence directly from disk via a zero-cache I/O design. This turns discarded visual details from an irreversible loss into on-demand recoverable evidence without paying the cost of exhaustive preloading. Experiments on seven standard long-video benchmarks show that AdaFocus delivers a substantially better efficiency-accuracy trade-off than strong baselines. Compared with conventional dense encoding, AdaFocus achieves improved task performance (e.g., +2.59 accuracy on VideoMME, +8.39 mIoU on Charades-STA over single-pass inference) while reducing visual token consumption by ~33x and eliminating the need for in-memory frame pre-caching through its zero-cache disk retrieval design. These findings suggest that progressive preview combined with zero-cache evidence refinement is a highly effective paradigm for scalable multimedia reasoning.

URL PDF HTML 收藏
2605.08158 2026-05-12 cs.CV cs.AI 88%

HY-Himmel Technical Report: Hierarchical Interleaved Multi-stream Motion Encoding for Long Video Understanding

HY-Himmel技术报告:分层交错多流运动编码用于长视频理解

Haopeng Jin, Hongzhu Yi, Wenlong Zhao, Jinwen Luo, Shani Ye, Zhenyu Guan, Shiquan Dong, Tiankun Yang, Tao Yu

机构 * Tencent(腾讯) University of Chinese Academy of Sciences(中国科学院大学) Beijing Forestry University(北京林业大学)

专题命中 视频理解 :video understanding(title,abstract);long video(title);video-language(abstract);分类 cs.CV

AI总结 HY-Himmel通过分层视频语言框架解决长视频理解中多模态语言模型的三个瓶颈问题,采用轻量级压缩域三流适配器编码密集帧,提升运动感知能力,实验证明其在Video-MME上性能优于32帧基准。

Comments 59 pages, 42 figures. Technical report

详情
AI中文摘要

长视频理解多模态语言模型面临三个叠加瓶颈:获取密集RGB帧的高解码成本、帧数增长导致的二次令牌增长以及稀疏关键帧采样下的弱运动感知。本文提出HY-Himmel,一种分层视频语言框架,分别分配语义和运动能力。少量稀疏锚定I帧被路由到昂贵的ViT主机,以确定物体身份和场景布局,而更密集的帧间间隔由轻量级压缩域三流适配器编码,通过运动矢量图、残差图和I帧上下文提炼出对齐的运动令牌。这些令牌通过可微置换机制注入LLM,在专用的Stage-1对比对齐后,使运动表示与冻结的视觉主干兼容。在Video-MME上,HY-Himmel在使用3.6倍更少上下文令牌的情况下,超越32帧基准,性能提升2.3个百分点(61.2至63.5%)。对流组成、运动编码器家族、融合模式、对齐目标、锚定数量、LoRA秩和视频持续时间的广泛消融验证了完整三流的必要性和充分性。

英文摘要

Long-video understanding with multimodal language models suffers from three compounding bottlenecks: heavy decode cost to obtain dense RGB frames, quadratic token growth with frame count, and weak motion perception under sparse keyframe sampling. We present HY-Himmel, a hierarchical video-language framework that allocates semantic and motion capacity separately. A small set of sparse anchor I-frames is routed to the expensive host ViT to ground object identity and scene layout, while the far denser inter-frame intervals are encoded by a lightweight compressed-domain tri-stream adapter that distils motion evidence from motion-vector maps, residual maps, and I-frame context into aligned motion tokens. These tokens are injected into the LLM via a differentiable placeholder mechanism after a dedicated Stage-1 contrastive alignment that places the motion representation in a geometry compatible with the frozen visual backbone. On Video-MME, HY-Himmel surpasses the dense 32-frame baseline by +2.3 pp (61.2 to 63.5%) while using 3.6x fewer context tokens. Extensive ablations over stream composition, motion encoder family, fusion mode, alignment objective, anchor count, LoRA rank, and video duration confirm that the full tri-stream is necessary and sufficient for the observed gains.

URL PDF HTML 收藏
2603.22285 2026-05-04 cs.CV 88%

VideoDetective: Clue Hunting via both Extrinsic Query and Intrinsic Relevance for Long Video Understanding

VideoDetective:通过外在查询和内在相关性进行长视频理解的线索搜索

Ruoliu Yang, Chu Wu, Caifeng Shan, Ran He, Chaoyou Fu

机构 * Nanjing University(南京大学) Institute of Automation, Chinese Academy of Sciences(中国科学院自动化研究所)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 本文提出VideoDetective框架,通过结合查询与片段的相关性及片段间亲和力,有效定位长视频问答中的关键片段,提升多模态大语言模型在长视频理解中的性能。

详情
AI中文摘要

长视频理解对多模态大语言模型(MLLMs)而言仍具挑战性,由于上下文窗口有限,需要识别稀疏的查询相关视频片段。然而,现有方法主要基于查询本地化线索,忽视了视频的内在结构和片段间变化的相关性。为此,我们提出VideoDetective框架,通过整合查询到片段的相关性和片段间亲和力,实现长视频问答中的有效线索搜索。具体而言,我们将视频划分为多个片段,并通过视觉相似性和时间接近性构建视觉-时间亲和图。然后执行假设-验证-细化循环,估算观察片段与查询的相关性得分,并将这些得分传播到未观察片段,从而获得全局相关性分布,指导最终答案中关键片段的定位。实验表明,我们的方法在主流MLLMs上广泛基准测试中均取得显著提升,VideoMME-long数据集上的准确率提升高达7.5%。代码可在https://videodetective.github.io/获取。

英文摘要

Long video understanding remains challenging for multimodal large language models (MLLMs) due to limited context windows, which necessitate identifying sparse query-relevant video segments. However, existing methods predominantly localize clues based solely on the query, overlooking the video's intrinsic structure and varying relevance across segments. To address this, we propose VideoDetective, a framework that integrates query-to-segment relevance and inter-segment affinity for effective clue hunting in long-video question answering. Specifically, we divide a video into various segments and represent them as a visual-temporal affinity graph built from visual similarity and temporal proximity. We then perform a Hypothesis-Verification-Refinement loop to estimate relevance scores of observed segments to the query and propagate them to unseen segments, yielding a global relevance distribution that guides the localization of the most critical segments for final answering with sparse observation. Experiments show our method consistently achieves substantial gains across a wide range of mainstream MLLMs on representative benchmarks, with accuracy improvements of up to 7.5% on VideoMME-long. Our code is available at https://videodetective.github.io/

URL PDF HTML 收藏
2604.14149 2026-04-17 cs.CV 88%

One Token per Highly Selective Frame: Towards Extreme Compression for Long Video Understanding

每个高度选择性帧一个标记:朝着长视频理解的极端压缩

Zheyu Zhang, Ziqi Pang, Shixing Chen, Xiang Hao, Vimal Bhat, Yu-Xiong Wang

机构 * University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Amazon Prime Video(亚马逊Prime视频)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 本文提出XComp模型,通过极端视频标记压缩提升长视频理解性能,结合标记级和帧级压缩,实现更高的压缩比和更密集的帧采样。

Comments Appear in the proceedings of NeurIPS 2025

详情
AI中文摘要

长视频理解对视觉语言模型(VLMs)而言具有挑战性,因为视频帧数量庞大。每个视频帧通常扩展成数十或数百个标记,而大语言模型(LLMs)的有限上下文长度迫使VLMs稀疏地感知帧并丢失时间信息。为此,我们探索极端视频标记压缩,最终LLM层实现每帧一个标记。我们的关键见解是,基于启发式的压缩方法容易导致信息丢失,因此需要监督LLM层学习可学习且渐进的模块进行标记级压缩(LP-Comp)。这种压缩使我们的VLM能够消化2-4倍更多的帧并提升性能。为进一步提高标记效率,我们研究帧级压缩,通过LLM层的内部注意力分数选择与查询最相关的帧,称为问题条件压缩(QC-Comp)。与先前研究不同,我们通过将长视频分割为短片段并使用局部注意力来缓解LLM注意力在长上下文中的位置偏差,即对序列开始和结束的过度集中。综合标记级和帧级压缩,我们实现了长视频理解的极端压缩模型XComp,实现了显著更高的压缩比并实现了更密集的帧采样。我们的XComp从VideoChat-Flash进行微调,使用数据高效的监督压缩微调阶段,仅需2.5%的监督微调数据,却在LVBench上将准确性从42.9%提升到46.2%,并提升了多个其他长视频基准测试。

英文摘要

Long video understanding is inherently challenging for vision-language models (VLMs) because of the extensive number of frames. With each video frame typically expanding into tens or hundreds of tokens, the limited context length of large language models (LLMs) forces the VLMs to perceive the frames sparsely and lose temporal information. To address this, we explore extreme video token compression towards one token per frame at the final LLM layer. Our key insight is that heuristic-based compression, widely adopted by previous methods, is prone to information loss, and this necessitates supervising LLM layers into learnable and progressive modules for token-level compression (LP-Comp). Such compression enables our VLM to digest 2x-4x more frames with improved performance. To further increase the token efficiency, we investigate frame-level compression, which selects the frames most relevant to the queries via the internal attention scores of the LLM layers, named question-conditioned compression (QC-Comp). As a notable distinction from previous studies, we mitigate the position bias of LLM attention in long contexts, i.e., the over-concentration on the beginning and end of a sequence, by splitting long videos into short segments and employing local attention. Collectively, our combined token-level and frame-level leads to an extreme compression model for long video understanding, named XComp, achieving a significantly larger compression ratio and enabling denser frame sampling. Our XComp is finetuned from VideoChat-Flash with a data-efficient supervised compression tuning stage that only requires 2.5% of the supervised fine-tuning data, yet boosts the accuracy from 42.9% to 46.2% on LVBench and enhances multiple other long video benchmarks.

URL PDF HTML 收藏
2602.20913 2026-04-16 cs.CV 88%

LongVideo-R1: Smart Navigation for Low-cost Long Video Understanding

LongVideo-R1: 低成本长视频理解的智能导航

Jihao Qiu, Lingxi Xie, Xinyue Huo, Qi Tian, Qixiang Ye

机构 * University of Chinese Academy of Sciences(中国科学院大学) Huawei Consumer Business Group(华为消费者业务集团)

专题命中 视频理解 :video understanding(title,abstract);long video(title,abstract);分类 cs.CV

AI总结 本文提出LongVideo-R1,一种基于多模态大语言模型的智能导航系统,通过高效视频上下文导航减少冗余搜索,提升长视频理解的效率与准确性。

Comments 17 pages, 9 figures, 8 tables, accepted to CVPR 2026

详情
AI中文摘要

本文针对低计算预算下的长视频理解挑战,提出LongVideo-R1,一种具备推理能力的多模态大语言模型代理。该系统通过高层视觉线索推断最有信息量的视频片段,推理过程中从高层视觉摘要开始遍历,并在获得足够知识后立即停止探索。通过提取CGBench视频集的分层视频描述,指导GPT-5生成33K高质量的思考链轨迹,通过监督微调和强化学习对Qwen-3-8B模型进行微调。实验验证了该方法在多个长视频基准测试中的有效性,实现了问答准确性和效率的优异平衡。所有数据和源代码已提供并在补充材料中公开。

英文摘要

This paper addresses the critical and underexplored challenge of long video understanding with low computational budgets. We propose LongVideo-R1, an active, reasoning-equipped multimodal large language model (MLLM) agent designed for efficient video context navigation, avoiding the redundancy of exhaustive search. At the core of LongVideo-R1 lies a reasoning module that leverages high-level visual cues to infer the most informative video clip for subsequent processing. During inference, the agent initiates traversal from top-level visual summaries and iteratively refines its focus, immediately halting the exploration process upon acquiring sufficient knowledge to answer the query. To facilitate training, we first extract hierarchical video captions from CGBench, a video corpus with grounding annotations, and guide GPT-5 to generate 33K high-quality chain-of-thought-with-tool trajectories. The LongVideo-R1 agent is fine-tuned upon the Qwen-3-8B model through a two-stage paradigm: supervised fine-tuning (SFT) followed by reinforcement learning (RL), where RL employs a specifically designed reward function to maximize selective and efficient clip navigation. Experiments on multiple long video benchmarks validate the effectiveness of name, which enjoys superior tradeoff between QA accuracy and efficiency. All curated data and source code are provided in the supplementary material and will be made publicly available. Code and data are available at: https://github.com/qiujihao19/LongVideo-R1

URL PDF HTML 收藏