UniVR
Thinking in Visual Space for Unified Visual Reasoning

1Beijing Jiaotong University, 2ByteDance
(*Equal Contribution, Project Lead)
UniVR teaser figure

Figure 1: UniVR focuses on advancing native visual-space reasoning and planning across diverse tasks. Compared to LMMs that reason within textual space, UniVR facilitates a more profound comprehension of the real visual world, improving policy learning in various scenarios.

Abstract

Learning broad world knowledge directly from raw visual data is a fundamental capability of intelligence. We introduce UniVR, the first investigation into simultaneously learning complex reasoning, fine-grained physical dynamics, and long-term planning from pure visual demonstrations. At its core, UniVR features VR-GRPO, a reinforcement learning paradigm with complementary global and step-level rewards. This approach enforces logical coherence and physical consistency throughout the reasoning process without requiring task-specific heuristics or image-text pairs. To train and evaluate UniVR, we construct VR-X, a large-scale benchmark curated from 16 diverse sources spanning long-horizon manipulation, spatial puzzles, and physical reasoning. It is the first comprehensive suite to assess these heterogeneous capabilities under a purely visual protocol. Remarkably, UniVR achieves up to a 25% improvement on VR-X, and its superior visual reasoning also boosts performance on various multimodal understanding benchmarks. These findings underscore the vast potential of reasoning within visual spaces, with all code, data, and models to be open-sourced for further research.


🔥Highlights

1. We are the first to explore learning heterogeneous tasks—from long-term planning to general cognitive reasoning—directly in a unified visual space without language supervision.

2. We propose VR-GRPO, a novel RL paradigm featuring Step-Focal rewards that proactively target error-prone reasoning substeps alongside global rewards, significantly improving logical coherence and physical consistency without relying on image-text pairs or task-specific rules.

3. We introduce VR-X, a large-scale benchmark for evaluating diverse tasks in visual space, spanning from fine-grained long-term planning to general reasoning across 16 diverse sources and 1.5M raw samples, to facilitate future research on visual reasoning.

Background

Current AI models primarily derive world knowledge from text, performing reasoning and planning within the textual space. However, text is an abstract representation of the world, unable to fully encompass the rich information of the real visual world, such as complex dynamics, spatial relationships, and underlying physical laws. In contrast, vision serves as the most direct medium for world knowledge and remains the primary source for animals and humans to acquire information. Humans can perform complex reasoning without relying on language by directly simulating task execution and scene transitions in their minds—this constitutes our innate visual reasoning capability.

Recent approaches, such as MLLMs paired with generative models, conveniently leverage pre-existing linguistic strengths, but textual abstractions inherently struggle to capture intricate dynamics and spatial relationships. Their reasoning still remains heavily dependent on text guidance, requiring dense image-text pairs for both training and inference. These limitations drive our core inquiry: How can models utilize raw visual data to boost their visual reasoning capabilities across diverse tasks?


Architecture Overview

UniVR architecture overview
Figure 2: Overview of UniVR architecture. Via a unified next-token prediction objective, UniVR processes instructions and image queries to directly generate visual reasoning traces for task execution.

Given an image sequence and an instruction, UniVR models the next-frame distribution using image sequences containing demonstration trajectories across diverse scenarios. Our formulation does not require dense textual reasoning chains, but instead directly models the state transitions and underlying policy dynamics in these trajectories, encouraging the model to reason in visual space. We adopt Emu3.5 as our baseline, a state-of-the-art unified generative model that produces variable-length image sequences using a VQ-VAE-style autoencoder.


VR-GRPO: Visual Reasoning GRPO

VR-GRPO diagram
Figure 3: The proposed Visual Reasoning GRPO. VR-GRPO integrates global and step-focal rewards to ensure both task completion and the physical coherence of generated reasoning traces. The step-focal reward identifies the most error-prone steps via inter-trajectory variance analysis.

While RL methods like GRPO offer a promising paradigm for performance enhancement, existing methods prioritize visual fidelity over reasoning correctness. We propose VR-GRPO, which integrates two complementary reward signals:

Global Reward (Rg): A VLM evaluator provides holistic assessment of generated sequences for task completion and visual quality.

