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

WholeBodyVLA: Towards Unified Latent VLA for Whole-Body Loco-Manipulation Control

DATE March 23, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS HAORAN JIANG, HONGYANG LI, ET AL. (ARXIV PHYSICAL AI)ARXIV 2512.11047
// KEY TAKEAWAYS5 ITEMS
  1. 01Manipulation-Aware Locomotion Is the Unsolved Core Problem of Humanoid Deployment
  2. 02Action-Free Video Pretraining Can Replace a Significant Fraction of Expensive Teleoperation Data
  3. 03Discrete Command Interfaces Beat Continuous Velocity Tracking for Task-Oriented Locomotion
  4. 04Separate Latent Models for Locomotion and Manipulation Outperform Unified Joint Training
  5. 05Cross-Embodiment Transfer Through Visual Latent Actions Is Real and Measurable
// SUMMARY

The One-Line Summary: This paper solves the hardest unsolved problem in humanoid deployment — getting a robot to move through space and manipulate objects as a single coordinated behavior, rather than awkward mode-switching between "walk" and "grab."


1. Key Themes

Manipulation-Aware Locomotion Is the Unsolved Core Problem of Humanoid Deployment

Every serious humanoid deployment effort hits the same wall: robots can walk, and robots can manipulate, but coordinating the two as a unified behavior is where systems break down. The paper names this precisely — "manipulation-aware locomotion: planning and executing movements that actively create the preconditions for the intended manipulation—approaching, orienting, and stabilizing—rather than treating locomotion and manipulation as separate stages." (Section 1) The practical consequence is that existing systems confine robots to a limited workspace. WholeBodyVLA demonstrates tasks requiring the robot to sidestep, squat, turn, and push a 50kg cart — all within a single end-to-end policy with no human handoff. Against representative baselines, it achieves a 78% average success rate vs. GR00T's 42% and OpenVLA-OFT's 56.7% on these tasks. (Table 2, Section 4.2)

Action-Free Video Pretraining Can Replace a Significant Fraction of Expensive Teleoperation Data

The team's most commercially significant finding: pretraining on cheap egocentric video (a human with a head-mounted GoPro) reduces the teleoperation data needed to reach a given performance level by up to 8x. "Models pretrained with more than 50% human video pretraining...match variants using less than 25% human videos even when fine-tuned with only 25 teleoperation trajectories, whereas the latter require 200 trajectories to achieve similar performance." (Section 4.3) The full unified latent pretraining improves success rates by 38.7% over a no-pretraining baseline. (Section 4.3) For any operator building a data flywheel, this is a direct cost multiplier.

Discrete Command Interfaces Beat Continuous Velocity Tracking for Task-Oriented Locomotion

Conventional RL locomotion controllers use continuous velocity targets — a design borrowed from quadruped navigation research. The paper argues this is the wrong abstraction for humanoid manipulation tasks: "this formulation leaves start–stop semantics implicit, induces fragmented gaits across speed, and provides little supervision for episode-level controllability such as braking precision or heading fidelity." (Section 2.1) The LMO policy replaces this with a discrete command interface {-1, 0, 1} for forward/lateral/turning intent plus a target stance height. The result is a 24% higher success rate versus velocity-based RL, with 91.7% of that gap attributable specifically to locomotion sub-tasks. (Section 4.4)

Separate Latent Models for Locomotion and Manipulation Outperform Unified Joint Training

A nuanced but operationally important finding: training a single latent action model on mixed locomotion+manipulation video degrades performance compared to training separate models. The root cause is an attention conflict — "in manipulation videos the camera pose is almost static, whereas in locomotion videos it changes continuously...The LAM may mistakenly interpret these changes as arm motion instead of locomotion." (Section 3.1) The separate-LAM approach outperforms the shared-LAM variant by 12% in average success rate (78% vs. 66%), and RRG metrics confirm the shared model underperforms on both manipulation and locomotion splits independently. (Table 2, Table 9)

Cross-Embodiment Transfer Through Visual Latent Actions Is Real and Measurable

The system learns a latent action space that aligns human and robot motions purely from visual frame-to-frame changes, with no joint-level correspondence required. "Because the codes depend only on frame-to-frame visual motion rather than embodiment-specific joint values, the same latent can align human and robot motions." (Appendix C.5) This is validated through cross-domain retrieval: querying "go forward" retrieves semantically consistent clips from both human-collected video and robot teleoperation data. This is the architectural foundation that makes cheap human video useful for robot policy learning.


2. Contrarian Perspectives

Modular Pipelines With Human-in-the-Loop Navigation Are Near-Oracle — And Still Lose

The paper's "Modular Design" baseline is deliberately generous: it uses a human teleoperator with an FPV headset handling locomotion, then hands off to the VLA for manipulation. This is essentially the best-case modular pipeline — a human doing the navigation. Yet WholeBodyVLA (78%) still beats it (64%). "The operator controls only locomotion via a handheld joystick...This ensures a fair comparison and provides a near-oracle upper bound for modular pipelines." (Appendix B.2) The implication is that the conventional argument for modularity — "keep locomotion and manipulation separate and orchestrate them" — is not just operationally inconvenient, it is empirically inferior even against a human-assisted upper bound. Most robotics companies building modular stacks should sit with this.

