[论文解读] Long-Term Human Motion Prediction by Modeling Motion Context and Enhancing Motion Dynamic
该论文提出一种具有运动上下文感知的预测框架,采用 Modified Highway Unit (MHU) 和 gram-matrix loss,以改进长期三维人体运动预测,并在基于活动标签的条件下实现运动转移。
Human motion prediction aims at generating future frames of human motion based on an observed sequence of skeletons. Recent methods employ the latest hidden states of a recurrent neural network (RNN) to encode the historical skeletons, which can only address short-term prediction. In this work, we propose a motion context modeling by summarizing the historical human motion with respect to the current prediction. A modified highway unit (MHU) is proposed for efficiently eliminating motionless joints and estimating next pose given the motion context. Furthermore, we enhance the motion dynamic by minimizing the gram matrix loss for long-term motion prediction. Experimental results show that the proposed model can promisingly forecast the human future movements, which yields superior performances over related state-of-the-art approaches. Moreover, specifying the motion context with the activity labels enables our model to perform human motion transfer.
研究动机与目标
- 推动超越短期准确性的长期人体运动预测的准确性。
- 建模运动上下文,以相对于当前预测对历史运动进行摘要。
- 开发一个 Modified Highway Unit,以有选择地更新承载运动的关节。
- 引入 gram-matrix loss 以促进时空运动动力学。
- 通过对活动标签进行条件控制来演示运动转移。
提出的方法
- 通过 skeleton embedding layer 将历史骨架嵌入到语义空间。
- 通过相对于最后预测帧对过去嵌入进行时间注意来计算运动上下文。
- 使用 Modified Highway Unit 预测未来骨架,该单元根据运动上下文和当前输入门控对承载运动的关节进行更新。
- 用 gram-matrix loss 优化预测,以捕捉时序动态和关节间相关性。
- 可选地通过提供活动标签来调制运动上下文,从而执行运动转移。
实验结果
研究问题
- RQ1是否可以从整个历史序列建模的运动上下文在长期预测中比仅使用最后一个隐藏状态更有效?
- RQ2Modified Highway Unit 是否能有效筛选静止的关节以聚焦于对预测有信息量的关节?
- RQ3基于 gram-matrix 的目标函数是否比标准的均方误差(MSE)更好地捕捉时序动态和空间相关性?
- RQ4模型是否能够通过在预测时对活动标签进行条件控制来支持运动转移?
主要发现
- 所提出的方法在 H3.6m 数据集上的长期预测方面优于最先进的方法。
- 运动上下文建模比仅使用最后一个隐藏状态提供更稳健的长期预测。
- gram-matrix loss 提升时序动态并降低平均姿态趋同,从而改善长期结果。
- Modified Highway Unit 能有效门控更新,强调动态移动的关节。
- 模型通过对活动标签进行条件控制支持运动转移,实现活动之间的平滑过渡。
更好的研究,从现在开始
从论文设计到论文写作,大幅缩短您的研究时间。
无需绑定信用卡
本解读由 AI 生成,并经人工编辑审核。