REVIEW 3 major objections 5 minor 40 cited by
ExBody2: Advanced Expressive Humanoid Whole-Body Control
T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read ExBody2 claims that a humanoid robot can track diverse human whole-body motions with a single control policy when the controller decouples local keypoint tracking from root-velocity tracking and the training data is automatically filtered…
desk verdict Solid whole-body control engineering with real-robot results; the curation threshold is selected and evaluated on the same split, so that specific gain is not yet established, but the rest of the pipeline holds up. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the motion-velocity decoupled control strategy combined with automated feasibility filtering. Instead of chasing global keypoint coordinates, the controller maps keypoints into the robot's current body frame and tracks them locally, while a separate channel tracks the commanded root linear velocity, direction, and orientation; this prevents small positional errors from accumulating and allows a long dancing sequence to stay stable. The filtering step uses the initial policy $\pi_0$ as an oracle: for each motion sequence $s$ it computes $e(s) = \alpha E_{\text{key}}(s) + \beta E_{\text{dof}}(s)$ with $\alpha = 0.1$ and $\beta = 0.9$, and the paper selects $\tau^*$ so that $D_{\tau^*} = \{s : e(s) \le \tau^*\}$ is the training set for the final generalist, embodying a Feasibility-Diversity Principle: keep upper-body diversity while removing lower-body motions the robot cannot physically track. A teacher-student distillation step then transfers the privileged teacher's behavior to a student that observes only proprioception and reference targets, with history length and online imitation-style rollouts shown to be necessary for the final accuracy.
What would settle it
Hold out a random half of the motion corpus before training. Select the error cutoff using only the retained half, train the generalist on the filtered retained half, and measure its error on the held-out half against an unfiltered policy. If the filtered policy is not better on the held-out half, the claimed curation gain is overfitting to the threshold-selection set. A second check: rerun the filtering with a much stronger initial policy and see whether the same motion clips are discarded; if the rankings flip substantially, the filter is measuring the weakness of the first policy, not the feasibility of the motions.
Extended reading notes
Core claim
The paper's central claim is that the right formulation of whole-body tracking is two decoupled objectives - local body-landmark tracking plus global motion-velocity tracking - and that the main obstacle to expressive control is not policy capacity but the feasibility of the training data. Its automated curation scores every motion clip by the initial teacher's lower-body tracking error $e(s) = \alpha E_{\text{key}}(s) + \beta E_{\text{dof}}(s)$ with $\alpha = 0.1$, $\beta = 0.9$, keeps the clips below a threshold $\tau^*$ chosen to maximize performance on the full evaluation corpus, and trains the generalist policy on this subset. The reported result is that this generalist, trained and deployed as a single policy, achieves lower keypoint and joint tracking errors than the compared baselines in both simulation and real-world experiments, and that resuming from it to fine-tune on a specialized motion group gives specialists that outperform both the generalist and models trained from scratch on matched compute. The authors frame the trade-off explicitly: filtering slightly increases velocity-tracking error while substantially improving stability and precision, and fine-tuning gains accuracy on target motions at the cost of broad coverage.
Load-bearing premise
The whole gain of the generalist policy hinges on the assumption that the first, unfiltered policy's lower-body tracking errors are the right measure of which motions the robot can never physically perform, and that the cutoff chosen on the evaluation corpus works on other motion data without retuning.
Editorial extensions
If this is right
- A single ExBody2 generalist policy can replace separate controllers for walking, crouching, dancing, and upper-body gestures on the same humanoid platform.
- New motion capture data can be pruned automatically by the same error-threshold procedure, removing the need for manual or language-based filtering.
- Fine-tuning the generalist on a small, motion-specific dataset yields higher tracking accuracy than training from scratch under matched compute, with the advantage growing as motions become more difficult.
- The accepted cost of filtering is a slightly larger root-velocity error, traded for substantially lower keypoint and joint errors and better real-world stability.
Reading between the lines
- A testable consequence the paper leaves open: apply the threshold-selection procedure to a held-out motion library and verify that the $\tau^*$ tuned on the main corpus is still near-optimal; the paper asserts this transfer but does not evaluate it.
- Because the filter is defined by the initial policy's errors, better initial policies would likely change which clips are labeled infeasible, so the curation and the policy are coupled rather than the filter being a property of the data alone.
- The acknowledged limitation that specialist policies cannot be recombined in one session points to a natural next step: a router or gating network that blends specialists in real time based on the incoming motion class.
- If decoupled velocity control rather than filtering is the main source of gain, an ablation that keeps the filter and swaps in global-keypoint tracking should degrade performance more than removing any single reward term; the paper does not run this isolation.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents ExBody2, a teacher-student reinforcement-learning framework for whole-body tracking on a Unitree G1 humanoid. A teacher policy trained with privileged information is distilled into a student policy via DAgger, and the method adds three claimed innovations: automated dataset curation that filters infeasible motion clips using the tracking error of an initial policy, a generalist-to-specialist fine-tuning paradigm, and a decoupled motion-velocity control strategy that tracks local keypoints while using root velocity for global guidance. Experiments on the CMU dataset and on the real robot report lower keypoint and joint errors than ExBody, ExBody*, and OmniH2O* baselines, and show that specialist fine-tuning improves accuracy over the generalist and from-scratch training. The paper also reports ablations of history length and DAgger distillation, and an appendix explores dataset size and feasibility-diversity trade-offs.
Significance. If the results hold, ExBody2 would be a strong step for expressive whole-body control: a single generalist policy outperforming prior whole-body trackers in simulation and on real hardware, with a principled, automated answer to the question of which mocap clips are worth training on. The paper's strengths are its real-robot deployment, the consistent use of multiple error metrics, and the informative ablations of history length and DAgger distillation, as well as the direct comparison of generalist, specialist, and from-scratch training in Table IV. The central unresolved issue is that the curation threshold is chosen and evaluated on the same benchmark, the decoupled-control innovation is never isolated, and the main tables lack variance reporting; these gaps weaken the attribution of the reported gains to the paper's specific contributions. If the missing holdout or cross-dataset validation and proper statistical reporting are added, the paper would be a solid contribution to the field.
major comments (3)
- [§III.A.1 and §IV.C] The automated-curation threshold is selected and evaluated on the same benchmark. The objective 'τ* = arg max_τ E_{s∈D}[Performance(π_τ,s)]' in §III.A.1 is instantiated with D = D_CMU: Fig. 4 chooses τ*=0.15 from policies evaluated on D_CMU, and Table II then reports ExBody2 versus ExBody2-w/o-Filter on that same dataset. The curation benefit (e.g., Empjpe 0.1355→0.1079, Elower_mpjpe 0.1579→0.1253) can therefore include selection overfit, and the statement in §IV.C that the threshold 'generalizes to other datasets' is not backed by any experiment that fixes τ*=0.15 and evaluates on a held-out split or an independent dataset. In addition, the filter score e(s)=αE_key(s)+βE_dof(s) is produced by the initial policy π0; because π0 is suboptimal, motions that a later, better policy could track are removed if π0 finds them hard, conflating 'difficult for π0' with 'infeasible.' Please add a holdout/cross-dataset validation of the threshold and an explicit test of the infeasibility proxy before claiming the curation gain.
- [§III.B.3] The decoupled motion-velocity control strategy is not ablated in isolation. The paper's comparison of ExBody2 with OmniH2O* in Tables II and III changes observation space, privileged information, reward design, and teacher-student training simultaneously, so the better tracking cannot be attributed specifically to the decoupled local-keypoint/velocity architecture described in §III.B.3. Please add a variant that keeps all other components fixed and replaces the local keypoint tracking plus velocity term with global keypoint tracking (or removes the decoupled velocity term), and report its errors on D_CMU and on the real-world subset.
- [Tables II–IV] Headline results are reported without variance or significance. Tables II, III, IV and Fig. 4 give single numbers, whereas Appendix Table X says 'Statistically significant results are highlighted in bold across 5 random seeds'; no seed-level standard deviations or tests are reported for the main claims. Without error bars, small differences—for example ExBody2-w/o-Filter versus ExBody2 on upper-body metrics in Table II—cannot be distinguished from run-to-run noise. Please report mean±std over at least five seeds (or trials, for the real-robot results) for all headline comparisons, and state the number of seeds used.
minor comments (5)
- [§IV.D.2] The text states that the specialist 'significantly outperforms' both the generalist and scratch policies on DACCAD, but in Table IV(d) the Generalist policy has a lower velocity error (Evel=0.3361) than the Specialist (0.4021); please qualify this claim and discuss the velocity-versus-pose trade-off.
- [§III.B.1] In the reward-design paragraph, 'would discussed' should read 'will be discussed.'
- [References] References [3] and [4] are the same arXiv paper (Expressive Whole-Body Control for Humanoid Robots) and should be merged.
- [Title/Abstract] The name of the method is spelled inconsistently as 'Exbody2' in the abstract and text and 'ExBody2' in the title; please standardize.
- [§III.A.1] The notation 'Performance(πτ, s)' in the threshold objective is never formally defined; please specify which metric over a sequence is used (e.g., mean MPJPE) so that the optimization is reproducible.
Circularity Check
The filtering threshold is selected and evaluated on the same D_CMU corpus, so the reported curation gain and the "generalizable" tau* are fit results rather than independent predictions.
-
fitted input called prediction
[Section III.A.1 (Eq. tau* objective); Section IV.C (Evaluation step, Fig. 4)]
"τ ∗ = arg max τ Es∈D[Performance(πτ , s)], where πτ is trained on Dτ . ... All the resulting policies were evaluated on the full DCMU dataset, measuring tracking performance across multiple metrics. The results are visualized in Figure 4. ... The optimal threshold τ ∗, identified through this process, exhibits generalizability and can be effectively applied to other motion datasets, ensuring robust training and improved performance."
tau* is defined by maximizing Performance on D, and the paper's evaluation of filtering (Fig. 4 and Table II) measures the same Performance on the same D_CMU. Thus the statement that tau=0.15 is optimal and that filtering improves tracking is a restatement of the argmax used to select the threshold, not an independent empirical finding. The additional sentence claiming that tau* 'exhibits generalizability' to other datasets promotes this fitted value to a universal claim without any holdout or cross-dataset experiment, so the curation benefit is presented as a validated prediction when it is actually a selection result.
full rationale
ExBody2's automated-data-curation contribution contains one selection-on-the-evaluation-set loop. In Section III.A.1, tau* is chosen as the threshold maximizing Es in D[Performance(pi_tau, s)]; in Section IV.C, the same D_CMU is used both to pick among {0.075, 0.1, 0.125, 0.15, 0.175} and to report the resulting errors (Fig. 4, Table II). Consequently, the 'discovery' that tau=0.15 is best and that filtering helps is not an independently tested prediction: it is the definition of the argmax. The claim that tau* generalizes to other datasets is asserted without any holdout split or cross-dataset evaluation, so that transfer claim is unsupported. This circularity is partial, not total: the unfiltered Exbody2-w/o-Filter still beats ExBody, ExBody†, and OmniH2O* on D_CMU, and the decoupled velocity-control and specialist-finetuning comparisons (Deasy, Dmoderate, Dhard, DACCAD) are evaluated on separate task groups rather than on the threshold-selection objective. No load-bearing self-citation chain or imported uniqueness theorem was found. The score of 6 reflects one fitted prediction embedded in a central claimed innovation, while the broader outperformance and specialist claims retain independent content.
Assumptions & free parameters
free parameters (4)
- α, β in e(s) =
α=0.1, β=0.9
- Filtering threshold τ* =
0.15
- Reward weights =
Various (see Tables I and IX)
- History length =
10
assumptions (4)
- domain assumption The CMU MoCap dataset, after retargeting to Unitree G1, is a sufficient source of diverse human motions for training expressive whole-body control.
- ad hoc to paper Tracking error under the initial policy is a valid proxy for physical infeasibility of a motion.
- domain assumption PPO and DAgger distillation in IsaacGym transfer to the real robot without additional real-world data.
- domain assumption The hand-designed reward function correctly encodes the desired trade-off between expressiveness and stability.
Cite this review
Pith. "Pith review of ExBody2: Advanced Expressive Humanoid Whole-Body Control." pith.science (2026). https://pith.science/paper/WDCQVJMP
@misc{pith2026241213196,
author = {Pith},
title = {Pith review of: ExBody2: Advanced Expressive Humanoid Whole-Body Control},
year = {2026},
howpublished = {\url{https://pith.science/paper/WDCQVJMP}},
note = {Machine review of arXiv:2412.13196}
}
read the original abstract
This paper tackles the challenge of enabling real-world humanoid robots to perform expressive and dynamic whole-body motions while maintaining overall stability and robustness. We propose Advanced Expressive Whole-Body Control (Exbody2), a method for producing whole-body tracking controllers that are trained on both human motion capture and simulated data and then transferred to the real world. We introduce a technique for decoupling the velocity tracking of the entire body from tracking body landmarks. We use a teacher policy to produce intermediate data that better conforms to the robot's kinematics and to automatically filter away infeasible whole-body motions. This two-step approach enabled us to produce a student policy that can be deployed on the robot that can walk, crouch, and dance. We also provide insight into the trade-off between versatility and the tracking performance on specific motions. We observed significant improvement of tracking performance after fine-tuning on a small amount of data, at the expense of the others.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 40 Pith papers
-
Transformer Transformer: A Unified Model for Motion-Conditioned Robot Co-design
A single diffusion transformer trains on tokenized robot bodies and motions to generate and optimize robot designs for unseen rewards and trajectories, outpacing evolutionary search in speed and often in reward.
-
Deep Sensorimotor Control by Imitating Predictive Models of Human Motion
A predictive model of human hand motion, trained on human interaction data, can reward a robot policy for tracking predicted future keypoints and enable learning of dexterous manipulation from sparse rewards.
-
Visual Imitation Enables Contextual Humanoid Control
A single policy trained from 123 monocular videos, fine-tuned in simulation, and distilled to heightmap plus root-direction inputs lets a Unitree G1 climb stairs and sit and stand on real furniture.
-
LangWBC: Language-directed Humanoid Whole-Body Control via End-to-end Learning
LangWBC maps text commands and proprioceptive history directly to humanoid actions via a conditional variational autoencoder distilled from an RL teacher, enabling diverse, smoothly transitioning whole-body motions on...
-
$\omega$-0: A Latent Predictive World Action Model for Concurrent Humanoid Loco-Manipulation
A single whole-body model with latent future prediction outperforms prior robot policies on 11 real-world humanoid household loco-manipulation tasks.
-
Teleopit: A Full-Embodiment Humanoid Teleoperation System
Teleopit combines VR body, hand, and head tracking with a learned whole-body tracker and a cross-hand retargeter, and teleop-collected demos train ACT and GR00T policies to around 90 to 95 percent success on a humanoi...
-
LooperMuscle: Fast and Stable Learning of Humanoid Whole-Body Tracking via Structured Mixture-of-Experts
LooperMuscle trains a humanoid whole-body tracking policy in about 45 minutes, cutting body error by 34% versus FastSAC and reaching 72% of PPO's reward, versus PPO's 6 hours.
-
What Matters in Humanoid General Motion Tracking? An Empirical Study
A controlled ablation of humanoid motion-tracking pipelines shows that explicit reference joint velocities and a short observation history improve tracking, while residual actions and teacher-student training yield on...
-
ContactMimic: Humanoid Object Interaction via Contact Control
A humanoid tracking policy is trained with contact-following rewards and trajectory augmentation to decouple physical contact from keypoint geometry, enabling runtime contact control.
-
Behavior Foundations for Quadruped Robots: ABot-C0 Technical Report
A multi-source 16,074-clip quadruped motion library plus a flow-matching generalist tracker shows empirical data scaling and zero-shot unseen tracking, integrated with all-terrain locomotion and real-robot deployment.
-
VOFA: Visual Object Goal Pushing with Force-Adaptive Control for Humanoids
VOFA combines a high-level visuomotor policy with a low-level force-adaptive controller to let humanoids push objects up to 17 kg to arbitrary goals using only noisy onboard vision, achieving over 80% real-world success.
-
Thor: Towards Human-Level Whole-Body Reactions for Intense Contact-Rich Environments
A decoupled whole-body RL policy with a force-based lean reward enables a Unitree G1 humanoid to pull with up to 167.7 N, beating prior controllers by 69–75%.
-
PHUMA: Physically Reliable Humanoid Locomotion Dataset
PHUMA is a curated 73-hour humanoid locomotion corpus whose physical-reliability metrics are partly defined by the same losses used to optimize it, and whose imitation success claims are confounded by in-distribution ...
-
Humanoid Everyday: A Comprehensive Robotic Dataset for Open-World Humanoid Manipulation
A 10,300-demonstration, 260-task multimodal humanoid manipulation dataset with baseline policy evaluations and a cloud evaluation platform.
-
TOP: Time Optimization Policy for Stable and Accurate Standing Manipulation with Humanoid Robots
A reinforcement-learned time optimization policy that adaptively slows upper-body motion clips improves stability and precision of humanoid standing manipulation at a modest time cost.
-
In-between Motion Generation Based Multi-Style Quadruped Robot Locomotion
A CVAE-based in-between motion generator creates multi-style quadruped gaits from sparse motion data, and the trained controller runs gallop, tripod, trotting, and pacing on a real robot.
-
Being-H0: Vision-Language-Action Pretraining from Large-Scale Human Videos
A dexterous VLA pretrained on a 2.5M-instance human hand motion dataset transfers skills to a real robot hand, outperforming baselines in manipulation tasks.
-
Learning Motion Skills with Adaptive Assistive Curriculum Force in Humanoid Robots
A2CF uses an adaptive assistive-force agent to guide humanoid robots through training, yielding faster convergence and robust policies that work without the external force.
-
GMT: General Motion Tracking for Humanoid Whole-Body Control
GMT trains a single unified humanoid policy using adaptive sampling and mixture-of-experts, achieving lower tracking errors than a re-implemented ExBody2 across diverse whole-body motions.
-
From Experts to a Generalist: Toward General Whole-Body Control for Humanoid Robots
BumbleBee, an expert-to-generalist pipeline using autoencoder-based motion clustering and per-cluster delta action models, reports state-of-the-art whole-body control on a Unitree G1 humanoid, with success rates of 89...
-
SkillBlender: Towards Versatile Humanoid Whole-Body Loco-Manipulation via Skill Blending
SkillBlender pretrains reusable goal-conditioned skills and blends them with softmax per-joint weights to solve simulated humanoid loco-manipulation tasks with one or two reward terms.
-
MoRE: Mixture of Residual Experts for Humanoid Lifelike Gaits Learning on Complex Terrains
A two-stage reinforcement learning pipeline with a mixture of latent residual experts gives a Unitree G1 humanoid multiple commanded human-like gaits over complex terrains.
-
HuB: Learning Extreme Humanoid Balance
HuB combines reference motion refinement, balance shaping rewards, and robustness training to enable a G1 humanoid to hold extreme single-leg poses that prior tracking methods fail to maintain.
-
JAEGER: Dual-Level Humanoid Whole-Body Controller
JAEGER decouples upper- and lower-body control of a humanoid robot into two jointly trained policies and reports lower pose- and velocity-tracking errors than prior whole-body controllers in simulation.
-
Towards Embodiment Scaling Laws in Robot Locomotion
A policy trained on about one thousand simulated robot bodies generalizes progressively better to unseen bodies as the number of training bodies grows, and it transfers zero-shot to two real robots.
-
TWIST: Teleoperated Whole-Body Imitation System
Human MoCap drives a Unitree G1 humanoid in real time through a single teacher-student RL+BC controller that transfers zero-shot from simulation.
-
BeamDojo: Learning Agile Humanoid Locomotion on Sparse Footholds
A two-stage RL framework with a polygonal-foot foothold reward and double critic enables a Unitree G1 humanoid to traverse sparse footholds in simulation and the real world.
-
A Unified and General Humanoid Whole-Body Controller for Versatile Locomotion
A single RL policy controls walking, jumping, and standing gaits of a humanoid with tunable foot and posture parameters, plus a separate policy for hopping, and supports real-time upper-body intervention for loco-mani...
-
Perception-and-action system for humanoid robot task execution in construction
A humanoid robot learned eight construction motions from human video demonstrations via pose retargeting and reinforcement learning, with an average 82.45 mm joint tracking error.
-
ZeroWBC: Learning Natural Whole-Body Humanoid Interaction from Human Egocentric Data
An open-loop generation-then-tracking system maps one egocentric image plus language into Unitree G1 whole-body interactions using only human egocentric motion data.
-
RobotDancing: Residual-Action Reinforcement Learning Enables Robust Long-Horizon Humanoid Motion Tracking
Residual-action reinforcement learning, with selective corrections on hip and knee pitch joints, enables zero-shot long-horizon dance tracking on real humanoid robots.
-
Towards Immersive Human-X Interaction: A Real-Time Framework for Physically Plausible Motion Synthesis
Human-X jointly predicts actions and reactions in real time to produce physically plausible human-machine interaction motion.
-
Hierarchical Vision-Language Planning for Multi-Step Humanoid Manipulation
A three-layer hierarchical system using a VLM planner and VLM skill monitor with imitation-learned skills and an RL tracking policy achieved 73% success on a real humanoid pick-and-place task.
-
Multi-Embodiment Robotic Retargeting via Guided Diffusion Model
A graph-conditioned diffusion model retargets motions across heterogeneous robot embodiments without needing target-robot motion data, yet lacks baseline comparisons and error bars in its validation.
-
SMAP: Self-supervised Motion Adaptation for Physically Plausible Humanoid Whole-body Control
SMAP uses a vector-quantized periodic autoencoder to adapt human motion into physically plausible humanoid motion, then distills an RL teacher policy into a student policy for whole-body control.
-
AMO: Adaptive Motion Optimization for Hyper-Dexterous Humanoid Whole-Body Control
A hybrid trajectory-optimization and RL framework lets a humanoid robot flex its torso and legs to reach and manipulate objects beyond the range of prior controllers.
-
ASAP: Aligning Simulation and Real-World Physics for Learning Agile Humanoid Whole-Body Skills
ASAP trains a residual action model on real-world rollouts and fine-tunes simulation policies through it, reducing humanoid whole-body motion tracking error in sim-to-real transfer.
-
Robust RL Control for Bipedal Locomotion with Closed Kinematic Chains
A reinforcement-learning gait controller that explicitly models closed kinematic chains outperforms one trained on a simplified serial model, both in simulation and on the physical TopA robot.
-
A Survey: Learning Embodied Intelligence from Physical Simulators and World Models
Embodied intelligence learning is reviewed through the complementary lenses of physical simulators and world models, with a proposed IR-L0 to IR-L4 robot capability taxonomy.
-
Feature-Based vs. GAN-Based Learning from Demonstrations: When and Why
Feature-based and GAN-based imitation learning should be selected by task priorities (fidelity, diversity, interpretability, adaptability), not by paradigm loyalty.
Reference graph
Works this paper leans on
-
[1]
Carnegie-Mellon mocap database
Carnegie Mellon University. Carnegie-Mellon mocap database. http://mocap.cs.cmu.edu/, Mar 2007. [Online]
work page 2007
-
[2]
Sirui Chen, Chen Wang, Kaden Nguyen, Li Fei-Fei, and C Karen Liu. Arcap: Collecting high-quality human demonstrations for robot learning with augmented reality feedback. arXiv preprint arXiv:2410.08464 , 2024
arXiv 2024
-
[4]
Expressive whole- body control for humanoid robots
Xuxin Cheng, Yandong Ji, Junming Chen, Ruihan Yang, Ge Yang, and Xiaolong Wang. Expressive whole- body control for humanoid robots. arXiv preprint arXiv:2402.16796, 2024
arXiv 2024
-
[5]
Universal manipulation interface: In- the-wild robot teaching without in-the-wild robots
Cheng Chi, Zhenjia Xu, Chuer Pan, Eric Cousineau, Benjamin Burchfiel, Siyuan Feng, Russ Tedrake, and Shuran Song. Universal manipulation interface: In- the-wild robot teaching without in-the-wild robots. In Proceedings of Robotics: Science and Systems (RSS) , 2024
2024
-
[6]
The mit humanoid robot: Design, motion planning, and control for acrobatic behaviors
Matthew Chignoli, Donghyun Kim, Elijah Stanger-Jones, and Sangbae Kim. The mit humanoid robot: Design, motion planning, and control for acrobatic behaviors. In 2020 IEEE-RAS 20th International Conference on Humanoid Robots (Humanoids), pages 1–8. IEEE, 2021
work page 2020
-
[7]
Synchronized human- humanoid motion imitation
Antonin Dallard, Mehdi Benallegue, Fumio Kanehiro, and Abderrahmane Kheddar. Synchronized human- humanoid motion imitation. IEEE Robotics and Automa- tion Letters , 8(7):4155–4162, 2023. doi: 10.1109/LRA. 2023.3280807
arXiv 2023
-
[8]
Whole body humanoid control from human motion descriptors
Behzad Dariush, Michael Gienger, Bing Jian, Christian Goerick, and Kikuo Fujimura. Whole body humanoid control from human motion descriptors. In 2008 IEEE International Conference on Robotics and Automation , pages 2677–2684. IEEE, 2008
work page 2008
-
[9]
Whole- body geometric retargeting for humanoid robots
Kourosh Darvish, Yeshasvi Tirupachuri, Giulio Ro- mualdi, Lorenzo Rapetti, Diego Ferigo, Francisco Javier Andrade Chavez, and Daniele Pucci. Whole- body geometric retargeting for humanoid robots. In 2019 IEEE-RAS 19th International Conference on Hu- manoid Robots (Humanoids), pages 679–686, 2019. doi: 10.1109/Humanoids43949.2019.9035059
arXiv 2019
Show all 70 references
-
[10]
Learning vision-based bipedal locomotion for challenging terrain
Helei Duan, Bikram Pandit, Mohitvishnu S Gadde, Bart Jaap van Marum, Jeremy Dao, Chanho Kim, and Alan Fern. Learning vision-based bipedal locomotion for challenging terrain. arXiv preprint arXiv:2309.14594, 2023
2023 arXiv
-
[11]
Learning multi-modal whole- body control for real-world humanoid robots, 2024
Pranay Dugar, Aayam Shrestha, Fangzhou Yu, Bart van Marum, and Alan Fern. Learning multi-modal whole- body control for real-world humanoid robots, 2024. URL https://arxiv.org/abs/2408.07295
2024 arXiv
-
[12]
Adversarial motion priors make good substitutes for complex reward functions
Alejandro Escontrela, Xue Bin Peng, Wenhao Yu, Tingnan Zhang, Atil Iscen, Ken Goldberg, and Pieter Abbeel. Adversarial motion priors make good substitutes for complex reward functions. 2022 ieee. In International Conference on Intelligent Robots and Systems (IROS) , volume 2, 2022
2022
-
[13]
Humanplus: Humanoid shadowing and imitation from humans, 2024
Zipeng Fu, Qingqing Zhao, Qi Wu, Gordon Wetzstein, and Chelsea Finn. Humanplus: Humanoid shadowing and imitation from humans, 2024. URL https://arxiv.org/abs/ 2406.10454
2024 arXiv
-
[14]
Mo- bile aloha: Learning bimanual mobile manipulation with low-cost whole-body teleoperation
Zipeng Fu, Tony Z Zhao, and Chelsea Finn. Mo- bile aloha: Learning bimanual mobile manipulation with low-cost whole-body teleoperation. arXiv preprint arXiv:2401.02117, 2024
2024 arXiv
-
[15]
Umi on legs: Making manipulation policies mobile with manipulation-centric whole-body controllers
Huy Ha, Yihuai Gao, Zipeng Fu, Jie Tan, and Shuran Song. Umi on legs: Making manipulation policies mobile with manipulation-centric whole-body controllers. arXiv preprint arXiv:2407.10353, 2024
2024 arXiv
-
[17]
Omnih2o: Universal and dexterous human- to-humanoid whole-body teleoperation and learning,
Tairan He, Zhengyi Luo, Xialin He, Wenli Xiao, Chong Zhang, Weinan Zhang, Kris Kitani, Changliu Liu, and Guanya Shi. Omnih2o: Universal and dexterous human- to-humanoid whole-body teleoperation and learning,
-
[18]
Learning human- to-humanoid real-time whole-body teleoperation
Tairan He, Zhengyi Luo, Wenli Xiao, Chong Zhang, Kris Kitani, Changliu Liu, and Guanya Shi. Learning human- to-humanoid real-time whole-body teleoperation. arXiv preprint arXiv:2403.04436, 2024
2024 arXiv
-
[19]
Hover: Versatile neural whole-body controller for humanoid robots
Tairan He, Wenli Xiao, Toru Lin, Zhengyi Luo, Zhenjia Xu, Zhenyu Jiang, Changliu Liu, Guanya Shi, Xiaolong Wang, Linxi Fan, and Yuke Zhu. Hover: Versatile neural whole-body controller for humanoid robots. arXiv preprint arXiv:2410.21229, 2024
-
[20]
The development of honda humanoid robot
Kazuo Hirai, Masato Hirose, Yuji Haikawa, and Toru Takenaka. The development of honda humanoid robot. In Proceedings. 1998 IEEE international conference on robotics and automation (Cat. No. 98CH36146) , vol- ume 2, pages 1321–1326. IEEE, 1998
1998
-
[21]
Huang, Edwin Olson, and David C
Albert S. Huang, Edwin Olson, and David C. Moore. Lcm: Lightweight communications and marshalling. 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems , pages 4057–4062, 2010. URL https://api.semanticscholar.org/CorpusID:10900899
2010
-
[22]
Anymal-a highly mobile and dynamic quadrupedal robot
Marco Hutter, Christian Gehring, Dominic Jud, Andreas Lauber, C Dario Bellicoso, Vassilios Tsounis, Jemin Hwangbo, Karen Bodie, Peter Fankhauser, Michael Bloesch, et al. Anymal-a highly mobile and dynamic quadrupedal robot. In IROS, 2016
2016
-
[23]
Efficient multitask learning with an embodied predictive model for door opening and entry with whole- body control
Hiroshi Ito, Kenjiro Yamamoto, Hiroki Mori, and Tetsuya Ogata. Efficient multitask learning with an embodied predictive model for door opening and entry with whole- body control. Science Robotics, 7(65):eaax8177, 2022
2022
-
[24]
Learning whole- body manipulation for quadrupedal robot
Seunghun Jeon, Moonkyu Jung, Suyoung Choi, Beomjoon Kim, and Jemin Hwangbo. Learning whole- body manipulation for quadrupedal robot. arXiv preprint arXiv:2308.16820, 2023
2023 arXiv
-
[25]
The 3d linear inverted pendulum mode: A simple modeling for a biped walking pattern generation
Shuuji Kajita, Fumio Kanehiro, Kenji Kaneko, Kazuhito Yokoi, and Hirohisa Hirukawa. The 3d linear inverted pendulum mode: A simple modeling for a biped walking pattern generation. In Proceedings 2001 IEEE/RSJ Inter- national Conference on Intelligent Robots and Systems. Expand...
2001
-
[26]
Egomimic: Scaling imitation learning via egocentric video, 2024
Simar Kareer, Dhruv Patel, Ryan Punamiya, Pranay Mathur, Shuo Cheng, Chen Wang, Judy Hoffman, and Danfei Xu. Egomimic: Scaling imitation learning via egocentric video, 2024. URL https://arxiv.org/abs/2410. 24221
2024
-
[27]
Development of wabot 1
Ichiro Kato. Development of wabot 1. Biomechanism, 2:173–214, 1973
1973
-
[28]
Rma: Rapid motor adaptation for legged robots
Ashish Kumar, Zipeng Fu, Deepak Pathak, and Jitendra Malik. Rma: Rapid motor adaptation for legged robots. arXiv preprint arXiv:2107.04034 , 2021
2021 arXiv
-
[29]
Learning quadrupedal locomotion over challenging terrain
Joonho Lee, Jemin Hwangbo, Lorenz Wellhausen, Vladlen Koltun, and Marco Hutter. Learning quadrupedal locomotion over challenging terrain. Science robotics, 5 (47):eabc5986, 2020
2020
-
[30]
Hybrik: A hybrid analytical- neural inverse kinematics solution for 3d human pose and shape estimation
Jiefeng Li, Chao Xu, Zhicun Chen, Siyuan Bian, Lixin Yang, and Cewu Lu. Hybrik: A hybrid analytical- neural inverse kinematics solution for 3d human pose and shape estimation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3383–3393, 2021
2021
-
[31]
Okami: Teaching humanoid robots manipulation skills through single video imitation
Jinhan Li, Yifeng Zhu, Yuqi Xie, Zhenyu Jiang, Mingyo Seo, Georgios Pavlakos, and Yuke Zhu. Okami: Teaching humanoid robots manipulation skills through single video imitation. In 8th Annual Conference on Robot Learning , 2024
2024
-
[32]
Reinforcement learning for robust parameterized loco- motion control of bipedal robots
Zhongyu Li, Xuxin Cheng, Xue Bin Peng, Pieter Abbeel, Sergey Levine, Glen Berseth, and Koushil Sreenath. Reinforcement learning for robust parameterized loco- motion control of bipedal robots. In 2021 IEEE Interna- tional Conference on Robotics and Automation (ICRA) , pages 28...
2021
-
[33]
Robust and versatile bipedal jumping control through multi-task re- inforcement learning
Zhongyu Li, Xue Bin Peng, Pieter Abbeel, Sergey Levine, Glen Berseth, and Koushil Sreenath. Robust and versatile bipedal jumping control through multi-task re- inforcement learning. arXiv preprint arXiv:2302.09450 , 2023
2023 arXiv
-
[34]
Reinforce- ment learning for versatile, dynamic, and robust bipedal locomotion control
Zhongyu Li, Xue Bin Peng, Pieter Abbeel, Sergey Levine, Glen Berseth, and Koushil Sreenath. Reinforce- ment learning for versatile, dynamic, and robust bipedal locomotion control. arXiv preprint arXiv:2401.16889 , 2024
2024 arXiv
-
[35]
Berkeley hu- manoid: A research platform for learning-based control
Qiayuan Liao, Bike Zhang, Xuanyu Huang, Xiaoyu Huang, Zhongyu Li, and Koushil Sreenath. Berkeley hu- manoid: A research platform for learning-based control. arXiv preprint arXiv:2407.21781 , 2024
2024 arXiv
-
[36]
Character controllers using motion vaes
Hung Yu Ling, Fabio Zinno, George Cheng, and Michiel Van De Panne. Character controllers using motion vaes. ACM Transactions on Graphics (TOG), 39(4):40–1, 2020
2020
-
[37]
Kitani, and Weipeng Xu
Zhengyi Luo, Jinkun Cao, Josh Merel, Alexander Win- kler, Jing Huang, Kris M. Kitani, and Weipeng Xu. Universal humanoid motion representations for physics- based control. In The Twelfth International Confer- ence on Learning Representations , 2024. URL https: //openreview.net...
2024
-
[38]
Troje, Gerard Pons-Moll, and Michael J
Naureen Mahmood, Nima Ghorbani, Nikolaus F. Troje, Gerard Pons-Moll, and Michael J. Black. Amass: Archive of motion capture as surface shapes. In The IEEE International Conference on Computer Vision (ICCV) , Oct 2019. URL https://amass.is.tue.mpg.de
2019
-
[39]
Isaac gym: High performance gpu-based physics simulation for robot learning
Viktor Makoviychuk, Lukasz Wawrzyniak, Yunrong Guo, Michelle Lu, Kier Storey, Miles Macklin, David Hoeller, Nikita Rudin, Arthur Allshire, Ankur Handa, et al. Isaac gym: High performance gpu-based physics simulation for robot learning. arXiv preprint arXiv:2108.10470, 2021
2021 arXiv
-
[40]
Dynamic walk of a biped
Hirofumi Miura and Isao Shimoyama. Dynamic walk of a biped. IJRR, 1984
1984
-
[41]
Whole-body control of humanoid robots
Federico L Moro and Luis Sentis. Whole-body control of humanoid robots. Humanoid Robotics: A reference, Springer, Dordrecht, 2019
2019
-
[42]
A multimode teleoperation framework for humanoid loco-manipulation: An application for the icub robot
Luigi Penco, Nicola Scianca, Valerio Modugno, Leonardo Lanari, Giuseppe Oriolo, and Serena Ivaldi. A multimode teleoperation framework for humanoid loco-manipulation: An application for the icub robot. IEEE Robotics and Automation Magazine , 26(4):73–82,
-
[43]
Learning agile robotic locomotion skills by imitating animals
Xue Bin Peng, Erwin Coumans, Tingnan Zhang, Tsang- Wei Edward Lee, Jie Tan, and Sergey Levine. Learning agile robotic locomotion skills by imitating animals. In Robotics: Science and Systems , 07 2020. doi: 10.15607/ RSS.2020.XVI.064
2020
-
[44]
Amp: Adversarial motion priors for stylized physics-based character control
Xue Bin Peng, Ze Ma, Pieter Abbeel, Sergey Levine, and Angjoo Kanazawa. Amp: Adversarial motion priors for stylized physics-based character control. ACM Transac- tions on Graphics (ToG) , 40(4):1–20, 2021
2021
-
[45]
Ase: Large-scale reusable adversarial skill embeddings for physically simulated characters
Xue Bin Peng, Yunrong Guo, Lina Halper, Sergey Levine, and Sanja Fidler. Ase: Large-scale reusable adversarial skill embeddings for physically simulated characters. ACM Trans. Graph., 41(4), July 2022
2022
-
[46]
From one hand to multiple hands: Imitation learning for dexterous manipulation from single-camera teleoperation
Yuzhe Qin, Hao Su, and Xiaolong Wang. From one hand to multiple hands: Imitation learning for dexterous manipulation from single-camera teleoperation. IEEE Robotics and Automation Letters , 7(4):10873–10881, 2022
2022
-
[47]
Real- world humanoid locomotion with reinforcement learning
Ilija Radosavovic, Tete Xiao, Bike Zhang, Trevor Dar- rell, Jitendra Malik, and Koushil Sreenath. Real- world humanoid locomotion with reinforcement learning. arXiv:2303.03381, 2023
2023 arXiv
-
[48]
Humanoid locomotion as next token prediction
Ilija Radosavovic, Bike Zhang, Baifeng Shi, Jathushan Rajasegaran, Sarthak Kamat, Trevor Darrell, Koushil Sreenath, and Jitendra Malik. Humanoid locomotion as next token prediction. arXiv:2402.19469, 2024
2024 arXiv
-
[49]
Dynamic loco- motion synchronization of bipedal robot and human operator via bilateral feedback teleoperation
Joao Ramos and Sangbae Kim. Dynamic loco- motion synchronization of bipedal robot and human operator via bilateral feedback teleoperation. Sci- ence Robotics , 4(35):eaav4282, 2019. doi: 10.1126/ scirobotics.aav4282. URL https://www.science.org/doi/ abs/10.1126/scirobotics.aav4282
2019 doi
-
[50]
A reduction of imitation learning and structured prediction to no-regret online learning
St ´ephane Ross, Geoffrey Gordon, and Drew Bagnell. A reduction of imitation learning and structured prediction to no-regret online learning. In Proceedings of the four- teenth international conference on artificial intelligence and statistics, 2011
2011
-
[51]
Proximal policy optimization algorithms
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347 , 2017
2017 arXiv
-
[52]
Deep imitation learning for humanoid loco-manipulation through human teleoperation
Mingyo Seo, Steve Han, Kyutae Sim, Seung Hyeon Bang, Carlos Gonzalez, Luis Sentis, and Yuke Zhu. Deep imitation learning for humanoid loco-manipulation through human teleoperation. In 2023 IEEE-RAS 22nd International Conference on Humanoid Robots (Hu- manoids), pages 1–8. IEEE, 2023
2023
-
[53]
Blind bipedal stair traversal via sim-to-real reinforcement learning
Jonah Siekmann, Kevin Green, John Warila, Alan Fern, and Jonathan Hurst. Blind bipedal stair traversal via sim-to-real reinforcement learning. arXiv preprint arXiv:2105.08328, 2021
2021 arXiv
-
[54]
Hrp: Human affordances for robotic pre-training
Mohan Kumar Srirama, Sudeep Dasari, Shikhar Bahl, and Abhinav Gupta. Hrp: Human affordances for robotic pre-training. In Proceedings of Robotics: Science and Systems, Delft, Netherlands, 2024
2024
-
[55]
Humanmimic: Learning nat- ural locomotion and transitions for humanoid robot via wasserstein adversarial imitation
Annan Tang, Takuma Hiraoka, Naoki Hiraoka, Fan Shi, Kento Kawaharazuka, Kunio Kojima, Kei Okada, and Masayuki Inaba. Humanmimic: Learning nat- ural locomotion and transitions for humanoid robot via wasserstein adversarial imitation. arXiv preprint arXiv:2309.14225, 2023
2023 arXiv
-
[56]
Calm: Conditional adversarial latent models for directable virtual characters
Chen Tessler, Yoni Kasten, Yunrong Guo, Shie Mannor, Gal Chechik, and Xue Bin Peng. Calm: Conditional adversarial latent models for directable virtual characters. In ACM SIGGRAPH 2023 Conference Proceedings, SIG- GRAPH ’23, New York, NY , USA, 2023. Association for Computing M...
2023
-
[57]
Maskedmimic: Unified physics-based character control through masked motion inpainting
Chen Tessler, Yunrong Guo, Ofir Nabati, Gal Chechik, and Xue Bin Peng. Maskedmimic: Unified physics-based character control through masked motion inpainting. ACM Transactions on Graphics (TOG) , 2024
2024
-
[58]
Mimicplay: Long-horizon imitation learning by watching human play
Chen Wang, Linxi Fan, Jiankai Sun, Ruohan Zhang, Li Fei-Fei, Danfei Xu, Yuke Zhu, and Anima Anand- kumar. Mimicplay: Long-horizon imitation learning by watching human play. arXiv preprint arXiv:2302.12422, 2023
2023 arXiv
-
[59]
Karen Liu
Chen Wang, Haochen Shi, Weizhuo Wang, Ruohan Zhang, Li Fei-Fei, and C. Karen Liu. Dexcap: Scalable and portable mocap data collection system for dexterous manipulation. arXiv preprint arXiv:2403.07788 , 2024
2024 arXiv
-
[60]
Strategy and skill learning for physics-based table tennis animation
Jiashun Wang, Jessica Hodgins, and Jungdam Won. Strategy and skill learning for physics-based table tennis animation. In ACM SIGGRAPH 2024 Conference Papers, pages 1–11, 2024
2024
-
[61]
Hybrid zero dynamics of planar biped walkers
Eric R Westervelt, Jessy W Grizzle, and Daniel E Koditschek. Hybrid zero dynamics of planar biped walkers. IEEE transactions on automatic control , 48(1): 42–56, 2003
2003
-
[62]
Simbicon: Simple biped locomotion control
KangKang Yin, Kevin Loken, and Michiel Van de Panne. Simbicon: Simple biped locomotion control. ACM Trans- actions on Graphics , 2007
2007
-
[63]
Learning physically simulated tennis skills from broadcast videos
Haotian Zhang, Ye Yuan, Viktor Makoviychuk, Yun- rong Guo, Sanja Fidler, Xue Bin Peng, and Kayvon Fatahalian. Learning physically simulated tennis skills from broadcast videos. ACM Trans. Graph. , 42(4), jul
-
[64]
Learning fine-grained bimanual manipulation with low-cost hardware
Tony Z Zhao, Vikash Kumar, Sergey Levine, and Chelsea Finn. Learning fine-grained bimanual manipulation with low-cost hardware. arXiv preprint arXiv:2304.13705 , 2023. APPENDIX A. Real-world Deployment Our real robot employs a Unitree G1 platform, with an onboard Jetson Orin N...
2023 arXiv
-
[68]
Evel ↓ Empkpe ↓ Eupper mpkpe ↓ Elower mpkpe ↓ Empjpe ↓ Eupper mpjpe ↓ Elower mpjpe ↓ (a) Eval
Diverse enough (especially in upper-body movements) Metrics Training Dataset In dist. Evel ↓ Empkpe ↓ Eupper mpkpe ↓ Elower mpkpe ↓ Empjpe ↓ Eupper mpjpe ↓ Elower mpjpe ↓ (a) Eval. on D50 D50 ✓ 0.1375 0.0627 0.0571 0.0682 0.0753 0.0626 0.0928 D250 ✓ 0.1454 0.0669 0.0600 0.0738...
1979
-
[69]
To illustrate how we arrived at this principle, We manually design three datasets of varying sizes, where the largest being the complete CMU dataset
Feasible enough that lower-body motions do not exceed the robot’s mechanical limits, avoiding extreme samples (e.g., tumbling, handstands) that hamper training. To illustrate how we arrived at this principle, We manually design three datasets of varying sizes, where the larges...
-
[70]
D50 (in-distribution for the simplest data)
-
[71]
DCM U(the full, more complex dataset)
-
[72]
DACCAD , an out-of-distribution set containing actions not found in any of the training subsets. Table X summarizes our findings: • Evaluation on D50: Policies trained on D50 unsur- prisingly achieve the highest tracking accuracy for in- distribution actions, as reflected in m...
-
[2019]
doi: 10.1109/MRA.2019.2941245
2019
- [2023]
-
[2024]
URL https://arxiv.org/abs/2406.08858
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.