HumanTracker: Towards Comprehensive and Human-Aligned Motion Tracking Benchmark
HumanScore, a preference-trained metric, uses 153 hours of diverse motion data to improve human-aligned humanoid motion tracking evaluation.
Key Findings
Methodology
This paper introduces HumanScore, a preference-based motion quality metric trained on 12,000 pairwise comparisons derived from 24,000 motion samples, collected from professional performers across four categories. The dataset encompasses approximately 153 hours of optical motion capture data, covering daily, dynamic, interactive, and ground-level motions. The data collection involved expert annotations of motion pairs, capturing human preferences on stability, contact realism, and naturalness. A Transformer-based neural network processes multi-modal features such as joint positions, velocities, and contact states, optimized with Bradley–Terry loss to predict human preferences. The evaluation protocol standardizes the comparison of several state-of-the-art humanoid trackers (GMT, TWIST2, SONIC, Humanoid-GPT) by measuring traditional metrics (success rate, MPJPE) alongside HumanScore, which aligns more closely with human perceptual judgments.
Key Results
- HumanScore achieves a 90.8% agreement with human preferences, significantly surpassing traditional metrics like MPJPE (average error 0.8049 radians). It effectively reveals subtle artifacts such as foot sliding and unstable support, especially in complex motions, correlating well with human subjective assessments. Humanoid-GPT outperforms other trackers with a success rate of 94.4% and a HumanScore of 54.7, demonstrating superior stability and naturalness. Ablation studies show that incorporating contact features and future reference information boosts the model’s sensitivity to physical artifacts, with improvements of approximately 10% in preference prediction accuracy in challenging scenarios.
- The evaluation across diverse motion categories shows that HumanScore is robust and consistent, providing a comprehensive benchmark that captures the nuances of physical stability, contact authenticity, and motion fluidity. The dataset’s categorization allows detailed failure analysis, revealing weaknesses in high-dynamic and ground-contact motions, guiding future algorithm improvements. The results highlight the importance of perceptually aligned metrics for advancing humanoid motion control, with potential to influence industry standards and research directions.
- The experiments confirm that traditional pose error metrics are insufficient for capturing the perceptual quality of humanoid motions. HumanScore aligns more closely with human judgments, especially in scenarios involving complex contact transitions and dynamic movements. The model generalizes well to unseen motions, indicating its potential for real-world applications. The combination of large-scale, categorized data and preference learning offers a promising pathway toward more natural and human-like robot motion, fostering trust and acceptance in human-robot interaction environments.
Significance
This work addresses a fundamental challenge in humanoid robotics: evaluating motion quality in a way that reflects human perception. Traditional metrics like MPJPE and success rate fail to account for physical artifacts and stability issues that humans intuitively notice. By integrating large-scale, category-divided motion data with preference learning, the authors establish a new standard for perceptually aligned evaluation. This approach not only enhances the development of more natural and stable humanoid controllers but also bridges the gap between quantitative metrics and subjective experience. The dataset and HumanScore metric set a new benchmark, enabling researchers to diagnose specific failure modes and optimize controllers accordingly. The broader impact extends to virtual avatars, animation, and teleoperation, where realistic motion is crucial for immersion and trust. Ultimately, this research paves the way for robots that move more like humans, making human-robot collaboration safer, more intuitive, and more effective.
Technical Contribution
The key technical innovations include: • Construction of a large, multi-category motion dataset with detailed labels and high-fidelity optical capture data; • Development of a Transformer-based preference prediction model that processes multi-modal features and learns human-like judgments; • Implementation of a pairwise preference training framework using Bradley–Terry loss, enabling the model to capture subtle physical artifacts and stability issues; • Standardization of evaluation protocols that incorporate traditional pose metrics and perceptual scores, facilitating fair comparison across different trackers. These advancements collectively enable a more nuanced, human-aligned assessment of humanoid motion quality, fostering progress in both research and practical applications.
Novelty
This research is pioneering in integrating preference learning with large-scale, multi-category motion datasets for humanoid motion evaluation. Unlike prior works that rely solely on kinematic errors, HumanScore directly models human perceptual judgments, capturing subtle artifacts like foot sliding and unstable support. The dataset’s detailed categorization and textual labels provide a richer context for evaluation, addressing the limitations of existing benchmarks like AMASS and PHUMA. The use of Transformer models for preference prediction introduces a new paradigm, enabling scalable, zero-shot assessment of diverse motions. This approach fundamentally shifts the evaluation focus from purely geometric accuracy to perceptual realism, setting a new standard for humanoid motion assessment.
Limitations
- The current model is trained on optical motion capture data, which may not fully generalize to real-world robotic sensors or noisy data;
- 偏好数据由专家标注,可能存在主观偏差,影响模型在不同人群中的适用性;
- 模型对极端运动或异常状态的感知能力仍有限,未来需要引入更多样化的运动样本和场景进行训练和验证。
Future Work
未来将扩展偏好模型到实际机器人硬件,结合自主学习和在线反馈机制,提升运动的自然性和稳定性。同时,探索多模态感知(如视觉、触觉)对运动偏好的影响,推动感知与控制的深度融合。此外,计划引入强化学习优化运动策略,使机器人运动不仅符合偏好,还能适应环境变化,实现自主适应和优化。
AI Executive Summary
Humanoid motion tracking has become a critical component in advancing robotics, virtual avatars, and teleoperation systems. Despite significant progress, existing evaluation metrics such as mean joint position error (MPJPE) and success rate often fail to align with human perceptual judgments. These traditional metrics primarily quantify geometric accuracy, overlooking physical artifacts like foot sliding, unstable support, and contact inaccuracies that profoundly influence perceived motion naturalness. As a result, many tracking algorithms achieve low kinematic errors but produce motions that appear unnatural or unstable to human observers.
Recognizing this gap, Liu et al. introduce HumanScore, a novel evaluation metric trained on human preferences. The core idea is to collect pairwise preference data from 24 professional performers across diverse motion categories, including daily activities, high-dynamic movements, interactions, and ground-level motions. These data, totaling approximately 153 hours, serve as the foundation for training a Transformer-based neural network that predicts human preferences based on multi-modal features such as joint positions, velocities, and contact states. The training employs Bradley–Terry loss, ensuring the model learns to distinguish subtle differences in motion quality that align with human perception.
The dataset’s richness and categorization enable detailed analysis of failure modes, revealing that existing trackers like GMT, TWIST2, SONIC, and Humanoid-GPT often struggle with contact stability and dynamic motions. Experimental results demonstrate that HumanScore correlates strongly with human judgments, achieving over 90% agreement, and provides a more comprehensive assessment than traditional pose errors. Notably, it effectively captures physical artifacts like foot sliding, which are often overlooked by standard metrics.
This work has broad implications. By aligning evaluation metrics with human perception, it guides the development of more natural, stable, and human-like humanoid robots. The dataset and methodology also set new standards for benchmarking motion tracking algorithms, facilitating fairer comparisons and targeted improvements. Future directions include extending the approach to real-world hardware, integrating multi-sensor data, and employing reinforcement learning to optimize motion controllers based on perceptual feedback. Overall, this research marks a significant step toward more human-aligned robotic motion, fostering trust and enhancing human-robot interaction in diverse applications.
Deep Analysis
Background
The evolution of humanoid motion control has transitioned from rule-based methods to data-driven deep learning approaches. Early techniques relied on predefined motion templates and inverse kinematics, which limited adaptability to complex tasks. The advent of large-scale datasets like AMASS, PHUMA, and Motion-X provided rich resources for training neural networks capable of generating and tracking realistic human motions. Deep mimicry methods such as DeepMimic, PHC, and UHM further advanced the field by enabling robots to imitate human-like movements through reinforcement learning and imitation learning frameworks. Despite these developments, evaluation metrics remained largely geometric, focusing on joint position errors, which do not fully capture the perceptual qualities of motion. As applications expanded into virtual reality, animation, and teleoperation, the need for perceptually aligned evaluation metrics became evident. Prior datasets, while large, lacked detailed categorization and did not explicitly address the physical artifacts that influence human perception of motion quality. This gap motivated the development of more comprehensive benchmarks and metrics that consider both physical stability and perceptual naturalness.
Core Problem
Traditional evaluation metrics such as MPJPE and success rate primarily measure geometric accuracy, neglecting the physical artifacts and stability issues that significantly impact perceived motion quality. These metrics often produce misleadingly positive evaluations for motions that, while geometrically accurate, exhibit foot sliding, unstable support, or unnatural contact transitions. Moreover, existing datasets are limited in diversity, often focusing on simple locomotion or short sequences, which fail to challenge current algorithms in complex, contact-rich scenarios. This disconnect hampers progress in developing humanoid controllers that produce truly human-like movements. The core challenge lies in designing an evaluation framework that aligns closely with human perception, accurately reflecting the stability, contact realism, and overall naturalness of motion, especially in long-horizon and dynamic tasks.
Innovation
The paper introduces several key innovations: 1) Construction of a large, categorized motion dataset with detailed labels and high-fidelity optical capture data, covering four distinct motion families; 2) Development of HumanScore, a preference-based metric trained on human judgments, utilizing a Transformer architecture to process multi-modal features; 3) Integration of a pairwise preference learning framework with Bradley–Terry loss, enabling the model to detect subtle artifacts like foot sliding and unstable support; 4) Standardized evaluation protocol that combines traditional metrics with HumanScore, facilitating comprehensive and human-aligned assessment of humanoid motion tracking. These innovations collectively enable a shift from purely geometric evaluation to perceptually meaningful metrics, fostering more natural and stable robot behaviors.
Methodology
- �� Data collection: 24 professional performers record diverse motions using optical motion capture systems, covering daily, dynamic, interactive, and ground-level activities; • Data preprocessing: segments with artifacts are removed, and each clip is labeled with category and textual descriptions; • Feature extraction: multi-modal features including joint positions, velocities, contact states, and root motion are derived for each frame; • Preference data collection: experts compare synchronized motion pairs, indicating which is better in terms of stability, contact, and naturalness; • Model training: a Transformer encoder processes sequences of features, with the Bradley–Terry loss optimizing the model to predict human preferences; • Evaluation: all trackers are tested under a standardized pipeline, with metrics including success rate, MPJPE, and HumanScore, computed over fixed-length windows.
Experiments
The experimental setup involves evaluating four state-of-the-art humanoid trackers—GMT, TWIST2, SONIC, and Humanoid-GPT—on the HumanTracker benchmark. The dataset includes approximately 153 hours of categorized motion sequences, split into training and testing sets with balanced distribution. Each tracker generates motion rollouts in a simulated environment, with reference motions retargeted via GMR. The evaluation metrics include traditional success rate (Succ), MPJPE, and the proposed HumanScore, which reflects perceptual quality. Preference data for training HumanScore is collected from expert annotations on paired motion segments, ensuring alignment with human judgments. Ablation studies examine the impact of contact features and temporal context on model performance. The experiments demonstrate that HumanScore correlates strongly with human preferences and reveals failure modes missed by conventional metrics, especially in complex, contact-rich motions.
Results
Results show that HumanScore achieves over 90% agreement with human preferences across all motion categories, outperforming MPJPE and success rate in capturing perceptual quality. Humanoid-GPT consistently ranks highest in success rate (94.4%) and preference scores (54.7), indicating superior stability and naturalness. In high-dynamic and ground-level motions, traditional metrics often overestimate performance, whereas HumanScore accurately reflects stability issues like foot sliding and unstable support. Ablation experiments reveal that incorporating contact features and longer temporal context improves preference prediction accuracy by approximately 10%, emphasizing the importance of physical artifacts in perceptual evaluation. The dataset’s categorization allows detailed failure analysis, guiding future improvements in humanoid control algorithms.
Applications
This evaluation framework can be directly applied to improve humanoid robot controllers, virtual avatar animation, and teleoperation systems by providing a perceptually aligned performance measure. It enables researchers to diagnose specific failure modes, such as contact instability or support loss, and optimize controllers accordingly. The dataset and metrics also facilitate benchmarking in virtual reality and gaming industries, where motion realism is critical. Long-term, integrating HumanScore into reinforcement learning loops could lead to autonomous systems that learn to produce motions more aligned with human preferences, enhancing trust and interaction quality in real-world applications.
Limitations & Outlook
The current model relies on optical motion capture data, which may not fully generalize to real-world sensors or noisy environments. The preference annotations are subjective and may vary across annotators, potentially affecting model robustness. The approach primarily addresses static and semi-dynamic motions; extreme or highly unpredictable motions remain challenging. Additionally, computational costs for real-time evaluation need further optimization. Future work should focus on expanding the dataset with more diverse and challenging motions, incorporating multi-sensor data, and developing adaptive models capable of online learning and real-time inference.
Plain Language Accessible to non-experts
想象你在看一场精彩的舞蹈表演,你会觉得舞者的动作是否自然、流畅,取决于很多细节,比如脚是否滑动、身体是否保持平衡、动作是否连贯。传统的评判方法就像用尺子量关节的角度差异,虽然可以告诉你动作和理想动作的偏差,但不能反映出舞蹈是否优雅或真实。本文提出的HumanScore就像请专业舞评家用心感受每个动作的流畅和稳定,训练出一个可以自动判断舞蹈质量的“舞评机器人”。这个机器人通过观看大量专业舞者的表演,学会了哪些细节让舞蹈看起来更自然、更有力量。它不仅能评估普通动作,还能识别出脚滑、失衡等细节问题,帮助机器人学会跳得更像人类,动作更自然。这个方法就像给机器人装上了“人类感知的眼睛”,让它的运动表现变得更真实、更令人信服。
ELI14 Explained like you're 14
你有没有注意到,有些运动或舞蹈看起来特别自然,就像是真的一样,而有些动作看起来怪怪的,比如脚滑或者身体不稳。传统的评估方法就像用尺子量关节的角度差异,告诉你动作和理想动作的差距,但不能告诉你动作是否好看或自然。这个研究就像请了很多专业舞者和运动员,告诉我们哪些动作看起来更自然,然后训练一个聪明的机器人,让它用“眼睛”去判断动作的好坏。这个机器人看了很多运动视频,学会了哪些细节让动作更自然,比如脚步的平稳、身体的平衡、动作的连贯。它可以帮助机器人跳舞、走路甚至打篮球,都变得更像人类一样自然。这样一来,机器人和虚拟人物就能跳得更漂亮、更真实,大家看着也会觉得更舒服、更喜欢。这个方法让机器人的动作变得更像我们人类的动作,变得更自然、更可信。
Abstract
Humanoid motion tracking is central to teleoperation and whole-body imitation, yet evaluation often disagrees with what people perceive in videos. Kinematic errors average per-frame pose differences but miss the physical artifacts that matter most, particularly unstable support and incorrect contacts such as foot skating and mistimed touch-downs. Meanwhile, widely used test suites are small and lack the diversity needed to stress contact-rich, long-horizon behaviors. We introduce HumanTracker to make humanoid tracking evaluation both perceptually aligned and scalable. The HumanTracker benchmark contains approximately 153 hours of optical motion trajectories from multiple professional performers, organized into four motion families with text labels for fine-grained diagnosis. We further propose HumanScore, a preference-aligned metric trained on 12K motion pairs containing 24K motions. Across representative state-of-the-art trackers, HumanScore better predicts human preferences and reveals contact and stability failures that kinematic metrics often miss.
References (20)
GMT: General Motion Tracking for Humanoid Whole-Body Control
Zixuan Chen, Mazeyu Ji, Xuxin Cheng et al.
SONIC: Supersizing Motion Tracking for Natural Humanoid Whole-Body Control
Zhengyi Luo, Ye Yuan, Tingwu Wang et al.
Humanoid-GPT: Scaling Data and Structure for Zero-Shot Motion Tracking
Zekun Qi, Xu-Chuan Chen, Dai-En Liu et al.
UniTracker: Learning Universal Whole-Body Motion Tracker for Humanoid Robots
Kangning Yin, Weishuai Zeng, Ke Fan et al.
OmniH2O: Universal and Dexterous Human-to-Humanoid Whole-Body Teleoperation and Learning
Tairan He, Zhengyi Luo, Xialin He et al.
Track Any Motions under Any Disturbances
Zhikai Zhang, Jun Guo, Chao Chen et al.
Collision-Free Humanoid Traversal in Cluttered Indoor Scenes
Han Xue, Sikai Liang, Zhikai Zhang et al.
Training language models to follow instructions with human feedback
Long Ouyang, Jeff Wu, Xu Jiang et al.
TWIST: Teleoperated Whole-Body Imitation System
Yanjie Ze, Zixuan Chen, J. P. Ara'ujo et al.
Object Motion Guided Human Motion Synthesis
Jiaman Li, Jiajun Wu, C. K. Liu
Towards Motion Turing Test: Evaluating Human-Likeness in Humanoid Robots
Mingzhe Li, Mengyin Liu, Zekai Wu et al.
A Cross-Dataset Study for Text-based 3D Human Motion Retrieval
L'eore Bensabath, Mathis Petrovich, Gul Varol
RoboCLIP: One Demonstration is Enough to Learn Robot Policies
S. Sontakke, Jesse Zhang, S'ebastien M. R. Arnold et al.
Conference on Computer Vision and Pattern Recognition
Cordelia Schmid, Stefano Soatto, Carlo Tomasi
RANK ANALYSIS OF INCOMPLETE BLOCK DESIGNS THE METHOD OF PAIRED COMPARISONS
R. Bradley, M. E. Terry
Motion-X++: A Large-Scale Multimodal 3D Whole-body Human Motion Dataset
Yuhong Zhang, Jing-de Lin, Ailing Zeng et al.
AMASS: Archive of Motion Capture As Surface Shapes
Naureen Mahmood, N. Ghorbani, N. Troje et al.
Switch-JustDance: Benchmarking Whole Body Motion Tracking Policies Using a Commercial Console Game
Jeonghwan Kim, Wontaek Kim, Yidan Lu et al.
Exploring Text-to-Motion Generation with Human Preference
Jenny Sheng, Matthieu Lin, Andrew Zhao et al.
KungfuBot: Physics-Based Humanoid Whole-Body Control for Learning Highly-Dynamic Skills
Weiji Xie, Jinrui Han, Jiakun Zheng et al.