Pith. sign in

REVIEW 5 major objections 5 minor 1 cited by

DPL: Depth-only Perceptive Humanoid Locomotion via Realistic Depth Synthesis and Cross-Attention Terrain Reconstruction

T0 review · 5 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read A full-size humanoid can climb stairs, cross gaps, and handle slopes using only a single depth camera, by reconstructing terrain geometry with a cross-attention transformer trained on realistic synthetic depth images.

desk verdict This is a genuinely useful depth-only perception pipeline for humanoid locomotion, but the headline sim-to-real gains depend on a Kinect noise model that has not been calibrated to the Orbbec camera used on the robot. read the letter →

arxiv 2510.07152 v3 pith:PNPZFIUO submitted 2025-10-08 cs.RO

classification cs.RO
keywords depth-onlylocomotionhumanoidterrainreconstructioncross-attentiontransformerdepthsynthesissim-to-realtransferreinforcementlearningblindbackbone
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper claims that depth-only perceptive locomotion for full-sized humanoids is viable if the system reconstructs local terrain heightmaps from noisy depth images rather than relying on elevation-map pipelines that need lidar and localization. The proposed framework combines a blind-backbone locomotion policy with a vision-based modulator, a cross-attention transformer that fuses proprioceptive history with depth features to predict the surrounding heightmap, and a depth synthesizer that adds self-occlusion and sensor-like noise to ray-cast images. Training the reconstruction module and fine-tuning the policy end-to-end on this synthetic depth reduces terrain reconstruction error by more than 30 percent and cuts stair-climbing stumbles by half on a real humanoid. If correct, this shows that a single depth camera can replace multi-sensor localization and elevation mapping for humanoid locomotion, while keeping training affordable.

What carries the argument

The key machinery is the multi-modality cross-attention transformer with a conditional U-Net decoder, together with the depth-domain-randomization synthesizer. The transformer takes proprioceptive history (state embeddings) as queries and depth-encoded features as keys and values, so the robot selectively attends to terrain regions relevant to its current gait phase and posture. The conditional U-Net sharpens the rough heightmap using depth latent features. The synthesis pipeline, equations (21)-(25), injects range-dependent axial noise, range-proportional lateral smear, and edge-aware dropout to mimic real depth-camera artifacts, enabling sim-to-real transfer.

What would settle it

A calibration experiment: record static scenes with the actual Orbbec 355L at known distances and orientations, and compare the measured per-pixel depth error distribution (variance vs range, dropout rate vs edge gradient) against the model's predictions. If the empirical variance grows faster than quadratic or hole patterns differ from the Sobel-edge dropout, the domain-randomization pipeline should fail to close the sim-to-real gap, and the 3.25 cm real-world MAE reported for the full method would degrade toward the no-noise-model baseline.

Watch

Extended reading notes

Core claim

The central discovery is that structured terrain reasoning can be preserved for a humanoid robot even when the only exteroceptive input is a single noisy depth image. The paper shows that a cross-attention transformer, in which proprioceptive embeddings act as queries and depth features act as keys and values, can reconstruct a local 1m x 1m heightmap at 5cm resolution with mean absolute error of 2.3 to 4.5 cm across terrain types, and that the reconstructed heightmap can drive a blind-backbone locomotion policy through residual gait modulation. The authors attribute the sim-to-real success to a realistic depth synthesis pipeline: ray casting with self-occlusion from the robot's own body, bo

Load-bearing premise

The load-bearing premise is that the Kinect-derived noise model in Eqs. (21)-(25) faithfully represents the real Orbbec 355L camera's error characteristics, including range-dependent variance, edge dropout, and missing-data patterns; if the real sensor's noise differs, the end-to-end fine-tuning on synthetic depth will not transfer.

Editorial extensions

If this is right

  • A humanoid can operate with only a depth camera, eliminating the need for lidar, multiple vision sensors, and external localization for terrain reconstruction.
  • The same pretrained blind backbone plus a vision modulator can be fine-tuned end-to-end on synthetic noisy depth, improving robustness to sensor delay and spatial bias.
  • Terrain reconstruction can handle occluded regions by using proprioceptive history, inferring gap bottoms that elevation maps miss.
  • Low and stable perception delay (~20 ms) makes the perception-action loop fast enough for real-time control, with fewer stumbles in stair traversal.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The noise model's hyperparameters are adopted from Kinect calibration studies; the real Orbbec 355L may have different error statistics, so a per-sensor calibration or a sensitivity test across noise parameters would likely validate or further improve the transfer.
  • This framework suggests that the depth camera's role is not merely to see terrain but to continuously update a latent terrain representation; it would be interesting to test whether the same architecture transfers to other robot morphologies or to sparse depth sensors like a single-point lidar.
  • If depth synthesis is randomized enough, the reconstruction module may need minimal or no real-world depth data for fine-tuning; Table III indicates most of the improvement comes from the noise model, so an ablation that removes the real-world fine-tuning entirely would clarify how much real data is actually required.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

