Video Generation Models are General-Purpose Vision Learners
Summary
This paper proposes that large-scale text-to-video generation can serve as a powerful pre-training paradigm for computer vision, introducing GenCeption which achieves state-of-the-art performance across diverse vision tasks with high data efficiency and emergent generalization to unseen domains.
View Cached Full Text
Cached at: 07/13/26, 07:50 AM
Paper page - Video Generation Models are General-Purpose Vision Learners
Source: https://huggingface.co/papers/2607.09024 Published on Jul 10
#2 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
Drivenbynext-tokenprediction,NLPshiftedfromtask-specificmodelsintopowerfulgeneralistfoundationmodels.What,then,istheequivalentcatalystneededtoachieveageneral-purposemodelincomputervision?Inthispaper,wecontendthatlarge-scaletext-to-videogenerationservesasastrongpre-trainingparadigmforcomputervision,providingthenecessaryspatiotemporalpriors,vision-languagealignment,andscalabilityrequiredforgeneralvisualintelligence.WeintroduceGenCeption,whichleveragesapre-trainedvideogenerativediffusionbackbonetodefineafeed-forwardperceptionmodel,capableofperformingvariousvisiontaskssteeredbytextinstructions.EmpiricalresultsdemonstratethatGenCeptionachievesstate-of-the-artperformanceacrossadiversesuiteoftasks,includingdepth,surfacenormal,andcameraposeestimation,expression-referringsegmentation,and3Dkeypointprediction,oftenmatchingorsurpassingspecializedmodels(e.g.DepthAnything3,SAM3,D4RT,VGGT-Omega,Sapiens,David,Genmo,andLotus-2).Furthermore,thevideogenerativepretrainedbackboneoutperformsalternativepretrainingparadigms(e.g.,V-JEPA,andVideoMAE)undercomparablesettings.Importantly,GenCeptionexhibitspreliminarydataandmodelscalingpropertiesalongwithexceptionaldataefficiency,whereitachievescomparableperformancewithleadingmodelslikeD4RTandVGGT-Omegawith7to500lesstrainingdata.Finally,GenCeptionalsoexhibitsintriguingemergentbehaviors:amodeltrainedexclusivelyonsynthetichumanvideosgeneralizestoreal-worldfootageandout-of-distributionobjectcategories(e.g.,animalsandrobots).Thesefindingssuggestthatvideogenerationisnotmerelyasynthesistool,butafoundationalpathtowardgeneralistvisionintelligenceforthephysicalworld.Projectpage:https://genception.github.io
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2607\.09024
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.09024 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.09024 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.09024 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Video Generators as General-Purpose Vision Models (8 minute read)
GenCeption repurposes pre-trained video generative models into a single unified feed-forward vision model that achieves state-of-the-art performance across multiple tasks with exceptional data efficiency, marking a shift toward general-purpose visual intelligence.
Getting video models to learn better, faster
The article explores the evolution of data filtering techniques for generative video pre-training, emphasizing methods like computer vision, LLMs, and reinforcement learning to improve model performance through high-quality data.
Video generation models as world simulators
OpenAI's technical report on Sora describes a video generation model that unifies diverse visual data through visual patches, enabling large-scale training of generative models capable of producing high-definition videos up to one minute long across variable durations, aspect ratios, and resolutions.
Which Pretraining Paradigm Better Serves Spatial Intelligence? An Empirical Comparison of Vision-Language and Video Generation Models
This paper presents a systematic frozen-feature probing study comparing vision-language models (VLMs) and video generation models (VGMs) on spatial intelligence tasks. It finds that VLMs excel at semantic tagging and instance grouping, while VGMs provide better dense geometry and camera motion signals, and a naive fusion of both yields strong performance across all axes.
Vision as Unified Multimodal Generation
This paper presents SenseNova-Vision, a unified multimodal model that formulates computer vision tasks as generation problems, achieving performance comparable to specialized systems across diverse vision tasks. It introduces a large-scale instruction-response corpus and publicly releases the model and datasets.