Pith. sign in

REVIEW 3 major objections 6 minor 37 references

RoboSynChallenge: Mastering Real-World Dexterity via Generalizing Synthesized Manipulation Skills

T0 review · 3 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read Synthetic robot training matches real-world data in a new benchmark.

desk verdict A serious competition proposal with a useful benchmark design, but the central claim that synthetic data matches real data is not yet supported by the 20-trial baseline statistics. read the letter →

arxiv 2608.12416 v1 pith:47VCKQRU submitted 2026-08-12 cs.RO

classification cs.RO
keywords sim-to-realtransferdexterousmanipulationbenchmarkbimanualsyntheticdatagenerationrobotpolicylearningworldactionmodelsvision-language-actioncompetitionevaluation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

RoboSynChallenge is a competition and benchmark built around one claim: policies trained primarily on large-scale synthetic manipulation data can generalize to physical robots as well as policies trained on real-world demonstrations. The paper introduces a pipeline that procedurally generates diverse simulation trials, combines them with a smaller teleoperation dataset, and evaluates submissions on standardized dual-arm setups in the real world. Baseline results across ten tasks are offered as initial evidence that simulated data quality is comparable to real data, with simulation-trained Motus and pi0/pi0.5 variants matching or sometimes exceeding their real-data-trained counterparts. If the claim holds, the benchmark gives the field a reproducible way to measure and improve sim-to-real transfer rather than relying on each lab's private real-world data.

What carries the argument

The load-bearing mechanism is the benchmark's closed-loop generative data pipeline: a GPU-accelerated generative simulation framework procedurally builds scenes, randomizes lighting, object attributes, table textures, camera poses, and robot configurations, and streams generated manipulation trials into policy training. The same benchmark then evaluates submitted policies on a standardized dual-arm robot platform with three backup workstations, scoring binary success per task plus action steps and inference time. Baselines span four policy families—action-chunking transformers, diffusion policies, vision-language-action models, and a latent-action world model—so that the sim-versus-real comparison is carried by representative architectures rather than a single method.

What would settle it

Re-run the baseline comparisons with confidence intervals or a paired significance test over the task-by-task success counts; if the sim-trained versus real-trained differences for pi0.5 and Motus are not significant at conventional levels, the paper's parity claim would be unsupported.

Watch

Extended reading notes

Core claim

The paper's central claim is that RoboSynChallenge provides the first standardized benchmark for measuring how well simulation-trained manipulation policies transfer to the physical world, and that its synthetic data is good enough to act as a substitute for real demonstrations. The evidence is a table of baseline results: simulation-trained pi0.5 reaches a 38.5 percent average success rate across ten bimanual tasks, versus 33.0 percent for its real-data-trained counterpart; simulation-trained Motus reaches 31.5 percent versus 27.5 percent; pi0 is essentially tied at 22.0 versus 22.5 percent. The paper describes this as showing that the metrics of simulation-trained models are closely comparable, and in several scenarios superior, to real-world-trained models when both are deployed in the real world. The evaluation protocol holds out out-of-distribution test environments, with final assessments run exclusively on physical robots.

Load-bearing premise

The evaluation assumes that 20 trials per condition across ten tasks with discrete success criteria give enough statistical power to rank general-purpose manipulation policies, despite large swings in success rates across tasks.

Editorial extensions

If this is right

  • If the benchmark's claim is right, simulation-generated data can replace a large share of costly teleoperated real-world demonstrations without sacrificing deployed performance.
  • A standardized sim-to-real leaderboard would let researchers compare policies on the same physical hardware, making reported success rates from different labs comparable.
  • The ten-task set, spanning rigid, articulated, deformable, and tool-use manipulation, gives a common yardstick for what generalization means across difficulty levels.
  • Participants can train on the released synthetic and real subsets while final scoring happens on out-of-distribution real-world configurations, making dataset leakage harder to hide.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • I infer that the benchmark's most useful long-term output may be a measurement of synthetic-data quality: if the leaderboard stabilizes, the gap between sim-trained and real-trained scores becomes a direct, comparable index of how much a simulation pipeline is worth.
  • A natural extension the paper does not develop is to make the evaluation dynamic, streaming newly synthesized trials during the competition so participants are tested on distributions that shift as the synthetic generator improves.
  • The paper does not report uncertainty in its 20-trial success rates; a natural extension is to run repeated evaluation rounds or add confidence intervals so future participants can tell policy differences from noise.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The manuscript introduces RoboSynChallenge, a competition-style benchmark for evaluating bimanual manipulation policies trained with large-scale synthetic data and tested on standardized real hardware. It describes the EmbodiChain generative data pipeline, ten manipulation tasks organized into entry/mid/high difficulty levels, an evaluation protocol that varies background, lighting, distractors, object instances, and spatial positions, and baseline evaluations of ACT, Diffusion Policy, pi0, pi0.5, and Motus. The paper's central empirical claim, stated in Section B, is that models trained on the proposed synthetic data are 'closely comparable to, and in several scenarios even outperform' models trained on real-world data when deployed in the real world.