5 major / 5 minor

Summary. This paper proposes DPL, a depth-only perceptive humanoid locomotion framework combining (i) a teacher-student policy with a pretrained blind backbone and a vision-based modulator, (ii) a multi-modality cross-attention transformer that reconstructs a local heightmap from depth images and proprioceptive history, and (iii) a ray-casting plus stochastic-noise depth synthesizer used to fine-tune the policy end-to-end. The authors report simulation reconstruction ablations over seven terrain types (Table II), real-world reconstruction MAEs on a full-sized humanoid with an Orbbec 355L camera (Table III), a perception-latency comparison against an elevation-mapping pipeline (Fig. 6), and a stair-stumble comparison with/without end-to-end fine-tuning (Table IV). The central claim is that this integrated framework enables robust humanoid traversal of stairs, slopes, gaps, and uneven outdoor terrain using only a single depth camera, with over 30% reduction in terrain reconstruction error.

Significance. If validated, the approach would be a meaningful step toward low-latency, single-camera perceptive control for humanoids, offering an alternative to localization-dependent elevation-map pipelines and addressing occluded regions such as gaps. The strengths are the coherent architectural idea (blind-policy prior plus cross-attention reconstruction), the detailed simulation ablations in Table II, the attention to self-occlusion in ray casting, and real-robot experiments on a full-sized humanoid. However, the headline claims—realistic depth synthesis, >30% reconstruction-error reduction, and the benefit of end-to-end fine-tuning—rest on empirical evidence that is currently incomplete, particularly the transferability of a Kinect-derived noise model to the Orbbec sensor and the statistical strength of the real-world comparison. The significance is therefore conditional on stronger sensor calibration and more rigorous real-world evaluation.

major comments (5)
  1. [§IV.C.2, Eqs. (21)–(25)] The 'realistic depth synthesis' claim rests on a Kinect-derived noise model that is never calibrated to the Orbbec 355L used on the robot. Parameters a, b, c, α, w, ρ, and λ_e are adopted from refs. [22]–[24] without any measurement on the actual sensor, without a comparison of synthetic vs. real depth-image statistics, and without sensitivity analysis over the noise parameters. This is load-bearing because the abstract attributes the sim-to-real gain to this noise model and Table III's w/o-Noise-Model ablation is offered as evidence. The paper should either calibrate the model to the Orbbec or show robustness over a plausible range of noise hyperparameters.
  2. [§V.C, Table IV] The only quantitative real-world evidence for end-to-end fine-tuning is Table IV: 4/10 vs. 8/10 stumbles, each based on 10 trials. If these are binary trial outcomes, Fisher's exact test gives a two-sided p of approximately 0.17; if they are counts of individual stumble events, no error model or trial protocol is provided. No confidence intervals, definition of 'stumble,' or per-terrain success metrics are reported for slopes, gaps, or uneven surfaces in Fig. 8. Please provide more trials, statistical testing, and explicit success metrics for each terrain.
  3. [Abstract and §V.B, Table III] The abstract claims 'over 30% reduction in terrain reconstruction error,' but no comparison in the paper yields that exact figure. In Table III, Ours vs. w/o-Noise-Model is a 27.5% reduction (3.25 vs. 4.48 cm), and the average Table II improvement over ResNet-based [6] is only about 5%. Please specify exactly which comparison supports the 30% claim and report the associated baselines.
  4. [§V.B, Table III] The real-world reconstruction MAE values are presented without describing how the ground-truth heightmap H_t^gt was obtained and registered: which sensor/process defines it, how many frames and terrain types were used, and how the robot frame was aligned to the ground-truth map. Without this information the absolute MAE values are not interpretable, and the comparison with the 'Origin' condition conflates several preprocessing components. This should be specified for the claimed real-world reconstruction improvement.
  5. [§IV.A and §IV.C] End-to-end fine-tuning with synthetic depth is described only qualitatively. The paper does not specify the fine-tuning loss (whether it includes Eq. (13) or only the policy objective), the proportion of synthesized vs. real depth images, the fine-tuning schedule, or the exact checkpoint used for the 'w/o end-to-end finetune' ablation. Since Table IV is the primary evidence for closing the depth sim-to-real gap, a reproducible description of this procedure is required.
