REVIEW 4 major objections 5 minor 5 cited by
Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories
T0 review · 4 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read Pre-training a robot policy on over 100,000 hours of auto-captioned real-world trajectories yields steady gains from data and model scale, and the gains survive into unseen real-robot environments.
desk verdict A serious scaling study for robot foundation models, but the 100k-hour headline claim is only validated on a 20k-hour subset and the caption-quality premise is unexamined. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the auto-labeling pipeline: a large pre-trained vision-language model (Qwen3.5-27B) captions fixed-length trajectory clips by describing how grippers and interacting objects change state, so each training example becomes 'generate actions that carry the scene from the observed state to the language-described target state.' That conversion makes 100,000 hours labelable in about two weeks and is the paper's answer to the robotics data bottleneck. The architecture is a Mixture-of-Transformers coupling a pre-trained VLM with a diffusion transformer (DiT) that emits action chunks via flow matching; an auxiliary Choice-Policy head on the VLM proposes action candidates
What would settle it
Re-annotate a random sample of the pre-training corpus by hand and compare: (a) measure human agreement with the auto-captions; (b) pre-train identical models on the human-labeled subset and the auto-labeled subset and compare held-out action error and post-training success. If the auto-labeled model does not at least match the human-labeled one, or if caption agreement is low, the stated caption-conditioning mechanism is not the source of the reported gains.
Extended reading notes
Core claim
The paper's central claim is that a vision-language-action model pre-trained on over 100,000 hours of UMI trajectories—annotated automatically with scene state-transition captions rather than by hand—scales cleanly in both data and model size, and that this scaling carries over to post-trained real-robot performance in unseen environments. Aligned to robot embodiments with about 10,000 hours of cross-embodiment data, the model reports new state-of-the-art results on four simulation benchmarks; fine-tuned on fewer than 10 hours per task, it reaches 75% average success across four new dexterous tasks against 40% for the leading open comparison policy. The authors take this as evidence that sca
Load-bearing premise
The load-bearing premise is that the automatically generated captions describing scene state transitions are accurate enough to supervise action learning; the paper reports no caption-accuracy numbers, no human-agreement check, and no ablation with human-labeled captions, so if those captions are noisy or misaligned with the recorded gripper motions, the scaling and transfer results are not explained by the stated mechanism.
Editorial extensions
If this is right
- Data volume, not model capacity, is the current bottleneck: at 2B–10B parameters the gains from scaling model size were smaller than from scaling data, so collecting more UMI hours should keep paying off.
- Out-of-the-box behavior in unseen environments improves monotonically with both pre-training data and model size (26% success with no action pre-training, rising to 75–79% after full pre-training).
- A pre-trained foundation policy can adapt to dexterous, long-horizon, and deformable-object tasks with under 10 hours of data per task, reaching 75% average success.
- The composite-unseen split of RoboCasa365 (32.1% vs. 7.9% for the best prior method) suggests the model can recombine learned atomic skills for novel task compositions.
- The two-stage recipe—state-transition pre-training on robot-free data, then imperative-instruction alignment on cross-embodiment data—transfers across mobile manipulators, dual-arm robots, and static arms.
Reading between the lines
- [Editorial inference] If caption accuracy is the true driver, the natural next experiment is caption-quality control: measuring human agreement with the auto-captions or ablating against a human-labeled subset would tell whether the scaling curves come from the stated supervision mechanism.
- [Editorial inference] The scaling curves are measured as action-prediction error on a 20k-hour subset at four data fractions; whether the trend extends to the full 100k+ hours and to success-rate metrics is open.
- [Editorial inference] A testable consequence: if the recipe works as claimed, datasets gathered more cheaply (e.g., crowdsourced handheld-gripper recordings) should improve such policies roughly in proportion to hours added, making captioning cost the main scaling lever.
- [Editorial inference] The attention-exclusion trick (keeping the DiT from copying VLM action tokens) is supported by a hypothesis—shortcut copying—not an ablation; an ablation at scale would clarify whether it is load-bearing.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents Xiaomi-Robotics-1, a vision-language-action (VLA) foundation model trained in two stages: pre-training on 'over 100k hours' of real-world UMI gripper trajectories annotated by an automatic captioning pipeline that describes scene state transitions, then post-training on about 10k hours of cross-embodiment robot data with human-style imperative instructions. The authors report scaling experiments during pre-training (data and model size), transfer of these scaling gains to out-of-the-box post-training performance in unseen real environments, efficient fine-tuning on four novel tasks with under 10 hours of data per task, and state-of-the-art results on RoboCasa, RoboCasa365, VLABench, and RoboDojo. The central claimed contributions are the scaling law-like behavior of the pre-training recipe and the effectiveness of the two-stage alignment procedure.
Significance. If the results hold, this is one of the largest-scale demonstrations of VLA pre-training on real-world manipulation data, and the two-stage pre-training/post-training recipe with auto-labeled state-transition captions is a plausible path toward generalist robot policies. The paper provides a detailed and internally coherent architecture, explicit scaling experiments, and broad evaluation across four simulated benchmarks plus real-robot trials. The main strengths are the scale of the proposed data collection, the concrete description of the auto-labeling pipeline, and the direct evaluation of pre-training scale transfer to post-training and downstream fine-tuning. However, the headline 100k-hour claim is not exercised in the reported scaling experiments, the auto-labeling mechanism is unvalidated, and the real-robot evaluations use very small trial counts with no confidence intervals. These gaps currently prevent full confidence in the stated conclusions.
major comments (4)
- [§3.1, §3.2, §3.4] The scaling experiments are run on 'about 20k hours' of UMI data, not the 'over 100k hours' claimed in the abstract and §1. Specifically, §3.1 pre-trains on 12.5%, 25%, 50%, and 100% of about 20k hours, and §3.2 post-trains checkpoints from those runs. §3.4 (Tabs. 2–5) and §3.3 (Fig. 10) never state which pre-training corpus or checkpoint produced the reported numbers. If the benchmark/real-robot results come from a 100k-hours model, there is no apples-to-apples 20k-vs-100k comparison; if they come from a 20k model, the 'over 100K hours' contribution is not exercised. Please state the pre-training corpus and checkpoint for every downstream result, and add at least one data point at the full 100k-hour scale to support the paper's central scaling claim.
- [§2.2.1] The auto-labeling pipeline is load-bearing: the model learns to generate actions conditioned on language annotations of scene state transitions produced by Qwen3.5-27B. No quantitative evaluation of caption quality is reported — no accuracy against human labels, no human agreement, no sample size, and no ablation comparing auto-labels with human labels or with no language conditioning. If the captions are noisy or misaligned with the actual motion, the pre-training signal is corrupted and the stated mechanism does not explain the results. Please add a caption-quality evaluation and a small-scale human-label ablation.
- [§3.3, Fig. 8] Real-robot evaluations use very small trial counts. §3.3 states 10 trials per task for downstream fine-tuning; Fig. 8 does not state the number of trials or environments for the out-of-the-box post-training evaluation. With 10 trials, a reported 75% success rate has an approximate standard error of 13.7 percentage points, making comparisons such as 75% vs. 40% far less conclusive than implied. Please report trial counts, confidence intervals, and the number of environments/object instances for all real-robot evaluations, and increase trial counts where feasible.
- [§3.1, Fig. 5] The 12.5% and 25% data-scaling runs were terminated early because of overfitting, yet the resulting checkpoints are used in §3.2 for the post-training transfer study. Early stopping is a reasonable practice, but the choice of stopping time affects the measured validation error and the subsequent transfer results. Please clarify how the early-stopped checkpoints were selected, whether the same criterion was applied across all runs, and whether the qualitative conclusions in §3.2 are robust to this selection.
minor comments (5)
- [Abstract vs. §1] The RoboCasa365 state-of-the-art number is inconsistent: the abstract and Table 3 report 57.4%, while §1 reports 57.6%. Please correct.
- [§3.2.1] The claim that performance 'shows no sign of saturation' is based on only four data points, two of which were early-stopped; the 50%→100% gain is 6 percentage points. This is a reasonable observation but should be phrased more cautiously.
- [§2.1] The decision to exclude action-related tokens from the DiT's attention is justified by a shortcut hypothesis, but no ablation is shown. Adding an ablation would strengthen the architectural contribution.
- [§3.4, VLABench] The CoT labeling used for VLABench is adopted from ERVLA [61] with a 50% NTP loss probability, but no comparison to training without CoT is provided in this paper. A small ablation would clarify the contribution of this component.
- [Figures 5 and 8] In the provided version, the figures contain garbled character rendering (e.g., Fig. 8 axis labels). Please ensure all figures are legible and that numeric values in the figures match the text.
Circularity Check
No significant circularity: scaling and benchmark claims are evaluated externally; only minor self-citations present.
full rationale
The central claims—data/model scaling, transfer to post-training, efficient fine-tuning, and SOTA on RoboCasa, RoboCasa365, VLABench, and RoboDojo—are supported by held-out validation action errors, real-robot trials in unseen environments, and official benchmark training/evaluation protocols against external baselines. No equation reduces a fitted parameter to a claimed prediction: Eq. (1) is a standard multi-term training loss, and the scaling curves are empirical learning curves on held-out data, not derivations from the model's own outputs. The paper does rely on self-citations: the vision-language co-training data and asynchronous fine-tuning recipe come from Xiaomi-Robotics-0 [8], and VLABench uses CoT labeling from ERVLA [61] with overlapping authors. These are engineering precedents rather than the load-bearing justification for scaling or benchmark superiority. A separate reporting gap is that the scaling experiments use only 'about 20k hours' while the headline dataset is over 100k hours (Sec. 3.1/3.2), and the benchmark section does not state which pretraining corpus produced the SOTA numbers; this is missing evidence, not a circular reduction. Overall score 1 reflects minor self-citation without circularity.
Assumptions & free parameters
free parameters (4)
- lambda (NTP loss weight) =
0.1
- Data sampling ratio (vision-language : UMI) =
1:9 pre-training; 0.5:0.5:0.5:8.5 post-training
- Flow-matching timestep distribution =
Beta(1.5,1), tau=(1-u)*0.999
- Euler integration steps and step size =
5 steps, dt=0.2
assumptions (5)
- domain assumption Auto-labeled state-transition captions from Qwen3.5-27B are accurate and sufficiently detailed to condition action generation.
- domain assumption Actions learned from handheld UMI trajectories transfer to robot embodiments after post-training on ~10k hours of robot data.
- domain assumption The 20k-hour subset used in scaling experiments is representative of the full 100k-hour corpus.
- standard math Flow-matching objective plus VLM choice-policy auxiliary loss learns generalizable action chunks.
- domain assumption Baseline numbers from other papers are directly comparable without running their code in the same environment.
Cite this review
Pith. "Pith review of Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories." pith.science (2026). https://pith.science/paper/4B3HM437
@misc{pith2026260715330,
author = {Pith},
title = {Pith review of: Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories},
year = {2026},
howpublished = {\url{https://pith.science/paper/4B3HM437}},
note = {Machine review of arXiv:2607.15330}
}
read the original abstract
We present Xiaomi-Robotics-1, a foundational vision-language-action (VLA) model capable of (1) following diverse language instructions to perform a wide range of mobile manipulation tasks in unseen environments out-of-the-box, and (2) efficiently adapting to novel downstream tasks with minimal fine-tuning data. We propose a two-stage training recipe consisting of pre-training and post-training. During pre-training, we imbue the model with broad and generalizable action-generation capabilities by training on over 100k hours of real-world manipulation trajectories collected via UMI devices. Crucially, we develop a scalable auto-labeling pipeline that annotates trajectory clips with natural languages describing scene state transitions, providing rich and precise conditioning for action learning. During post-training, we aim to align these capabilities with robot embodiments and imperative instructions that humans naturally use to prompt robots. Extensive experiments demonstrate strong scaling behavior. Xiaomi-Robotics-1 consistently improves with increased data scales and model sizes during pre-training. This scaling behavior directly transfers to post-training, where a stronger pre-training model yields better out-of-the-box real-robot performance in unseen environments. Furthermore, Xiaomi-Robotics-1 serves as a strong robot foundation policy that can be efficiently fine-tuned on complex, dexterous tasks with high data efficiency. Across multiple simulation benchmarks, Xiaomi-Robotics-1 outperforms state-of-the-art methods. Notably, it establishes a new state-of-the-art with a 57.4% success rate on RoboCasa365, surpassing the previous best of 46.6%. Furthermore, it achieves an average score of 20.07 on RoboDojo, significantly outperforming the prior state-of-the-art (13.07). Code and model checkpoints will be released. Project page: https://robotics.xiaomi.com/xiaomi-robotics-1.html
Forward citations
Cited by 5 Pith papers
-
XPolicyLab: A Unified Standard and Open Ecosystem for Robot Policy Evaluation and Deployment
XPolicyLab is a unified open ecosystem whose adapter contract and dependency-isolated serving reduce robot policy-environment integration from pairwise O(NM) work to O(N+M), cutting a representative integration from o...
-
PhyAI: Real-Time Physical AI at the Edge, Scalable Rollouts in the Cloud
PhyAI unifies VLA and world-action model inference across onboard, edge, and cloud deployments with model adapters, reporting 1.40x to 4.65x latency gains over official baselines.
-
OC-VLA++: Monocular Geometry-Guided Cross-View Consistency for Viewpoint-Robust Robotic Manipulation
OC-VLA++ augments camera-space action grounding with synthesized nearby views and a cross-view action-equivariance loss, improving robot manipulation success under unseen camera poses.
-
$N_0$-TWAM: Scaling Tactile-Native World-Action Model for Contact-Rich Manipulation
A scaled tactile-native world-action model jointly predicts vision, touch, and action and outperforms vision-only baselines on contact-rich sim and real robot tasks.
-
$N_0$-VTLA: Scaling Vision-Tactile-Language-Action Model with Latent Tactile Tokens
A VLA with predictive latent tactile tokens pretrained on large-scale visuo-tactile data, plus ALTER offline advantage labeling, leads contact-rich real and sim benchmarks.
Reference graph
Works this paper leans on
-
[1]
Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774, 2023
arXiv 2023
-
[2]
Cosmos 3: Omnimodal world models for physical ai.arXiv preprint arXiv:2606.02800, 2026
Niket Agarwal, Arslan Ali, Jon Allen, Martin Antolini, Adeline Aubame, Alisson Azzolini, Junjie Bai, Maciej Bala, Yogesh Balaji, Josh Bapst, et al. Cosmos 3: Omnimodal world models for physical ai.arXiv preprint arXiv:2606.02800, 2026
arXiv 2026
-
[3]
Qwen3-vl technical report.arXiv preprint arXiv:2511.21631, 2025
Shuai Bai, Yuxuan Cai, Ruizhe Chen, Keqin Chen, Xionghui Chen, Zesen Cheng, Lianghao Deng, Wei Ding, Chang Gao, Chunjiang Ge, et al. Qwen3-vl technical report.arXiv preprint arXiv:2511.21631, 2025
arXiv 2025
-
[4]
arXiv preprint arXiv:2410.24164, 2024
Kevin Black, Noah Brown, Danny Driess, Adnan Esmail, Michael Equi, Chelsea Finn, Niccolo Fusai, Lachy Groom, Karol Hausman, Brian Ichter, et al.π0: A vision-language-action flow model for general robot control. arXiv preprint arXiv:2410.24164, 2024
arXiv 2024
-
[5]
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
arXiv 2025
-
[6]
Rt-1: Robotics transformer for real-world control at scale.arXiv preprint arXiv:2212.06817, 2022
Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar, Joseph Dabis, Chelsea Finn, Keerthana Gopalakrishnan, Karol Hausman, Alex Herzog, Jasmine Hsu, et al. Rt-1: Robotics transformer for real-world control at scale.arXiv preprint arXiv:2212.06817, 2022
arXiv 2022
-
[7]
Language models are few-shot learners
Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural information processing systems, 33:1877–1901, 2020
1901
-
[8]
Rui Cai, Jun Guo, Xinze He, Piaopiao Jin, Jie Li, Bingxuan Lin, Futeng Liu, Wei Liu, Fei Ma, Kun Ma, et al. Xiaomi-robotics-0: An open-sourced vision-language-action model with real-time execution.arXiv preprint arXiv:2602.12684, 2026
arXiv 2026
Show all 98 references
-
[9]
Gr-2: A generative video-language-action model with web-scale knowledge for robot manipulation.arXiv preprint arXiv:2410.06158, 2024
Chi-Lam Cheang, Guangzeng Chen, Ya Jing, Tao Kong, Hang Li, Yifeng Li, Yuxiao Liu, Hongtao Wu, Jiafeng Xu, Yichu Yang, et al. Gr-2: A generative video-language-action model with web-scale knowledge for robot manipulation.arXiv preprint arXiv:2410.06158, 2024
2024 arXiv
-
[10]
Gr-3 technical report.arXiv preprint arXiv:2507.15493, 2025
Chilam Cheang, Sijin Chen, Zhongren Cui, Yingdong Hu, Liqun Huang, Tao Kong, Hang Li, Yifeng Li, Yuxiao Liu, Xiao Ma, et al. Gr-3 technical report.arXiv preprint arXiv:2507.15493, 2025
2025 arXiv
-
[11]
Abot-m0.5: Unified mobility-and-manipulation world action model.arXiv preprint arXiv:2607.00678, 2026
Ronghan Chen, Yandan Yang, Zuojin Tang, Dongjie Huo, Tong Lin, Haoning Wu, Haoyun Liu, Yuzhi Chen, Lulu Zheng, Botai Yuan, Tianlun Li, Mingxin Wang, Dekang Qi, Bin Hu, Wei Mei, Yuze Xuan, Haolong Yang, Yanqing Zhu, Mu Xu, Zhiheng Ma, and Xinyuan Chang. Abot-m0.5: Unified mobil...
2026 arXiv
-
[12]
Robodojo: A unified sim-and-real benchmark for comprehensive evaluation of generalist robot manipulation policies, 2026
Tianxing Chen, Yue Chen, Zixuan Li, Junyuan Tang, Kailun Su, Haoran Lu, Weijie Wan, Baijun Chen, Songling Liu, Haowen Yan, Honghao Su, Zhiyang Dou, Kaixuan Wang, Dandan Zhang, Yunze Liu, Yan Qin, Qiwei Liang, Qiwei Wu, Zijian Lin, Wenwei Lin, Yuran Wang, Minghua He, Tianshu Wu...
2026 arXiv
-
[13]
Training strategies for efficient embodied reasoning.arXiv preprint arXiv:2505.08243, 2025
William Chen, Suneel Belkhale, Suvir Mirchandani, Oier Mees, Danny Driess, Karl Pertsch, and Sergey Levine. Training strategies for efficient embodied reasoning.arXiv preprint arXiv:2505.08243, 2025
2025 arXiv
-
[14]
Pali: A jointly-scaled multilingual language-image model.arXiv preprint arXiv:2209.06794, 2022
Xi Chen, Xiao Wang, Soravit Changpinyo, Anthony J Piergiovanni, Piotr Padlewski, Daniel Salz, Sebastian Goodman, Adam Grycner, Basil Mustafa, Lucas Beyer, et al. Pali: A jointly-scaled multilingual language-image model.arXiv preprint arXiv:2209.06794, 2022
2022 arXiv
-
[15]
Wh0: Generative world models as scalable sources of egocentric human hand manipulation data.arXiv preprint arXiv:2606.22136, 2026
Yangtao Chen, Zixuan Chen, Peiyang Wang, Yong-Lu Li, Jing Huo, Jieqi Shi, and Yang Gao. Wh0: Generative world models as scalable sources of egocentric human hand manipulation data.arXiv preprint arXiv:2606.22136, 2026. 18
2026 arXiv
-
[16]
Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 2024
Cheng Chi, Zhenjia Xu, Siyuan Feng, Eric Cousineau, Yilun Du, Benjamin Burchfiel, Russ Tedrake, and Shuran Song. Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 2024
2024
-
[17]
Universal manipulation interface: In-the-wild robot teaching without in-the-wild robots.arXiv preprint arXiv:2402.10329, 2024
Cheng Chi, Zhenjia Xu, Chuer Pan, Eric Cousineau, Benjamin Burchfiel, Siyuan Feng, Russ Tedrake, and Shuran Song. Universal manipulation interface: In-the-wild robot teaching without in-the-wild robots.arXiv preprint arXiv:2402.10329, 2024
2024 arXiv
-
[18]
Learning universal policies via text-guided video generation.Advances in neural information processing systems, 36:9156–9172, 2023
Yilun Du, Sherry Yang, Bo Dai, Hanjun Dai, Ofir Nachum, Josh Tenenbaum, Dale Schuurmans, and Pieter Abbeel. Learning universal policies via text-guided video generation.Advances in neural information processing systems, 36:9156–9172, 2023
2023
-
[19]
Molmoact2: Action reasoning models for real-world deployment.arXiv preprint arXiv:2605.02881, 2026
Haoquan Fang, Jiafei Duan, Donovan Clay, Sam Wang, Shuo Liu, Weikai Huang, Xiang Fan, Wei-Chuan Tsai, Shirui Chen, Yi Ru Wang, et al. Molmoact2: Action reasoning models for real-world deployment.arXiv preprint arXiv:2605.02881, 2026
2026 arXiv
-
[20]
Galaxea g0.5 technical report
Galaxea Team. Galaxea g0.5 technical report. 2026. URLhttps://opengalaxea.github.io/G05/
2026
-
[21]
Unified 4d world action modeling from video priors with asynchronous denoising.arXiv preprint arXiv:2604.26694, 2026
Jun Guo, Qiwei Li, Peiyan Li, Zilong Chen, Nan Sun, Yifei Su, Heyun Wang, Yuan Zhang, Xinghang Li, and Huaping Liu. Unified 4d world action modeling from video priors with asynchronous denoising.arXiv preprint arXiv:2604.26694, 2026
2026 arXiv
-
[22]
Training compute-optimal large language models
Jordan Hoffmann, Sebastian Borgeaud, Arthur Mensch, Elena Buchatskaya, Trevor Cai, Eliza Rutherford, DDL Casas, Lisa Anne Hendricks, Johannes Welbl, Aidan Clark, et al. Training compute-optimal large language models. arXiv preprint arXiv:2203.15556, 10, 2022
2022 arXiv
-
[23]
Video prediction policy: A generalist robot policy with predictive visual representations.arXiv preprint arXiv:2412.14803, 2024
Yucheng Hu, Yanjiang Guo, Pengchao Wang, Xiaoyu Chen, Yen-Jen Wang, Jianke Zhang, Koushil Sreenath, Chaochao Lu, and Jianyu Chen. Video prediction policy: A generalist robot policy with predictive visual representations.arXiv preprint arXiv:2412.14803, 2024
2024 arXiv
-
[24]
Physical Intelligence, Ali Amin, Raichelle Aniceto, Ashwin Balakrishna, Kevin Black, Ken Conley, Grace Connors, James Darpinian, Karan Dhabalia, Jared DiCarlo, et al.π∗ 0.6: a vla that learns from experience.arXiv preprint arXiv:2511.14759, 2025
2025 arXiv
-
[25]
Physical Intelligence, Bo Ai, Ali Amin, Raichelle Aniceto, Ashwin Balakrishna, Greg Balke, Kevin Black, George Bokinsky, Shihao Cao, Thomas Charbonnier, et al.π0.7: a steerable generalist robotic foundation model with emergent capabilities.arXiv preprint arXiv:2604.15483, 2026
2026 arXiv
-
[26]
Galaxea open-world dataset and g0 dual-system vla model.arXiv preprint arXiv:2509.00576, 2025
Tao Jiang, Tianyuan Yuan, Yicheng Liu, Chenhao Lu, Jianning Cui, Xiao Liu, Shuiqi Cheng, Jiyang Gao, Huazhe Xu, and Hang Zhao. Galaxea open-world dataset and g0 dual-system vla model.arXiv preprint arXiv:2509.00576, 2025
2025 arXiv
-
[27]
Scaling laws for neural language models.arXiv preprint arXiv:2001.08361, 2020
Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models.arXiv preprint arXiv:2001.08361, 2020
2001 arXiv
-
[28]
Droid: A large-scale in-the-wild robot manipulation dataset.arXiv preprint arXiv:2403.12945, 2024
Alexander Khazatsky, Karl Pertsch, Suraj Nair, Ashwin Balakrishna, Sudeep Dasari, Siddharth Karamcheti, Soroush Nasiriany, Mohan Kumar Srirama, Lawrence Yunliang Chen, Kirsty Ellis, et al. Droid: A large-scale in-the-wild robot manipulation dataset.arXiv preprint arXiv:2403.12...
2024 arXiv
-
[29]
Rldx-1 technical report.arXiv preprint arXiv:2605.03269, 2026
Dongyoung Kim, Huiwon Jang, Myungkyu Koo, Suhyeok Jang, Taeyoung Kim, Beomjun Kim, Byungjun Yoon, Changsung Jang, Daewon Choi, Dongsu Han, et al. Rldx-1 technical report.arXiv preprint arXiv:2605.03269, 2026
2026 arXiv
-
[30]
Openvla: An open-source vision-language-action model.arXiv preprint arXiv:2406.09246, 2024
Moo Jin Kim, Karl Pertsch, Siddharth Karamcheti, Ted Xiao, Ashwin Balakrishna, Suraj Nair, Rafael Rafailov, Ethan Foster, Grace Lam, Pannag Sanketi, et al. Openvla: An open-source vision-language-action model.arXiv preprint arXiv:2406.09246, 2024
2024 arXiv
-
[31]
Fine-tuning vision-language-action models: Optimizing speed and success.arXiv preprint arXiv:2502.19645, 2025
Moo Jin Kim, Chelsea Finn, and Percy Liang. Fine-tuning vision-language-action models: Optimizing speed and success.arXiv preprint arXiv:2502.19645, 2025
2025 arXiv
-
[32]
Cosmos policy: Fine-tuning video models for visuomotor control and planning
Moo Jin Kim, Yihuai Gao, Tsung-Yi Lin, Yen-Chen Lin, Yunhao Ge, Grace Lam, Percy Liang, Shuran Song, Ming-Yu Liu, Chelsea Finn, et al. Cosmos policy: Fine-tuning video models for visuomotor control and planning. arXiv preprint arXiv:2601.16163, 2026. 19
2026 arXiv
-
[33]
Learning to act from actionless videos through dense correspondences
Po-Chen Ko, Jiayuan Mao, Yilun Du, Shao-Hua Sun, and Joshua B Tenenbaum. Learning to act from actionless videos through dense correspondences. InInternational Conference on Learning Representations, volume 2024, pages 40938–40958, 2024
2024
-
[34]
Molmoact: Action reasoning models that can reason in space.arXiv preprint arXiv:2508.07917, 2025
Jason Lee, Jiafei Duan, Haoquan Fang, Yuquan Deng, Shuo Liu, Boyang Li, Bohan Fang, Jieyu Zhang, Yi Ru Wang, Sangho Lee, et al. Molmoact: Action reasoning models that can reason in space.arXiv preprint arXiv:2508.07917, 2025
2025 arXiv
-
[35]
Spatial forcing: Implicit spatial representation alignment for vision-language-action model.arXiv preprint arXiv:2510.12276, 2025
Fuhao Li, Wenxuan Song, Han Zhao, Jingbo Wang, Pengxiang Ding, Donglin Wang, Long Zeng, and Haoang Li. Spatial forcing: Implicit spatial representation alignment for vision-language-action model.arXiv preprint arXiv:2510.12276, 2025
2025
-
[36]
Causal world modeling for robot control.arXiv preprint arXiv:2601.21998, 2026
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
2026 arXiv
-
[37]
Gr-mg: Leveraging partially- annotated data via multi-modal goal-conditioned policy.IEEE Robotics and Automation Letters, 10(2):1912–1919, 2025
Peiyan Li, Hongtao Wu, Yan Huang, Chilam Cheang, Liang Wang, and Tao Kong. Gr-mg: Leveraging partially- annotated data via multi-modal goal-conditioned policy.IEEE Robotics and Automation Letters, 10(2):1912–1919, 2025
1912
-
[38]
Bridgevla: Input-output alignment for efficient 3d manipulation learning with vision-language models
Peiyan Li, Yixiang Chen, Hongtao Wu, Xiao Ma, Xiangnan Wu, Yan Huang, Liang Wang, Tao Kong, and Tieniu Tan. Bridgevla: Input-output alignment for efficient 3d manipulation learning with vision-language models. Advances in Neural Information Processing Systems, 38:63635–63673, 2026
2026
-
[39]
Multi-view video diffusion policy: A 3d spatio-temporal-aware video action model.arXiv preprint arXiv:2604.03181, 2026
Peiyan Li, Yixiang Chen, Yuan Xu, Jiabing Yang, Xiangnan Wu, Jun Guo, Nan Sun, Long Qian, Xinghang Li, Xin Xiao, et al. Multi-view video diffusion policy: A 3d spatio-temporal-aware video action model.arXiv preprint arXiv:2604.03181, 2026
2026 arXiv
-
[40]
Scalable vision-language-action model pretraining for robotic manipulation with real-life human activity videos.arXiv preprint arXiv:2510.21571, 2025
Qixiu Li, Yu Deng, Yaobo Liang, Lin Luo, Lei Zhou, Chengtang Yao, Lingqi Zeng, Zhiyuan Feng, Huizhi Liang, Sicheng Xu, et al. Scalable vision-language-action model pretraining for robotic manipulation with real-life human activity videos.arXiv preprint arXiv:2510.21571, 2025
2025
-
[41]
Unified video action model.arXiv preprint arXiv:2503.00200, 2025
Shuang Li, Yihuai Gao, Dorsa Sadigh, and Shuran Song. Unified video action model.arXiv preprint arXiv:2503.00200, 2025
2025 arXiv
-
[42]
Towards generalist robot policies: What matters in building vision-language-action models
Xinghang Li, Peiyan Li, Minghuan Liu, Dong Wang, Jirong Liu, Bingyi Kang, Xiao Ma, Tao Kong, Hanbo Zhang, and Huaping Liu. Towards generalist robot policies: What matters in building vision-language-action models. arXiv preprint arXiv:2412.14058, 2024
2024 arXiv
-
[43]
Dreamitate: Real-world visuomotor policy learning via video generation.arXiv preprint arXiv:2406.16862, 2024
Junbang Liang, Ruoshi Liu, Ege Ozguroglu, Sruthi Sudhakar, Achal Dave, Pavel Tokmakov, Shuran Song, and Carl Vondrick. Dreamitate: Real-world visuomotor policy learning via video generation.arXiv preprint arXiv:2406.16862, 2024
2024 arXiv
-
[44]
Mixture-of-transformers: A sparse and scalable architecture for multi-modal foundation models.arXiv preprint arXiv:2411.04996, 2024
Weixin Liang, Lili Yu, Liang Luo, Srinivasan Iyer, Ning Dong, Chunting Zhou, Gargi Ghosh, Mike Lewis, Wen-tau Yih, Luke Zettlemoyer, et al. Mixture-of-transformers: A sparse and scalable architecture for multi-modal foundation models.arXiv preprint arXiv:2411.04996, 2024
2024 arXiv
-
[45]
Deepseek-v3 technical report.arXiv preprint arXiv:2412.19437, 2024
Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, et al. Deepseek-v3 technical report.arXiv preprint arXiv:2412.19437, 2024
2024 arXiv
-
[46]
Vitamin: Learning contact-rich tasks through robot-free visuo-tactile manipulation interface.arXiv preprint arXiv:2504.06156, 2025
Fangchen Liu, Chuanyu Li, Yihua Qin, Jing Xu, Pieter Abbeel, and Rui Chen. Vitamin: Learning contact-rich tasks through robot-free visuo-tactile manipulation interface.arXiv preprint arXiv:2504.06156, 2025
2025 arXiv
-
[47]
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. InInternational Conference on Learning Representations, volume 2025, pages 29982–30009, 2025
2025
-
[48]
Rdt2: Exploring the scaling limit of umi data towards zero-shot cross-embodiment generalization.arXiv preprint arXiv:2602.03310, 2026
Songming Liu, Bangguo Li, Kai Ma, Lingxuan Wu, Hengkai Tan, Xiao Ouyang, Hang Su, and Jun Zhu. Rdt2: Exploring the scaling limit of umi data towards zero-shot cross-embodiment generalization.arXiv preprint arXiv:2602.03310, 2026
2026
-
[49]
Flow straight and fast: Learning to generate and transfer data with rectified flow.arXiv preprint arXiv:2209.03003, 2022
Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow.arXiv preprint arXiv:2209.03003, 2022
2022 arXiv
-
[50]
Being-h0: vision-language-action pretraining from large-scale human videos.arXiv preprint arXiv:2507.15597, 2025
Hao Luo, Yicheng Feng, Wanpeng Zhang, Sipeng Zheng, Ye Wang, Haoqi Yuan, Jiazheng Liu, Chaoyi Xu, Qin Jin, and Zongqing Lu. Being-h0: vision-language-action pretraining from large-scale human videos.arXiv preprint arXiv:2507.15597, 2025. 20
2025 arXiv
-
[51]
Dit4dit: Jointly modeling video dynamics and actions for generalizable robot control.arXiv preprint arXiv:2603.10448, 2026
Teli Ma, Jia Zheng, Zifan Wang, Chunli Jiang, Andy Cui, Junwei Liang, and Shuo Yang. Dit4dit: Jointly modeling video dynamics and actions for generalizable robot control.arXiv preprint arXiv:2603.10448, 2026
2026
-
[52]
Robocasa: Large-scale simulation of everyday tasks for generalist robots.arXiv preprint arXiv:2406.02523, 2024
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
2024 arXiv
-
[53]
Robocasa365: A large-scale simulation framework for training and benchmarking generalist robots.arXiv preprint arXiv:2603.04356, 2026
Soroush Nasiriany, Sepehr Nasiriany, Abhiram Maddukuri, and Yuke Zhu. Robocasa365: A large-scale simulation framework for training and benchmarking generalist robots.arXiv preprint arXiv:2603.04356, 2026
2026
-
[54]
GR00T N1: An open foundation model for generalist humanoid robots
NVIDIA, Johan Bjorck, Nikita Cherniadev Fernando Castañeda, Xingye Da, Runyu Ding, Linxi "Jim" Fan, Yu Fang, Dieter Fox, Fengyuan Hu, Spencer Huang, Joel Jang, Zhenyu Jiang, Jan Kautz, Kaushil Kundalia, Lawrence Lao, Zhiqi Li, Zongyu Lin, Kevin Lin, Guilin Liu, Edith Llontop, ...
2025
-
[55]
Open x-embodiment: Robotic learning datasets and rt-x models: Open x-embodiment collaboration 0
Abby O’Neill, Abdul Rehman, Abhiram Maddukuri, Abhishek Gupta, Abhishek Padalkar, Abraham Lee, Acorn Pooley, Agrim Gupta, Ajay Mandlekar, Ajinkya Jain, et al. Open x-embodiment: Robotic learning datasets and rt-x models: Open x-embodiment collaboration 0. In2024 IEEE Internati...
2024
-
[56]
mimic-video: Video-action models for generalizable robot control beyond vlas.arXiv preprint arXiv:2512.15692, 2025
Jonas Pai, Liam Achenbach, Victoriano Montesinos, Benedek Forrai, Oier Mees, and Elvis Nava. mimic-video: Video-action models for generalizable robot control beyond vlas.arXiv preprint arXiv:2512.15692, 2025
2025 arXiv
-
[57]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. InProceedings of the IEEE/CVF international conference on computer vision, pages 4195–4205, 2023
2023
-
[58]
Fast: Efficient action tokenization for vision-language-action models.arXiv preprint arXiv:2501.09747, 2025
Karl Pertsch, Kyle Stachowicz, Brian Ichter, Danny Driess, Suraj Nair, Quan Vuong, Oier Mees, Chelsea Finn, and Sergey Levine. Fast: Efficient action tokenization for vision-language-action models.arXiv preprint arXiv:2501.09747, 2025
2025 arXiv
-
[59]
Coordinated humanoid manipulation with choice policies.arXiv preprint arXiv:2512.25072, 2025
Haozhi Qi, Yen-Jen Wang, Toru Lin, Brent Yi, Yi Ma, Koushil Sreenath, and Jitendra Malik. Coordinated humanoid manipulation with choice policies.arXiv preprint arXiv:2512.25072, 2025
2025
-
[60]
Spatialvla: Exploring spatial representations for visual-language-action model.arXiv preprint arXiv:2501.15830, 2025
Delin Qu, Haoming Song, Qizhi Chen, Yuanqi Yao, Xinyi Ye, Yan Ding, Zhigang Wang, JiaYuan Gu, Bin Zhao, Dong Wang, et al. Spatialvla: Exploring spatial representations for visual-language-action model.arXiv preprint arXiv:2501.15830, 2025
2025 arXiv
-
[61]
Revisiting embodied chain-of-thought for generalizable robot manipulation.arXiv preprint arXiv:2606.03784, 2026
Nan Sun, Yuan Zhang, Yongkun Yang, Wentao Zhao, Peiyan Li, Jun Guo, Wenxuan Song, Pengxiang Ding, Runze Suo, Yifei Su, et al. Revisiting embodied chain-of-thought for generalizable robot manipulation.arXiv preprint arXiv:2606.03784, 2026
2026 arXiv
-
[62]
Gemini: a family of highly capable multimodal models.arXiv preprint arXiv:2312.11805, 2023
Gemini Team, Rohan Anil, Sebastian Borgeaud, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M Dai, Anja Hauth, Katie Millican, et al. Gemini: a family of highly capable multimodal models.arXiv preprint arXiv:2312.11805, 2023
2023 arXiv
-
[63]
Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context.arXiv preprint arXiv:2403.05530, 2024
Gemini Team, Petko Georgiev, Ving Ian Lei, Ryan Burnell, Libin Bai, Anmol Gulati, Garrett Tanzer, Damien Vincent, Zhufeng Pan, Shibo Wang, et al. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context.arXiv preprint arXiv:2403.05530, 2024
2024 arXiv
-
[64]
Gemini robotics: Bringing ai into the physical world.arXiv preprint arXiv:2503.20020, 2025
Gemini Robotics Team, Saminda Abeyruwan, Joshua Ainslie, Jean-Baptiste Alayrac, Montserrat Gonzalez Arenas, Travis Armstrong, Ashwin Balakrishna, Robert Baruch, Maria Bauza, Michiel Blokzijl, et al. Gemini robotics: Bringing ai into the physical world.arXiv preprint arXiv:2503...
2025 arXiv
-
[65]
Gen-0: Embodied foundation models that scale with physical interaction.Generalist AI Blog,
Generalist Team. Gen-0: Embodied foundation models that scale with physical interaction.Generalist AI Blog,
-
[66]
Gen-1: Scaling embodied foundation models to mastery.Generalist AI Blog, 2026
Generalist Team. Gen-1: Scaling embodied foundation models to mastery.Generalist AI Blog, 2026. https://generalistai.com/blog/gen-1
2026
-
[67]
Gene-26.5: Advancing robotic manipulation to human level.Genesis AI Blog, May 2026
Genesis AI Team. Gene-26.5: Advancing robotic manipulation to human level.Genesis AI Blog, May 2026. URL https://genesis.ai/blog/gene-26-5-advancing-robotic-manipulation-to-human-level. 21
2026
-
[68]
Motubrain: An advanced world action model for robot control.arXiv preprint arXiv:2604.27792, 2026
MotuBrain Team, Chendong Xiang, Fan Bao, Haitian Liu, Hengkai Tan, Hongzhe Bi, James Li, Jiabao Liu, Jingrui Pang, Kiro Jing, et al. Motubrain: An advanced world action model for robot control.arXiv preprint arXiv:2604.27792, 2026
2026 arXiv
-
[69]
Octo: An open-source generalist robot policy.arXiv preprint arXiv:2405.12213, 2024
Octo Model Team, Dibya Ghosh, Homer Walke, Karl Pertsch, Kevin Black, Oier Mees, Sudeep Dasari, Joey Hejna, Tobias Kreiman, Charles Xu, et al. Octo: An open-source generalist robot policy.arXiv preprint arXiv:2405.12213, 2024
2024 arXiv
-
[70]
Qwen3.5: Accelerating productivity with native multimodal agents, February 2026
Qwen Team. Qwen3.5: Accelerating productivity with native multimodal agents, February 2026. URLhttps: //qwen.ai/blog?id=qwen3.5
2026
-
[71]
Qwen-robotmanip technical report: Alignment unlocks scale for robotic manipulation foundation models
Qwen Team. Qwen-robotmanip technical report: Alignment unlocks scale for robotic manipulation foundation models. 2026
2026
-
[72]
Llama: Open and efficient foundation language models.arXiv preprint arXiv:2302.13971, 2023
Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothée Lacroix, Baptiste Rozière, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and efficient foundation language models.arXiv preprint arXiv:2302.13971, 2023
2023 arXiv
-
[73]
World2act: Latent action post-training from world model dynamics.arXiv preprint arXiv:2603.10422, 2026
An Dinh Vuong, Tuan Van Vo, Abdullah Sohail, Haoran Ding, Liang Ma, Xiaodan Liang, Anqing Duan, Ivan Laptev, and Ian Reid. World2act: Latent action post-training from world model dynamics.arXiv preprint arXiv:2603.10422, 2026
2026 arXiv
-
[74]
Bridgedata v2: A dataset for robot learning at scale
Homer Rich Walke, Kevin Black, Tony Z Zhao, Quan Vuong, Chongyi Zheng, Philippe Hansen-Estruch, An- dre Wang He, Vivek Myers, Moo Jin Kim, Max Du, et al. Bridgedata v2: A dataset for robot learning at scale. InConference on Robot Learning, pages 1723–1736. PMLR, 2023
2023
-
[75]
Worlddreamer: Towards general world models for video generation via predicting masked tokens.arXiv preprint arXiv:2401.09985, 2024
Xiaofeng Wang, Zheng Zhu, Guan Huang, Boyuan Wang, Xinze Chen, and Jiwen Lu. Worlddreamer: Towards general world models for video generation via predicting masked tokens.arXiv preprint arXiv:2401.09985, 2024
2024 arXiv
-
[76]
A pragmatic vla foundation model.arXiv preprint arXiv:2601.18692, 2026
Wei Wu, Fan Lu, Yunnan Wang, Shuai Yang, Shi Liu, Fangjing Wang, Qian Zhu, He Sun, Yong Wang, Shuailei Ma, et al. A pragmatic vla foundation model.arXiv preprint arXiv:2601.18692, 2026
2026 arXiv
-
[77]
Dexumi: Using human hand as the universal manipulation interface for dexterous manipulation.arXiv preprint arXiv:2505.21864, 2025
Mengda Xu, Han Zhang, Yifan Hou, Zhenjia Xu, Linxi Fan, Manuela Veloso, and Shuran Song. Dexumi: Using human hand as the universal manipulation interface for dexterous manipulation.arXiv preprint arXiv:2505.21864, 2025
2025
-
[78]
Memorywam: Efficient world action modeling with persistent memory.arXiv preprint arXiv:2606.20562, 2026
Sizhe Yang, Juncheng Mu, Tianming Wei, Chenhao Lu, Xiaofan Li, Linning Xu, Zhengrong Xue, Zhecheng Yuan, Dahua Lin, Jiangmiao Pang, et al. Memorywam: Efficient world action modeling with persistent memory.arXiv preprint arXiv:2606.20562, 2026
2026 arXiv
-
[79]
Gigaworld-policy: An efficient action-centered world-action model.arXiv preprint arXiv:2603.17240, 2026
Angen Ye, Boyuan Wang, Chaojun Ni, Guan Huang, Guosheng Zhao, Hao Li, Hengtao Li, Jie Li, Jindi Lv, Jingyu Liu, Min Cao, Peng Li, Qiuping Deng, Wenjun Mei, Xiaofeng Wang, Xinze Chen, Xinyu Zhou, Yang Wang, Yifan Chang, Yifan Li, Yukun Zhou, Yun Ye, Zhichao Liu, and Zheng Zhu. ...
2026
-
[80]
Starvla-α: Reducing complexity in vision-language-action systems
Jinhui Ye, Ning Gao, Senqiao Yang, Jinliang Zheng, Zixuan Wang, Yuxin Chen, Pengguang Chen, Yilun Chen, Shu Liu, and Jiaya Jia. Starvla-α: Reducing complexity in vision-language-action systems. InEuropean Conference on Computer Vision (ECCV), 2026
2026
-
[81]
World action models are zero-shot policies.arXiv preprint arXiv:2602.15922, 2026
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
2026 arXiv
-
[82]
Wall-oss-0.5 technical report.arXiv preprint arXiv:2605.30877, 2026
Ryan Yu, Pushi Zhang, Starrick Liu, Brae Liu, Miracle Kang, Shalfun Li, Lights Shi, Ellie Ma, Ping Yang, Chris Pan, et al. Wall-oss-0.5 technical report.arXiv preprint arXiv:2605.30877, 2026
2026 arXiv
-
[83]
Fast-wam: Do world action models need test-time future imagination?arXiv preprint arXiv:2603.16666, 2026
Tianyuan Yuan, Zibin Dong, Yicheng Liu, and Hang Zhao. Fast-wam: Do world action models need test-time future imagination?arXiv preprint arXiv:2603.16666, 2026
2026 arXiv
-
[84]
Robotic control via embodied chain-of-thought reasoning.arXiv preprint arXiv:2407.08693, 2024
Michał Zawalski, William Chen, Karl Pertsch, Oier Mees, Chelsea Finn, and Sergey Levine. Robotic control via embodied chain-of-thought reasoning.arXiv preprint arXiv:2407.08693, 2024
2024 arXiv
-
[85]
Hy-embodied-0.5-vla: From vision-language-action models to a real-world robot learning stack.arXiv preprint arXiv:2606.14409, 2026
He Zhang, Lingzhu Xiang, Haitao Lin, Zeyu Huang, Minghui Wang, Dingyan Zhong, Yubo Dong, Yihao Wu, Yongming Rao, Dongsheng Zhang, et al. Hy-embodied-0.5-vla: From vision-language-action models to a real-world robot learning stack.arXiv preprint arXiv:2606.14409, 2026. 22
2026 arXiv
-
[86]
Native video-action pretraining for generalizable robot control.arXiv preprint arXiv:2607.08639, 2026
Qihang Zhang, Lin Li, Luyao Zhang, Shuai Yang, Yiming Luo, Shuaiting Li, Ruilin Wang, Junke Wang, Jiahao Shao, Gangwei Xu, et al. Native video-action pretraining for generalizable robot control.arXiv preprint arXiv:2607.08639, 2026
2026 arXiv
-
[87]
Vlabench: A large-scale benchmark for language-conditioned robotics manipulation with long-horizon reasoning tasks
Shiduo Zhang, Zhe Xu, Peiju Liu, Xiaopeng Yu, Yuan Li, Qinghui Gao, Zhaoye Fei, Zhangyue Yin, Zuxuan Wu, Yu-Gang Jiang, et al. Vlabench: A large-scale benchmark for language-conditioned robotics manipulation with long-horizon reasoning tasks. InProceedings of the IEEE/CVF Inte...
2025
-
[88]
Rynnworld-4d: 4d embodied world models for robotic manipulation.arXiv preprint arXiv:2607.06559, 2026
Haoyu Zhao, Xingyue Zhao, Siteng Huang, Xin Li, Deli Zhao, and Zhongyu Li. Rynnworld-4d: 4d embodied world models for robotic manipulation.arXiv preprint arXiv:2607.06559, 2026
2026 arXiv
-
[89]
Cot-vla: Visual chain-of-thought reasoning for vision-language-action models
Qingqing Zhao, Yao Lu, Moo Jin Kim, Zipeng Fu, Zhuoyang Zhang, Yecheng Wu, Zhaoshuo Li, Qianli Ma, Song Han, Chelsea Finn, et al. Cot-vla: Visual chain-of-thought reasoning for vision-language-action models. In Proceedings of the Computer Vision and Pattern Recognition Confere...
2025
-
[90]
Fastumi: A scalable and hardware-independent universal manipulation interface with dataset
Zhaxizhuom Zhaxizhuoma, Kehui Liu, Chuyue Guan, Zhongjie Jia, Ziniu Wu, Xin Liu, Tianyu Wang, Shuai Liang, Pengan Chen, Pingrui Zhang, et al. Fastumi: A scalable and hardware-independent universal manipulation interface with dataset. InConference on Robot Learning, pages 3069–...
2025
-
[91]
Tesseract: learning 4d embodied world models.arXiv preprint arXiv:2504.20995, 2025
Haoyu Zhen, Qiao Sun, Hongxin Zhang, Junyan Li, Siyuan Zhou, Yilun Du, and Chuang Gan. Tesseract: learning 4d embodied world models.arXiv preprint arXiv:2504.20995, 2025
2025 arXiv
-
[92]
X-vla: Soft-prompted transformer as scalable cross-embodiment vision-language-action model.arXiv preprint arXiv:2510.10274, 2025
Jinliang Zheng, Jianxiong Li, Zhihao Wang, Dongxiu Liu, Xirui Kang, Yuchun Feng, Yinan Zheng, Jiayin Zou, Yilun Chen, Jia Zeng, et al. X-vla: Soft-prompted transformer as scalable cross-embodiment vision-language-action model.arXiv preprint arXiv:2510.10274, 2025
2025 arXiv
-
[93]
Tracevla: Visual trace prompting enhances spatial-temporal awareness for generalist robotic policies
Ruijie Zheng, Yongyuan Liang, Shuaiyi Huang, Jianfeng Gao, Hal Daumé III, Andrey Kolobov, Furong Huang, and Jianwei Yang. Tracevla: Visual trace prompting enhances spatial-temporal awareness for generalist robotic policies. InInternational Conference on Learning Representation...
2025
-
[94]
Acot-vla: Action chain-of-thought for vision-language-action models.arXiv preprint arXiv:2601.11404, 2026
Linqing Zhong, Yi Liu, Yifei Wei, Ziyu Xiong, Maoqing Yao, Si Liu, and Guanghui Ren. Acot-vla: Action chain-of-thought for vision-language-action models.arXiv preprint arXiv:2601.11404, 2026
2026
-
[95]
Robodreamer: Learning compositional world models for robot imagination.arXiv preprint arXiv:2404.12377, 2024
Siyuan Zhou, Yilun Du, Jiaben Chen, Yandong Li, Dit-Yan Yeung, and Chuang Gan. Robodreamer: Learning compositional world models for robot imagination.arXiv preprint arXiv:2404.12377, 2024
2024 arXiv
-
[96]
Unified world models: Coupling video and action diffusion for pretraining on large robotic datasets.arXiv preprint arXiv:2504.02792, 2025
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
2025 arXiv
-
[97]
Rt-2: Vision-language-action models transfer web knowledge to robotic control
Brianna Zitkovich, Tianhe Yu, Sichun Xu, Peng Xu, Ted Xiao, Fei Xia, Jialin Wu, Paul Wohlhart, Stefan Welker, Ayzaan Wahid, et al. Rt-2: Vision-language-action models transfer web knowledge to robotic control. In Conference on Robot Learning, pages 2165–2183. PMLR, 2023. 23 Ta...
2023
-
[2025]
https://generalistai.com/blog/gen-0
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.