Pith. sign in

REVIEW 2 major objections 2 minor 60 cited by

Vision-language models trained on web data transfer semantic knowledge to robotic control by encoding actions as text tokens, yielding emergent generalization and reasoning.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.3

2026-05-10 22:30 UTC pith:STFDQQ2D

load-bearing objection RT-2 shows that tokenizing actions as text and co-fine-tuning a VLM on robot trajectories plus web VQA data produces better generalization and some emergent reasoning, backed by 6k trials, though the causal role of the co-training step is not isolated. the 2 major comments →

arxiv 2307.15818 v1 pith:STFDQQ2D submitted 2023-07-28 cs.RO cs.CLcs.CVcs.LG

RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control

classification cs.RO cs.CLcs.CVcs.LG
keywords vision-language-action modelsrobotic controlemergent capabilitiesgeneralization to novel objectsweb-scale pretrainingco-fine-tuningchain of thought reasoningRT-2
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

The paper establishes that large vision-language models pretrained on internet-scale data can be adapted for end-to-end robotic control. By representing robot actions as sequences of text tokens, the same model is co-fine-tuned on both web vision-language tasks and robot trajectory demonstrations. This joint training lets the robot inherit broad semantic understanding, such as recognizing new objects or interpreting instructions involving numbers, icons, sizes, or proximity. Extensive tests across six thousand trials show the resulting policies perform well on standard tasks while gaining abilities like basic reasoning about object properties or improvised tool use.

Core claim

By expressing robotic actions as text tokens and co-fine-tuning state-of-the-art vision-language models on both robotic trajectory data and Internet-scale vision-language tasks such as visual question answering, we obtain vision-language-action models that map observations to actions while retaining the benefits of web pretraining, producing performant policies that generalize to novel objects, follow previously unseen commands, and perform rudimentary reasoning such as selecting the smallest object or choosing an improvised hammer.

What carries the argument

The vision-language-action (VLA) model, formed by treating actions as text tokens so they fit directly into the same training format as natural language responses, enabling joint optimization on web data and robot trajectories without task-specific architectural changes.

Load-bearing premise

Representing actions as text tokens will allow web-scale semantic knowledge to transfer to robotic policies without degrading action precision or needing extra model components.

What would settle it

A controlled comparison in which the co-fine-tuned model matches or underperforms a robot-only baseline on novel-object tasks or unseen-command generalization would show that web knowledge did not transfer.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • Robotic policies gain the ability to interpret commands involving concepts absent from robot data, such as placing an object on a specific number or icon.
  • Basic reasoning emerges, including selecting objects by relative size or proximity and choosing appropriate tools or items for a described need.
  • Chain-of-thought prompting extends the model to multi-stage semantic planning, such as identifying an improvised hammer or suitable drink.
  • A single end-to-end model handles perception, language understanding, and control across a wide range of tasks without separate modules.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Scaling web pretraining further could reduce the volume of robot-specific demonstrations needed for new skills.
  • The same token-based approach might extend to other embodied domains such as navigation or manipulation in unstructured environments.
  • Combining VLA models with longer-horizon planning could produce agents that decompose complex household tasks using web-derived knowledge.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 2 minor

Summary. The paper proposes vision-language-action (VLA) models, instantiated as RT-2, by co-fine-tuning pretrained vision-language models on robotic trajectory data (with actions tokenized as text tokens) together with internet-scale vision-language tasks such as VQA. The central claim is that this simple recipe transfers semantic knowledge from web-scale pretraining to produce performant end-to-end robotic policies with emergent capabilities, including improved generalization to novel objects, interpretation of commands absent from robot training data, and rudimentary reasoning (e.g., selecting smallest/largest objects or using objects as improvised tools), supported by 6k evaluation trials.

Significance. If the results hold, the work demonstrates a practical route to leverage large-scale web pretraining for robotic generalization and semantic reasoning without task-specific architectures or separate modules, advancing end-to-end learning in robotics. The extensive 6k-trial evaluation and demonstration of chain-of-thought reasoning for multi-stage tasks are notable strengths that provide concrete evidence for the transfer effect.