minor comments (5)
  1. [§I] Typo: 'tranditional' should be 'traditional'.
  2. [Eq. (17)] The definition of d_c appears with stray commas: '[x, , y, ,1]^T'. Please fix the vector notation.
  3. [Table II] The ResNet-based row contains corrupted unicode substitution tokens (/uni0000001b/...), making part of that row unreadable. The table needs to be re-rendered.
  4. [§V.C, Figs. 7–8] The real-world experiments would benefit from quantitative terrain parameters (stair height, slope angle, gap width, platform motion amplitude/frequency) and the number of trials, so the qualitative claims in Fig. 8 can be assessed.
  5. [Related Work and §II] The relation to the authors' previous works [6], [15], and [20] should be stated more precisely; the method description overlaps substantially with [6], and the novelty relative to that paper is currently described in only two sentences.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the reconstruction and locomotion results are validated against independent ground truth; self-citations and the Kinect noise model are not load-bearing inputs.

full rationale

The paper's derivation chain is not circular at any step. In Sec. IV-B, the terrain reconstructor is trained by Eq. (13) against simulator ground-truth heightmaps H_gt, and its real-world accuracy is evaluated against ground-truth terrain (Table III, Fig. 4), so the reported MAE values are independent measurements rather than the training target re-read out. The locomotion policy is trained by PPO/AMP with rewards in Table I and evaluated in physical trials (Table IV, Fig. 8); stumble counts are real trial outcomes. The 'over 30%' reconstruction error reduction is an empirical comparison of ablated training pipelines (Table III), not a quantity fitted into the model. The depth-noise model (Eqs. 21-25) is adopted from external Kinect calibration studies [22]-[24] rather than calibrated to the Orbbec 355L; this is an unvalidated transfer or correctness risk, not circularity, because the parameters are not fitted to the paper's own target outputs. Self-citations [15], [20] provide prior state encoding and reward terms, but the central claims do not reduce to those citations; the system is ablated and tested against external baselines [3], [6] and real terrain. No equation reduces to its input by construction, and no fitted parameter is renamed as a prediction.

Assumptions & free parameters 7 free parameters · 5 assumptions · 0 invented entities

The central claim rests on a handful of design choices: noise-model hyperparameters (a,b,c,α,w,ρ,λ_e,M) that are not reported and not calibrated to the Orbbec sensor; the assumption that a Kinect-derived noise model transfers to the actual camera; the assumption that ray-cast meshes and pinhole intrinsics match the real robot; and the quality of privileged experts in teacher-student distillation. No new physical entities are introduced.

free parameters (7)
  • Depth noise model coefficients a,b,c (Eq. 21) = not reported
    Control axial depth variance as a function of range and frame mean; adopted from Kinect literature and not calibrated to Orbbec, but central to synthetic depth realism.
  • Lateral noise scale α (Eq. 23) = not reported
    Scales range-proportional lateral perturbation of depth edges.
  • Axial weighting factor w (Eq. 24) = not reported
    Weights axial vs lateral uncertainty in dropout probability.
  • Maximum dropout ratio ρ and edge-dropout weight λ_e (Eq. 25) = not reported
    Control how many pixels are invalidated to simulate missing depth; set by hand.
  • Border crop margin M (Section IV.C.2) = not reported
    Pixels removed from image perimeter before resampling; affects field of view and depth validity.
  • Blind/modulated action blend α (Eq. 7) = not reported
    Governs balance between blind backbone and vision modulator; not specified whether fixed or adapted.
  • Reward weights ω_i (Table I) = not reported
    Weights for reward terms are not tabulated, yet they shape the learned gait and are tuned during training.
