Video Generation Models are General-Purpose Vision Learners
This paper proposes GenCeption, a feed-forward perception model built upon a pre-trained text-to-video diffusion backbone, demonstrating that large-scale video generation serves as a superior pre-training paradigm for achieving state-of-the-art, data-efficient, and general-purpose visual intelligence across diverse computer vision tasks.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you've spent years building a super-smart robot chef. This chef is incredible at following recipes to cook a perfect steak, a fluffy omelet, or a spicy curry. But here's the catch: if you ask the chef to "tell me the temperature of the kitchen" or "count the number of eggs in the fridge," they just stare blankly. They are a master of making things, but not of understanding the world they are making.
For a long time, computer vision (the field of teaching computers to see) has been like that chef. We built separate, specialized robots for every single job: one robot to measure depth, another to track faces, a third to find edges. They were great at their specific jobs, but they couldn't talk to each other or learn new tricks without being completely rebuilt.
Then, a team of researchers at Google DeepMind and other universities asked a wild question: What if we took that robot chef, the one that learns by trying to generate perfect videos, and asked it to become a general-purpose detective instead?
Their paper, titled "Video Generation Models are General-Purpose Vision Learners," suggests that the answer is a resounding "yes." They introduce a new model called GenCeption.
The Magic Trick: From "Making" to "Knowing"
Think of the old way of training vision models like teaching a student by showing them flashcards. You show a card with a tree and say "tree," then a card with a car and say "car." It works, but it's slow and rigid.
The new method, which the authors call GenCeption, is like teaching that student by having them write a million different stories about the world. To write a story about a gorilla waving at a camera, the student has to understand how a gorilla looks, how a hand moves, how light hits fur, and how the camera angle changes over time. They have to internalize the physics of the world just to make the story make sense.
The paper argues that this process of text-to-video generation is actually the ultimate training ground for vision. By training a model to create high-quality videos from text prompts (like "A gorilla approaches waving hand"), the model accidentally learns a massive amount of "world knowledge"—how 3D space works, how objects move, and how light behaves.
The Big Shift: One Model to Rule Them All
The researchers took a massive video-generation model (based on a technology called a "diffusion model," which is like a noise-remover that slowly turns static into a clear picture) and gave it a makeover.
Instead of letting it slowly "dream" a video frame by frame (which takes forever), they tweaked it to be a feed-forward model. Think of it like this: instead of the model taking 50 steps to slowly guess what the answer is, they trained it to look at the input and spit out the answer in a single, lightning-fast step.
They then taught this single model to do everything just by changing the text prompt.
- Prompt: "Depth" → The model outputs a depth map (how far away things are).
- Prompt: "Surface Normal" → The model outputs the direction surfaces are facing.
- Prompt: "Segmentation" → The model outlines objects.
- Prompt: "3D Keypoints" → The model finds the joints of a person's body.
It's like having a Swiss Army knife where the tool you need appears automatically based on what you ask for, rather than having to carry a separate knife, screwdriver, and scissors in your pocket.
The Results: Beating the Specialists
The team tested GenCeption on a huge list of tasks, from measuring the depth of a scene to tracking a person's pose while skiing. The results were surprising.
- It beats the experts: In many cases, this single "generalist" model performed just as well as, or even better than, the specialized models built specifically for those tasks. For example, it matched or beat models like DepthAnything3 (a depth expert) and SAM3 (a segmentation expert).
- It's a data wizard: One of the most mind-blowing parts is how little data it needed. The authors found that GenCeption could achieve performance comparable to top-tier models like D4RT and VGGT-Ω using 7 to 500 times less training data. It's as if the model learned the rules of the game so well from its video-generation training that it didn't need to memorize every single play.
- It's a generalist: The model was trained almost entirely on synthetic data (computer-generated videos of humans). Yet, when they showed it real-world videos of animals, robots, or people doing things it had never seen, it still worked. It could even track a cat's whiskers or segment hair in a video it had never seen before. This suggests the model learned the concept of "fur" or "hair" rather than just memorizing specific pictures.
What This Paper Says It Is NOT
It's important to know what this paper doesn't claim. The authors are careful to say that this isn't a magic wand that solves every problem in the world yet.
- They explicitly argue against the idea that we need to build a new, custom architecture for every single vision task. They show that the old way of "specialized models" is less efficient than this unified approach.
- They also note that while the model is amazing, it isn't perfect. When they tried to combine all tasks into one training session, the model got a bit confused with 3D human keypoint estimation (tracking body joints). The performance dropped slightly compared to when it was trained just for that one job. This suggests that while the "generalist" approach is powerful, there are still some kinks to work out when mixing very different types of tasks.
- They also clarify that the model's ability to handle real-world videos after being trained on fake ones is an emergent behavior—a happy accident of the training method, not something they explicitly programmed.
The Bottom Line
The paper suggests that the future of computer vision might not be about building more specialized robots, but about teaching one super-robot to "imagine" the world so vividly that it understands it perfectly.
By using the power of video generation as a pre-training tool, GenCeption shows that a model can learn to see, measure, and understand the physical world just by trying to create it. It's a shift from "engineering a solution for every problem" to "creating a smart foundation that can solve them all."
The authors suggest that this path—using generative models as the base for perception—could be the key to building truly general-purpose vision intelligence, similar to how Large Language Models (LLMs) revolutionized text. It's a promising step, but as the paper notes, we are still in the early stages of figuring out exactly how to make this generalist brain perfect for every single task.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.