major comments (2)
  1. [§4 and §5] §4 (Methods) and §5 (Experiments): The claim that co-fine-tuning on vision-language tasks is what enables transfer of web-derived semantic capabilities (preventing degradation while learning actions) is load-bearing for the central contribution. The reported comparisons are to RT-1 and other baselines, but no control is presented that fine-tunes the identical base VLM solely on robotic trajectories while omitting the internet VQA data. This ablation is required to isolate whether the observed generalization and reasoning emerge from the co-training mixture or simply from the pretrained weights.
  2. [§5.1] §5.1 (Evaluation setup): The 6k evaluation trials are cited as evidence for causal attribution to web pretraining, yet the manuscript does not report statistical tests, confidence intervals, or precise train/test splits and data mixture ratios for the novel-object and reasoning tasks. Without these, it is difficult to rule out that performance differences arise from other training factors rather than the VLA co-fine-tuning.
minor comments (2)
  1. [Abstract and §3] Abstract and §3: The definition of 'Vision-Language-Action (VLA) model' and the precise tokenization scheme for actions (e.g., discretization granularity) could be stated more explicitly on first use to avoid ambiguity with standard VLM terminology.
  2. [Figure 3 and §5.3] Figure 3 and §5.3: Some qualitative examples of chain-of-thought reasoning would benefit from additional quantitative metrics (success rates across multiple trials) rather than single illustrative rollouts.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their detailed review and constructive feedback on our manuscript. We address the major comments below and will incorporate revisions accordingly.

read point-by-point responses
  1. Referee: [§4 and §5] §4 (Methods) and §5 (Experiments): The claim that co-fine-tuning on vision-language tasks is what enables transfer of web-derived semantic capabilities (preventing degradation while learning actions) is load-bearing for the central contribution. The reported comparisons are to RT-1 and other baselines, but no control is presented that fine-tunes the identical base VLM solely on robotic trajectories while omitting the internet VQA data. This ablation is required to isolate whether the observed generalization and reasoning emerge from the co-training mixture or simply from the pretrained weights.

    Authors: We agree that this ablation would provide stronger causal evidence for the role of co-fine-tuning with vision-language data. The current manuscript compares RT-2 to RT-1, which is trained only on robotic trajectories but employs a different model architecture and training procedure. To directly address this, we will conduct and report an ablation where the same base VLM is fine-tuned solely on robotic data without the VQA mixture in the revised manuscript. This will help isolate the contribution of the co-training. revision: yes

  2. Referee: [§5.1] §5.1 (Evaluation setup): The 6k evaluation trials are cited as evidence for causal attribution to web pretraining, yet the manuscript does not report statistical tests, confidence intervals, or precise train/test splits and data mixture ratios for the novel-object and reasoning tasks. Without these, it is difficult to rule out that performance differences arise from other training factors rather than the VLA co-fine-tuning.

    Authors: We acknowledge the importance of statistical rigor and detailed reporting of experimental setup. In the revised version, we will include statistical tests (e.g., t-tests or bootstrap confidence intervals) for the key comparisons, along with precise details on train/test splits and the data mixture ratios used for the novel object and reasoning evaluations. The 6k trials aggregate results across multiple tasks and conditions, but we will provide more granular breakdowns and uncertainty estimates to strengthen the claims. revision: yes

Circularity Check

0 steps flagged

No circularity; empirical training and held-out evaluation

full rationale

The paper presents an empirical recipe for co-fine-tuning vision-language models on robot trajectories (actions expressed as text tokens) plus internet-scale vision-language tasks, then reports performance on 6k held-out robotic trials. No derivation chain, equations, or first-principles predictions exist that could reduce to inputs by construction. Claims of emergent generalization and reasoning rest on direct experimental results rather than any self-referential fitting or self-citation load-bearing step. The method is self-contained against external benchmarks.

Axiom & Free-Parameter Ledger

2 free parameters · 1 axioms · 1 invented entities

The central claim rests on the assumption that web-scale semantic knowledge transfers through a shared text-token space with actions. Many training hyperparameters and the precise action discretization are free parameters chosen during development. The VLA category itself is introduced as a new framing.

free parameters (2)
  • action tokenization discretization
    How continuous robot actions are mapped to discrete text tokens is a design choice that affects what the model can learn.
  • co-fine-tuning mixture weights
    The relative amounts of robotic trajectory data versus web vision-language data are chosen to balance the two objectives.
axioms (1)
  • domain assumption Semantic knowledge acquired from internet-scale vision-language data remains useful when the output space is extended to include robotic actions.
    Invoked to explain why emergent generalization and reasoning appear after co-fine-tuning.