assumptions (5)
  • domain assumption Kinect-based depth noise model (Eqs. 21-25) is representative of the Orbbec 355L depth camera used on the real robot.
    The paper adopts the parametric noise family from [22] and edge/hole statistics from [23], [24] without calibrating to the actual Orbbec sensor; this is load-bearing for the sim-to-real gap reduction claimed in Table III.
  • domain assumption Ray-cast pinhole camera and rigid-body meshes accurately reproduce the robot's self-occlusion and depth geometry (Eqs. 14-20).
    The synthetic depth pipeline assumes visual meshes and camera intrinsics/extrinsics match the real TienKung Ultra platform; if not, the occlusion-aware synthetic images misrepresent what the real camera sees.
  • domain assumption Terrain-specific privileged experts (for stairs, gaps, planes) are effective teachers for the student policy under partial observations.
    The teacher-student distillation in Section IV.A assumes expert actions from privileged heightmap training provide good supervision; the student is jointly optimized by PPO, so teacher quality is an unstated premise.
  • domain assumption Ground-truth terrain used for real-world MAE in Table III is accurately measured.
    The real-world reconstruction error is computed against some terrain ground truth, but the paper does not describe how this ground truth was obtained (lidar survey, CAD, elevation map). If it is itself an elevation map, the comparison is partly circular.
  • standard math Standard RL/AMP objectives (Eqs. 1-3) converge and the chosen hyperparameters produce a stable policy.
    The paper uses PPO and AMP without convergence guarantees; this is a standard background assumption in learning-based locomotion.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DPL: Depth-only Perceptive Humanoid Locomotion via Realistic Depth Synthesis and Cross-Attention Terrain Reconstruction." pith.science (2026). https://pith.science/paper/PNPZFIUO

@misc{pith2026251007152,
  author       = {Pith},
  title        = {Pith review of: DPL: Depth-only Perceptive Humanoid Locomotion via Realistic Depth Synthesis and Cross-Attention Terrain Reconstruction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/PNPZFIUO}},
  note         = {Machine review of arXiv:2510.07152}
}
read the original abstract

Recent advancements in legged robot perceptive locomotion have shown promising progress. However, terrain-aware humanoid locomotion remains largely constrained to two paradigms: depth image-based end-to-end learning and elevation map-based methods. The former suffers from limited training efficiency and a significant sim-to-real gap in depth perception, while the latter depends heavily on multiple vision sensors and localization systems, resulting in latency and reduced robustness. To overcome these challenges, we propose a novel framework that tightly integrates three key components: (1) Terrain-Aware Locomotion Policy with a Blind Backbone, which leverages pre-trained elevation map-based perception to guide reinforcement learning with minimal visual input; (2) Multi-Modality Cross-Attention Transformer, which reconstructs structured terrain representations from noisy depth images; (3) Realistic Depth Images Synthetic Method, which employs self-occlusion-aware ray casting and noise-aware modeling to synthesize realistic depth observations, achieving over 30\% reduction in terrain reconstruction error. This combination enables efficient policy training with limited data and hardware resources, while preserving critical terrain features essential for generalization. We validate our framework on a full-sized humanoid robot, demonstrating agile and adaptive locomotion across diverse and challenging terrains.

Figures

Figures reproduced from arXiv: 2510.07152 by the authors.

