Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Pose Recognition with Cascade Transformers

About

In this paper, we present a regression-based pose recognition method using cascade Transformers. One way to categorize the existing approaches in this domain is to separate them into 1). heatmap-based and 2). regression-based. In general, heatmap-based methods achieve higher accuracy but are subject to various heuristic designs (not end-to-end mostly), whereas regression-based approaches attain relatively lower accuracy but they have less intermediate non-differentiable steps. Here we utilize the encoder-decoder structure in Transformers to perform regression-based person and keypoint detection that is general-purpose and requires less heuristic design compared with the existing approaches. We demonstrate the keypoint hypothesis (query) refinement process across different self-attention layers to reveal the recursive self-attention mechanism in Transformers. In the experiments, we report competitive results for pose recognition when compared with the competing regression-based methods.

Ke Li, Shijie Wang, Xiang Zhang, Yifan Xu, Weijian Xu, Zhuowen Tu• 2021

Related benchmarks

TaskDatasetResultRank
Human Pose EstimationCOCO (test-dev)
AP72.1
408
2D Human Pose EstimationCOCO 2017 (val)
AP73.3
386
Pose EstimationCOCO (val)
AP73.3
319
Human Pose EstimationCOCO 2017 (test-dev)
AP71.7
180
2D Human Pose EstimationMPII (val)
Head97.3
61
Keypoint DetectionMS-COCO 2017 (val)
AP73.3
40
Multi-person Pose EstimationCOCO 2017 (mini-val)
AP66.2
17
Showing 7 of 7 rows

Other info

Code

Follow for update