Paper Overview
Field: Computer Vision (CV) Authors: Xinyan Chen, Ziyu Guo, Renrui Zhang, Dongzhi Jiang, Hongsheng Li arXiv: 2607.08763
Summary
Reasoning has become a core capability for large models, especially when reliable decisions require understanding logical consequences. Recent video generation models offer a reasoning path distinct from previous Chain-of-Thought (CoT): reasoning can unfold through temporally connected frames, known as Chain-of-Frame (CoF) reasoning. However, existing video generators are primarily trained on general video corpora, still lacking diverse supervision and dedicated designs for CoF reasoning.
To address this gap, the authors introduce OpenCoF, a framework comprising:
- OpenCoF-17K: a reasoning video dataset spanning 11 task families
- Wan-CoF: a fine-tuned video model for studying whether diverse temporal supervision improves CoF behavior
- Low-level visual cues (visual tokens)
- High-level semantic priors (textual tokens)
Across four video reasoning benchmarks, Wan-CoF achieves significant gains over the Wan2.2-I2V-A14B baseline.
Advanced CoF Design
Building on these results, the paper empirically explores more advanced CoF capabilities: equipping the model with visual and textual reasoning tokens. These tokens capture:
Key Findings
Stronger video reasoning requires:
1. Broad, diverse temporal supervision 2. Explicit mechanisms for organizing intermediate reasoning states
The dataset, model, and code have been open-sourced to facilitate reasoning-oriented video generation research.
--- *Auto-collected on 2026-07-12*