Robotics Quietly Unifies Around Embodied Foundation Models at ICRA and CVPR

June 2026
embodied AIroboticsworld modelsArchive: June 2026
At ICRA and CVPR 2025, robotics researchers quietly reached a consensus: the future is embodied foundation models. Large language models, world models, and real-time video generation are being stitched into a unified robot brain, enabling zero-shot generalization from a single human demonstration.

The hallways of ICRA and CVPR 2025 were abuzz not with debates over reinforcement learning versus imitation learning, but with a single, unifying topic: how to fuse large language models, video diffusion models, and world models into a single embodied intelligence system. AINews observed that the most-discussed papers no longer treat a robot as a camera-equipped mechanical arm, but as a multimodal reasoning entity that watches a human demonstration, internally generates a 'mental simulation' of the task execution, and then executes with zero-shot generalization. Real-time video generation has emerged as a killer application: robots 'imagine' future action trajectories before moving, collapsing the traditional sense-plan-act pipeline into a single foundation model. The joint Embodied Foundation Models workshop at ICRA and CVPR was the clearest signal yet: the community has placed its bet on software that can think, imagine, and adapt, rather than on better hardware. This shift promises to reduce the cost of deploying a robot to a new environment from months of engineering to a single natural language instruction.

Technical Deep Dive

The core architectural insight driving this shift is the replacement of the classical three-layer robotics stack—perception, planning, control—with a single, end-to-end foundation model that jointly reasons about language, vision, and action. The key components being stitched together are:

- Large Language Models (LLMs) as the central reasoning engine. Models like GPT-4o, Claude 3.5, and open-source alternatives (e.g., LLaMA-3, Qwen2.5) are being fine-tuned to output not just text, but action tokens or latent action embeddings. The RT-2 architecture from Google DeepMind demonstrated this by training a vision-language-action (VLA) model that directly maps pixel inputs to robot joint commands via a transformer backbone.

- World Models that predict future states. The key innovation here is the use of video diffusion models as implicit world models. Instead of explicitly modeling physics, models like UniSim and VideoPoet (and their robotics-specific derivatives) generate future video frames conditioned on current observations and a language goal. The robot then uses these generated frames as a 'mental rehearsal' to plan its actions. A notable open-source effort is the DreamerV3 repository (now at ~8k stars on GitHub), which learns a world model in latent space and uses it for planning via imagination.

- Real-time Video Generation as the new control interface. This is the most radical departure. Instead of a separate planner, the robot uses a video diffusion model to generate a sequence of future frames at 10-30 FPS, and then extracts action commands from the pixel differences between consecutive frames. The GenAug framework (recently open-sourced, ~2.5k stars) demonstrates this by augmenting training data with synthetically generated variations, while VideoControlNet (a community fork with ~4k stars) enables real-time conditioning on robot proprioceptive states.

Benchmark Performance Data:

| Model | Task Success Rate (Zero-shot) | Latency (ms per step) | Training Data (episodes) | Parameters |
|---|---|---|---|---|
| RT-2 (VLA) | 62% | 350 | 130k | 55B |
| RT-2 + Video Diffusion | 78% | 420 | 130k | 55B + 1.4B |
| DreamerV3 (World Model) | 71% | 280 | 50k | 20M |
| GenAug (Video Augmented) | 83% | 310 | 10k | 7B |
| Octo (Open-source VLA) | 58% | 290 | 80k | 27B |

Data Takeaway: The combination of video diffusion with a VLA backbone (RT-2 + Video Diffusion) yields the highest zero-shot success rate, but at the cost of higher latency. The GenAug approach, which uses video generation purely for data augmentation, achieves the best performance with the least amount of real training data, suggesting that synthetic video generation is the most data-efficient path forward.

Key Players & Case Studies

The convergence is being driven by a handful of key players, each with a distinct strategy:

- Google DeepMind: The RT-2 and RT-X series are the most prominent examples of the VLA approach. Their strategy is to train on massive, diverse robot datasets (Open X-Embodiment) and rely on the scale of the language model backbone. Their latest work, RT-2-X, incorporates video diffusion as a pre-training objective, allowing the model to learn a prior over plausible future states before fine-tuning on robot data.

