Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent
Summary
Video-DeepResearch (Video-DR) extends multimodal agents from static images to continuous video streams, introducing a decoupled perception-exploration pipeline and a new benchmark Video-DR-Bench. Their Video-DeepResearch-35B-A3B model achieves 64.0% accuracy, surpassing Claude-4.5-Sonnet, GPT-5, and Gemini 2.5 Pro.
View Cached Full Text
Cached at: 08/05/26, 05:43 AM
Paper page - Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent
Source: https://huggingface.co/papers/2608.03979 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
WeintroduceVideo-DeepResearch(Video-DR),extendingmultimodalagentsfromstaticimagestocontinuousvideostreams,asettingthatdemandsdensespatiotemporalgroundingcoupledwithopen-webexploration.Preliminaryevaluationsrevealtwocriticalbottlenecksincurrentmodels:(1)modalitybias,whereagentsbypassvisualtoolsinfavoroftextualsearch,and(2)parametricknowledgeleakage,wheremodelsrelyoninternalmemoryratherthangenuinetool-augmentedexecution.Toaddressthesechallenges,weproposeVideo-DR,featuringadecoupledperception-explorationpipelinewithstage-wisetoolunlockingthatcompelsexhaustivecross-framevisualgroundingpriortowebretrieval.Ourframeworkadoptsatwo-stagetrainingrecipe:supervisedfine-tuningfollowedbyGroupRelativePolicyOptimization(GRPO),enablingautonomousexplorationthatbreakstheimitation-learningceiling.Furthermore,wecurateVideo-DR-Bench,ahuman-AIcollaborativebenchmarkcomprising200complex,multi-hopVQAinstances.EmpiricalresultsdemonstratethatourVideo-DeepResearch-35B-A3Bestablishesanewstate-of-the-artof64.0%averageaccuracy,surpassingproprietaryClaude-4.5-Sonnet(59.0%)by5.0pointsandsignificantlyoutperformingGPT-5(52.5%)andGemini2.5Pro(57.5%).The30B-A3Bvariantachieves59.3%,competitivewithClaude-4.5-Sonnetanddemonstratingtheeffectivenessofourtrainingparadigmevenatcompactscale.Code:https://github.com/Osilly/Vision-DeepResearch.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2608\.03979
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.03979 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.03979 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.03979 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
DeepVoyager-VL: Incentivizing Vision-in-the-Loop Search for Long-Horizon Multimodal Agents
DeepVoyager-VL proposes a long-horizon multimodal deep-search framework that integrates visual evidence into intermediate reasoning, using a multimodal event graph for data synthesis and fine-tuning without reinforcement learning, achieving strong performance across ten benchmarks.
DR-Venus: Towards Frontier Edge-Scale Deep Research Agents with Only 10K Open Data
DR-Venus-4B is a 4B-parameter deep-research agent trained on only 10K open samples via agentic SFT+RL with turn-level rewards, outrunning prior sub-9B agents and rivaling 30B models on research benchmarks while staying deployable on edge devices.
InternVideo3: Agentify Foundation Models with Multimodal Contextual Reasoning
InternVideo3 introduces Multimodal Contextual Reasoning (MCR) and efficient attention mechanisms to enhance long-horizon multimodal tasks, achieving strong results on video understanding benchmarks and demonstrating video agent capabilities.
Mind DeepResearch Technical Report
MindDR is a multi-agent deep research framework using a three-agent architecture (Planning, DeepSearch, Report) and a four-stage training pipeline, achieving competitive performance with ~30B-parameter models on multiple benchmarks. Developed by Li Auto and deployed as an online product, it also introduces MindDR Bench, a 500-query Chinese benchmark for evaluating deep research capabilities.
VideoGen-Agent: Reinforcing Video Generation Agents
The paper presents VideoGen-Agent, a reinforcement learning-based multimodal agent that coordinates tools for video generation, significantly improving performance on the new VABench benchmark.