Teahose.
SIGN IN
NEW HERE — WHAT TEAHOSE DOES
We read the entire AI & tech firehose — so you don't have to.
PODPodcastsAll-In, No Priors, Acquired…
NEWNewslettersStratechery, Newcomer…
PAPPapersPhysical AI research
PHProduct Huntdaily launches
VCInvestor ScoutSequoia, a16z, Benchmark…
CLAUDE DISTILLS →
7 reads, 30 sec each — free, 6 AM ET.
+ a live graph of the companies, people & themes underneath.
HOME/ARXIV PHYSICAL AI RESEARCH/SimFoundry: Modular and Automate…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

SimFoundry: Modular and Automated Scene Generation for Policy Learning and Evaluation

DATE June 26, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS NADUN RANAWAKA, YUKE ZHU, ET AL. (ARXIV PHYSICAL AI)ARXIV 2606.28276
// SUMMARY

1. Key Themes

Automated Real-to-Sim Scene Generation from a Single Video

Building accurate simulation environments to match real-world tasks is traditionally a massive manual bottleneck. SimFoundry eliminates this by taking a single RGB video of a scene and automatically generating an interactive, physics-ready digital twin. As stated in Section 1: "SimFoundry, a unified and modular system that turns a single real-world input video into interactive simulation environments for both policy evaluation and policy training." It handles complex scenes including articulated objects (like drawers) and multi-object occlusions, drastically lowering the cost of environment authoring.

Simulation as a Reliable Predictor of Real-World Performance

Many physical AI companies struggle to evaluate their policies because real-world testing is slow and expensive. SimFoundry proves that evaluations in its simulated environments highly correlate with real-world outcomes. In Section 5.1, the authors note: "SimFoundry evaluations closely match real-world results and preserve policy rankings, with a mean Pearson correlation of 0.911 and MMRV of 0.018." This means companies can confidently use SimFoundry to benchmark different policy architectures or model versions without needing thousands of physical robot trials.

Scaling Robustness via "Digital Cousins"

A static digital twin is limited in its ability to train robust policies. SimFoundry introduces "digital cousins"—automated variations of objects, scene layouts, and tasks that preserve the original affordances but introduce geometric and visual diversity. Section 5.2 demonstrates the value: "policies trained with object, scene, and task cousins in simulation show average task success rate improvements of 17%, 21%, and 40%, respectively." This allows operators to synthetically generate the diversity needed for generalization without collecting more real data.

Zero-Shot Sim-to-Real Transfer on Complex Tasks

The paper validates that policies trained entirely on SimFoundry-generated synthetic data can be deployed directly to real hardware. Section 5.2 highlights: "Across both YAM and DROID, policies trained on SimFoundry data transfer effectively to real scenes, reaching 99% success on Pot on Stove with YAM and 100% success on Stack Dishware with DROID." This covers complex regimes like bimanual coordination and multi-step manipulation, proving the fidelity of the simulated physics and geometry.

2. Contrarian Perspectives

Simulation Can Reliably Predict Real-World Policy Performance

A common belief in the physical AI industry is that the "reality gap" makes simulation tests unreliable for predicting real-world deployment success. SimFoundry challenges this, showing that high-fidelity reconstructed scenes can accurately predict real-world policy rankings. Section 5.1 states: "SimFoundry has a mean Pearson correlation that is over 0.59 higher than PolaRiS [a state-of-the-art baseline]." If sim evaluations truly correlate with real-world success, companies can shift their evaluation budgets entirely to simulation, saving immense time and capital.

Synthetic Data Can Generalize Better Than Real Data Alone

Operators often assume that the only way to make a robot robust to new objects or environments is to go out and collect more real-world demonstrations. SimFoundry shows that synthetically generated variations (cousins) actually drive better generalization to unseen conditions. In Section 5.2, the authors find: "Adding object cousins yields a 50-point real-world gain on held-out Pot on Stove objects... Scene cousins also enable transfer to novel layouts, reaching 16% success on Store Marker cousin scenes where the twin-only policy achieves 0%." Generating targeted synthetic diversity in sim can be more effective than blindly scaling real-world data collection.

3. Companies Identified

NVIDIA

