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/HEX: Humanoid-Aligned Experts fo…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

HEX: Humanoid-Aligned Experts for Cross-Embodiment Whole-Body Manipulation

DATE April 9, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS SHUANGHAO BAI, BADONG CHEN, ET AL. (ARXIV PHYSICAL AI)ARXIV 2604.07993
// KEY TAKEAWAYS5 ITEMS
  1. 01The Core Problem with Current Humanoid VLAs Is Architectural, Not Just Scale
  2. 02Whole-Body State Prediction as a First-Class Citizen
  3. 03Cross-Embodiment Pretraining at 12M Frames Across 7 Robot Bodies
  4. 04Real-World Performance: 79.8% Average vs. 57–72% for Billion-Parameter Competitors
  5. 05Long-Horizon Task Performance Is Where Competitors Break Down
// SUMMARY

Investor & Operator Summary


1. Key Themes

The Core Problem with Current Humanoid VLAs Is Architectural, Not Just Scale

Most Vision-Language-Action models bolt a large language model onto a robot and predict joint actions directly — treating the left arm, right leg, and waist as independent outputs. HEX's central argument is that this architectural choice is fundamentally wrong for bipedal humanoids: balance is a shared constraint across all limbs simultaneously. As the authors state in Section 1: "the robot must maintain dynamic balance while producing high-dimensional, tightly coupled motions across multiple limbs during object interaction." This isn't a training data problem — it's a model design problem. HEX introduces a Unified Proprioceptive Predictor (UPP) that explicitly models cross-body-part coordination before actions are generated.

Whole-Body State Prediction as a First-Class Citizen

Rather than treating proprioception (joint positions, velocities, IMU, tactile signals) as a simple input vector, HEX forecasts future proprioceptive states 50 timesteps ahead. This "review-and-forecast" paradigm — past visual context for scene understanding, future state prediction for motor coordination — is the system's distinguishing architectural bet. From Section 3.3: "the policy must model not only heterogeneous proprioceptive signals, but also the structured interactions among different body parts." The ablation in Section 4.4 confirms this is the highest-value component: removing the UPP causes the largest single performance drop across both tested tasks.

Cross-Embodiment Pretraining at 12M Frames Across 7 Robot Bodies

HEX was pretrained on data from Tienkung 2.0, Tienkung 3.0, Tienyi (wheeled), Unitree G1, Unitree H1, AgiBot, and Leju humanoids — totaling over 12 million frames. The canonical body-part slot system (left/right arms, hands, legs, head, waist, and an "others" slot) allows a single model to ingest heterogeneous state definitions without retraining. As stated in Section 3.5: "Although these datasets differ substantially in embodiment, state composition, and action parameterization, they can all be leveraged for pretraining within our cross-embodiment architecture." This is the scalability claim that makes the approach commercially interesting.

Real-World Performance: 79.8% Average vs. 57–72% for Billion-Parameter Competitors

HEX (2.4B parameters) achieves 79.8% average task success rate across 7 real-world tasks on physical humanoid robots, beating GR00T N1.5 (3B, 70.2%) and π0.5 (3.3B, 71.8%), while running at 73.34ms latency on an RTX 4090 — faster than π0.5 (Table 1, Figure 10). More importantly, in generalization scenarios with distribution shift (new lighting, visual distractors, faster human motion), HEX achieves 61.8% vs. π0.5 at 44.3% and GR00T N1.5 at 41.0% (Section 4.3). The gap widens under stress, which is the operative condition that matters for deployment.

Long-Horizon Task Performance Is Where Competitors Break Down

On a four-stage box conveyance task (grasp → turn → walk → place), HEX achieves 53.3% end-to-end success vs. 40.0% for π0.5 and 20.0% for GR00T N1.5 (Table 2). The final "Place Box" stage — where cascading errors from all prior stages accumulate — shows the largest margin. From Section 4.2.2: "on the final Place Box stage, HEX surpasses the strongest baseline by around 15%, indicating its superior ability to sustain stable execution and reduce cascading errors over long-horizon whole-body manipulation." This is the metric that determines whether a robot can complete a real task rather than a single scripted motion.


2. Contrarian Perspectives

Bigger Is Not Better for Humanoid Whole-Body Control — Structure Is

The prevailing industry assumption is that scaling model parameters (more data + bigger VLM) solves humanoid manipulation. HEX directly challenges this. ACT, an 80M parameter model, outperforms 3B+ parameter models on several in-distribution tasks (Table 1: ACT achieves 83.3% on "Mirror the Human's Pose," matching GR00T N1.5 and π0.5). The authors note in Section 4.2.1: "despite their much smaller parameter scales, ACT and SwitchVLA remain competitive with several-billion-parameter models, suggesting that small and medium-sized models are already sufficient to fit seen trajectories effectively." The implication: companies racing to scale parameters on humanoids without rethinking the proprioceptive modeling stack are likely wasting compute.

Pretraining Benefits Are Primarily About Sample Efficiency, Not Final Performance

