Image-to-Video
Diffusers
Safetensors
WanImageToVideoPipeline
video-generation
wruisi commited on
Commit
3bc8856
·
verified ·
1 Parent(s): c1dfc32

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. LICENSE.md +50 -0
  2. README.md +10 -5
LICENSE.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # VBVR-Pro License
2
+
3
+ Copyright © 2026 Hippocampal, Inc. All rights reserved where not otherwise licensed below.
4
+
5
+ VBVR-Pro uses separate licenses for data and code. These license grants apply only to materials for which Hippocampal, Inc. or the VBVR-Pro contributors have the authority to grant the applicable rights.
6
+
7
+ ## Data and Benchmark Materials — CC BY-NC 4.0
8
+
9
+ VBVR-Pro data and benchmark materials are licensed under the [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/) (CC BY-NC 4.0).
10
+
11
+ The data and benchmark materials include, where applicable:
12
+
13
+ - task videos;
14
+ - first-frame images;
15
+ - task prompts;
16
+ - annotations;
17
+ - taxonomy labels; and
18
+ - benchmark metadata.
19
+
20
+ You may share and adapt these materials for non-commercial purposes, provided that appropriate attribution is given. The CC BY-NC 4.0 license does not grant permission for commercial use of the data or benchmark materials.
21
+
22
+ When using these materials in a publication, benchmark report, presentation, or other public work, please cite the official VBVR-Pro paper and identify the materials as licensed under CC BY-NC 4.0.
23
+
24
+ Suggested attribution:
25
+
26
+ > VBVR-Pro, © 2026 Hippocampal, Inc., licensed under CC BY-NC 4.0.
27
+
28
+ For commercial data-licensing inquiries, contact Hippocampal, Inc. at hokin@hippocampal.xyz.
29
+
30
+ ## Code — Apache License 2.0
31
+
32
+ VBVR-Pro source code, scripts, configuration files, task-specific scoring software, and other software authored for this project are licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) (Apache-2.0).
33
+
34
+ Unlike the data license above, the Apache License 2.0 permits commercial use of the licensed code, subject to its terms and conditions.
35
+
36
+ Copyright © 2026 Hippocampal, Inc.
37
+
38
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this code except in compliance with the License. You may obtain a copy of the License at:
39
+
40
+ <https://www.apache.org/licenses/LICENSE-2.0>
41
+
42
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
43
+
44
+ ## Model Weights and Third-Party Materials
45
+
46
+ Model weights and checkpoints are governed by the license stated in the applicable model card and by any relevant upstream terms. Third-party code, models, datasets, and other materials retain their original licenses and notices. Nothing in this file overrides those terms.
47
+
48
+ ## Disclaimer
49
+
50
+ VBVR-Pro is provided on an "AS IS" basis, without warranties or conditions of any kind, subject to the disclaimers and limitations in the applicable license.
README.md CHANGED
@@ -24,7 +24,7 @@ datasets:
24
  <a href="https://github.com/Video-Reason/VBVR-Pro" target="_blank">
25
  <img alt="Code" src="https://img.shields.io/badge/Training_Inferenceing-VBVR_Pro-100000?style=flat-square&logo=github&logoColor=white" height="20" />
26
  </a>
27
- <a href="https://huggingface.co/papers/2602.20159" target="_blank">
28
  <img alt="arXiv" src="https://img.shields.io/badge/arXiv-VBVR_Pro-red?logo=arxiv" height="20" />
29
  </a>
30
  <a href="https://huggingface.co/datasets/Video-Reason/VBVR-Pro-SFT-Video" target="_blank">
@@ -40,7 +40,7 @@ datasets:
40
  ## Overview
41
  Native visual reasoning, i.e., reasoning through visual generation, has recently emerged as a promising direction for studying visual intelligence beyond language. Yet progress remains bottlenecked by the lack of scalable training tasks, reliable feedback, and controlled comparisons across generative substrates. In this work, we introduce **VBVR-Pro**, a closed-loop testbed that makes native visual reasoning through generation trainable, verifiable, optimizable, and experimentally controllable. **1) Task scaling.** VBVR-Pro turns visual reasoning into a controlled task space of *300* procedurally generated tasks. Models trained on VBVR-Pro show strong transfer beyond the proposed suite across *six* held-out visual reasoning benchmarks such as RISE-Video, MME-CoF-Pro, and BabyVision. Further analysis validates that these gains reflect visual reasoning rather than instruction-pattern fitting. **2) Verifiable rewards.** VBVR-Pro provides verifiable reward scorers for task-grounded evaluation. Through a systematic study of leading MLLMs as judges, we identify recurring failure modes of the prevalent *VLM-as-a-judge* paradigm. In contrast, the proposed scorers are grounded on verifiable task-specific rules, achieve fine-grained alignment with human judgments. Importantly, they serve as reliable reward signals for large-scale multi-task reinforcement learning and demonstrate stronger post-RL performance across visual reasoning tasks. **3) Mechanism study.** VBVR-Pro enables controlled modality studies across more than *30* image, video, and interleaved generators. Our analysis shows that video generation remains strongest for tasks requiring persistent spatiotemporal state tracking, while interleaved generation provides a compute-efficient alternative by externalizing intermediate visual states. Critically, ablations and probing confirm the presence of vision-native trajectories, that are a more crucial substrate than explicit linguistic chains of thought for visual reasoning. We release all data, models, scorers, and code to facilitate future research.
