Analysis updated 2026-05-18
Study a method for combining vision-language reasoning with video generation models.
Reference the paper's approach to detecting and recovering from errors in generated video clips.
Watch the repository for the planned release of the inference pipeline and evaluation code.
| joow0n-kim/collabvr | 0xsv1/ghosttype-bof | adguardteam/ruleseditor | |
|---|---|---|---|
| Stars | 7 | 7 | 7 |
| Language | — | C | TypeScript |
| Last pushed | — | — | 2026-07-01 |
| Maintenance | — | — | Active |
| Setup difficulty | hard | hard | easy |
| Complexity | 5/5 | 4/5 | 2/5 |
| Audience | researcher | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Code is not yet released, only the paper and project page are available so far.
CollabVR is an AI research framework that solves a mismatch between two types of AI models: Vision-Language Models (VLMs), which are good at logical reasoning but struggle to simulate what things should look like, and Video Generation Models (VGMs), which can produce realistic short video clips but cannot reason about what to do next. On their own, each type fails at multi-step goal-directed video tasks: VLMs lose track over long sequences (called long-horizon drift), and VGMs make simulation errors mid-clip that corrupt everything that follows. CollabVR couples them in a closed loop. At each step, the VLM decides the next action to take, the VGM renders a short video clip for that action, and the VLM then inspects the clip and either accepts it or rejects it with a diagnosis of what went wrong. Two recovery modules then act on that diagnosis. The first, Progressive Planning, controls how many sub-steps to plan at once: simple atomic actions stay as single steps, while more complex tasks get broken into finer steps only when needed. The second, Verification and Re-generation, replays the clip with an updated prompt when something looks wrong, retrying up to a set budget, if all retries fail, it routes to a recovery strategy matched to the diagnosed failure type. The framework is a research project published as an arXiv paper in 2026. Planned video generation backends include Veo 3.1 and VBVR-Wan2.2, and planned evaluation benchmarks include Gen-ViRe and VBVR-Bench. At the time of the README, the code was still being prepared for public release.
A research framework that pairs a reasoning AI with a video-generating AI so they check and correct each other's mistakes on multi-step visual tasks.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.