GR00T N1.5 Underperforms a 7B Model Trained From Scratch With Better Pretraining

NVIDIA's GR00T N1.5, given the same LMO locomotion controller, achieves only 42% average success — 36 percentage points below WholeBodyVLA. WholeBodyVLA uses the same base model (Prismatic-7B) as OpenVLA-OFT, which itself achieves 56.7%. The differentiating factor is not model architecture or scale — it is the pretraining data regime. "For VLA baselines (GR00T, OpenVLA-OFT), we use their publicly released pretrained models." (Section 4.1) The takeaway: foundation model brand name and parameter count matter less than whether the pretraining distribution includes relevant loco-manipulation priors. Teams betting on off-the-shelf VLA backbones for humanoid deployment may be systematically underinvesting in domain-specific pretraining.

The Low-Level RL Controller Is the Hidden Bottleneck — Not the VLA

The community's attention has focused heavily on VLA architectures, but this paper's failure analysis points elsewhere. "Many errors—such as stumble, path deviation, and turn with advance—arise from the limited precision and stability of the underlying RL controller rather than from the VLA itself." (Section 1) The LMO ablations show that removing the two-stage curriculum or the directional accuracy reward degrades turning error by 4x (0.05 rad → 0.20 rad, Table 3). The high-level policy can be perfect, but if the low-level controller has 26cm of positional drift on a lateral step, manipulation will fail. This is a systems engineering argument that most ML-focused robotics teams are not organized to address.


3. Companies Identified

AgiBot (AgiBot Inc.)

A Chinese humanoid robotics company that provided the hardware platform (X2 humanoid), research sponsorship, and the AgiBot World manipulation dataset used for pretraining. The paper was co-authored by AgiBot X-Lab researchers (Yanjie Zhang, Delong Li, Chuanzhe Suo, Chuang Wang, Zhihui Peng). "We also gratefully acknowledge the hardware modification support and generous research sponsorship from Agibot Inc." (Acknowledgments) AgiBot World is described as "one of the largest real-robot manipulation datasets." (Section 3.1) This positions AgiBot as both a hardware provider and a data infrastructure player in the humanoid space — and as the deployment platform for the only demonstrated large-space end-to-end humanoid loco-manipulation system to date.

NVIDIA (GR00T)

NVIDIA's GR00T N1.5 is used as a primary baseline and underperforms significantly. "GR00T targets manipulation for humanoid embodiments; each emphasizes one modality while neglecting the other primitive critical for seamless loco-manipulation task execution." (Section 2.1) With the same LMO controller, GR00T achieves 42% vs. WholeBodyVLA's 78%. (Table 2) This is a meaningful public benchmark result against a commercially positioned product.

Boston Dynamics

Referenced as a system with a "limited workspace" that "relies heavily on expensive MoCap collections of whole-body loco–manipulation." (Section 2.1, Table 1) Boston Dynamics' approach requires Motion Capture data input and does not operate without external modules — contrasted directly against WholeBodyVLA's no-extra-info closed-loop operation.

Physical Intelligence (π0, π0.5)

Pi0 and Pi0.5 are cited as representative VLA systems that "typically emphasize upper-body manipulation only and do not provide a unified, end-to-end solution for the autonomous whole-body control required by loco-manipulation tasks." (Section 2.2) Positioned as manipulation-only VLAs lacking the locomotion integration that is the paper's core contribution.

Meta (Quest Pro)

Meta Quest Pro headsets are used for VR-based upper-body teleoperation during data collection. "A Meta Quest Pro headset provides egocentric VR teleoperation of the upper body." (Appendix B.1) Relevant as infrastructure for humanoid data collection pipelines.

Intel (RealSense)

Intel RealSense D435i is the onboard perception sensor for the deployed system. "For egocentric perception, we mount an Intel RealSense D435i RGB-D camera on the head." (Appendix B.1) The entire perception pipeline runs from a single head-mounted RGB-D camera — no external sensors, no object pose estimation.

GoPro

Used as the low-cost data collection camera for human egocentric locomotion video. "We employ two types of cameras: (1) an Intel RealSense D435i RGB-D camera, and (2) a GoPro camera, which provides a larger field of view." (Appendix A.1) The GoPro is the key instrument enabling the cheap human-video data pipeline that drives pretraining.


4. People Identified

Haoran Jiang — Fudan University / OpenDriveLab at HKU / SII

Equal first author. Affiliated with both Fudan University and OpenDriveLab (the lab behind several major autonomous driving and embodied AI works). Co-leading the VLA architecture and unified latent learning contributions.

Jin Chen — Fudan University / OpenDriveLab at HKU / SII

Equal first author. Same institutional affiliations as Jiang. The dual-first-author structure suggests co-equal contributions to the core system design.