Description: AI computing and robotics platform company. Why relevant: The paper is authored by multiple NVIDIA researchers and uses NVIDIA's IsaacLab simulator for the final scene composition (Section 4). SimFoundry represents a major strategic push by NVIDIA to own the simulation and data-generation layer for Physical AI. Quotes: "we compose the scene in PyBullet [16], resolve object penetrations to obtain a stable configuration, and export the resulting sim-ready scene to downstream robotics simulators such as IsaacLab [59]."

Physical Intelligence

Description: Robotics foundation model startup developing Vision-Language-Action (VLA) models. Why relevant: Physical Intelligence's flagship models, π0 and π0.5, are used as the primary generalist policies for evaluation and fine-tuning throughout the paper. Quotes: "We consider two sets of policies and tasks — pre-trained generalist policies (π0 [5], π0.5 [31], GR00T N1.6 [61], GR00T N1.7, and DreamZero [100])..."

I2RT Robotics

Description: Manufacturer of the YAM robot arm. Why relevant: The YAM workcell is one of the two primary robot embodiments used to validate the SimFoundry pipeline on complex bimanual tasks. Quotes: "Our experiments are performed on two robot embodiments — the DROID [39] platform, and a YAM workcell [69]."

4. People Identified

Li Fei-Fei

Lab/Institution: Stanford University Why notable: A pioneer in computer vision and embodied AI. Her involvement signals the high strategic importance of 3D scene generation and synthetic data for robotics. Quotes: Listed as a co-author from Stanford University.

Yuke Zhu

Lab/Institution: The University of Texas at Austin Why notable: A prominent researcher in robot learning and manipulation. His lab's focus on interactive perception and simulation aligns with the core mechanisms of SimFoundry. Quotes: Listed as a co-author from UT Austin and an equal advisor for the paper.

Ajay Mandlekar

Lab/Institution: NVIDIA Why notable: A leading researcher in robot learning and data generation systems (e.g., creator of MimicGen). His focus on scalable synthetic data pipelines is central to SimFoundry's utility. Quotes: Listed as a co-author from NVIDIA and an equal advisor for the paper.

5. Operating Insights

Leverage Simulation as Your Primary Evaluation Engine

CTOs and heads of engineering should treat simulation not just as a training sandbox, but as a primary evaluation tool. SimFoundry proves that you can achieve a 0.911 Pearson correlation between sim and real policy performance. By adopting this approach, teams can run thousands of benchmark trials overnight, iterating on model architectures and hyperparameters before spending precious time and hardware wear-and-tear on real-world validation.

A Few Minutes of Human Tuning Yields Massive Fidelity Gains

While fully automated pipelines are the goal, the paper reveals that minimal human-in-the-loop intervention dramatically improves the quality of the simulation environments. Section 5.3 notes: "an additional 3 minutes of per-object operator tuning yields consistent gains on every metric (e.g. F1 scores rise to 0.93–0.99)." Operators should build lightweight interactive tools into their data generation pipelines to catch edge cases that foundation models miss, rather than relying on a purely zero-touch system.

Co-Training Small Real Datasets with Large Synthetic Datasets

Purely zero-shot sim-to-real transfer is powerful, but combining synthetic data with a small amount of real data provides the best of both worlds. Section 5.2 states: "adding small amounts of real data further boosts performance. On DROID, co-training improves most π0 and π0.5 results in both sim and real." Teams should prioritize generating massive synthetic datasets via cousins, and use their real-world data collection budget solely for targeted co-training to bridge residual reality gaps.

6. Overlooked Insights

Sub-Task Evaluation Drastically Improves Predictive Correlation

Evaluating long-horizon, multi-step tasks is difficult because a single failure point ruins the entire run. SimFoundry introduces a sub-task evaluation protocol that breaks down these complex tasks. Appendix G.1.1 notes: "We introduce a sub-task evaluation procedure that increases policy eval correlations from a mean Pearson score of 0.90 to 0.95." By tracking success at the sub-task level, teams not only get more reliable overall metrics but can pinpoint exactly which phase of a manipulation task is causing policies to fail.

The Pipeline is Currently Limited to Tabletop Geometries

Despite the advanced automation, the underlying physics assumptions restrict the types of environments that can be reliably generated. Appendix C explicitly states: "Our physics-stability procedure assumes that objects rest on a single flat reference surface, which restricts the pipeline to tabletop-style scene layouts." Companies building mobile manipulators or deploying in highly unstructured, non-planar environments (like construction or agriculture) cannot directly use this specific pipeline without extending the ground-plane and stability heuristics.