paper-with-me

Papers

Learning Feature Pyramids for Human Pose Estimation

2017-08-03 · ICCV 2017 10 · Wei Yang, Shuang Li, Wanli Ouyang, Hongsheng Li, Xiaogang Wang

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.

📄 PDF Abstract BibTeX arXiv:1708.01101

Code (3)

bearpaw/PyraNet 공식 구현 torch
wanggrun/Learning-Feature-Pyramids tf
wanggrun/Learning-Feature-Pyramids-For-COCO tf

Tasks

Pose Estimation

Similar Papers 제목 키워드 기반

Detail Preserving Residual Feature Pyramid Modules for Optical Flow

2021-07-23 · Libo Long, Jochen Lang

Feature pyramids and iterative refinement have recently led to great progress in optical flow estimation. However, downsampling in feature pyramids can cause blending of foreground objects with the background, which will…

Optical Flow EstimationTransfer Learning

HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation

2019-08-27 · CVPR 2020 6 · Bowen Cheng, Bin Xiao, Jingdong Wang, Honghui Shi 외

Bottom-up human pose estimation methods have difficulties in predicting the correct pose for small persons due to challenges in scale variation. In this paper, we present HigherHRNet: a novel bottom-up human pose estimat…

2D Human Pose EstimationMulti-Person Pose EstimationPose EstimationPose Prediction+1

RAPIDFlow: Recurrent Adaptable Pyramids with Iterative Decoding for Efficient Optical Flow Estimation

2024-05-01 · IEEE International Conference on Robotics and Automation (ICRA) 2024 5 · Henrique Morimitsu, Xiaobin Zhu, Roberto M. Cesar-Jr., Xiangyang Ji 외

Extracting motion information from videos with optical flow estimation is vital in multiple practical robot applications. Current optical flow approaches show remarkable accuracy, but top-performing methods have high com…

Optical Flow Estimation

PixelPyramids: Exact Inference Models from Lossless Image Pyramids

2021-10-17 · ICCV 2021 10 · Shweta Mahajan, Stefan Roth

Autoregressive models are a class of exact inference approaches with highly flexible functional forms, yielding state-of-the-art density estimates for natural images. Yet, the sequential ordering on the dimensions makes …

Density Estimation

Dual-Stream Pyramid Registration Network

2019-09-26 · Miao Kang, Xiaojun Hu, Weilin Huang, Matthew R. Scott 외

We propose a Dual-Stream Pyramid Registration Network (referred as Dual-PRNet) for unsupervised 3D medical image registration. Unlike recent CNN-based registration approaches, such as VoxelMorph, which explores a single-…

DecoderImage RegistrationMedical Image Registration