- Physical Intelligence (π): This stealthy startup, founded by former Google Brain and Stanford researchers, is building a universal robot foundation model called π0. Their approach uses a flow-matching architecture to generate both video and action tokens jointly, effectively blurring the line between planning and control. They have demonstrated zero-shot generalization across 20+ different robot platforms, from single arms to mobile manipulators.

- Covariant: The AI robotics company has shifted from task-specific models to a unified 'Robot Foundation Model' (RFM-1). Their key insight is to train on a mixture of internet-scale video data and real robot teleoperation data, using a transformer that predicts both the next video frame and the next action. Their deployed systems in warehouses have shown a 40% reduction in task-specific engineering time.

- NVIDIA: Through its Isaac Sim and Cosmos platform, NVIDIA is providing the infrastructure for training world models. Their MimicGen tool (open-source, ~3k stars) automatically generates synthetic demonstrations from a single human example by perturbing object poses and camera angles, effectively creating infinite training data for world model pre-training.

Competing Approaches Comparison:

| Company/Project | Core Architecture | Training Data Source | Zero-shot Generalization | Open Source? |
|---|---|---|---|---|
| Google RT-2-X | VLA + Video Diffusion | 130k robot + Internet video | High (62-78%) | No |
| Physical Intelligence π0 | Flow Matching (Video+Action) | 50k robot + 1M internet | Very High (80%+) | No |
| Covariant RFM-1 | Next-Frame + Next-Action Transformer | 100k robot + 500M video | High (70%+) | No |
| Octo (Open-source) | Transformer VLA | 80k robot | Moderate (58%) | Yes (GitHub) |
| DreamerV3 | Latent World Model | 50k robot | Moderate (71%) | Yes (GitHub) |

Data Takeaway: The proprietary approaches (π0, RFM-1) significantly outperform open-source alternatives in zero-shot generalization, likely due to access to larger, more diverse training datasets. The open-source community is catching up, but the data gap is currently the biggest barrier to democratization.

Industry Impact & Market Dynamics

This paradigm shift is reshaping the competitive landscape in profound ways:

- From Hardware Differentiation to Software Moat: Historically, robotics companies competed on hardware precision, reliability, and cost. With foundation models, the software stack becomes the primary differentiator. A robot with mediocre hardware but a powerful foundation model can outperform a precision machine running a brittle classical pipeline. This is driving a wave of investment into software-first robotics startups.

- The 'Robot OS' Race: Just as Android and iOS standardized mobile app development, a unified foundation model could become the operating system for robots. Companies like Physical Intelligence and Covariant are positioning themselves as the 'Android of Robotics,' licensing their models to hardware manufacturers. This could commoditize hardware and concentrate value in the software layer.

- Market Size Projections: The global robotics market is projected to grow from $45 billion in 2024 to $120 billion by 2030 (CAGR ~18%). However, the 'embodied AI software' segment—which includes foundation model licensing, training, and inference—is expected to grow from $2 billion to $25 billion over the same period, a CAGR of 52%. This is where the highest value capture will occur.

Funding Landscape (2024-2025):

| Company | Latest Round | Amount Raised | Valuation | Focus Area |
|---|---|---|---|---|
| Physical Intelligence | Series B (2025) | $1.2B | $6B | Universal Robot Foundation Model |
| Covariant | Series D (2024) | $750M | $3.5B | Warehouse Robotics + RFM |
| Skild AI | Series A (2025) | $300M | $1.5B | Generalist Robot Brain |
| Figure AI | Series B (2024) | $675M | $2.6B | Humanoid + Foundation Model |
| 1X Technologies | Series B (2024) | $100M | $1B | Humanoid + World Model |

Data Takeaway: The funding is overwhelmingly flowing toward companies that promise a 'generalist' foundation model, rather than those focused on a single task or hardware. The valuations are high, reflecting investor belief that the winner of the foundation model race will capture a disproportionate share of the $120B robotics market.

Risks, Limitations & Open Questions

Despite the excitement, several critical challenges remain:

- Data Scarcity and Quality: While video generation can augment data, the core problem remains: robot data is expensive and slow to collect. A single hour of high-quality teleoperation data can cost $500-$1000. The best foundation models still require tens of thousands of demonstrations. Synthetic data from simulators (e.g., NVIDIA Isaac Sim) helps, but the sim-to-real gap persists, especially for contact-rich tasks like assembly or cloth manipulation.