invented entities (1)
  • Vision-Language-Action (VLA) model no independent evidence
    purpose: A single model that processes vision, language, and actions in one token space.
    New category introduced to describe the architecture; no independent external evidence provided beyond the paper's own experiments.

pith-pipeline@v0.9.0 · 5865 in / 1521 out tokens · 64062 ms · 2026-05-10T22:30:42.657360+00:00 · methodology

0 comments
read the original abstract

We study how vision-language models trained on Internet-scale data can be incorporated directly into end-to-end robotic control to boost generalization and enable emergent semantic reasoning. Our goal is to enable a single end-to-end trained model to both learn to map robot observations to actions and enjoy the benefits of large-scale pretraining on language and vision-language data from the web. To this end, we propose to co-fine-tune state-of-the-art vision-language models on both robotic trajectory data and Internet-scale vision-language tasks, such as visual question answering. In contrast to other approaches, we propose a simple, general recipe to achieve this goal: in order to fit both natural language responses and robotic actions into the same format, we express the actions as text tokens and incorporate them directly into the training set of the model in the same way as natural language tokens. We refer to such category of models as vision-language-action models (VLA) and instantiate an example of such a model, which we call RT-2. Our extensive evaluation (6k evaluation trials) shows that our approach leads to performant robotic policies and enables RT-2 to obtain a range of emergent capabilities from Internet-scale training. This includes significantly improved generalization to novel objects, the ability to interpret commands not present in the robot training data (such as placing an object onto a particular number or icon), and the ability to perform rudimentary reasoning in response to user commands (such as picking up the smallest or largest object, or the one closest to another object). We further show that incorporating chain of thought reasoning allows RT-2 to perform multi-stage semantic reasoning, for example figuring out which object to pick up for use as an improvised hammer (a rock), or which type of drink is best suited for someone who is tired (an energy drink).

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 60 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Membership Inference Attacks on Vision-Language-Action Models

    cs.CR 2026-05 unverdicted novelty 8.0

    Vision-language-action models are highly vulnerable to membership inference attacks, including practical black-box versions that exploit generated actions and motion trajectories.

  2. OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computer Environments

    cs.AI 2024-04 accept novelty 8.0

    OSWorld provides the first unified real-computer benchmark for open-ended multimodal agent tasks, exposing large performance gaps between humans and state-of-the-art LLM/VLM agents.

  3. Embodied.cpp: A Portable Inference Runtime of Embodied AI Models on Heterogeneous Robots

    cs.RO 2026-07 unverdicted novelty 7.0

    Embodied.cpp introduces a portable C++ inference runtime with modular layers for deploying VLA and WAM models on heterogeneous robots, reporting 100% and 91% task success on two models plus memory reduction on a WAM b...

  4. Labimus: A Simulation and Benchmark for Humanoid Dexterous Manipulation in Chemical Laboratory

    cs.RO 2026-06 unverdicted novelty 7.0

    Labimus is the first benchmark for humanoid dexterous manipulation in organic chemistry laboratories, exposing a gap between task completion and required experimental precision.

  5. The Speedup Paradox: Rethinking Inference Speed-Quality Trade-off in Embodied Tasks

    cs.RO 2026-06 unverdicted novelty 7.0

    TISED framework reveals paradoxical effects where inference optimizations can lengthen task completion time on static tasks or raise success rates on dynamic tasks in embodied AI.

  6. LIBERO-Safety: A Comprehensive Benchmark for Physical and Semantic Safety in Vision-Language-Action Models

    cs.RO 2026-06 unverdicted novelty 7.0

    LIBERO-Safety supplies a scalable benchmark, data-generation pipeline, and 19,664-demonstration dataset that exposes a generalization-safety tension in current VLA models where diverse training improves collision avoi...

  7. RoboGaze: Evaluating Robot World Models via Structured Vision-Language Analysis

    cs.RO 2026-06 unverdicted novelty 7.0

    RoboGaze presents a structured multi-agent VLM pipeline and robotics-specific error taxonomy that improves video evaluation metrics by up to 43 F1 points over zero-shot baselines on a 382-clip dataset.

  8. Space Is Intelligence: Neural Semigroup Superposition for Riemannian Metric Generation

    cs.RO 2026-06 unverdicted novelty 7.0

    A single Encoder-Router network uses semigroup superposition of frame, modulation, and coefficient parameters to produce a scene-specific Riemannian metric field that supports zero-shot geodesic planning after trainin...

  9. UMI-Bench 1.0: An Open and Reproducible Real-World Benchmark for Tabletop Robotic Manipulation with UMI Data

    cs.RO 2026-06 unverdicted novelty 7.0

    UMI-Bench 1.0 is presented as the first open benchmark dedicated to reproducible real-world evaluation of Universal Manipulation Interface policies.

  10. Targeting World Models to Compromise Robot Learning Pipelines

    cs.RO 2026-06 unverdicted novelty 7.0

    World models introduce a stealthy poisoning vector into robot learning pipelines where malicious prompts or dynamics in teleoperated data activate only during synthetic trajectory generation, enabling backdoors in dow...

  11. ActProbe: Action-Space Probe for Early Failure Detection of Generative Robot Policies

    cs.RO 2026-06 unverdicted novelty 7.0

    ActProbe is an action-space detector that uses temporal consistency error and action chunk magnitude from policy outputs, mapped via LSTM-MLP, to predict failures earlier than baselines across policies and real-robot tasks.

  12. Robotic Policy Adaptation via Weight-Space Meta-Learning

    cs.RO 2026-06 unverdicted novelty 7.0

    WIZARD meta-learns to map task evidence directly to LoRA updates for VLA policies, reporting up to 14x gains on unseen tasks in simulation and real-robot experiments without test-time optimization or action labels.

  13. NextMotionQA: Benchmarking and Judging Human Motion Understanding with Vision-Language Models

    cs.CV 2026-06 unverdicted novelty 7.0

    NextMotionQA benchmark reveals VLMs have critical gaps in fine-grained human motion understanding and align with experts on coarse judgment (κ=0.70) but not fine-grained (κ=0.10).

  14. Same Weights, Different Robot: A Deployment Safety View of VLA Policies

    cs.CR 2026-06 unverdicted novelty 7.0

    The paper identifies a deployment safety gap in VLA policies where identical checkpoints can be executable-inequivalent due to action metadata mismatches, supported by a derived closed-form transform and empirical dri...

  15. TTT-VLA: Test-Time Latent Prompt Optimization for Vision-Language-Action Models

    cs.RO 2026-06 unverdicted novelty 7.0

    TTT-VLA performs test-time training for VLA models by optimizing only a latent prompt on new interaction data via a proxy self-supervised signal, yielding higher task success rates on SimplerEnv in single- and multi-e...

  16. BOKBO (Best of K Bad Options): Calibrated Abstention for VLA Policies

    cs.LG 2026-05 unverdicted novelty 7.0

    BOKBO is the first conformal abstention method for K-sample VLA policies that supplies finite-sample distribution-free guarantees on executed violation rates, with global and Mondrian per-task variants.

  17. PhAIL: A Real-Robot VLA Benchmark and Distributional Methodology

    cs.RO 2026-05 unverdicted novelty 7.0

    PhAIL provides an open benchmark and distributional evaluation method for real-robot VLA policies using time-to-success CDF, HRT scoring, and KS significance tests.

  18. How VLAs Fail Differently: Black-Box Action Monitoring Reveals Architecture-Specific Failure Signatures

    cs.RO 2026-05 unverdicted novelty 7.0

    VLA architectures exhibit architecture-specific failure signatures at the motor-command level, with direction reversal as a universal predictor and velocity monitoring ineffective for continuous models.

  19. Colosseum V2: Benchmarking Generalization for Vision Language Action Models

    cs.RO 2026-05 unverdicted novelty 7.0

    Introduces Colosseum V2 benchmark for evaluating VLA model generalization in robotic manipulation with 28 tasks, revealing limitations in current methods and sim-real correlations.

  20. Advancing Creative Physical Intelligence in Large Multimodal Models

    cs.AI 2026-05 unverdicted novelty 7.0

    Introduces MM-CreativityBench for affordance-grounded creative tool use and shows that DPO-based alignment with an affordance knowledge base improves entity and part selection while cutting hallucination errors in LMMs.

  21. Diversity Over Frequency: Rethinking Tool Use in Visual Chain-of-Thought Agents

    cs.CV 2026-05 unverdicted novelty 7.0

    Visual CoT agents exhibit tool-use collapse where tool usage declines but task accuracy rises, and adding entropy regularization for rollout diversity produces the strongest performance.

  22. CrossVLA: Cross-Paradigm Post-Training and Inference Optimization for Vision-Language-Action Models

    cs.CV 2026-05 conditional novelty 7.0

    CrossVLA introduces a surrogate log-probability estimator to enable DPO on flow-matching VLAs, reports DoRA yielding +10.4 pp mean gains over SFT on LIBERO with 600 trials, and shows inference caching limited to 21% s...

  23. CrossVLA: Cross-Paradigm Post-Training and Inference Optimization for Vision-Language-Action Models

    cs.CV 2026-05 unverdicted novelty 7.0

    CrossVLA develops a surrogate log-probability estimator for DPO on flow-matching VLAs, shows DoRA outperforming LoRA by +10.4 pp mean on LIBERO, and identifies inference bottlenecks with limited caching gains.

  24. Demo-JEPA: Joint-Embedding Predictive Architecture for One-shot Cross-Embodiment Imitation

    cs.RO 2026-05 unverdicted novelty 7.0

    Demo-JEPA enables one-shot cross-embodiment imitation by mapping visual demonstrations to shared latent future trajectories that serve as subgoals for the target agent's own forward dynamics planning.

  25. DSSP: Diffusion State Space Policy with Full-History Encoding

    cs.RO 2026-05 conditional novelty 7.0

    DSSP is a history-conditioned diffusion state space policy that uses SSMs to encode full observation streams with an auxiliary dynamics objective and hierarchical fusion, achieving SOTA results with reduced model size...

  26. Action Emergence from Streaming Intent

    cs.RO 2026-05 unverdicted novelty 7.0

    A new VLA model called SI uses a four-step chain-of-thought to derive driving intent and applies it via classifier-free guidance to a flow-matching trajectory generator, showing competitive Waymo scores and intent-con...

  27. Offline Policy Evaluation for Manipulation Policies via Discounted Liveness Formulation

    cs.RO 2026-05 conditional novelty 7.0

    A liveness-based Bellman operator enables conservative offline policy evaluation for manipulation tasks by encoding task progression and reducing truncation bias from finite horizons.

  28. Overcoming Dynamics-Blindness: Training-Free Pace-and-Path Correction for VLA Models

    cs.RO 2026-05 unverdicted novelty 7.0

    Pace-and-Path Correction decomposes a quadratic cost minimization into orthogonal pace and path channels to correct chunked actions in VLA models, raising success rates by up to 28.8% in dynamic settings.

  29. SABER: A Scalable Action-Based Embodied Dataset for Real-World VLA Adaptation

    cs.RO 2026-05 unverdicted novelty 7.0

    SABER provides 44.8K multi-representation action samples from unscripted retail environments that raise a VLA model's mean success rate on ten manipulation tasks from 13.4% to 29.3%.

  30. OA-WAM: Object-Addressable World Action Model for Robust Robot Manipulation

    cs.RO 2026-05 unverdicted novelty 7.0

    OA-WAM uses persistent address vectors and dynamic content vectors in object slots to enable addressable world-action prediction, improving robustness on manipulation benchmarks under scene changes.

  31. Atomic-Probe Governance for Skill Updates in Compositional Robot Policies

    cs.RO 2026-04 unverdicted novelty 7.0

    A cross-version swap protocol reveals dominant skills that swing composition success by up to 50 percentage points, and an atomic probe with selective revalidation governs updates at lower cost than always re-testing ...

  32. CF-VLA: Efficient Coarse-to-Fine Action Generation for Vision-Language-Action Policies

    cs.CV 2026-04 unverdicted novelty 7.0

    CF-VLA uses a coarse initialization over endpoint velocity followed by single-step refinement to achieve strong performance with low inference steps on CALVIN, LIBERO, and real-robot tasks.

  33. Mask World Model: Predicting What Matters for Robust Robot Policy Learning

    cs.RO 2026-04 unverdicted novelty 7.0

    Mask World Model predicts semantic mask dynamics with video diffusion and integrates it with a diffusion policy head, outperforming RGB world models on LIBERO and RLBench while showing better real-world generalization...

  34. AeroBridge-TTA: Test-Time Adaptive Language-Conditioned Control for UAVs

    cs.RO 2026-04 unverdicted novelty 7.0

    AeroBridge-TTA achieves +22 pt average gains on out-of-distribution UAV dynamics mismatches by updating a latent state online from observed transitions in a language-conditioned policy.

  35. Harnessing Embodied Agents: Runtime Governance for Policy-Constrained Execution

    cs.RO 2026-04 unverdicted novelty 7.0

    A runtime governance framework for embodied agents achieves 96.2% interception of unauthorized actions and 91.4% recovery success in 1000 simulation trials by externalizing policy enforcement.

  36. BiCoord: A Bimanual Manipulation Benchmark towards Long-Horizon Spatial-Temporal Coordination

    cs.RO 2026-04 conditional novelty 7.0

    BiCoord is a new benchmark for long-horizon tightly coordinated bimanual manipulation that includes quantitative metrics and shows existing policies like DP, RDT, Pi0 and OpenVLA-OFT struggle on such tasks.

  37. VP-VLA: Visual Prompting as an Interface for Vision-Language-Action Models

    cs.RO 2026-03 unverdicted novelty 7.0

    VP-VLA decouples high-level reasoning from low-level control in VLA models by rendering spatial anchors as visual prompts directly in the RGB observation space, outperforming end-to-end baselines.

  38. VLN-Cache: Enabling Token Caching for VLN Models with Visual/Semantic Dynamics Awareness

    cs.RO 2026-03 conditional novelty 7.0

    VLN-Cache delivers up to 1.52x faster inference in VLN models by using view-aligned remapping for geometric consistency and a task-relevance saliency filter to manage semantic changes during navigation.

  39. PhysMem: Scaling Test-Time Memory for Embodied Physical Reasoning

    cs.RO 2026-02 unverdicted novelty 7.0

    PhysMem enables VLM-based robot planners to learn and verify physical properties through test-time interaction and hypothesis testing, raising success on a brick insertion task from 23% to 76%.

  40. UniLACT: Depth-Aware RGB Latent Action Learning for Vision-Language-Action Models

    cs.RO 2026-02 unverdicted novelty 7.0

    UniLACT improves VLA models by adding depth-aware unified latent action pretraining that outperforms RGB-only baselines on seen and unseen manipulation tasks.

  41. ST-BiBench: Benchmarking Multi-Stream Multimodal Coordination in Bimanual Embodied Tasks for MLLMs

    cs.RO 2026-02 unverdicted novelty 7.0

    ST-BiBench reveals a coordination paradox in which MLLMs show strong high-level strategic reasoning yet fail at fine-grained 16-dimensional bimanual action synthesis and multi-stream fusion.

  42. Large Video Planner Enables Generalizable Robot Control

    cs.RO 2025-12 conditional novelty 7.0

    A video foundation model trained on human demonstrations generates zero-shot plans that convert to executable robot actions on novel scenes and tasks.

  43. Preemptive Solving of Future Problems: Multitask Preplay in Humans and Machines

    cs.LG 2025-07 unverdicted novelty 7.0

    Multitask Preplay replays experience from pursued tasks as starting points for counterfactual simulation of unpursued tasks to learn predictive representations that support fast generalization in humans and machines.

  44. DreamGen: Unlocking Generalization in Robot Learning through Video World Models

    cs.RO 2025-05 unverdicted novelty 7.0

    DreamGen trains robot policies on synthetic trajectories from adapted video world models, enabling a humanoid robot to perform 22 new behaviors in seen and unseen environments from a single pick-and-place teleoperatio...

  45. VLAs are Confined yet Capable of Generalizing to Novel Instructions

    cs.RO 2025-05 unverdicted novelty 7.0

    Averaging and temporally interpolating text latents in VLAs enables 83% success on novel task combinations in the libero-ood benchmark where SOTA models achieve under 15%.

  46. AlphaDrive: Unleashing the Power of VLMs in Autonomous Driving via Reinforcement Learning and Reasoning

    cs.CV 2025-03 unverdicted novelty 7.0

    AlphaDrive uses GRPO-based RL rewards and two-stage SFT+RL training on VLMs to improve autonomous driving planning performance and efficiency while producing emergent multimodal capabilities.

  47. Kaiwu: A Multimodal Manipulation Dataset and Framework for Robot Learning and Human-Robot Interaction

    cs.RO 2025-03 unverdicted novelty 7.0

    Introduces the Kaiwu multimodal dataset and framework with 11,664 synchronized assembling demonstrations including hand motions, pressures, sounds, multi-view videos, motion capture, eye gaze, and EMG signals with tim...

  48. ReKep: Spatio-Temporal Reasoning of Relational Keypoint Constraints for Robotic Manipulation

    cs.RO 2024-09 conditional novelty 7.0

    ReKep encodes robotic tasks as optimizable Python functions over 3D keypoints that are generated automatically from language and RGB-D input, enabling real-time hierarchical planning on single- and dual-arm platforms ...

  49. 3D-VLA: A 3D Vision-Language-Action Generative World Model

    cs.CV 2024-03 unverdicted novelty 7.0

    3D-VLA is a new embodied foundation model that uses a 3D LLM plus aligned diffusion models to generate future images and point clouds for improved reasoning and action planning in 3D environments.

  50. RT-H: Action Hierarchies Using Language

    cs.RO 2024-03 conditional novelty 7.0

    RT-H learns robot policies by first predicting language motions as an intermediate representation and then mapping those plus the high-level task to actions, yielding more robust multi-task performance and the ability...

  51. Zero-Shot Robotic Manipulation with Pretrained Image-Editing Diffusion Models

    cs.RO 2023-10 conditional novelty 7.0

    SuSIE uses a finetuned InstructPix2Pix diffusion model to propose subgoal images that guide a low-level goal-conditioned policy, achieving SOTA zero-shot performance on CALVIN and real-world manipulation.

  52. Open X-Embodiment: Robotic Learning Datasets and RT-X Models

    cs.RO 2023-10 unverdicted novelty 7.0

    A collaborative dataset spanning 22 robots and 527 skills enables RT-X models that transfer capabilities across different robot embodiments.

  53. Learning Interactive Real-World Simulators

    cs.AI 2023-10 conditional novelty 7.0

    UniSim learns a universal real-world simulator from orchestrated diverse datasets, enabling zero-shot deployment of policies trained purely in simulation.

  54. ABot-M0.5: Unified Mobility-and-Manipulation World Action Model

    cs.CV 2026-07 unverdicted novelty 6.0

    ABot-M0.5 proposes a unified mobility-and-manipulation world action model using three alignment strategies that achieves state-of-the-art performance on mobile and fine-grained manipulation benchmarks.

  55. DynFly: Dynamic-Aware Continuous Trajectory Generation for UAV Vision-Language Navigation in Urban Environments

    cs.RO 2026-06 unverdicted novelty 6.0

    DynFly bridges high-level UAV navigation reasoning to continuous motion via B-spline trajectory generation with flow matching and UAV-specific dynamic supervision, yielding metric gains on the OpenUAV benchmark.

  56. Agentic RAG-VLM: Affordance-Aware Retrieval-Augmented Generation with Self-Reflective Planning for Robotic Grasping

    cs.AI 2026-06 unverdicted novelty 6.0

    Agentic RAG-VLM achieves 78.3% success on a 12-task grasping benchmark with 360 trials per configuration, a 53.3 percentage-point gain over VLM-only baselines, via hierarchical affordance RAG, scene graph constraints,...

  57. The Speedup Paradox: Rethinking Inference Speed-Quality Trade-off in Embodied Tasks

    cs.RO 2026-06 unverdicted novelty 6.0

    TISED decomposes inference optimization effects on embodied tasks and identifies paradoxical outcomes where faster per-step inference can increase task completion time on static tasks or raise success rates on dynamic tasks.

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

    cs.RO 2026-06 unverdicted novelty 6.0

    SimFoundry automates zero-shot real-to-sim scene generation from video, producing digital twins and cousins that enable policy training with 0.911 mean Pearson correlation to real-world results and 17-40% success gain...

  59. DIM-WAM: World-Action Modeling with Diverse Historical Event Memory

    cs.RO 2026-06 unverdicted novelty 6.0

    DiM-WAM is a memory-augmented world-action model that integrates multi-scale historical events and global task progress to improve long-horizon robot manipulation performance.

  60. Direct Action-Head Injection of A Grounded 3D Point Unlocks Spatial and Task Generalization

    cs.RO 2026-06 unverdicted novelty 6.0

    Direct 3D point grounding injected into the action head via a two-layer MLP and adaptive layer norm boosts VLA success rates by 32-46 points on spatial and task perturbations in LIBERO-PRO.