CoRL 2026 · Humanoid locomotion

CAPContinuously Adaptive Perception-Blind
Humanoid Locomotion via Learned Denoising

  • Hongjin Chen1,2
  • Zijun Xu1,3
  • Shihao Ma1
  • Yi Zhao1
  • Xilai Liu4
  • Ke Ma1,2
  • Wei Zhang4
  • Chunyang Xie4
  • Pengfei Li2
  • Jieru Zhao5
  • Wenchao Ding1,2,*
  • 1Fudan University
  • 2TARS Robotics
  • 3Shanghai Innovation Institute
  • 4Harbin Institute of Technology
  • 5Shanghai Jiao Tong University

* Corresponding author

Fudan UniversityTARS Robotics

Conference on Robot Learning (CoRL) 2026

One policy. Continuous adaptation through perception loss and recovery.

CAP paper teaser: (a) a humanoid ascends stairs with its camera covered, then crosses a gap and descends after uncovering; (b) partial camera occlusion examples with raw depth in red frames and world-model reconstructions in green frames; (c) outdoor deployment on grass and stairs.

Abstract

Humanoid locomotion across complex terrain demands forward-looking exteroception to anticipate obstacles, yet this signal is unreliable in real-world deployment, failing partially and intermittently. Existing perceptive policies often assume that depth observations remain clean and in-distribution, while recent attempts to unify perceptive and blind control typically route or switch between separate sub-policies, leaving recoverable information in partially corrupted depth unexploited. We instead propose CAP, a single-stage humanoid locomotion policy that recovers this signal with a perceptive world-model encoder trained as a learned denoiser to reconstruct clean depth from a corrupted input, together with a co-active proprioceptive variational encoder that supplies depth-free body-state information. A coupled training recipe pairs a depth-noise curriculum on the world-model input with world-model feature dropout on the policy-facing latent, exposing the policy to failures across the entire perception-quality spectrum. In simulation, CAP matches or improves upon perceptive baselines when depth remains informative, and degrades more smoothly than a binary-switching baseline as perception worsens. On the Unitree G1, controlled trials and indoor–outdoor deployments demonstrate perception-robust locomotion under intermittent occlusion, real-sensor corruption, and outdoor depth artifacts.

On the real robot

From the lab to the outdoors.

Perception-robust locomotion on the Unitree G1.

The method

Two complementary pathways.
One locomotion policy.

A denoising perceptive pathway and a depth-free proprioceptive pathway remain co-active.

CAP framework from the paper: a perceptive world-model encoder and proprioceptive VAE feed a shared-gate mixture-of-experts actor-critic, with coupled depth corruption and world-model feature dropout.View full resolution
01 / PERCEPTION

Learn to denoise.

The world model reconstructs a clean, stabilized depth target from corrupted observations, learning to recover useful terrain structure.

02 / PROPRIOCEPTION

Stay grounded in body state.

A high-rate proprioceptive VAE supplies depth-free body-state information alongside the perceptive pathway.

03 / TRAINING

Train across perception quality.

A depth-noise curriculum and world-model feature dropout expose the policy to both input corruption and unreliable perceptive features.

Evidence from the paper

Gradual degradation.
Continuous adaptation.

Simulation sweeps and controlled hardware trials evaluate changing perception quality.

Paper Figure 4: success rates across eight stages of perception degradation for CAP and baseline policies, on perception-required terrains and stairs.
Perception-quality sweep from the paper. CAP degrades more smoothly than the binary-switching baseline.

Controlled real-world trials

Performance across
perception conditions.

39/40

successful trials under clean
and partially occluded perception

5 trials per terrain and condition. Results from the camera-ready manuscript.
PerceptionStairPlatformGapMixed
Clean5/55/55/55/5
Partial occlusion5/54/55/55/5
Full cover5/50/50/50/5

Complete perception loss remains a limitation on terrain that requires forward-looking depth, such as gaps and platforms.

Watch the full demonstration.

All experiments in the complete project video.

Watch on YouTube

Read the paper

Explore CAP in detail.

Architecture, training, evaluations, and limitations.

Read the paperPDF · arXiv:2609.11553

Reference

Citation

Download .bib
@inproceedings{chen2026cap,
  title = {{CAP}: Continuously Adaptive Perception-Blind Humanoid Locomotion via Learned Denoising},
  author = {Chen, Hongjin and Xu, Zijun and Ma, Shihao and Zhao, Yi and Liu, Xilai and Ma, Ke and Zhang, Wei and Xie, Chunyang and Li, Pengfei and Zhao, Jieru and Ding, Wenchao},
  booktitle = {Conference on Robot Learning},
  year = {2026},
  eprint = {2609.11553},
  archivePrefix = {arXiv},
  primaryClass = {cs.RO},
  url = {https://arxiv.org/abs/2609.11553}
}