Skip to main content
QUICK REVIEW

[Paper Review] Augmented Parallel-Pyramid Net for Attention Guided Pose-Estimation

Luanxuan Hou, Jie Cao|arXiv (Cornell University)|Mar 17, 2020
Human Pose and Action Recognition40 references4 citations
TL;DR

This paper proposes an augmented parallel-pyramid network (P² Net) with an Attention Partial Module (APM) and differentiable auto-data augmentation for top-down human pose estimation. By using parallel feature pyramids to preserve spatial and semantic information and APM to dynamically fuse multi-scale features, the method achieves state-of-the-art performance on COCO and MPII benchmarks, with 82.5 AP on COCO and 92.4 PCKh@0.5 on MPII.

ABSTRACT

The target of human pose estimation is to determine body part or joint locations of each person from an image. This is a challenging problems with wide applications. To address this issue, this paper proposes an augmented parallel-pyramid net with attention partial module and differentiable auto-data augmentation. Technically, a parallel pyramid structure is proposed to compensate the loss of information. We take the design of parallel structure for reverse compensation. Meanwhile, the overall computational complexity does not increase. We further define an Attention Partial Module (APM) operator to extract weighted features from different scale feature maps generated by the parallel pyramid structure. Compared with refining through upsampling operator, APM can better capture the relationship between channels. At last, we proposed a differentiable auto data augmentation method to further improve estimation accuracy. We define a new pose search space where the sequences of data augmentations are formulated as a trainable and operational CNN component. Experiments corroborate the effectiveness of our proposed method. Notably, our method achieves the top-1 accuracy on the challenging COCO keypoint benchmark and the state-of-the-art results on the MPII datasets.

Motivation & Objective

  • Address the challenge of occluded and invisible keypoint detection in unconstrained environments with complex poses and backgrounds.
  • Overcome information loss in deep feature maps due to downsampling in conventional pyramid networks while maintaining computational efficiency.
  • Improve feature fusion between multi-scale representations by replacing upsampling-based refinement with a learnable attention mechanism.
  • Automate data augmentation policy search for pose estimation using a differentiable, end-to-end trainable approach instead of hand-crafted or RL-based methods.
  • Achieve state-of-the-art performance on standard benchmarks without relying on heavy model architectures.

Proposed method

  • Introduce a parallel-pyramid structure (ParallelNet) that learns high-resolution features in parallel with the main backbone, preserving spatial details lost in standard top-down networks.
  • Design an Attention Partial Module (APM) that adaptively fuses features across different scales by learning channel-wise attention weights, improving feature representation over simple concatenation or upsampling.
  • Replace standard upsampling-based refinement with a dilated bottleneck structure to maintain large receptive fields and high-resolution features.
  • Propose a differentiable auto-data augmentation method (Auto-Pose) that formulates augmentation sequences as a trainable, differentiable component within the network, enabling gradient-based search over augmentation policies.
  • Define a new pose-specific search space for augmentation policies, where hyperparameters such as color jitter, mixup, and cutout are differentiable and jointly optimized during training.
  • Use a top-down pipeline: first detect persons using DetNet, then apply the P² Net with APM and auto-augmentation to predict keypoint heatmaps within each detected bounding box.

Experimental results

Research questions

  • RQ1Can a parallel-pyramid architecture effectively preserve spatial and semantic information in deep pose estimation networks without increasing computational cost?
  • RQ2Does an attention-based feature fusion mechanism (APM) outperform standard upsampling and concatenation in fusing multi-scale features for keypoint localization?
  • RQ3Can differentiable auto-augmentation significantly improve generalization and accuracy in human pose estimation compared to hand-crafted or reinforcement learning-based augmentation?
  • RQ4How does the proposed method perform on challenging benchmarks like MS COCO and MPII under real-world conditions with occlusions and large pose variations?
  • RQ5To what extent does the choice of person detector affect the final keypoint estimation accuracy, and can a better detector improve performance independently of the pose head?

Key findings

  • The proposed P² Net achieves 82.5 AP on the MS COCO test-dev dataset, setting a new state-of-the-art result.
  • On the MPII benchmark, the method achieves 92.4 PCKh@0.5, surpassing previous SoTA methods including HRNet-W32.
  • Ablation studies show that the Attention Partial Module (APM) improves AP by 0.3 points compared to the baseline without attention, demonstrating its effectiveness in feature fusion.
  • The differentiable auto-augmentation component contributes significantly to performance gains, with ablation showing improved robustness and generalization across diverse test conditions.
  • The method achieves superior accuracy with fewer parameters than SimpleBaseline (47.5M vs. 68.6M), indicating better parameter efficiency.
  • The detector ablation shows that higher person detection mAP does not necessarily lead to better keypoint AP, indicating that keypoint head performance is more critical than detection quality alone.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.