Step-Focal Reward (Rs): We introduce a step-focal reward designed to identify the most error-prone steps in the reasoning trajectory. By extracting per-frame CLIP embeddings and calculating inter-trajectory variance, we locate the timestep of maximum uncertainty where the model's reasoning paths diverge, then focus the VLM on these critical steps for fine-grained evaluation.

The final reward combines both: Rreason = Rg − λ|Rg − Rs|, preventing the model from taking reasoning shortcuts while maintaining procedural integrity and physical coherence.


VR-X Benchmark

VR-X benchmark overview
Figure 4: Overview of VR-X benchmark. It includes six task categories providing detailed visual reasoning traces: visual guidance, robotic manipulation, puzzle games, editing, visual search, and spatial perception.

We introduce VR-X, the first large-scale benchmark designed for diverse and heterogeneous visual reasoning. VR-X is curated from 1.5M raw samples across 16 diverse sources (e.g., AgiBot, Action100M, EgoDex, VisualCoT), spanning minute-long planning (robotic manipulation, cooking, handcrafting) to single-step reasoning (mazes, visual search). After rigorous curation, the benchmark contains 310k cold-start training, 3k RL, and 1.8k evaluation samples, all in a unified format: query image, textual instruction, visual reasoning trajectory.

Main Results

Comparison on VR-X Benchmark

Qwen, Gemini 2.5/3, and GPT-5 are paired with Qwen-image-edit, Nano Banana 1/2, and GPT-image-1.5, respectively.

Method Visual Thinking Guidance Robot Editing Spatial Puzzle Search Overall↑ JEPA↓
Large Multimodal Model + T2I Model
Qwen3-VL-235B48.262.842.138.264.159.852.518.08
Qwen3.5-397B47.063.239.840.465.664.553.418.64
GPT-568.264.158.049.364.077.463.512.17
Gemini-2.5-pro58.467.954.040.567.776.360.814.39
Gemini-3-pro66.267.163.755.165.579.066.111.07
Unified Generation Model
Janus-pro9.218.25.410.227.121.515.368.79
Show-o215.122.513.017.129.435.822.259.93
Bagel25.234.720.921.335.147.730.840.88
OmniGen220.429.415.216.930.542.125.847.09
Emu3.538.642.832.735.343.446.239.833.62
UniVR59.568.048.546.562.264.358.213.01
Δ v.s. Emu3.5↑20.9↑25.2↑15.8↑11.2↑18.8↑18.1↑18.4↓20.61

UniVR significantly boosts visual reasoning capabilities without compromising the foundational strengths of the base model (Emu3.5). With only 34B parameters, UniVR approaches the performance of the Gemini 3 Pro + Nano Banana 2 pipeline and even surpasses Gemini 3 in long-horizon manipulation tasks. Among unified generation models, UniVR achieves a remarkable +18.4 overall improvement over Emu3.5.

Enhanced Multimodal Understanding

Results on Multimodal Understanding Benchmarks

Method MMMU MME(P) MME(C) MMBench MathVista MM-Vet
Emu 3.50.292781.1324.60.18341.728.0
Text-only training0.290782.0323.40.19940.828.3
UniVR0.337799.3338.50.19844.035.6
Δ v.s. Emu3.5↑0.045↑18.2↑13.9↑0.015↑2.3↑7.6

Enhanced visual reasoning serves as a powerful complement to textual supervision, effectively bolstering overall multimodal comprehension. Training solely on textual reasoning chains yields negligible gains, while UniVR's visual reasoning paradigm leads to significant improvements across all six benchmarks.

Visualizations

More visualization results
UniVR generates long-horizon sequences with coherent logic, physical dynamics, and temporal consistency across diverse scenarios including hanging clothes, cooking, baking, folding, tying, drawing, building, and stir-frying.

BibTeX

@article{ren2026univr,
  title={UniVR: Thinking in Visual Space for Unified Visual Reasoning},
  author={Zhongwei Ren and Yunchao Wei and Zhao Yao and Guixun Luo and Yao Zhao and Weibo Gong and Xiao Liu and Anran Wang and Xiangtai Li and Xiaojie Jin},
  year={2026},
}