GroundLink: A Dataset Unifying Human Body Movement and Ground Reaction Dynamics
作者: Xingjian Han, Benjamin Senderling, Stanley To, Deepak Kumar, Emily Whiting, Jun Saito
分类: cs.GR
发布日期: 2023-10-05
💡 一句话要点
提出GroundLink数据集以统一人类运动与地面反应动力学
🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱七:动作重定向 (Motion Retargeting) 支柱八:物理动画 (Physics-based Animation)
关键词: 人类运动 地面反应力 数据集 运动捕捉 神经网络 物理模拟 机器人技术 生物力学
📋 核心要点
- 现有方法在模拟人类运动时面临物理复杂性和准确性不足的挑战,难以全面捕捉运动的物理特性。
- 论文提出GroundLink数据集,通过高精度捕获GRF和CoP数据,结合标准运动捕捉,提供了一个数据驱动的解决方案。
- GroundLinkNet模型在未见运动上准确预测GRF和CoP,验证了数据集的有效性,推动了相关领域的研究进展。
📝 摘要(中文)
人类运动的物理合理性对图形学、动画、机器人、视觉、生物力学和体育科学等多个领域至关重要。尽管全面模拟人类运动的物理特性极具挑战性,本文提出通过关注地面接触并利用真实世界的物理和人类活动观察,采用数据驱动的方法来解决这一复杂性。我们介绍了GroundLink,一个统一的数据集,包含同步的地面反应力(GRF)和压力中心(CoP)数据,均通过嵌入地面的力平台以高时间分辨率捕获,确保测量的准确性。该数据集包含368个处理过的运动试验(约1.59M帧),涵盖19种不同的运动,包括行走和重心转移等动作。GroundLinkNet是基于GroundLink训练的基准神经网络模型,能够准确预测未见运动的GRF和CoP,支持我们的假设。数据集、代码和基准模型已公开,供后续研究使用。
🔬 方法详解
问题定义:本论文旨在解决人类运动模拟中的物理合理性问题,现有方法在准确捕捉运动的物理特性方面存在不足,难以满足多领域应用的需求。
核心思路:通过关注地面接触点,利用真实世界的高质量数据,论文提出了一种数据驱动的方法来处理复杂的物理运动,避免了全面模拟的高难度。
技术框架:整体架构包括数据采集、处理和模型训练三个主要阶段。首先,通过力平台捕获GRF和CoP数据,然后与运动捕捉数据同步,最后利用这些数据训练GroundLinkNet模型。
关键创新:GroundLink数据集的创新在于其高时间分辨率的GRF和CoP数据捕获,提供了丰富的物理信息,显著提升了运动预测的准确性,与传统模拟方法相比,具有更高的实用性和准确性。
关键设计:在模型设计中,GroundLinkNet采用了特定的损失函数以优化GRF和CoP的预测精度,同时在网络结构上进行了调整,以适应多种运动类型的输入特征。具体参数设置和网络架构细节在论文中有详细描述。
🖼️ 关键图片
📊 实验亮点
实验结果表明,GroundLinkNet在未见运动上的GRF和CoP预测准确率显著提高,具体性能数据未在摘要中提供,但模型的有效性得到了充分验证,显示出较传统方法的明显优势。
🎯 应用场景
该研究的潜在应用领域包括动画制作、机器人控制、运动分析和生物力学研究等。通过提供高质量的运动数据,GroundLink可以帮助研究人员和工程师更好地理解和模拟人类运动,从而推动相关技术的发展与应用。
📄 摘要(原文)
The physical plausibility of human motions is vital to various applications in fields including but not limited to graphics, animation, robotics, vision, biomechanics, and sports science. While fully simulating human motions with physics is an extreme challenge, we hypothesize that we can treat this complexity as a black box in a data-driven manner if we focus on the ground contact, and have sufficient observations of physics and human activities in the real world. To prove our hypothesis, we present GroundLink, a unified dataset comprised of captured ground reaction force (GRF) and center of pressure (CoP) synchronized to standard kinematic motion captures. GRF and CoP of GroundLink are not simulated but captured at high temporal resolution using force platforms embedded in the ground for uncompromising measurement accuracy. This dataset contains 368 processed motion trials (~1.59M recorded frames) with 19 different movements including locomotion and weight-shifting actions such as tennis swings to signify the importance of capturing physics paired with kinematics. GroundLinkNet, our benchmark neural network model trained with GroundLink, supports our hypothesis by predicting GRFs and CoPs accurately and plausibly on unseen motions from various sources. The dataset, code, and benchmark models are made public for further research on various downstream tasks leveraging the rich physics information at https://csr.bu.edu/groundlink/.