The robotics industry has invested heavily in the narrative that large-scale pretraining unlocks qualitatively new capabilities. HEX's own ablation tells a more nuanced story. From Section 4.4: "pretraining mainly improves optimization efficiency rather than the final converged performance in our single-task setting... the difference becomes small at later stages, with both models reaching similar final success rates (11/12 vs. 10/12)." The real value of cross-embodiment pretraining in HEX is that it reduces the number of task-specific demonstrations needed to reach competency — not that it creates fundamentally new skills. For operators designing data collection pipelines, this reframes ROI on pretraining investment.

Unified Latent Control Without Body-Part Structure Is Architecturally Insufficient

WholeBodyVLA and similar systems attempt unified latent VLA control without explicitly separating body-part dynamics. HEX's results argue this approach leaves significant performance on the table. The MoE routing analysis in Section 4.5 is particularly revealing: "routing after the transformer blocks exhibits clearer phase-dependent switching, suggesting stronger state-dependent specialization... lower-index experts dominate during static support phases, whereas higher-index experts are selected during turning and forward locomotion." The experts spontaneously learned to specialize by locomotion phase — emergent behavior that a monolithic encoder cannot produce. This suggests that structured inductive biases about body morphology are not just useful but necessary for robust whole-body control.


3. Companies Identified

NVIDIA (GR00T N1.5) Developer of the GR00T humanoid foundation model series. Used as a primary baseline in HEX experiments. GR00T N1.5 (3B parameters) achieves 70.2% average task success and 41.0% generalization success — meaningfully below HEX on both metrics. Relevance: NVIDIA is the most prominent Western player in humanoid foundation models; HEX directly benchmarks against and outperforms their flagship system. From Table 1 and Section 4.3: "HEX achieves the best overall average success rate of 61.8%, substantially outperforming π0.5 (44.3%), GR00T N1.5 (41.0%), and SwitchVLA (22.4%)."

Physical Intelligence (π0 / π0.5) Developer of the π0.5 general-purpose robot foundation model (3.3B parameters). Used as the strongest baseline in HEX experiments. π0.5 achieves 71.8% average task success but 44.3% generalization — second-best overall but clearly below HEX. Relevance: Physical Intelligence is the most heavily funded Western robotics AI company; their model is treated as the benchmark to beat. From Section 4.2.1: "π0.5 shows slightly better motion smoothness and higher success rates than GR00T N1.5, while HEX achieves the best overall performance."

Beijing Innovation Center of Humanoid Robotics (BICHR) / Tiankong Robots Primary institutional author and hardware provider. HEX runs on Tienkung 2.0 and Tienkung 3.0 full-sized bipedal humanoids, as well as the wheeled Tienyi platform. BICHR is a Chinese state-backed humanoid robotics initiative. Relevance: The paper represents a direct capability challenge from Chinese humanoid infrastructure to Western models. All real-world experiments use BICHR hardware, and the pretraining data includes proprietary Tienkung datasets (~4M frames).

Unitree Robotics Manufacturer of G1 and H1 humanoid robots. HEX's pretraining corpus includes approximately 3.4M frames from the "Humanoid Everyday" dataset collected on Unitree G1 and H1 platforms (Section 3.5). Relevance: Unitree hardware is serving as a data source for third-party model training, validating the G1/H1 as a de facto standard data collection platform for humanoid learning research.

AgiBot Developer of wheeled humanoid robots. AgiBot World Colosseo dataset contributes 3.8M frames to HEX pretraining via a G1-retargeted action format. From Section 3.5: "AgiBot World Colosseo contributes 3.8M frames from a wheeled AgiBot humanoid platform. We use its G1-retargeted version, in which the original actions are transformed into a format executable by legged humanoids." Relevance: Demonstrates that wheeled humanoid data can be retargeted to legged platforms — cross-morphology transfer beyond just joint count differences.

Leju Robotics Manufacturer of legged humanoid robots. HEX pretraining includes 2.3M frames from the Leju platform via the RoboCOIN dataset (Section 3.5). Relevance: A less-prominent Chinese humanoid manufacturer whose data is being incorporated into the broader cross-embodiment training ecosystem.

Qwen / Alibaba (Qwen3-VL-2B) Provider of the base vision-language model used in HEX. From Section 4.1: "HEX is built on the vision-language model Qwen3-VL-2B-Instruct." Relevance: Alibaba's open-weight VLM is becoming a preferred backbone for robotics VLA systems, particularly in Chinese research institutions — a potentially significant competitive dynamic for Western VLM providers.


4. People Identified

Meng Li — Beijing Innovation Center of Humanoid Robotics (BICHR), Project Lead Designated project lead on HEX. Also lead author on SwitchVLA, a prior VLA framework used as a baseline in this paper. Li appears to be driving the core architecture strategy at BICHR's AI research division. Notable for publishing both the baseline system and its successor within the same research cycle, indicating rapid iteration velocity.

Shuanghao Bai — Xi'an Jiaotong University / BICHR, Equal First Author Co-leads HEX alongside Meng Li. Also first author on related works including "Latent Reasoning VLA" (arXiv 2602.01166) and survey papers on embodied robot manipulation. Bai's publication record suggests a focus on the intersection of VLMs and physical robot control, with particular attention to temporal reasoning in action generation.