Significance. The benchmark design has real potential: a unified task set spanning rigid, articulated, deformable, and tool-use manipulation, a dual-arm hardware platform with backup workstations, a generative data pipeline, and baseline implementations across four policy families would be a useful community resource if the claims are supported. However, the current evidence for the main Sim2Real-comparability claim is statistically weak, and the evaluation protocol is underspecified. The contribution is best viewed as a well-scoped proposal whose empirical assertions require substantial strengthening.

major comments (3)
  1. [Section B, Table 2] The conclusion that simulation-trained policies are 'closely comparable to, and in several scenarios even outperform' real-trained policies is not supported by the reported 20-trial success counts. Differences such as Motus sim 13/20 versus Motus real 14/20 on Click Bell, or pi0.5 sim 10/20 versus pi0.5 real 9/20 on Basket Pick-and-Place, are within binomial sampling noise; for 13/20, a 95% Wilson interval is approximately [0.43, 0.82]. No confidence intervals, significance tests, or per-condition breakdowns are provided, and the action-step and inference-time averages have no variance estimates. The paper should report intervals and tests, or substantially more trials, before asserting comparability.
  2. [Section 1.4, Table 2] The evaluation protocol is ambiguous regarding trial allocation. Section 1.4 describes three background levels, three lighting conditions, seen/unseen objects, three distractor levels, and a 3x3 position grid, but the paper never states whether the 20 trials per task in Table 2 are per configuration or aggregated across configurations. If they are aggregated, most configurations have one or zero observations; if they are per configuration, the task totals are inconsistent with the reported x/20. Specify the exact trial allocation by configuration and report the underlying per-condition counts.
  3. [Section 1.5, Table 2] The baseline comparisons lack controlled training details. Table 2 does not report the number of demonstrations per task, training epochs, data augmentation, seeds, or whether sim and real baselines used the same compute and hyperparameters. Without these, the observed differences could reflect training budget or tuning rather than data-source quality. Add these details, or explicitly label the results as preliminary illustrations rather than formal benchmark evidence.
minor comments (6)
  1. [Section 1.1, Table 1] The claim of being 'the first standardized benchmark for Sim2Real transferability' is too broad given that RoboChallenge and other real-world benchmarks exist. The novelty should be stated more precisely, for example as the first benchmark to combine generative simulation-data streaming with standardized dual-arm real-world evaluation.
  2. [Table 2] Several cells in Table 2 concatenate numbers without separators (e.g., '13/20 463.3079.09'), making them hard to read. Please format all rows consistently.
  3. [Table 1] Table 1 contains truncated entries ('Single-Ar', 'None' for RobotArena∞) and inconsistent use of dashes; the table should be completed.
  4. [Section 1.2, Appendix A.2] The capitalization of 'EmbodiChain' is inconsistent (e.g., 'Embodichain' appears in Section 1.2 and Appendix A.2). Use a single spelling throughout.
  5. [Section 1.3] The abstract states that final assessments are conducted exclusively on unseen environments, but Section 1.3 mentions in-distribution testing for model development. Please clarify which setting is used for the results in Table 2.
  6. [Section 1.4] No standard deviation or error measure is reported for action steps or inference time despite the tables showing time averages; adding variance information would strengthen the comparison.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the benchmark's central claims are empirical measurements, not derivations that reduce to their inputs.

full rationale

