ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
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 (Video-DR) addresses a critical gap in AI: extending deepresearch agents from static images to continuous video streams. While existing agents like GPT-5 and Claude-4.5-Sonnet handle images and text, they struggle with video due to the need for dense spatiotemporal grounding and open-web exploration. This paper systematically identifies two key bottlenecks—modality bias and parametric knowledge leakage—that prevent current models from effectively using visual tools. By proposing a decoupled perception-exploration pipeline and a two-stage training recipe, Video-DR offers a practical solution that significantly improves performance on a new benchmark.
The introduction of Video-DR-Bench, a human-AI collaborative benchmark with 200 complex multi-hop VQA instances, is also significant. It provides a standardized evaluation for video-based deepresearch, which is currently lacking. The benchmark's design encourages genuine tool use and tests the ability to integrate visual and web information, making it a valuable resource for future research.
Video-DeepResearch-35B-A3B achieves a state-of-the-art average accuracy of 64.0% on Video-DR-Bench, outperforming proprietary models like Claude-4.5-Sonnet (59.0%) by 5.0 points, GPT-5 (52.5%) by 11.5 points, and Gemini 2.5 Pro (57.5%) by 6.5 points. The smaller 30B-A3B variant achieves 59.3%, matching Claude-4.5-Sonnet's performance, demonstrating that the training paradigm is effective even at compact scale. These results highlight the importance of tool-augmented execution and the effectiveness of the decoupled pipeline.
Video-DR represents a significant step toward next-generation multimodal agents that can handle continuous video streams. By addressing modality bias and parametric knowledge leakage, it sets a new standard for tool-augmented reasoning. The training recipe and benchmark could influence future work in video understanding, embodied AI, and autonomous research agents. The open-source release of models and code will accelerate progress in this area, making it a valuable contribution to the AI community.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba