Skip to main content
QUICK REVIEW

[论文解读] How Robust is 3D Human Pose Estimation to Occlusion?

István Sárándi, Timm Linder|arXiv (Cornell University)|Aug 28, 2018
Human Pose and Action Recognition参考文献 25被引用 49
一句话总结

这篇论文系统地研究了单张RGB图像中3D人体姿态估计的测试时遮挡效应,并表明最先进的模型对遮挡很脆弱,但训练期间的遮挡数据增强可以提升鲁棒性,甚至提升非遮挡时的表现。

ABSTRACT

Occlusion is commonplace in realistic human-robot shared environments, yet its effects are not considered in standard 3D human pose estimation benchmarks. This leaves the question open: how robust are state-of-the-art 3D pose estimation methods against partial occlusions? We study several types of synthetic occlusions over the Human3.6M dataset and find a method with state-of-the-art benchmark performance to be sensitive even to low amounts of occlusion. Addressing this issue is key to progress in applications such as collaborative and service robotics. We take a first step in this direction by improving occlusion-robustness through training data augmentation with synthetic occlusions. This also turns out to be an effective regularizer that is beneficial even for non-occluded test cases.

研究动机与目标

  • 评估合成遮挡对 Human3.6M 上 3D 姿态估计精度的影响。
  • 在各种遮挡类型和程度下评估基线的最先进方法。
  • 研究训练阶段的遮挡增强作为提高对遮挡鲁棒性的方法。

提出的方法

  • 使用具有 ResNet-50 主干的全卷积网络预测体积化关节热图。
  • 通过对体积化热图进行 soft-argmax 并回投到相机空间来预测三维关节坐标。
  • 在没有根骨深度增强的情况下评估平均每关节位置误差(MPJPE),并提供用于比较的神谕根深度选项。
  • 在测试时引入合成遮挡(圆形、矩形、条形、VOC 对象)以模拟遮挡场景。
  • 采用多种方案进行遮挡增强训练(单一矩形、多种几何形状、VOC对象贴图、混合策略)。
  • 评估鲁棒性与正则化效果,并报告在 Titan X GPU 上的运行时性能。

实验结果

研究问题

  • RQ1测试时的合成遮挡对 Human3.6M 上的 state-of-the-art 3D 姿态方法的 MPJPE 有何影响?
  • RQ2哪些遮挡类型会导致姿态估计的降幅最大?
  • RQ3在训练时进行遮挡感知数据增强是否能提高对多样遮挡物类型的鲁棒性?
  • RQ4遮挡增强是否也提高非遮挡测试图像的性能?
  • RQ5对于高帧率应用,所提出方法的运行时可行性如何?

主要发现

直接讨论问候电话照片姿态购买SitD抽烟等待走路WalkDWalkT平均
Pavlakos [18]67.472.066.769.172.077.065.068.383.796.571.765.859.174.963.271.9
Pavlakos [18] (known root depth)59.364.959.461.365.169.057.160.175.191.964.559.666.853.756.864.8
Ours (no occlusion augm.)60.264.155.958.363.869.558.864.467.790.861.959.266.056.950.863.3
w/ circles augm.52.958.051.854.856.962.651.455.064.779.256.352.558.847.943.056.8
w/ single rectangle augm. [26]52.058.651.053.556.162.651.554.265.771.256.152.958.247.842.956.1
w/ rectangles augm.51.957.952.554.257.361.951.755.263.476.756.551.758.847.843.456.5
w/ bars augm.55.060.154.156.459.964.952.459.567.788.758.554.262.450.045.459.6
w/ VOC objects augm.51.258.751.753.456.859.350.752.665.573.256.851.456.647.042.455.8
w/ mixture augm.51.357.852.553.855.958.750.952.866.777.156.651.756.647.642.856.1
  • 基线 3D 姿态估计在非遮挡的测试条件下达到 state-of-the-art 的 MPJPE(63.3 mm,比可比方法报道的 64.8 mm 更好)。
  • 圆形遮挡在测试的遮挡形状中导致误差增幅最大。
  • 矩形相对不如圆形成问题,而 VOC 对象遮挡在各遮挡类型上展示了鲁棒性的泛化效果。
  • 遮挡增强策略(尤其是 VOC 对象增强和混合策略)在所有测试类型下显著降低了遮挡下的 MPJPE。
  • 遮挡增强也提升了非遮挡测试数据的性能(正则化效应)。
  • 组合的遮挡增强策略在测试的遮挡类型上实现了鲁棒改进,并保持推理速度(批量大小 64 时最高可达 204 fps)。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。