📊 Deep Signal

ICRA 2026 Key Takeaways: Where Robotics Research Is Heading

SinoBot Editorial

Key Takeaways

The 43rd IEEE International Conference on Robotics and Automation (ICRA 2026) concluded on June 5 in Vienna, Austria. As the highest-profile academic conference in global robotics research, ICRA 2026’s papers, keynotes, and exhibition floor provided clear directional signals for the entire industry.

Four dominant trends shaped the conference: humanoid robots transitioning from “proof-of-concept demonstrations” to “reproducible benchmarks and practical evaluation”; Sim-to-Real migration upgrading from a “lab trick” to a “standard pipeline component”; VLA models fundamentally reshaping the evaluation methodology for robot learning; and wheel-legged robots gaining unprecedented attention from both academia and industry as the most promising medium-complexity form factor balancing mobility and manipulation.

This article distills ICRA 2026’s four core trends and analyzes their implications for the commercial robotics industry.


Trend One: The “Benchmarking” Era for Humanoid Robots

From Demo Videos to Standardized Evaluation

Over the past three years, humanoid robot discourse has been dominated by company-produced demonstration videos. Figure 02, Tesla Optimus, and Unitree H1 walking and manipulation videos achieved massive social media reach — but academia lacked standardized assessments of these robots’ true capabilities.

ICRA 2026 marked a turning point. At least five papers directly proposed standardized benchmarks and evaluation methods for humanoid robots:

HumanoidBench 2.0 (MPI Intelligent Systems / ETH Zurich): Significantly expanded from the 2024 original — adding 12 fine manipulation tasks (e.g., rearranging tableware on a dining table, using a screwdriver to tighten screws) and 8 dynamic locomotion tasks (e.g., balancing on one foot on uneven terrain, recovering balance after crossing obstacles). The benchmark uses a unified simulation environment (Genesis + MuJoCo) backend to ensure cross-laboratory reproducibility.

EvalBot (CMU / Google DeepMind): An evaluation protocol for physical humanoid manipulation capabilities — defining 17 standard test scenarios including door opening, tool use, transporting objects of varying shapes and weights, and collaborative object handover with humans. EvalBot’s key feature: participants are not required to use the same robot hardware. It evaluates the combined “algorithm + hardware” system performance.

REALign (Tsinghua / Robot Era): A benchmark for humanoid walking and full-body coordination control. REALign’s unique approach uses “biomechanical features of human walking data” as the evaluation reference — measuring walking naturalness, energy efficiency, and perturbation resistance. Benchmark results show that the most advanced current humanoid robots achieve approximately 60% of human walking efficiency on flat terrain — but significant gaps remain on uneven ground and under dynamic perturbations.

Selected Key Papers

Paper/ProjectInstitutionCore ContributionIndustry Relevance
HumanoidBench 2.0MPI / ETH Zurich12 fine manipulation + 8 dynamic locomotion benchmarksHigh (evaluation framework for procurement and development)
EvalBotCMU / Google DeepMind17-scenario evaluation protocol for physical humanoidsHigh (cross-hardware reproducible comparison)
REALignTsinghua / Robot EraHuman-walking-data-referenced humanoid control benchmarkMedium-High (focus on walking naturalness and efficiency)
Whole-Body Control with Diffusion PolicyMITDiffusion policy for full-body coordinated humanoid manipulationMedium (technical route validation)

Industry Implications

First step toward procurement standardization: The biggest pain point for enterprises purchasing humanoid robots is the inability to compare different products and solutions horizontally. HumanoidBench 2.0 and EvalBot represent “evaluation benchmarks” transitioning from academic concepts to commercially usable reference tools.

Convergence of technical debates: Benchmark data helps answer the most pressing industry questions — “MPC vs reinforcement learning — which approach is better?” “Should full-body coordinated control use rule-based + optimization or end-to-end neural networks?” Different benchmark results are providing data-driven guidance for technology route selection.


Trend Two: Sim-to-Real — From Trick to Standard Pipeline

Paper Volume Reflects the Trend

In the ICRA 2026 proceedings, the keywords “Sim-to-Real” or “Domain Randomization” appeared in over 300 papers — an approximately 40% increase from ICRA 2025. More significantly, Sim-to-Real is no longer an independent research direction — it has become a “standard experimental section” in multiple subfields (manipulation, locomotion, humanoids, soft robotics).

Three Notable Works

AdaSim (UC Berkeley / Google DeepMind): Proposes an “adaptive simulation adjustment” approach — when a simulation-trained model underperforms in the real world, AdaSim does not require returning to initial parameters for retraining. Instead, it automatically detects the “sim-to-real gap,” adjusts simulation parameters, and incrementally updates the policy network. The work demonstrated an efficient pipeline from zero training to real-world operation in just 4 hours on a real robotic arm tabletop manipulation task.