Zhengping Che — BICHR, Corresponding Author Senior corresponding author alongside Jian Tang and Badong Chen. Che appears to be a senior research director at BICHR overseeing the VLA and cross-embodiment research program. Position at BICHR (a state-backed initiative) suggests this work has direct connection to China's national humanoid robotics development agenda.

Jian Tang — BICHR, Corresponding Author Co-corresponding author. BICHR affiliation. Tang's role alongside Che as dual corresponding authors suggests joint senior oversight of the research program at BICHR.

Shanghang Zhang — Peking University Faculty collaborator from PKU, one of China's premier technical universities. Involvement of Peking University researchers alongside BICHR indicates the academic-industrial collaboration structure underpinning Chinese humanoid AI development.


5. Operating Insights

Build Your Proprioceptive Stack Before Scaling Your VLM

The single most actionable finding for a robotics CTO is the ablation result in Section 4.4: removing the UPP (the proprioceptive predictor) causes the largest performance drop of any component — larger than removing the visual history cache or the MoE specialization. "Among the evaluated components, the UPP has the strongest effect, as its removal results in the largest performance degradation on both tasks." Teams currently optimizing their VLA by swapping in larger language model backbones should first audit whether their architecture explicitly models cross-limb dynamics. If your model predicts arm and leg actions independently, you are likely leaving 15–20 percentage points of task success on the table for complex manipulation, regardless of model scale.

Design Data Collection Pipelines for Cross-Embodiment From Day One

HEX's canonical body-part slot system — fixed slots for left/right arms, hands, legs, head, waist — means that data collected on any humanoid morphology can contribute to pretraining without per-dataset model retraining. From Section 3.3: "For an embodiment e, the raw proprioceptive state may vary in dimensionality and composition. We therefore map each available part into a shared latent space and insert a learned missing-part token when a part is absent." The practical implication: companies building data flywheels should standardize their state representation around canonical body-part abstractions from the start, not around robot-specific joint indices. Retrofitting this later is architecturally expensive. HEX's 12M-frame corpus spanning 7 embodiments was only possible because of this design choice.

Fast-Reaction and Long-Horizon Are the Stress Tests That Matter for Deployment

In-distribution benchmark performance is table stakes. The operative question for deployment is how systems fail under real conditions. HEX's generalization results are explicit about where current VLAs break: visual distractors cause all three baseline models to start pouring before receiving human instructions, misidentifying a red plate as a human hand (Section 4.3). On the long-horizon task, the gap between HEX and the next-best system grows at each sequential stage (Table 2). "failures are relatively concentrated in a small number of key sub-stages... the long-horizon box conveyance task exhibits more distributed failures across grasping, turning, locomotion, and final placement, indicating that longer action chains amplify error accumulation." When evaluating competitor systems or designing internal benchmarks, weight long-horizon and fast-reaction scenarios heavily — they are disproportionately predictive of real-world deployment reliability.


6. Overlooked Insights

The MoE Routing Behavior Reveals a Fundamental Design Principle for Long-Horizon Control

The routing analysis in Section 4.5 is buried in "Other Analyses" but contains an insight with significant architectural implications. The researchers discovered that MoE modules placed before the transformer backbone produce static, body-part-stable routing (essentially just learning "this is the arm expert, this is the leg expert"). MoE modules placed after the transformer backbone produce dynamic, phase-dependent routing that switches at subtask boundaries. "After the transformer blocks, the routing becomes more phase-dependent, with major switches aligning well with semantic subtask boundaries. This effect is particularly evident in the leg channels: lower-index experts dominate during static support phases, whereas higher-index experts are selected during turning and forward locomotion." This is not just an architectural curiosity — it suggests that MoE expert specialization for robotics should be conditioned on processed semantic state, not raw proprioception. Teams designing mixture-of-experts architectures for multi-stage tasks should position routing after context integration layers, not before. The finding also implies that the number of experts needed for robust whole-body control may scale with the number of distinct locomotion/manipulation phases in a task, not just the number of robot embodiments.

The Pretraining Compute Budget Is Surprisingly Accessible, But the Data Sourcing Bottleneck Is Real

HEX required approximately 1,000 A100 GPU hours for pretraining — roughly $3,000–5,000 at current cloud rates (Section 4.1: "requiring approximately 1K A100 GPU hours"). This is a democratizing finding: the compute barrier for training a state-of-the-art humanoid whole-body VLA is not the bottleneck. The actual constraint is the 12M-frame cross-embodiment dataset, which required proprietary teleoperation infrastructure across three in-house robot platforms plus licensing/access to three external datasets (Humanoid Everyday, AgiBot World Colosseo, RoboCOIN). Startups without access to multiple physical humanoid platforms and established data collection pipelines cannot replicate this training corpus regardless of compute budget. This asymmetry — cheap compute, expensive proprioceptive data collection — will likely drive consolidation around a small number of organizations that can operate multi-embodiment data collection at scale, or alternatively create a significant market for high-quality humanoid trajectory data licensing.