Skip to main content
QUICK REVIEW

[论文解读] Learning Feature Pyramids for Human Pose Estimation

Wei Yang, Shuang Li|arXiv (Cornell University)|Aug 3, 2017
Human Pose and Action Recognition参考文献 54被引用 62
一句话总结

引入 Pyramid Residual Modules (PRMs) 在 DCNNs 学习特征金字塔,在 MPII 和 LSP 基准上实现最先进的姿态估计,同时提供多分支网络的理论初始化和残差方差控制。

ABSTRACT

Articulated human pose estimation is a fundamental yet challenging task in computer vision. The difficulty is particularly pronounced in scale variations of human body parts when camera view changes or severe foreshortening happens. Although pyramid methods are widely used to handle scale changes at inference time, learning feature pyramids in deep convolutional neural networks (DCNNs) is still not well explored. In this work, we design a Pyramid Residual Module (PRMs) to enhance the invariance in scales of DCNNs. Given input features, the PRMs learn convolutional filters on various scales of input features, which are obtained with different subsampling ratios in a multi-branch network. Moreover, we observe that it is inappropriate to adopt existing methods to initialize the weights of multi-branch networks, which achieve superior performance than plain networks in many tasks recently. Therefore, we provide theoretic derivation to extend the current weight initialization scheme to multi-branch network structures. We investigate our method on two standard benchmarks for human pose estimation. Our approach obtains state-of-the-art results on both benchmarks. Code is available at https://github.com/bearpaw/PyraNet.

研究动机与目标

  • 在关节人类姿态估计中解决尺度变化和透视缩短(foreshortening)问题。
  • 提出 Pyramid Residual Module 在 DCNNs 中学习多尺度特征金字塔。
  • 提供面向多分支网络的带理论支撑的初始化方案。
  • 减轻 Hourglass/ResNet-like 架构中激活方差的增长。
  • 在 MPII 和 LSP 上通过对比消融展示最先进的性能。

提出的方法

  • 设计 Pyramid Residual Module (PRM),通过在多分辨率处理输入特征来学习多尺度特征金字塔。
  • 使用分数最大池化在各金字塔级别之间以受控子采样比生成输入特征金字塔。
  • 将 PRMs 集成到堆叠的 Hourglass 网络中以替代单尺度残差单元。
  • 扩展权重初始化以适用于多分支网络,推导基于方差的缩放以维持前向/反向传播的稳定。
  • 通过在跳跃连接中用 1x1 卷积 + BN + ReLU 代替来识别并减小残差单元的恒等映射导致的输出方差累积。
  • 在 MPII 和 LSP 上进行广泛实验,并对 PRM 变体、金字塔尺度和初始化进行消融测试,同时包括 CIFAR-10。

实验结果

研究问题

  • RQ1通过 PRMs 在 DCNNs 内学习特征金字塔是否可以提升姿态估计的尺度不变性?
  • RQ2为了在 PRMs 和 Hourglass 风格架构中保持前向/后向方差,多分支网络权重应如何初始化?
  • RQ3在残差和的和中控制激活方差是否会改善堆叠 Hourglass 网络的优化与性能?
  • RQ4金字塔尺度选择对 MPII 和 LSP 的姿态估计准确率有何影响?
  • RQ5PRMs 是否能泛化到姿态估计以外的任务(如 CIFAR-10)?

主要发现

方法头部平均值
Pishchulin et al. [41]74.349.040.834.136.534.435.244.1
Tompson et al. [52]95.890.380.574.377.669.762.879.6
Carreira et al. [8]95.791.781.772.482.873.266.481.3
Tompson et al. [51]96.191.983.977.880.972.364.882.0
Hu&Ramanan [28]95.091.683.076.681.974.569.582.4
Pishchulin et al. [42]94.190.283.477.382.675.768.682.4
Lifshitz et al. [35]97.893.385.780.485.376.670.285.0
Gkioxari et al. [20]96.293.186.782.185.281.474.186.1
Rafi et al. [43]97.293.986.481.386.880.673.486.3
Insafutdinov et al. [29]96.895.289.384.488.483.478.088.5
Wei et al. [55]97.895.088.784.088.482.879.488.5
Bulat & Tzimiropoulos [5]97.995.189.985.389.485.781.789.7
Newell et al. [39]98.296.391.287.190.187.483.690.9
Ours-A98.496.591.988.291.188.685.391.8
Ours-B98.596.792.588.791.188.686.092.0
  • PRMs 相较基线提高了姿态估计的准确性,在 MPII 上达到最先进的 PCKh@0.5 为 92.0%(Ours-B)和 92.0%(Ours-B),阈值为 0.5。
  • 在 LSP 上,PRMs 将平均 PCK@0.2 提升至 93.9%,优于此前方法。
  • 增加金字塔尺度通常会提升性能,四到五个尺度尤有显著提升。
  • 一个专门的多分支初始化方案在收敛速度和最终准确性上超越 Xavier 和 MSR。
  • 方差解释显示恒等映射会放大激活方差;用 BN-ReLU-Conv 填充跳跃连接可稳定训练并提升结果。
  • CIFAR-10 实验表明使用 PRM 增强的 Wide ResNet 和 ResNeXt 架构具有竞争力甚至更优的性能。

更好的研究,从现在开始

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

无需绑定信用卡

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