Real2Sim + Sim2Real Closed-Loop (NVIDIA / University of Toronto): Presents a complete “real → simulation → real again” closed-loop system. First, real workspaces are reconstructed in Isaac Sim using NeRF and 3D scanning. Task policies are then trained and validated at scale in simulation. Finally, policies are zero-shot transferred back to the real environment. The key experiment: a robotic arm performing a multi-step task (open refrigerator door, retrieve drink, close door) in a real kitchen environment achieved 85% transfer success.

Transferable Skill Library (ETH Zurich): Introduces a “skill naming + conditioned policy” framework — training a set of basic atomic skills (push, grasp, place, rotate) in simulation, with each skill trained under multiple physical parameter variations. When transferring to the real environment, the system automatically selects the skill version best matching current physical conditions. This “skill library” approach reduces dependency on high-fidelity simulators and large real-world datasets by improving training data utilization.

Industry Implications

Bridging simulation development and hardware debugging: Traditionally, simulation teams and hardware teams worked independently, with Sim2Real transfer requiring extensive manual tuning. AdaSim and Real2Sim+Sim2Real represent the evolution toward “simulation as product” — simulation is no longer just an R&D auxiliary tool but infrastructure贯穿 the entire product development cycle.

Reducing data costs for robot task development: Data collection has been the primary bottleneck for robotic “long-tail task” automation. The maturation of Sim2Real pipelines means that for a new task scenario, R&D teams can complete the “simulation modeling → policy training → real-world transfer” workflow within 1-2 days — reducing data costs by an order of magnitude compared to traditional approaches.


Trend Three: VLA Models Reshaping Evaluation Methodology

Explosive Growth in VLA Papers

At ICRA 2026, papers involving VLA (Vision-Language-Action) models exceeded 60 — nearly three times the count at ICRA 2025. VLA has evolved from a controversial new concept into the most active research direction in robot learning.

Shifts in Evaluation Method

The rise of VLA has profoundly impacted evaluation methodology in robot learning:

From “task success rate” to “generalization metrics”: Traditional robot learning evaluation focused on single-task success rates — “how many successes out of 100 trials.” VLA models target generalization — “how does the model perform on unseen object, scene, and instruction combinations.” ICRA 2026 introduced multiple new generalization evaluation protocols, such as G-VAL (Generalization Value), which incorporates task variant counts into the scoring system.

Language instruction as an evaluation dimension: Since VLA model inputs include language instructions, “instruction comprehension accuracy” became a new evaluation metric. Multiple papers introduced instruction difficulty grading — simple instructions (“pick up the cup”), compound instructions (“pick up the cup and place it on the tray”), and context-dependent instructions (“bring me the blue object I placed last time”).

Cross-embodiment evaluation: A core concept of VLA models is the transferability of visual-language knowledge across different robot platforms. ICRA 2026 featured the first “cross-platform VLA evaluation” — deploying the same VLA model on UR5, Franka Emika Panda, and KUKA iiwa robotic arms, measuring performance differences on the same set of manipulation tasks.

OpenVLA-Large (Stanford / CMU / Hugging Face): The OpenVLA was scaled from the original 7B-parameter version to 70B parameters, improving average success rate from 52% to 71% across 13 standard manipulation benchmarks. This result validates VLA’s “scaling law” — larger models + more data = better generalization.

EmbodiedBench (UC Berkeley / Google DeepMind): Introduces a comprehensive evaluation suite for embodied AI agents — comprising standardized tests across four dimensions: perception, reasoning, planning, and execution. EmbodiedBench provides VLA models with a more holistic evaluation framework than single-task success rates.

VLA Adapter (Tsinghua University): Proposes a lightweight VLA adaptation method — inserting an “adapter” module between the pretrained VLM and the action decoder, enabling rapid VLA model transfer between different robot platforms without full model fine-tuning. This work’s significance for embodied AI parallels LoRA’s impact on large language models.

Industry Implications

VLA models becoming the technical foundation for commercial robotics: If 2024-2025 saw enterprises in a “VLA vs traditional pipeline” wait-and-see mode, ICRA 2026 sent a clear signal: VLA will become the mainstream architecture for robot operating systems over the next 3-5 years.

Commercial value of evaluation benchmarks: Evaluation systems like EmbodiedBench and G-VAL provide quantifiable performance labels for robot products. For enterprises purchasing robot systems, these evaluation metrics can inform procurement decisions.


Trend Four: The Rise of Wheel-Legged Robots

”Medium Complexity” Form Factor Balancing Speed and Maneuverability

Wheel-legged robots — hybrid forms adding wheels to leg structures — emerged as one of the most industry-focused form factors at ICRA 2026. Compared to bipedal humanoids, wheel-legged robots offer lower mechanical complexity and controllable costs. Compared to pure wheeled robots, they demonstrate clear advantages in obstacle negotiation and stair adaptation.

ICRA 2026 featured at least 3 complete system demonstrations and over 10 directly related papers on wheel-legged robots.

