Video Generation Models are
General-Purpose Vision Learners

Letian Wang1,2 Chuhan Zhang1 Rishabh Kabra1,3 Jasper Uijlings1 Steven Waslander2 Andrew Zisserman1,4 Joao Carreira1 Kaiming He1,5 Misha Andriluka1 Eduard Gabriel Bazavan1 Andrei Zanfir1 Cristian Sminchisescu1,6,*
1Google DeepMind    2University of Toronto    3University College London    4University of Oxford    5MIT    6Lund University
*Work done while at Google DeepMind.
ECCV 2026

Overview

TL;DR

Pushing computer vision from the task-specific era toward general-purpose visual intelligence — just as NLP evolved from task-specific models into general-purpose language intelligence.

GenCeption repurposes a pre-trained video generative model into a single unified, general-purpose, feed-forward vision model that solves a wide range of vision tasks with SOTA performance — all steered by text instructions, with exceptional learning efficiency and intriguing emergent behaviors.

Visual Generative Pretraining

GenCeption leverages video generation models as representation pretraining, and conducts multi-task post-training in a unified architecture.

Unified & Feed-Forward

GenCeption handles both dense and sparse vision tasks, transforming the multi-step generative backbone into a single-step feed-forward model.

SOTA & Emergent

GenCeption is a SOTA unified model on various vision tasks, with exceptional learning efficiency and intriguing emerging behaviors.

Methodology

Specialized vision models use separate per-task heads, backbones, or losses, whereas GenCeption's unified vision model uses a single head and backbone across all tasks, steered by a task prompt.

Methodology. GenCeption leverages a video generative diffusion model as a pre-training base to capture rich spatio-temporal world priors and native vision-language alignment at scale. During multi-task post-training, the model is adapted to a feed-forward model fine-tuned on predominantly synthetic data to handle diverse perception tasks. GenCeption shows strong performance on multiple vision tasks with intriguing Emerging Behaviors, enabling seamless sim-to-real transfer and generalization to out-of-distribution object categories.

Paradigm Shift. This highlights a paradigm shift from specialized, task-specific computer vision models toward fully unified, generalist vision models — just as NLP evolved from task-specific models into general-purpose language intelligence.

Results

Radar chart: GenCeption (specialist and generalist) matches or outperforms specialized state-of-the-art models across depth, surface normal, camera pose, segmentation and keypoint tasks.
Data-efficiency plot: GenCeption reaches accuracy comparable to models trained on far more data, using 7x to 500x fewer training frames.

SOTA performance: GenCeption is competitive with or outperforms state-of-the-art models dedicated to individual tasks (DepthAnything3, D4RT, VGGT-Ω, SAM3, Sapiens, DAVID, Genmo, Lotus-2). Our specialist denotes a model trained on each task individually, whereas the generalist represents a single model trained jointly across multiple tasks.

Data efficiency: under matched fine-tuning data, the video-generative backbone beats alternative pre-training paradigms (V-JEPA, VideoMAE V2), shows preliminary scaling properties, where it improves with larger models and more data, and reaches performance comparable to D4RT and VGGT-Ω with 7× to 500× less training data.

Architecture

Architecture overview of GenCeption, a simple yet powerful architecture adapted from text-to-video diffusion models. Given an input video and a text prompt specifying the desired output, our unified model, trained majorly on synthetic data, is capable of performing a wide range of dense and sparse perception tasks, with a single forward-pass of the model. The dense vision tasks are unified in the RGB ambient space where supervision can be applied in latent space efficiently, and the sparse vision tasks are realized by adding learnable tokens as additional inputs to the diffusion transformer (DiT).

Video Any-Task Capabilities

GenCeption is able to seamlessly switch between different vision tasks, just like how humans do in real life.

Native Vision-Language Alignment

Given a natural-language expression, GenCeption accurately segments the referred object — reasoning about colors, spatial relationships and motion — and generalizes to unseen objects (e.g., a rocket) by leveraging knowledge from text-to-video pre-training.

Understanding the Complex Visual World

As an example of pushing the boundaries of understanding the complex visual world, GenCeption predicts 4D human keypoints under challenging conditions (complex motion, occlusion, ego-centric, multi-view, etc.) — robust 4D human understanding that underpins real-world applications across robotics and AR/VR.

Grounded 4D Reconstruction

From a single video, GenCeption predicts per-pixel geometry and camera pose that lift the scene into a 4D point cloud — enabling free-viewpoint fly-throughs and language grounding of objects from a text instruction.

Emergent Behaviors

Although fine-tuned predominantly on synthetic human videos, GenCeption transfers seamlessly from simulation to real footage and to out-of-distribution categories — evidence of a universal "world model" inside generative video backbones.

Trained purely on synthetic videos, the model transfers zero-shot to real-world footage — seamless sim-to-real transfer.
Trained on synthetic single-object videos, the model generalizes zero-shot to real videos with multiple instances.
Trained only on humans, it generalizes to unseen categories — animals and robots.

Citation

@inproceedings{wang2026genception,
  title     = {Video Generation Models are General-Purpose Vision Learners},
  author    = {Wang, Letian and Zhang, Chuhan and Kabra, Rishabh and Uijlings, Jasper and
               Waslander, Steven and Zisserman, Andrew and Carreira, Joao and He, Kaiming and
               Andriluka, Misha and Bazavan, Eduard Gabriel and Zanfir, Andrei and Sminchisescu, Cristian},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}

Project page for “Video Generation Models are General-Purpose Vision Learners.”