RoboSynChallenge is a benchmark/competition proposal rather than a mathematical derivation, and its load-bearing claims are empirical rather than definitional. Section B's conclusion that simulation-trained models are 'closely comparable to, and in several scenarios even outperform, those trained on real-world data' rests on physical trial counts reported in Table 2. Those measurements are direct outputs of experiments, not quantities reconstructed from the same data by construction. No fitted parameter is later renamed as a prediction, and no equation in the paper reduces one claimed result to another by definition. The paper does cite the authors' own prior work, including EmbodiChain [25], DexScale [21], and Sim2Real VLA [22], but these citations support the data-generation infrastructure and motivation rather than the empirical comparability result; the central Sim2Real claim would stand or fall on the reported real-world deployment trials regardless of those citations. The 'first standardized benchmark for Sim2Real transferability' statement in Section 1.1 is a novelty assertion and is not derived from the paper's own equations, so it cannot be circular in the sense of reducing to its inputs. The statistical fragility of 20-trial success counts and the absence of confidence intervals is a genuine correctness/evidence concern, but it is not a form of circularity under the specified criteria. Accordingly, no circular step can be quoted and exhibited, and the appropriate finding is no significant circularity with score 0.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

No new physical or conceptual entities are postulated; the competition itself is a benchmark. The central claims rest on the quality of the authors' own EmbodiChain simulation platform and on the objectivity of the success criteria. No free parameters are fitted to data, but design constants such as 20 trials per cell and the 1000-step action budget are hand-chosen and affect the empirical comparisons.

assumptions (3)
  • domain assumption EmbodiChain generates physically plausible and sufficiently diverse simulation data for Sim2Real transfer.
    Invoked in Section 1.2 and Appendix A.2; the platform is cited to reference [25], authored by the same group, and its realism is not independently validated in this paper.
  • domain assumption The success criteria in Table 5 are objective and can be reliably detected in real-world evaluations.
    The benchmark's leaderboard depends on automated or consistent success detection, but the paper does not describe a verification procedure or human study for these criteria.
  • domain assumption One-factor-at-a-time variation in the evaluation protocol isolates generalization factors.
    Section 1.4 assumes varying a single factor while holding others fixed yields interpretable generalization measurements, without testing factor interactions.

how reviews work

0 comments
Cite this review

Pith. "Pith review of RoboSynChallenge: Mastering Real-World Dexterity via Generalizing Synthesized Manipulation Skills." pith.science (2026). https://pith.science/paper/47VCKQRU

@misc{pith2026260812416,
  author       = {Pith},
  title        = {Pith review of: RoboSynChallenge: Mastering Real-World Dexterity via Generalizing Synthesized Manipulation Skills},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/47VCKQRU}},
  note         = {Machine review of arXiv:2608.12416}
}
read the original abstract

Achieving generalizable robotic manipulation remains a central challenge in embodied intelligence. Despite rapid advances in model architectures and learning algorithms, progress is often limited by the scarcity and narrow diversity of real-world data. The RoboSynChallenge competition introduces a unified benchmark to evaluate and advance the generalizability of manipulation policies across a spectrum of tasks, environments, and difficulty levels. To alleviate the shortage of realistic data, the challenge integrates large-scale synthetic data generation with standardized real-world robotic evaluation. Participants are encouraged to leverage synthesized state-action trials to improve general-purpose policy learning, while final assessments are conducted exclusively on unseen real-world manipulation environments. Baseline implementations, including Transformer-, Diffusion-, Vision-Language-Action, and World-Action-Model-based policies, are provided to ensure reproducibility and comparability. By coupling scalable simulation-based training with rigorous real-world validation, RoboSynChallenge aims to foster the development of broadly capable, data-efficient, and adaptable manipulation systems, thereby paving the way toward truly general robotic intelligence.

Figures

Figures reproduced from arXiv: 2608.12416 by the authors.