Representative Projects

ETH Zurich ANYmal Evolution: ANYmal has been the benchmark quadruped platform. The ETH Zurich team demonstrated an evolved ANYmal at ICRA 2026, adding an actively driven wheel module to each leg tip. This enables “wheeled driving” on flat surfaces (high speed, low energy consumption) and seamless transition to “legged stepping” mode for stairs and obstacles. The version demonstrated over 3 hours of outdoor endurance — approximately double the pure legged walking mode.

Unitree Robotics Wheel-Legged Combination: Unitree demonstrated its quadruped robot with wheeled end-effector combination at the ICRA industry exhibition. According to Unitree’s data, the wheel-legged combination mode reduces locomotion energy consumption by approximately 60% and increases maximum speed to 8 km/h — a significant improvement over pure legged walking.

Qianxing Tech (Wheelbot): Chinese startup Qianxing Tech showcased a new wheel-legged robot platform, Wheelbot-2. The platform uses a simple “dual-wheel + tail” structure — two wheels plus an actively controlled tail structure for balance and steering. Wheelbot-2 achieves a 15kg maximum payload with 4 hours of endurance, demonstrating solid practicality in warehouse logistics and inspection scenarios. Qianxing Tech announced a pilot partnership with Cainiao Logistics at the conference.

Commercial Application Outlook

Warehouse logistics: Wheel-legged robots can drive at high speeds on flat warehouse floors, switching to walking mode when encountering picking area thresholds or steps. ANYmal Evolution’s experimental data shows over 3x improvement in operational efficiency in typical warehouse environments compared to pure legged walking.

Inspection and maintenance: Factory and substation inspection routes typically include flat corridors, small steps (5-15cm), and ramps. Wheel-legged robots can adapt to these diverse ground conditions without infrastructure modification.

Security patrol: Outdoor patrol scenarios requiring extended endurance — the wheel-legged mode’s low energy consumption provides significant advantages over pure legged solutions.


Implications for the Chinese Robotics Industry

Growing Academic Participation

At ICRA 2026, paper submissions and acceptance rates from Chinese institutions reached historic highs. Tsinghua University, Shanghai Jiao Tong University, Harbin Institute of Technology, and the Chinese Academy of Sciences Institute of Automation published numerous high-quality papers in VLA, Sim2Real, and humanoid control.

Notably, Chinese startup participation (Unitree Robotics, Robot Era, Qianxing Tech, GalaxyBot, and others) in the ICRA industry exhibition increased dramatically. This marks a shift in the Chinese robotics industry from “manufacturing capability export” to “technology capability export.”

Accelerating Paper-to-Product Conversion

Multiple research results first presented at ICRA 2024-2025 demonstrated productization progress at ICRA 2026. The most typical example is Sim2Real technology — still a purely academic methodology in 2025, it had become a standard component of the product development pipeline at companies like Unitree and GalaxyBot by 2026.

Gaps to Address

Core fundamental research gap remains: In humanoid robot control theory, dexterous manipulation algorithms, and foundational robot learning architectures, Chinese institutions still face a systematic gap compared to top US labs (Stanford, MIT, CMU, Google DeepMind). China’s industrial advantage lies more in engineering application, supply chain integration, and rapid industrialization.

Low open-source ecosystem participation: Despite high paper output from Chinese institutions, contribution to open-source robotics projects (LeRobot, OpenVLA, MuJoCo ecosystem) remains low. This is disadvantageous for building long-term academic and community influence.


ICRA 2026 Key Statistics at a Glance

MetricData
Conference datesJune 1-5, 2026
LocationVienna, Austria — Austria Center Vienna
Paper submissions~6,500 (estimated)
Paper acceptances~2,100 (acceptance rate ~32%)
Attendees~8,000
Chinese institution submission share~28% (historic high)
Chinese company exhibitors~30 (including exhibition and forums)
Hottest topicsVLA, Sim2Real, humanoids, wheel-legged robots

Conclusion

The most important signal from ICRA 2026: robotics research is converging from “every lab does its own thing” toward “evaluation benchmarks + standardized pipelines.” Humanoid robots now have HumanoidBench and EvalBot; Sim-to-Real has evolved from a trick into a workflow; VLA models are reshaping evaluation methodology; and wheel-legged robots are gaining recognition as the commercial “sweet spot” form factor.

For robotics companies, these academic signals directly translate into technology roadmap and product selection guidance. In H2 2026, expect more humanoid products to adopt standardized evaluation, more Sim2Real pipelines integrated into development workflows, and more wheel-legged robots entering real-world deployment scenarios.


Sources: ICRA 2026 proceedings (IEEE Xplore), ICRA 2026 program and industry forum materials, ETH Zurich | NVIDIA | UC Berkeley | CMU | Google DeepMind official technical blogs, Unitree Robotics and Qianxing Tech booth materials.