Google Deepmind 提出视频生成器已包含计算机视觉缺失的世界模型
决策简报
Brief- 发生了什么
- Google Deepmind argues video generators already contain the world models computer vision has been missing Jonathan Kemper View the LinkedIn Profile of Jonathan Kemper Jul 19, 2026 Nano Banana Pro prompted by THE DECODER Key Points Researchers at Google Deepmind developed GenCeption, a model that repurposes a pre-trained video generator for classic computer vision tasks like depth estimation and segmentation. The system builds on an open-source video model from Alibaba and delivers results in a single forward pass, guided by text prompts. It trained on just a small set of synthetic videos and needs far less data than competing approaches. In benchmarks, GenCeption matches established specialized models and transfers its abilities to real-world footage and untrained categories like animals. The authors say this supports the contested idea that video generators can serve as the basis for universal world models in computer vision. A new model from Google Deepmind called GenCeption uses a pre-trained video generation model as the basis for classic computer vision tasks. It achieves state-of-the-art performance in depth estimation, segmentation, and 3D pose estimation while needing very little training data. Language models became versatile processing systems almost as a byproduct of learning to predict the next word. That task appears to require models to absorb grammar, world knowledge, and contextual relationships during training. This is the prevailing explanation for the emergent capabilities of large language models. Computer vision still lacks an equivalent training method. Specialized models dominate the field, including "Segment Anything" for segmentation and "Depth Anything" for depth estimation. Each uses its own architecture. Ad GenCeption generates depth maps, surface normals, segmentation masks, and pose estimates from the same video based on a text prompt. Despite training mostly on synthetic data, it works on real footage and object classes it never encountered during training. | Image: Google Deepmind In a new paper , Deepmind researchers argue that large text-to-video models could bridge this gap. Generating realistic videos requires understanding the spatial geometry of a scene, how objects move, and basic physics. These models also use text descriptions during training, which links language to visual content. They can train on vast datasets because labeling the data is relatively cheap. Ad DEC_D_Incontent-1 GenCeption repurposes a video generator for vision tasks GenCeption builds on Alibaba's open source Wan2.1 video model . The main change is a simpler architecture. Diffusion models typically generate video from noise through many small steps. GenCeption instead produces a prediction in one forward pass, making it fast enough for practical computer vision tasks. GenCeption adapts a text to video diffusion model to solve dense and sparse perception tasks in one forward pass. A text prompt tells the model which task to perform. | Image: Google Deepmind The researchers use a simple method to make one model handle many tasks. GenCeption represents every output as a standard three channel RGB image, whether the result is a depth map, surface normal map, or segmentation mask. It also converts camera movement into an image representation. Ad A text prompt tells the model which task to perform, much like an instruction given to a chatbot. The team adds trainable modules for tasks such as 3D keypoint prediction, which don't produce images. Training uses one loss function across all tasks. Rather than changing the architecture for each task, the researchers process the training data to account for task specific requirements. Ad DEC_D_Incontent-2 Matching specialized models with a fraction of the data Most of the training data came from a synthetic dataset containing just 7,500 videos. The team combined 800 digital human models with 200 motion sequences from a motion capture dataset. It then rendered the results in Blender with different backgrounds and camera angles. Real videos were used only for language guided segmentation. Ad GenCeption approaches state-of-the-art results across many tasks while using between one-seventh and one-500th as much training data as established models. | Image: Google Deepmind According to the study, GenCeption matches or beats state-of-the-art results across many benchmarks despite using one architecture for every task. Its depth estimates match those from specialized models such as DepthAnything 3. GenCeption beats NormalCrafter and Lotus-2 on surface normal estimation. It also outperforms Genmo and TRAM on 3D pose recognition. On complex language guided segmentation, it matches Meta's SAM 3 combined with Gemini 3.5 Flash. Models such as D4RT and VGGT Omega trained on millions of videos. GenCeption reaches similar results using 7 to 500 times less data. When tested under the same conditions, pretraining on video generation also beats methods such as V-JEPA and VideoMAE V2. The authors attribute those results to the generation task rather than data volume alone. They argue that video generation helps models learn useful representations of space and movement. GenCeption produces detailed depth and surface normal estimates for real world scenes that are more complex than its synthetic training data. | Image: Google Deepmind Strong generalization beyond training data, but with clear limits GenCeption trained almost entirely on synthetic videos showing one person at a time, but it still works on real videos with several people in the frame, as well as unrelated categories such as animals and humanoid robots. According to the study, some outputs contain more detail than the Blender renderings used for training. The results can preserve a cat's whiskers and the edges of individual strands of hair. GenCeption trained only on synthetic videos of people but transfers its perception abilities to animal categories it never encountered during training. | Image: Google Deepmind Joint training across all tasks does hurt 3D keypoint estimation. The researchers suspect that the extra components needed for this task interfere with mechanisms learned by the base model during pretraining. Their conclusion is that as few changes as possible should be made to the original model's architecture. Processing speed also needs work. The smaller model takes about six seconds to process a video with 81 frames, the larger model has 14 billion parameters and takes about ten seconds. Video generators may contain useful world models without understanding physics The authors reject the idea that video generators are only entertainment tools. They argue that these models already contain a type of universal "world model" that could support a foundation model for computer vision. Such a system could fill the same role in image processing that large language models fill in text. Whether that framing holds up is debated. An international research team recently proposed a uniform definition with OpenWorldLib and explicitly excluded text-to-video models because they lack feedback from the real world. Former Meta chief AI scientist Yann LeCun has gone further, arguing that generative video models are a dead end. Meta's V-JEPA 2 follows the alternative he has championed, predicting abstract concepts rather than pixels. A benchmark from Tsinghua University points to the limits of pixel prediction. Sora 2, Seedance 2.0, and Veo 3.1 repeatedly failed tests of basic physics and logic even when their output looked convincing. GenCeption uses video generation for a narrower purpose. The researchers don't ask Wan2.1 to predict how the world will behave. They use it to extract features for specific tasks such as depth estimation and segmentation, where those learned features can outperform specialized systems. Google Deepmind is also exploring a different approach with Genie 3 , which builds interactive 3D environments for training AI agents. AI News Without the Hype – Curated by Humans Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section. Subscribe now Source: Arxiv
- 为什么重要
- Gemini 相关结果会影响评测基准、技术路线和后续产品判断。
- 影响谁
- Gemini
- 建议动作
- Upgrade or review the changed version
- 地区可用性
- No region-specific availability verified.
关键事实
- Deepmind 的 GenCeption 模型利用预训练视频生成器完成深度估计、分割等经典视觉任务,以极少训练数据达到专业模型水平。 [src-decoder]
- 用同一个预训练视频模型处理多种视觉任务,训练数据只需专业模型的几百分之一,这为打造统一的视觉基础模型提供了新思路。 [src-decoder]
Generated from event evidence.
GenCeption 基于阿里巴巴开源的 Wan2.1 视频模型,通过简化架构实现单次前向传播完成深度估计、表面法线预测、分割和 3D 姿态估计。它将所有输出统一表示为标准 RGB 图像,并通过文本提示指定任务,仅针对 3D 关键点预测等非图像任务添加可训练模块。训练仅使用 7500 个合成视频(800 个数字人体模型 × 200 个动作序列,在 Blender 中渲染),外加少量真实视频做语言引导分割。 在基准测试中,GenCeption 的深度估计与 DepthAnything 3 相当,表面法线估计超过 NormalCrafter 和 Lotus-2,3D 姿态识别优于 Genmo 和 TRAM,语言引导分割匹配 Meta 的 SAM 3 + Gemini 3.5 Flash。而训练数据量仅为 D4RT 等模型的 1/7 到 1/500。值得注意的是,它几乎只在单人合成视频上训练,却能泛化到多人真实视频及未见过的动物类别。 这项研究对使用计算机视觉模型的开发者和团队意味着:未来或许能用同一个视频生成模型替代多个专用模型,大幅减少数据标注和训练成本。但当前速度仍是瓶颈——小模型处理 81 帧视频约需 6 秒,14B 参数大模型约需 10 秒,且联合训练会损害 3D 关键点估计精度。研究者强调应尽量保持原始模型架构不变。
摘要依据:已读全文详摘依据上方标注的来源范围整理,内容以原文为准。
来源
- The Decoder:AI News
- The Decoder:AI News
留言
登入后即可留言,和其他 builder 交换实测心得。
还没有留言,抢头香。