Hongyang Li — OpenDriveLab & MMLab, The University of Hong Kong

Project co-lead. Li leads OpenDriveLab, which has been active in bridging autonomous driving perception research with embodied AI. His involvement signals that the autonomous driving data-at-scale mindset is being systematically applied to humanoid robotics. OpenDriveLab has previously worked on large-scale dataset construction (AgiBot World is referenced as a co-developed resource).

Zhihui Peng — AgiBot

Project co-lead from the AgiBot side. Represents the industry-research partnership structure — academic groups providing the learning framework, hardware company providing deployment infrastructure and data resources.

Qingwen Bu and Li Chen — OpenDriveLab at HKU

Supporting researchers from OpenDriveLab. Li Chen in particular has been involved in prior OpenDriveLab work on end-to-end autonomous systems, suggesting transfer of architectural intuitions from driving to humanoid control.


5. Operating Insights

Your Low-Level Controller Architecture Is a Strategic Bet, Not an Implementation Detail

Teams deploying humanoids are typically organized with an ML team building the VLA and a controls team building the locomotion controller — and these groups often optimize independently. This paper demonstrates that the interface between them is where most real-world failure occurs. The discrete command interface (replacing continuous velocity tracking) is a simple API change that drove a 24% absolute improvement in task success, with "91.7% of this gap coming from failures in the second subgoal of each task, which contains most of the locomotion." (Section 4.4) The operational implication: your VLA could be perfect, but if your RL controller is optimized for "broad locomotion behaviors" rather than "start-stop precision," your manipulation failure rate will remain high regardless of how much you improve the vision-language model. Evaluate your controller's positional deviation on stop-and-settle tasks, not just steady-state velocity tracking.

Human Egocentric Video Is an Underpriced Data Asset for Loco-Manipulation Pretraining

The data collection pipeline described here requires one person, a head-mounted GoPro, and a protocol for performing approach-and-contact behaviors toward objects. The paper collected 300 hours of such data. (Appendix B Training Details) This produced pretraining signal that reduced teleoperation requirements by 8x in locomotion-generalization experiments. (Section 4.3) For any company building humanoid data infrastructure, this suggests a near-term allocation: before scaling expensive teleoperation rigs, invest in systematic human-egocentric video collection with goal-directed locomotion protocols. The constraint is not the camera cost — it is designing the collection protocol so that locomotion is always oriented toward potential manipulation goals, ensuring the distribution is relevant. "Operators should perform locomotion to contact potential manipulation goals, ensuring that the locomotion data is directly aligned with loco-manipulation learning." (Section 3.1)

Failure Mode Auditing Should Be Decomposed by Locomotion vs. Manipulation Root Cause

The paper's Sankey diagram failure analysis (Appendix C.3) reveals that across advance, sidestep, and turn primitives, "locomotion-related issues account for the majority of failures" — and that most of these propagate through "object/basket unreachable" into failed manipulation, not catastrophic falls. This means that observing a manipulation failure in the field does not tell you whether to improve your grasping policy or your approach controller. Teams evaluating deployed systems should instrument subgoal-level success tracking: did locomotion place the robot in a feasible configuration? Only then evaluate manipulation. Without this decomposition, engineering resources will be misallocated toward the wrong component.


6. Overlooked Insights

The Sim-to-Real Transfer Stack Is Quietly Impressive and Practically Replicable

The LMO controller is trained entirely in MuJoCo simulation on a single H100 GPU, yet deploys on a NanoPi onboard computer at 50Hz. The domain randomization table (Table 5, Appendix A.2) includes friction coefficients from 0.1 to 3.0, payload mass on hands from -0.1 to 0.3 kg, action lag of 2-8 timesteps, and IMU lag of 1-10 timesteps. Structured arm perturbations are injected from real AgiBot World trajectories rather than random noise — "This forces the legs to compensate for structured inertial couplings rather than unstructured disturbances." (Section 3.2) This is not a minor implementation note. The gap between "RL controller that works in sim" and "RL controller that works on a real humanoid carrying a 50kg load" is where most sim-to-real efforts fail. The use of real manipulation trajectory data as structured perturbation during RL training is a technique directly transferable to any team building whole-body controllers.

Proprioceptive State Injection Into the Action Decoder Is Nearly Redundant — With a Catch

Table 6 and 7 (Appendix C.2) show that removing proprioceptive state from the action decoder produces only a 1.3% drop in standard conditions (76.7% vs. 78.0%). But under visual distribution shift (changed objects/loads), the gap widens to ~12% on manipulation-heavy subgoals. "Removing the state input increases variance and slightly degrades performance, especially in the visually perturbed conditions." This has a non-obvious implication for system design: the robot is primarily operating from vision, which means visual distribution shifts (lighting changes, novel objects, different environments) are the primary robustness risk — not proprioceptive sensor failures or joint estimation errors. Teams doing environmental deployment planning should prioritize visual diversity in their training data over sensor redundancy in the proprioceptive stack.