Paper 2605.08735
CollabVR: Collaborative Video Reasoning with Vision-Language and Video Generation Models
- Published
- May 2026
- Research lab
- Independent
- Citations
- 1
- GitHub
- 9 stars
01 In brief
Summary
CollabVR is a closed-loop framework for video reasoning that couples a Vision-Language Model (VLM) with a Video Generation Model (VGM) at step-level granularity.
It addresses two failure modes of VGMs: long-horizon drift and mid-clip simulation errors.
The VLM plans the immediate next action, verifies the generated clip, and folds the diagnosis into the next prompt to repair failures.
On Gen-ViRe and VBVR-Bench, CollabVR improves both open-source (VBVR-Wan2.2, Cosmos-Predict-2.5) and closed-source (Veo 3.1) VGMs over single-inference, Pass@k, and VideoTPO baselines at matched compute, with the largest gains on hardest tasks.
It also stacks with reasoning-fine-tuned VGMs.
A human-annotated benchmark confirms VLM-predicted plan-depth, verification, and evolution align with expert judgments.
Limitations include inability to overcome VGM capability gaps and imperfect verifier.
02 From the paper
Abstract
Recent "Thinking with Video" approaches use Video Generation Models (VGMs) for visual reasoning by producing temporally coherent Chain-of-Frames as reasoning artifacts. Even strong VGMs, however, exhibit two recurring failure modes on goal-directed tasks: long-horizon drift on multi-step tasks and mid-clip simulation errors that compound. Both stem from the absence of explicit reasoning built upon the VGM's short-horizon visual prior, a role naturally filled by Vision-Language Models (VLMs), but where to place the VLM is non-trivial: upfront plans commit before any frame is generated and post-hoc critiques over whole videos intervene too late. We propose VLM-VGM Collaborative Video Reasoning (CollabVR), a closed-loop framework that couples the VLM with the VGM at step-level granularity: the VLM plans the immediate next action, inspects the clip the VGM generates, and folds the verifier's diagnosis directly into the next action prompt to repair detected failures. On Gen-ViRe and VBVR-Bench, CollabVR improves both open-source and closed-source VGMs over single-inference, Pass@$k$, and prior test-time scaling baselines at matched compute, with the largest gains on the hardest tasks. It also yields further improvements on top of a reasoning-fine-tuned VGM, indicating that step-level VLM supervision is orthogonal to and stackable with reasoning-oriented fine-tuning. We provide video samples and additional qualitative results at our project page: https://joow0n-kim.github.io/collabvr-project-page.