42
 
43
- The models are presented in the paper [VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning](https://huggingface.co/papers/2602.20159).
44
 
45
  ## Models Zoo
46
  <table border="1" cellspacing="0" cellpadding="4" style="border-collapse: collapse; width: 100%;">
@@ -193,8 +193,13 @@ python example.py \
193
  ## Citation
194
 
195
  ```bibtex
196
- @article{vbvr2025,
197
- title={VBVR: A Very Big Video Reasoning Suite},
198
- year={2025},
 
 
 
 
 
199
  }
200
  ```
 
24
  <a href="https://github.com/Video-Reason/VBVR-Pro" target="_blank">
25
  <img alt="Code" src="https://img.shields.io/badge/Training_Inferenceing-VBVR_Pro-100000?style=flat-square&logo=github&logoColor=white" height="20" />
26
  </a>
27
+ <a href="https://huggingface.co/papers/2608.26105" target="_blank">
28
  <img alt="arXiv" src="https://img.shields.io/badge/arXiv-VBVR_Pro-red?logo=arxiv" height="20" />
29
  </a>
30
  <a href="https://huggingface.co/datasets/Video-Reason/VBVR-Pro-SFT-Video" target="_blank">
 
40
  ## Overview
41
  Native visual reasoning, i.e., reasoning through visual generation, has recently emerged as a promising direction for studying visual intelligence beyond language. Yet progress remains bottlenecked by the lack of scalable training tasks, reliable feedback, and controlled comparisons across generative substrates. In this work, we introduce **VBVR-Pro**, a closed-loop testbed that makes native visual reasoning through generation trainable, verifiable, optimizable, and experimentally controllable. **1) Task scaling.** VBVR-Pro turns visual reasoning into a controlled task space of *300* procedurally generated tasks. Models trained on VBVR-Pro show strong transfer beyond the proposed suite across *six* held-out visual reasoning benchmarks such as RISE-Video, MME-CoF-Pro, and BabyVision. Further analysis validates that these gains reflect visual reasoning rather than instruction-pattern fitting. **2) Verifiable rewards.** VBVR-Pro provides verifiable reward scorers for task-grounded evaluation. Through a systematic study of leading MLLMs as judges, we identify recurring failure modes of the prevalent *VLM-as-a-judge* paradigm. In contrast, the proposed scorers are grounded on verifiable task-specific rules, achieve fine-grained alignment with human judgments. Importantly, they serve as reliable reward signals for large-scale multi-task reinforcement learning and demonstrate stronger post-RL performance across visual reasoning tasks. **3) Mechanism study.** VBVR-Pro enables controlled modality studies across more than *30* image, video, and interleaved generators. Our analysis shows that video generation remains strongest for tasks requiring persistent spatiotemporal state tracking, while interleaved generation provides a compute-efficient alternative by externalizing intermediate visual states. Critically, ablations and probing confirm the presence of vision-native trajectories, that are a more crucial substrate than explicit linguistic chains of thought for visual reasoning. We release all data, models, scorers, and code to facilitate future research.
42
 
43
+ The models are presented in the paper [VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning](https://huggingface.co/papers/2608.26105).
44
 
45
  ## Models Zoo
46
  <table border="1" cellspacing="0" cellpadding="4" style="border-collapse: collapse; width: 100%;">
 
193
  ## Citation
194
 
195
  ```bibtex
196
+ @misc{xu2026vbvrproscalableverifiablesuite,
197
+ title={VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
198
+ author={Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Raphaël Millière and Vincent C. Müller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
199
+ year={2026},
200
+ eprint={2608.26105},
201
+ archivePrefix={arXiv},
202
+ primaryClass={cs.CV},
203
+ url={https://arxiv.org/abs/2608.26105},
204
  }
205
  ```