Video-DeepResearch: A New Agent Paradigm for Continuous Video Streams
Introduction
Video-DeepResearch (Video-DR) is built around a simple but important question: what should a multimodal research agent look like when the input is not a single image, but a continuous video stream? The authors argue that video requires dense spatiotemporal grounding, not just better OCR or longer context windows.
Key points
- Perception comes before exploration: Video-DR separates visual understanding from web retrieval and unlocks tools in stages, so the agent must inspect the video before searching externally.
- It targets modality bias: Many current systems prefer textual search even when the answer is available in the visual stream. This framework tries to structurally prevent that shortcut.
- It also targets parametric leakage: Instead of answering from internal memory, the model is pushed toward genuine tool-augmented execution.
- Two-stage training: The method uses supervised fine-tuning first, then Group Relative Policy Optimization to encourage autonomous tool-use behavior beyond imitation.
- New benchmark: Video-DR-Bench contains 200 human-AI collaborative, multi-hop VQA cases designed to stress real video reasoning.
- Reported gains: The paper says Video-DeepResearch-35B-A3B reaches 64.0% average accuracy, with the 30B-A3B variant at 59.3%.
Why it matters
This work is interesting because it shifts the focus from “can a model answer video questions?” to “can a model behave like a real research agent on video?” That distinction matters for long-form understanding, evidence gathering, and any setting where the answer is distributed across time.
More broadly, Video-DR suggests that the next wave of multimodal agents may need stronger process constraints, not just larger backbones. For video tasks in particular, the real challenge is making the model look, verify, and only then search.
Comments
Checking sign-in status...
Loading comments...