Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent

arXiv:2608.03979 · 2026-08-05 공개 · arXiv · PDF

vision-language large-language-models grpo multimodal-agents vqa cross-frame video-dr spatiotemporal-grounding

Abstract

We introduce Video-DeepResearch (Video-DR), extending multimodal agents from static images to continuous video streams, a setting that demands dense spatiotemporal grounding coupled with open-web exploration. Preliminary evaluations reveal two critical bottlenecks in current models: (1) modality bias, where agents bypass visual tools in favor of textual search, and (2) parametric knowledge leakage, where models rely on internal memory rather than genuine tool-augmented execution. To address these challenges, we propose Video-DR, featuring a decoupled perception-exploration pipeline with stage-wise tool unlocking that compels exhaustive cross-frame visual grounding prior to web retrieval. Our framework adopts a two-stage training recipe: supervised fine-tuning followed by Group Relative Policy Optimization (GRPO), enabling autonomous exploration that breaks the imitation-learning ceiling. Furthermore, we curate Video-DR-Bench, a human-AI collaborative benchmark comprising 200 complex, multi-hop VQA instances. Empirical results demonstrate that our Video-DeepResearch-35B-A3B establishes a new state-of-the-art of 64.0% average accuracy, surpassing proprietary Claude-4.5-Sonnet (59.0%) by 5.0 points and significantly outperforming GPT-5 (52.5%) and Gemini 2.5 Pro (57.5%). The 30B-A3B variant achieves 59.3%, competitive with Claude-4.5-Sonnet and demonstrating the effectiveness of our training paradigm even at compact scale. Code: https://github.com/Osilly/Vision-DeepResearch.

한국어 요약

한 줄 요약

Video-DeepResearch는 비디오 기반 멀티모달 에이전트의 새로운 훈련-평가 프레임워크로, 64.0% 정확도를 달성하며 기존 모델을 상회한다.

핵심 기여도

핵심 아이디어

기존 멀티모달 에이전트는 정적 이미지에만 국한되어 있었으나, Video-DeepResearch는 **연속 비디오 스트림** 환경에서 **밀도 높은 시공간 탐색**과 **오픈 웹 탐색**을 결합한 새로운 패러다임을 제시한다. 이는 기존 모델에서 발생하는 **모달리티 바이어스** (시각 도구 대신 텍스트 검색에 의존)와 **파라메트릭 지식 유출** (내부 메모리에 의존) 문제를 해결하기 위한 핵심 접근이다. 이를 위해 **Stage-wise tool unlocking**을 도입하여, 웹 검색 전에 **cross-frame visual grounding**을 강제하고, **Decoupled perception-exploration 파이프라인**을 통해 시각적 인식과 탐색을 분리하여 시스템적으로 처리한다.

기술적 접근법

주요 결과

의의 및 한계

Video-DeepResearch는 **비디오 기반 멀티모달 탐색** 분야에서 첫 통합 프레임워크로, **시각적 인식과 웹 탐색의 결합**을 효과적으로 구현한 사례이다. 특히, **Stage-wise tool unlocking**과 **Decoupled pipeline**은 기존 모델의 모달리티 바이어스와 파라메트릭 지식 유출 문제를 해결하는 데 기여하며, **VideoDR-Bench**는 복잡한 멀티홉 VQA 평가에 새로운 기준을 제시한다. 그러나 **비디오 데이터 생성의 복잡성**과 **강화 학습의 계산 비용**은 여전히 한계로 남아 있으며, 더 넓은 범위의 데이터와 알고리즘 최적화가 필요하다.

실용적 활용

Video-DeepResearch는 **교육, 미디어 분석, 자동화된 영상 분석 시스템** 등에서 활용 가능하다. 특히, **실시간 영상 분석과 외부 지식 통합이 필요한 산업**에서 효과적인 탐색 및 추론 능력을 제공할 수 있다.