Generalization
What the pi0.5 and pi0.7 results demonstrate, and what they do not: the open-world gap.
- Last reviewed
- Reading time
- 11 min
- Citations
- 12
A policy that cleans the kitchen it was trained in has demonstrated control. A policy that cleans a kitchen it has never seen has demonstrated something much rarer, and the distance between the two is the subject of this module. The training distribution of robot data is narrow: demonstrations come from a small number of labs, with specific robots, cameras, and lighting. Real homes bring different geometries, object instances, backgrounds, and clutter, and physical interaction punishes small perceptual errors in a way text generation never does: a one-centimeter grasp error drops the object. Closing that distribution shift, without collecting new data at every site, is the generalization problem. It is the gap between a demo and a product, and it is where the strongest systems of 2026 are now being measured.
The strongest quantitative argument that the gap closes with data is a scaling law, and it is the thing to look at first. Drag the extrapolation horizon slider past the measured range and the two series continue as dashed lines inside a band that brackets the law holding against a plateau. Where you land depends entirely on which of those two you believe, which is the argument the rest of this module sets up.
At 100k h: 0.0102 loss if the law holds, 0.0150 if it plateaus. The completion fit reads 0.89, below the solved bar.
Validation loss falls from 0.0240 at 1k hours to 0.0150 at 20k hours, the end of the measured range, while task completion rises from 0.30 to 0.71; past that boundary the dashed extrapolation to the 100k h horizon reads 0.0102 if the law holds against 0.0150 at the plateau, the shaded scenario band between them is a scenario bracket and not a confidence interval, the completion fit stays below the 90 percent solved bar until 111k hours, and it exceeds 100 percent past 250k hours, which the chart flags instead of drawing.
Sampled loss and completion by pretraining hours
| pretraining hours | loss (MSE) | reported completion | completion fit | region |
|---|---|---|---|---|
| 1k h | 0.0240 | 0.30 | 0.32 | measured |
| 4k h | 0.0198 | 0.48 | 0.49 | measured |
| 10k h | 0.0171 | 0.57 | 0.60 | measured |
| 20k h | 0.0150 | 0.71 | 0.69 | measured range ends |
| 100k h | 0.0102 holds / 0.0150 plateau | n/a | 0.89 holds / 0.71 plateau | extrapolated, dashed |
| 1M h | 0.0033 holds / 0.0150 plateau | n/a | 1.17 holds / 0.71 plateau | extrapolated, dashed, fit past 100 percent, impossible |
The law (L = 0.024 - 0.003 ln D, R² = 0.9983) is fit to held-out human-video validation loss, a proxy that correlates with downstream robot performance but is not a real-world success rate across unseen environments. The band brackets two scenarios, continued scaling versus plateau; it is not a confidence interval. EgoScale's authors report no saturation in the measured range and do not extrapolate beyond it.
What pi0.5 demonstrated
The π0.5 result of April 2025 is the reference point for open-world manipulation: a single end-to-end vision-language-action model cleaning kitchens and bedrooms in homes that were entirely absent from its training data Black 2025. The evaluation behind that claim is worth reading precisely, because its shape defines what the result does and does not say. The final evaluation ran in three real homes, three kitchens and three bedrooms, with ten trials per task on chores like clearing dishes into a sink and packing items into a drawer, each episode spanning minutes Black 2025.
The training recipe explains where the generality comes from. Only about 400 hours of the mixture is mobile-manipulator data collected in real homes; 97.6% of the training examples in the first training phase come from somewhere else, meaning other robots, laboratory task data, web vision-language data, and semantic subtask prediction Black 2025. The ablations show this transfer is essential rather than incremental: strip the non-action data and the open-world result disappears. The most informative control in the paper is a model trained directly on data from the test homes. It scores about the same as the 104-location model that never saw them, the strongest published evidence that broad co-training closes the generalization gap on this task set Black 2025.
One distinction does a lot of work here. Web-scale vision-language pretraining buys semantic generalization: the model knows what "the spatula" is even in a new kitchen. It does not by itself buy motor generalization: how to grasp that spatula, with this gripper, in this geometry. The first comes free with the backbone; the second is what the robot data is for, and it is the harder half of the problem.
What pi0.7 adds
π0.7 (April 2026) pushes on two axes beyond π0.5, and the architecture behind it is covered in The Pi Line; what matters here is the shape of the claims.
The first is compositional generalization: recombining trained skills into tasks that were never trained. The headline example is loading a sweet potato into an air fryer, an appliance task with no robot demonstrations in the training set. Physical Intelligence's own account of the zero-shot attempt is the honest one: the model "makes a reasonable attempt, performing part of the task after a few false starts, but not finishing it fully" Ai 2026. With step-by-step language coaching the robot completes the task, and the coaching transcripts then fine-tune a high-level policy that runs the task autonomously, with no additional teleoperation data collected Ai 2026. Short-horizon compositional tasks do work outright: pressing a french-press plunger, scooping rice into a cooker.
The second is cross-embodiment transfer. π0.7 folds laundry on a bimanual UR5e, a robot that was never trained on any laundry-folding task, and reaches 85.6% task progress and 80% success. The comparison baseline is a panel of expert teleoperators attempting the same task on the UR5e for the first time, operators ranked in the top 2% by experience with a mean of 375 hours of it; they managed 90.9% progress and 80.6% success Ai 2026. The transfer is not mimicry. On the bag-packing task, teleoperators on the source robot hold the bag open with one arm while inserting with the other; π0.7 on the taller UR5e instead discovers a single-arm pick-and-place suited to its reach Ai 2026.
Parada 2026 DeepMind reports a complementary result from the same announcement: its Gemini Robotics On-Device 2 model adapts to new bi-arm robot embodiments with just a few hours of adaptation time, typically with less than 200 examples, a vendor-reported figure.
What these results do not demonstrate
The limits are as much a part of the papers as the results, and they deserve the same plain statement.
First, the air fryer attempt does not finish the task without coaching. Compositional generalization in π0.7 is emergent but not reliable: the authors themselves describe only "early signs of compositional task generalization," and the completed-task videos are coached or post-trained on coaching transcripts Ai 2026 Ai 2026. A capability that needs a human walking the robot through the task is real, and it is not autonomy.
Second, nothing here demonstrates high reliability across the full distribution of homes. π0.5's headline evaluation is three homes and ten trials per task; that is evidence of a genuine capability, not of a reliable one, and the difference between the two is the subject of The Reliability Gap and the measurement problems in The Evaluation Crisis. No published result shows a generalist policy sustaining better than 95% success across a broad task distribution in unseen environments.
Third, semantic generalization is not motor generalization, and the evaluations lean semantic. Following an instruction about an unseen object in a seen category is a different measurement from manipulating an object whose physics are new, which is where the tactile and contact problems covered in Dexterity take over.
Fourth, transfer has a shape. It works best when source and target share task structure, grasp, move, place, and the π0.7 paper's own ablations show performance degrading as the embodiment gap widens before the latest model recovers it Ai 2026. Transfer across fundamentally different morphologies, a parallel gripper to a dexterous hand, remains limited.
The scaling evidence, and what it measures
The strongest argument that the open-world gap will close with data is a scaling law. NVIDIA's EgoScale trained a vision-language-action model on 20,854 hours of action-labeled egocentric human video, more than twenty times prior efforts, and found that held-out human-video validation loss follows a clean log-linear law in data scale, with in thousands of hours, fit over five scales from 1k to 20k hours at Zheng 2026. The law is not only an offline metric: downstream robot performance after post-training rises monotonically with pretraining scale, from 0.30 average task completion at 1k hours to 0.71 at 20k, and the full recipe improves average success rate by 54% over a no-pretraining baseline on a 22-DoF dexterous hand Zheng 2026. The same corpus is already load-bearing elsewhere: 20K hours of EgoScale video enter GR00T N1.7 pretraining directly through the shared relative end-effector space described in Cross-Embodiment Transfer NVIDIA 2026.
The chart at the top of this module plots that law over its measured range and lets you do the thing the paper declines to do: extrapolate. Everything right of 20k hours is inference, which is why the dashed band is drawn as wide as the disagreement it represents.
Prediction
Read the reasoning
At 250k h: 0.0074 loss if the law holds, 0.0150 if it plateaus. The completion fit reads 1.00, past 100%, which is impossible; the curve must bend before then.
The generalization prediction-step law panel is seeded past the 100 percent crossing: validation loss still falls from 0.0240 at 1k hours to 0.0150 at 20k hours, but the completion fit is already flagged as impossible at the 250k h horizon rather than drawn through 100 percent.
Sampled loss and completion by pretraining hours
| pretraining hours | loss (MSE) | reported completion | completion fit | region |
|---|---|---|---|---|
| 1k h | 0.0240 | 0.30 | 0.32 | measured |
| 4k h | 0.0198 | 0.48 | 0.49 | measured |
| 10k h | 0.0171 | 0.57 | 0.60 | measured |
| 20k h | 0.0150 | 0.71 | 0.69 | measured range ends |
| 100k h | 0.0102 holds / 0.0150 plateau | n/a | 0.89 holds / 0.71 plateau | extrapolated, dashed |
| 1M h | 0.0033 holds / 0.0150 plateau | n/a | 1.17 holds / 0.71 plateau | extrapolated, dashed, fit past 100 percent, impossible |
The law (L = 0.024 - 0.003 ln D, R² = 0.9983) is fit to held-out human-video validation loss, a proxy that correlates with downstream robot performance but is not a real-world success rate across unseen environments. The band brackets two scenarios, continued scaling versus plateau; it is not a confidence interval. EgoScale's authors report no saturation in the measured range and do not extrapolate beyond it.
- Around 100,000 hours, the first slider stop past the measured range where the line typically bendsAt 100k hours the fit still reads 0.95, high but not impossible. The line-crossing reading is exactly what the dashed styling is there to slow down: everything right of 20k is inference, and the paper’s authors say so explicitly.
- Near 250,000 hours, roughly twelve times past the end of the measured rangePush the fit out and it crosses 100% near 250k hours, which is impossible: success cannot exceed certainty, so the curve must bend somewhere before then. The chart flags the crossing instead of drawing through it, because the paper measures nothing past 20k hours.egoscale-2026
- Only near 1,000,000 hours, the slider’s ceiling, since log-linear laws usually hold to the edge of their rangeHeld-to-the-ceiling is the happy extrapolation the band exists to bracket. The fit passes 100% a full decade before 1M hours, and the impossible flag at the top of the slider is the chart telling you the straight line ran out of physics long before the slider did.
A straight line in log data crosses 100% near 250k hours, which success cannot do: the crossing is the chart telling you the law must bend before the extrapolation does.
Three properties of the chart deserve attention. The measured range ends at 20k hours; everything right of the boundary is inference, and the paper's authors say so explicitly. The band is a pair of scenarios, not a confidence interval: nobody has measured the variance of a 100k-hour run. And the completion fit crosses 100% near 250k hours, which is impossible, so the curve must bend somewhere; the only question the chart cannot answer is where. Above all, the law is fit to validation loss, a proxy that correlates with real-robot performance but is not a success rate measured across unseen environments. No one has published a scaling law for that metric.
Whether the proxy law is enough is a live, named disagreement. The scaling camp points to exactly this chart: EgoScale's law with no saturation in the explored regime, π0.7's compositional generalization from a deliberately diverse mixture, and investor analysis from Bessemer arguing that scaling laws are beginning to show up in robotics data and that the ChatGPT moment for robotics is "not years away", though in their words "it's not here yet" Zheng 2026 Ai 2026 Levine 2026. The structure camp answers that robotics has no internet-scale physical data source and never will: Ken Goldberg frames the shortfall as a 100,000-year data gap and argues good old-fashioned engineering, not pure scaling, closes it Goldberg 2025. Rodney Brooks argues the missing ingredient is tactile sensing and engineered priors, not more video Brooks 2025, and Karcini and co-authors argue policy scaling alone misses the supervision layer entirely: converting unstructured physical experience into grounded robot supervision Karcini 2026. The observation that would settle it is precise: a 10x or 100x increase in data, with no architectural change, producing proportional gains in real-world success rate across unseen environments, or failing to.
What solved would look like
Generalization is solved when a single policy achieves better than 90% success across many unseen homes, dozens rather than three, with no per-site data collection or fine-tuning, over a broad distribution of tasks, objects, and configurations, reported in a published and reproducible evaluation. No current system has been evaluated this way. The strongest open-world result on record covers three homes with ten trials per task, and the strongest scaling evidence measures a proxy loss, not real-world success.
The chart above makes the distance concrete. The solved bar sits at 0.90 on the completion axis; the best measured point is 0.71, on a friendlier metric, after post-training, on tasks the evaluators chose. The optimistic extrapolation crosses the bar only near 111k hours of human video, five times past the end of the measured range, deep inside the region where the honest answer is that we do not know. That is the open-world gap in one picture: the field can now measure the slope of progress, and still cannot tell you how far the slope carries.
See also
- The Pi Line
pi0 to pi0.7: flow-matching action experts, FAST tokenization, open-world generalization, and source-scoped checkpoint availability.
- The Data Bottleneck
Robot-hours versus LLM tokens: the log-log reality of embodied data and teleop-farm economics.
- Cross-Embodiment Transfer
Padded action vectors, motion transfer, and shared relative end-effector frames; the live disagreement.
- The Reliability Gap
80% is a demo, 99.9% is a product: what deployment numbers actually show.
Linked from
- The Pi Line
pi0 to pi0.7: flow-matching action experts, FAST tokenization, open-world generalization, and source-scoped checkpoint availability.
- Competing Theses
End-to-end scaling versus hierarchy versus world models versus RL fine-tuning, with falsification criteria.
- The Bear Case
Why this could be another robotics winter, and the milestones that would prove it wrong.
References
Physical Intelligence, Kevin Black, Noah Brown, James Darpinian, Karan Dhabalia, Danny Driess, Adnan Esmail, Michael Equi, and 28 more, 2025.
https://arxiv.org/html/2504.16054v1
Bo Ai, Ali Amin, Raichelle Aniceto, Ashwin Balakrishna, Greg Balke, Kevin Black, George Bokinsky, Shihao Cao, and 79 more, 2026.
https://www.pi.website/download/pi07.pdf
Bo Ai, Ali Amin, Raichelle Aniceto, Ashwin Balakrishna, Greg Balke, Kevin Black, George Bokinsky, Shihao Cao, and 79 more, 2026.
https://www.pi.website/blog/pi07
Ruijie Zheng, Dantong Niu, Yuqi Xie, Jing Wang, Mengda Xu, Yunfan Jiang, Fernando Castañeda, Fengyuan Hu, and 7 more, 2026.
https://arxiv.org/abs/2602.16710
Carolina Parada, 2026.
https://deepmind.google/blog/gemini-robotics-2-brings-whole-body-intelligence-to-robots/
- Open X-Embodiment: Robotic Learning Datasets and RT-X ModelsFurther reading
Open X-Embodiment Collaboration, Abby O'Neill, Abdul Rehman, Abhinav Gupta, Abhiram Maddukuri, Abhishek Gupta, Abhishek Padalkar, Abraham Lee, and 286 more, 2023.
https://arxiv.org/abs/2310.08864
Fanqi Lin, Yingdong Hu, Pingyue Sheng, Chuan Wen, Jiacheng You, Yang Gao, ICLR 2025, 2024.
https://arxiv.org/abs/2410.18647
Ken Goldberg, Science Robotics, 2025.
https://doi.org/10.1126/scirobotics.aea7390
Rodney Brooks, 2025.
https://rodneybrooks.com/why-todays-humanoids-wont-learn-dexterity/
Elis Karcini, Faisal Mehrban, Quang Nguyen, Mac Schwager, Arash Ajoudani, Cesar Cadena, Jan Peters, Marco Hutter, and 1 more, 2026.
https://arxiv.org/abs/2606.06556
Jeremy Levine, Talia Goldberg, Janelle Teng Wade, Alexandra Sukin, Bhavik Nagda, Jason Scheller, Christine Deakers, 2026.
https://www.bvp.com/atlas/bessemer-predicts-robotics-and-physical-ai
Spot a factual error or missing qualification? Report a content correction.