Figure 1
Figure 1. The pipeline of RoboSynChallenge, which provides a comprehensive data generation [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Real-world manipulation setup: The physical platform consists of a dual-arm robot, cameras, [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Visualizations of the realistic environments (upper row) and their corresponding simulated [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: The demonstration showcases our backup hardware, which shares the same robot configu [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

37 extracted references · 16 canonical work pages

  1. [1]

    Dimarogonas, and Danica Kragic

    Christian Smith, Yiannis Karayiannidis, Lazaros Nalpantidis, Xavi Gratal, Peng Qi, Dimos V . Dimarogonas, and Danica Kragic. Dual arm manipulation - A survey.Robotics and Autonomous Systems, 60(10):1340–1353, 2012

  2. [2]

    A review of robot learning for manip- ulation: Challenges, representations, and algorithms

    Oliver Kroemer, Scott Niekum, and George Konidaris. A review of robot learning for manip- ulation: Challenges, representations, and algorithms. Journal of Machine Learning Research, 22(30):1–82, 2021

  3. [3]

    Zhao, Vikash Kumar, Sergey Levine, and Chelsea Finn

    Tony Z. Zhao, Vikash Kumar, Sergey Levine, and Chelsea Finn. Learning fine-grained bimanual manipulation with low-cost hardware. In Robotics: Science and Systems, RSS, 2023

  4. [4]

    Diffusion policy: Visuomotor policy learning via action diffusion

    Cheng Chi, Siyuan Feng, Yilun Du, Zhenjia Xu, Eric Cousineau, Benjamin Burchfiel, and Shuran Song. Diffusion policy: Visuomotor policy learning via action diffusion. In Robotics: Science and Systems, RSS, 2023

  5. [5]

    A survey on vision- language-action models for embodied ai

    Yueen Ma, Zixing Song, Yuzheng Zhuang, Jianye Hao, and Irwin King. A survey on vision- language-action models for embodied ai. arXiv preprint arXiv:2405.14093, 2024

  6. [6]

    Unified world models: Coupling video and action diffusion for pretraining on large robotic datasets

    Chuning Zhu, Raymond Yu, Siyuan Feng, Benjamin Burchfiel, Paarth Shah, and Abhishek Gupta. Unified world models: Coupling video and action diffusion for pretraining on large robotic datasets. arXiv preprint arXiv:2504.02792, 2025

  7. [7]

    Motus: A unified latent action world model

    Hongzhe Bi, Hengkai Tan, Shenghao Xie, Zeyuan Wang, Shuhe Huang, Haitian Liu, Ruowen Zhao, Yao Feng, Chendong Xiang, Yinze Rong, et al. Motus: A unified latent action world model. arXiv preprint arXiv:2512.13030, 2025

  8. [8]

    Causal world modeling for robot control

    Lin Li, Qihang Zhang, Yiming Luo, Shuai Yang, Ruilin Wang, Fei Han, Mingrui Yu, Zelin Gao, Nan Xue, Xing Zhu, et al. Causal world modeling for robot control. arXiv preprint arXiv:2601.21998, 2026

Show all 37 references
  1. [9]

    World action models are zero-shot policies

    Seonghyeon Ye, Yunhao Ge, Kaiyuan Zheng, Shenyuan Gao, Sihyun Yu, George Kurian, Suneel Indupuru, You Liang Tan, Chuning Zhu, Jiannan Xiang, et al. World action models are zero-shot policies. arXiv preprint arXiv:2602.15922, 2026

  2. [10]

    A survey of embodied learning for object-centric robotic manipulation

    Ying Zheng, Lei Yao, Yuejiao Su, Yi Zhang, Yi Wang, Sicheng Zhao, Yiyi Zhang, and Lap- Pui Chau. A survey of embodied learning for object-centric robotic manipulation. Machine Intelligence Research, pages 1–39, 2025

  3. [11]

    Rlbench: The robot learning benchmark & learning environment

    Stephen James, Zicong Ma, David Rovick Arrojo, and Andrew J Davison. Rlbench: The robot learning benchmark & learning environment. IEEE Robotics and Automation Letters, 5(2):3019–3026, 2020

  4. [12]

    Calvin: A benchmark for language-conditioned policy learning for long-horizon robot manipulation tasks

    Oier Mees, Lukas Hermann, Erick Rosete-Beas, and Wolfram Burgard. Calvin: A benchmark for language-conditioned policy learning for long-horizon robot manipulation tasks. IEEE Robotics and Automation Letters (RA-L), 7(3):7327–7334, 2022

  5. [13]

    Libero: Benchmarking knowledge transfer for lifelong robot learning.arXiv preprint arXiv:2306.03310, 2023

    Bo Liu, Yifeng Zhu, Chongkai Gao, Yihao Feng, Qiang Liu, Yuke Zhu, and Peter Stone. Libero: Benchmarking knowledge transfer for lifelong robot learning.arXiv preprint arXiv:2306.03310, 2023. 6GitHub repository:https://github.com/EDEM-AI/RoboSynChallenge 8

  6. [14]

    Robotwin: Dual-arm robot benchmark with generative digital twins (early version)

    Yao Mu, Tianxing Chen, Shijia Peng, Zanxin Chen, Zeyu Gao, Yude Zou, Lunkai Lin, Zhiqiang Xie, and Ping Luo. Robotwin: Dual-arm robot benchmark with generative digital twins (early version). arXiv preprint arXiv:2409.02920, 2024

  7. [15]

    Robochallenge: Large-scale real-robot evaluation of embodied policies

    Adina Yakefu, Bin Xie, Chongyang Xu, Enwen Zhang, Erjin Zhou, Fan Jia, Haitao Yang, Haoqiang Fan, Haowei Zhang, Hongyang Peng, et al. Robochallenge: Large-scale real-robot evaluation of embodied policies. arXiv preprint arXiv:2510.17950, 2025

  8. [16]

    Robotarena $\infty$: Unlimited robot bench- marking via real-to-sim translation

    Yash Jangir, Yidi Zhang, Kashu Yamazaki, Chenyu Zhang, Kuan-Hsun Tu, Tsung-Wei Ke, Lei Ke, Yonatan Bisk, and Katerina Fragkiadaki. Robotarena $\infty$: Unlimited robot bench- marking via real-to-sim translation. In International Conference on Learning Representations, ICLR, 2026

  9. [17]

    Roboarena: Distributed real-world evaluation of generalist robot policies

    Pranav Atreya, Karl Pertsch, Tony Lee, Moo Jin Kim, Arhan Jain, Artur Kuramshin, Clemens Eppner, Cyrus Neary, Edward Hu, Fabio Ramos, et al. Roboarena: Distributed real-world evaluation of generalist robot policies. In Proceedings of the Conference on Robot Learning (CoRL 2025), 2025

  10. [18]

    Manipulationnet: An infrastructure for benchmarking real-world robot manipulation with phys- ical skill challenges and embodied multimodal reasoning

    Yiting Chen, Kenneth Kimble, Edward H Adelson, Tamim Asfour, Podshara Chanrungma- neekul, Sachin Chitta, Yash Chitambar, Ziyang Chen, Ken Goldberg, Danica Kragic, et al. Manipulationnet: An infrastructure for benchmarking real-world robot manipulation with phys- ical skill cha...

  11. [19]

    Mimicgen: A data generation system for scalable robot learning using human demonstrations

    Ajay Mandlekar, Soroush Nasiriany, Bowen Wen, Iretiayo Akinola, Yashraj Narang, Linxi Fan, Yuke Zhu, and Dieter Fox. Mimicgen: A data generation system for scalable robot learning using human demonstrations. In Annual Conference on Robot Learning, CoRL, 2023

  12. [20]

    Graspvla: a grasping foundation model pre-trained on billion-scale synthetic action data

    Shengliang Deng, Mi Yan, Songlin Wei, Haixin Ma, Yuxin Yang, Jiayi Chen, Zhiqi Zhang, Taoyu Yang, Xuheng Zhang, Wenhao Zhang, et al. Graspvla: a grasping foundation model pre-trained on billion-scale synthetic action data. arXiv preprint arXiv:2505.03233, 2025

  13. [21]

    Dexscale: Automating data scaling for sim2real generalizable robot control

    Guiliang Liu, Yueci Deng, Runyi Zhao, Huayi Zhou, Jian Chen, Jietao Chen, Ruiyan Xu, Yunxin Tai, and Kui Jia. Dexscale: Automating data scaling for sim2real generalizable robot control. In International Conference on Machine Learning, ICML, 2025

  14. [22]

    Sim2real VLA: Zero-shot generalization of synthesized skills to realistic manipulation

    Runyi Zhao, Sheng Xu, Ruixing Jin, Yueci Deng, Yunxin Tai, Kui Jia, and Guiliang Liu. Sim2real VLA: Zero-shot generalization of synthesized skills to realistic manipulation. In International Conference on Learning Representations, ICLR, 2026

  15. [23]

    Vision language action models in robotic manipulation: A systematic review

    Muhayy ud Din, Waseem Akram, Lyes Saad Saoud, Jan Rosell, and Irfan Hussain. Vision language action models in robotic manipulation: A systematic review. ArXiv, abs/2507.10672, 2025

  16. [24]

    Robocasa: Large-scale simulation of everyday tasks for generalist robots

    Soroush Nasiriany, Abhiram Maddukuri, Lance Zhang, Adeet Parikh, Aaron Lo, Abhishek Joshi, Ajay Mandlekar, and Yuke Zhu. Robocasa: Large-scale simulation of everyday tasks for generalist robots. arXiv preprint arXiv:2406.02523, 2024

  17. [25]

    Embodichain: An end-to-end, gpu-accelerated, and modular platform for building generalized embodied intelligence., November 2025

    EmbodiChain Developers. Embodichain: An end-to-end, gpu-accelerated, and modular platform for building generalized embodied intelligence., November 2025

  18. [26]

    World simulation with video foundation models for physical ai

    Arslan Ali, Junjie Bai, Maciej Bala, Yogesh Balaji, Aaron Blakeman, Tiffany Cai, Jiaxin Cao, Tianshi Cao, Elizabeth Cha, Yu-Wei Chao, et al. World simulation with video foundation models for physical ai. arXiv preprint arXiv:2511.00062, 2025

  19. [27]

    Wan: Open and advanced large-scale video generative models

    Team Wan, Ang Wang, Baole Ai, Bin Wen, Chaojie Mao, Chen-Wei Xie, Di Chen, Feiwu Yu, Haiming Zhao, Jianxiao Yang, et al. Wan: Open and advanced large-scale video generative models. arXiv preprint arXiv:2503.20314, 2025

  20. [28]

    Demogen: Synthetic demonstration generation for data-efficient visuomotor policy learning

    Zhengrong Xue, Shuying Deng, Zhenyang Chen, Yixuan Wang, Zhecheng Yuan, and Huazhe Xu. Demogen: Synthetic demonstration generation for data-efficient visuomotor policy learning. arXiv preprint arXiv:2502.16932, 2025. 9

  21. [29]

    Benchmarking generalizable bimanual manipulation: Robotwin dual-arm collaboration challenge at cvpr 2025 meis workshop

    Tianxing Chen, Kaixuan Wang, Zhaohui Yang, Yuhao Zhang, Zanxin Chen, Baijun Chen, Wanxi Dong, Ziyuan Liu, Dong Chen, Tianshuo Yang, et al. Benchmarking generalizable bimanual manipulation: Robotwin dual-arm collaboration challenge at cvpr 2025 meis workshop. arXiv preprint arX...

  22. [30]

    Cyclemanip: Enabling cyclic task manipulation via effective historical perception and understanding

    Yi-Lin Wei, Haoran Liao, Yuhao Lin, Pengyue Wang, Zhizhao Liang, Guiliang Liu, and Wei-Shi Zheng. Cyclemanip: Enabling cyclic task manipulation via effective historical perception and understanding. arXiv preprint arXiv:2512.01022, 2025

  23. [31]

    Eva: Aligning video world models with executable robot actions via inverse dynamics rewards

    Ruixiang Wang, Qingming Liu, Yueci Deng, Guiliang Liu, Zhen Liu, and Kui Jia. Eva: Aligning video world models with executable robot actions via inverse dynamics rewards. 2026

  24. [32]

    π0: A vision-language-action flow model for general robot control

    Kevin Black, Noah Brown, Danny Driess, Adnan Esmail, Michael Equi, Chelsea Finn, Niccolo Fusai, Lachy Groom, Karol Hausman, Brian Ichter, Szymon Jakubczak, Tim Jones, Liyiming Ke, Sergey Levine, Adrian Li-Bell, Mohith Mothukuri, Suraj Nair, Karl Pertsch, Lucy Xiaoyang Shi, Jam...

  25. [33]

    arXiv preprint arXiv:2504.16054, 2025

    Physical Intelligence, Kevin Black, Noah Brown, James Darpinian, Karan Dhabalia, Danny Driess, Adnan Esmail, Michael Equi, Chelsea Finn, Niccolo Fusai, et al.π0.5: a vision-language- action model with open-world generalization. arXiv preprint arXiv:2504.16054, 2025

  26. [34]

    RDT-1b: a diffusion foundation model for bimanual manipulation

    Songming Liu, Lingxuan Wu, Bangguo Li, Hengkai Tan, Huayu Chen, Zhengyi Wang, Ke Xu, Hang Su, and Jun Zhu. RDT-1b: a diffusion foundation model for bimanual manipulation. In International Conference on Learning Representations, ICLR, 2025. A Technical Details A.1 Data Collecti...

  27. [35]

    Generative Simulation of Learning Environment.To overcome the limited diversity of manually designed simulation environments, EmbodiChain employs a two-stage generative framework. First, it synthesizes simulation-ready assets via generative models followed by multi-objective o...

  28. [36]

    Data Scaling via Domain Expansion.Building on the generated environments, EmbodiChain scales embodied data by automatically generating and expanding robot interaction trajectories to improve coverage and robustness. It promotes functional diversity through reachability-aware s...

  29. [37]

    Sim2Real Generalization via Online Data Streaming.To facilitate scalable Sim2Real transfer, EmbodiChain implements anOnline Data Streaming (ODS)mechanism that continuously feeds diverse experiences from simulation into the learning loop. A streaming-based visual augmentation m...

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.