Brief Review — A-HRNet: Attention Based High Resolution Network for Human Pose Estimation

Adding Channel Attention, Originated From SENet, to HRNet

Sik-Ho Tsang
3 min readMay 14, 2023
Human Pose Estimation By Predicting Joints Using Heatmaps

A-HRNet: Attention Based High Resolution Network for Human Pose Estimation,
A-HRNet, by University of Massachusetts Lowell,
2020 TransAI (Sik-Ho Tsang @ Medium)

Human Pose Estimation
2014 … 2018
[PersonLab] 2019 [HRNet / HRNetV1] 2021 [HRNetV2, HRNetV2p] [Lite-HRNet]
==== My Other Paper Readings Are Also Over Here ====

  • Channel Attention, originated from SENet, builds the Attention Based HRNet (A-HRNet).

Outline

  1. A-HRNet
  2. Results

1. A-HRNet

1.1. Overall Architecture

A-HRNet
  • The original architecture is HRNet, btu with attention added at the red arrows as shown above.

1.2. Attention Block

Attention Block (SENet)
  • (Please feel free to read SENet for more details.)
  • Suppose that the size of the input feature map is Dw×Dh×c, in which c is the number of channels and Dw×Dh is the feature map size, the computing cost for the channel attention branch is:
  • where s is the scale parameter for the channel attention branch.
  • s=4 in the paper.
  • The computing cost for the main convolutional branch is:

Thus, the computing cost for the channel attention branch is much smaller than that of the main branch:

2. Results

2.1. COCO

COCO. A-HRNet vs HRNet

All the models using attention branches achieve better AP scores than the original HRNet without attention branches.

COCO

A-HRNet achieves an AP score of 77.7, outperforming all other methods. Note that the model is trained on COCO train2017 set from scratch without extra data.

Compared to DNANet [11], the proposed model improves the AP score by 0.8 points with fewer number of parameters and GFLOPs.

2.2. Rehabilitation Activities

The proposed model considerably outperforms the original HRNet with the same training settings.

--

--

Sik-Ho Tsang

PhD, Researcher. I share what I learn. :) Linktree: https://linktr.ee/shtsang for Twitter, LinkedIn, etc.