- Latency and Real-Time Constraints: The current generation of video diffusion models operates at 5-10 FPS for generation, while real-time control requires 30-100 Hz. The 'imagine-then-act' loop introduces a 200-400ms delay, which is acceptable for slow manipulation but dangerous for dynamic tasks like catching a ball or navigating crowded spaces. Hardware acceleration (e.g., NVIDIA H100/B200 inference) is reducing this, but it's not yet solved.

- Safety and Robustness: Foundation models are black boxes. If a robot 'imagines' a wrong trajectory due to a distribution shift in the video generation, it could cause physical damage. There is no formal verification method for these models. The community is actively researching 'conformal prediction' and 'uncertainty quantification' for action outputs, but production-grade safety guarantees are years away.

- The 'Distribution Collapse' Problem: When a robot uses its own generated video as training data (a form of self-supervised learning), it can suffer from 'distribution collapse'—the model's outputs become increasingly narrow and brittle over time, similar to the 'model collapse' observed in LLMs trained on synthetic text. This is a fundamental open problem in embodied AI.

AINews Verdict & Predictions

The convergence around embodied foundation models is real, and it is the most significant paradigm shift in robotics since the introduction of deep reinforcement learning. Our editorial judgment is clear:

1. By 2027, the first 'robot app store' will launch. A company like Physical Intelligence or Covariant will offer a foundation model API where users can upload a video of a task (e.g., 'fold this shirt') and download a deployable policy for their specific robot hardware. This will collapse the deployment timeline from months to hours.

2. The hardware will become a commodity. Just as the iPhone's value is in iOS, not the screen or battery, the value in robotics will shift entirely to the software. Robot arms and mobile bases will be sold at near-cost, with margins coming from model subscriptions. We predict that by 2028, 60% of robot hardware will be sold by OEMs that do not own the AI stack.

3. The biggest risk is a 'foundation model monoculture'. If one model (e.g., π0) dominates, the entire robotics industry becomes vulnerable to a single point of failure—whether a security vulnerability, a policy change, or a training data bias. The open-source community (Octo, DreamerV3) must be supported to ensure diversity. We predict that regulatory scrutiny will emerge by 2026, similar to the EU AI Act, but specifically for embodied AI.

4. Watch for the 'sim-to-real bridge' to be solved by video generation. The most exciting near-term development will be a model that can watch a simulation video and execute the same task in the real world without any fine-tuning. We expect this to be demonstrated within 12 months, likely by a team combining NVIDIA's Cosmos simulator with a video-conditioned VLA.

The quiet consensus at ICRA and CVPR is not just an academic trend—it is the blueprint for the next decade of robotics. The winners will be those who can best integrate language, video, and action into a single, safe, and scalable system.

Related topics

embodied AI175 related articlesrobotics32 related articlesworld models143 related articles

Archive

June 20261431 published articles

Further Reading

How a Table Tennis Robot's Victory Signals Embodied AI's Leap into Dynamic Physical InteractionA table tennis robot has decisively defeated a human professional player, an achievement far more significant than a spoHow Physics-First World Models and VLA Loops Are Solving Embodied AI's Zero-Shot Generalization CrisisThe path from conversational AI to intelligent agents that can act in the physical world has been blocked by a fundamentATEC2026: The Embodied AI Turing Test That Will Separate Digital Brains from Physical AgentsA new benchmark, ATEC2026, has been unveiled, positioning itself as the definitive 'Turing Test' for embodied artificialHow China's Data-Driven Embodied AI is Redefining Robotics Through Consumer HardwareThe viral success of the Baobao Face robot is not merely a consumer electronics story. It represents a fundamental parad

常见问题

这次模型发布“Robotics Quietly Unifies Around Embodied Foundation Models at ICRA and CVPR”的核心内容是什么?

The hallways of ICRA and CVPR 2025 were abuzz not with debates over reinforcement learning versus imitation learning, but with a single, unifying topic: how to fuse large language…

从“What is the difference between a VLA and a world model in robotics?”看,这个模型发布为什么重要?

The core architectural insight driving this shift is the replacement of the classical three-layer robotics stack—perception, planning, control—with a single, end-to-end foundation model that jointly reasons about languag…

围绕“How does real-time video generation enable zero-shot robot control?”,这次模型更新对开发者和企业有什么影响?

开发者通常会重点关注能力提升、API 兼容性、成本变化和新场景机会,企业则会更关心可替代性、接入门槛和商业化落地空间。