Figure 1
Figure 1. Overview of the proposed teacher–student distillation framework for humanoid perceptive locomotion. (A) The student policy interacts with the environment to generate actions, while a teacher policy provides supervision via an L2 loss. The distillation process transfers locomotion skills across diverse terrains. (B) A reconstruction module integrates proprioceptive history and depth information through a Transformer–… view at source ↗
Figure 3
Figure 3. The figure illustrates our physically grounded noise pipeline applied to synthetic [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 4
Figure 4. Visual comparison of reconstructed terrain (blue) corresponding to depth input [PITH_FULL_IMAGE:figures/full_fig_p007_4.png] view at source ↗
Figures from the paper (3 more)
Figure 5
Figure 5. Figure 5: Comparison between our reconstruction method and elevation map in a gap terrain scenario. The top figure shows a 3D reconstruction of the terrain: our method (blue) successfully reconstructs the full geometry of the gap, including its bottom, while the elevation map (r…
Figure 7
Figure 7. Figure 7: Sequential snapshots of the humanoid robot performing a stepping motion on [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: Real-world evaluations of the humanoid robot performing adaptive locomotion [PITH_FULL_IMAGE:figures/full_fig_p008_8.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

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

  1. Light-Loco-Parkour: Versatile Perceptive Whole-Body Locomotion via Multi-Skill Distillation

    cs.RO 2026-08 conditional novelty 7.0 of 10

    A single neural-network policy, trained in simulation, makes a humanoid climb, vault, and traverse uneven terrain from onboard depth and a velocity command, with no skill labels or runtime motion graphs.

Reference graph

Works this paper leans on

26 extracted references · 12 linked inside Pith · cited by 1 Pith paper

  1. [22]

    Modeling kinect sensor noise for improved 3d reconstruction and tracking,

    C. V . Nguyen, S. Izadi, and D. Lovell, “Modeling kinect sensor noise for improved 3d reconstruction and tracking,” in2012 second interna- tional conference on 3D imaging, modeling, processing, visualization & transmission. IEEE, 2012, pp. 524–530

  2. [24]

    Characterizations of noise in kinect depth images: A review,

    T. Mallick, P. P. Das, and A. K. Majumdar, “Characterizations of noise in kinect depth images: A review,”IEEE Sensors journal, vol. 14, no. 6, pp. 1731–1740, 2014

  3. [6]

    Learning vision-based bipedal locomotion for challenging terrain,

    H. Duan, B. Pandit, M. S. Gadde, B. Van Marum, J. Dao, C. Kim, and A. Fern, “Learning vision-based bipedal locomotion for challenging terrain,” in2024 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2024, pp. 56–62

  4. [1]

    Robot parkour learning,

    Z. Zhuang, Z. Fu, J. Wang, C. Atkeson, S. Schwertfeger, C. Finn, and H. Zhao, “Robot parkour learning,”arXiv preprint arXiv:2309.05665, 2023

  5. [2]

    Humanoid parkour learning,

    Z. Zhuang, S. Yao, and H. Zhao, “Humanoid parkour learning,”arXiv preprint arXiv:2406.10759, 2024

  6. [3]

    Walking with terrain reconstruction: Learning to traverse risky sparse footholds,

    R. Yu, Q. Wang, Y . Wang, Z. Wang, J. Wu, and Q. Zhu, “Walking with terrain reconstruction: Learning to traverse risky sparse footholds,” arXiv preprint arXiv:2409.15692, 2024

  7. [4]

    Pie: Parkour with implicit-explicit learning framework for legged robots,

    S. Luo, S. Li, R. Yu, Z. Wang, J. Wu, and Q. Zhu, “Pie: Parkour with implicit-explicit learning framework for legged robots,”IEEE Robotics and Automation Letters, 2024

  8. [5]

    Parkour in the wild: Learn- ing a general and extensible agile locomotion policy using multi-expert distillation and rl fine-tuning,

    N. Rudin, J. He, J. Aurand, and M. Hutter, “Parkour in the wild: Learn- ing a general and extensible agile locomotion policy using multi-expert distillation and rl fine-tuning,”arXiv preprint arXiv:2505.11164, 2025

Show all 26 references
  1. [7]

    Attention-based map encoding for learning generalized legged loco- motion,

    J. He, C. Zhang, F. Jenelten, R. Grandia, M. B ¨acher, and M. Hutter, “Attention-based map encoding for learning generalized legged loco- motion,”Science Robotics, vol. 10, no. 105, p. eadv3604, 2025

  2. [8]

    Visual imitation en- ables contextual humanoid control,

    A. Allshire, H. Choi, J. Zhang, D. McAllister, A. Zhang, C. M. Kim, T. Darrell, P. Abbeel, J. Malik, and A. Kanazawa, “Visual imitation en- ables contextual humanoid control,”arXiv preprint arXiv:2505.03729, 2025

  3. [9]

    Learning perceptive humanoid locomotion over challenging terrain,

    W. Sun, B. Cao, L. Chen, Y . Su, Y . Liu, Z. Xie, and H. Liu, “Learning perceptive humanoid locomotion over challenging terrain,” arXiv preprint arXiv:2503.00692, 2025

  4. [10]

    Learning humanoid locomotion with perceptive internal model,

    J. Long, J. Ren, M. Shi, Z. Wang, T. Huang, P. Luo, and J. Pang, “Learning humanoid locomotion with perceptive internal model,” in 2025 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2025, pp. 9997–10 003

  5. [11]

    Beamdojo: Learning agile humanoid locomotion on sparse footholds,

    H. Wang, Z. Wang, J. Ren, Q. Ben, T. Huang, W. Zhang, and J. Pang, “Beamdojo: Learning agile humanoid locomotion on sparse footholds,”arXiv preprint arXiv:2502.10363, 2025

  6. [12]

    Vision-guided quadrupedal locomotion in the wild with multi-modal delay randomization,

    C. S. Imai, M. Zhang, Y . Zhang, M. Kierebi ´nski, R. Yang, Y . Qin, and X. Wang, “Vision-guided quadrupedal locomotion in the wild with multi-modal delay randomization,” in2022 IEEE/RSJ international conference on intelligent robots and systems (IROS). IEEE, 2022, pp. 5556–5563

  7. [13]

    Learning vision-guided quadrupedal locomotion end-to-end with cross-modal transformers,

    R. Yang, M. Zhang, N. Hansen, H. Xu, and X. Wang, “Learning vision-guided quadrupedal locomotion end-to-end with cross-modal transformers,”arXiv preprint arXiv:2107.03996, 2021

  8. [14]

    Extreme parkour with legged robots,

    X. Cheng, K. Shi, A. Agarwal, and D. Pathak, “Extreme parkour with legged robots,” in2024 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2024, pp. 11 443–11 450

  9. [15]

    Distillation-ppo: A novel two-stage reinforcement learning framework for humanoid robot perceptive locomotion,

    Q. Zhang, G. Han, J. Sun, W. Zhao, C. Sun, J. Cao, J. Wang, Y . Guo, and R. Xu, “Distillation-ppo: A novel two-stage reinforcement learning framework for humanoid robot perceptive locomotion,”arXiv preprint arXiv:2503.08299, 2025

  10. [16]

    Anymal parkour: Learning agile navigation for quadrupedal robots,

    D. Hoeller, N. Rudin, D. Sako, and M. Hutter, “Anymal parkour: Learning agile navigation for quadrupedal robots,”Science Robotics, vol. 9, no. 88, p. eadi7566, 2024

  11. [17]

    Neural scene representation for locomotion on structured terrain,

    D. Hoeller, N. Rudin, C. Choy, A. Anandkumar, and M. Hutter, “Neural scene representation for locomotion on structured terrain,” IEEE Robotics and Automation Letters, vol. 7, no. 4, pp. 8667–8674, 2022

  12. [18]

    Learning autonomous and safe quadruped traversal of complex terrains using multi-layer elevation maps,

    Y . Chen, J. Ma, Z. Luo, Y . Han, Y . Dong, B. Xu, and P. Lu, “Learning autonomous and safe quadruped traversal of complex terrains using multi-layer elevation maps,”IEEE Robotics and Automation Letters, 2025

  13. [19]

    Amp: Adversarial motion priors for stylized physics-based character con- trol,

    X. B. Peng, Z. Ma, P. Abbeel, S. Levine, and A. Kanazawa, “Amp: Adversarial motion priors for stylized physics-based character con- trol,”ACM Transactions on Graphics (ToG), vol. 40, no. 4, pp. 1–20, 2021

  14. [20]

    Whole-body humanoid robot locomotion with human reference,

    Q. Zhang, P. Cui, D. Yan, J. Sun, Y . Duan, A. Zhang, and R. Xu, “Whole-body humanoid robot locomotion with human reference,” arXiv preprint arXiv:2402.18294, 2024

  15. [21]

    Proximal policy optimization algorithms,

    J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov, “Proximal policy optimization algorithms,”arXiv preprint arXiv:1707.06347, 2017

  16. [23]

    Accuracy and resolution of kinect depth data for indoor mapping applications,

    K. Khoshelham and S. O. Elberink, “Accuracy and resolution of kinect depth data for indoor mapping applications,”sensors, vol. 12, no. 2, pp. 1437–1454, 2012

  17. [25]

    Isaac gym: High performance gpu-based physics simulation for robot learning,

    V . Makoviychuk, L. Wawrzyniak, Y . Guo, M. Lu, K. Storey, M. Mack- lin, D. Hoeller, N. Rudin, A. Allshire, A. Handa,et al., “Isaac gym: High performance gpu-based physics simulation for robot learning,” arXiv preprint arXiv:2108.10470, 2021

  18. [26]

    Elevation mapping for locomotion and navigation using gpu,

    T. Miki, L. Wellhausen, R. Grandia, F. Jenelten, T. Homberger, and M. Hutter, “Elevation mapping for locomotion and navigation using gpu,” in2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2022, pp. 2273–2280

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.