Pose Recognition with Cascade Transformers
Abstract
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.
Cite
Text
Li et al. "Pose Recognition with Cascade Transformers." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.00198Markdown
[Li et al. "Pose Recognition with Cascade Transformers." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/li2021cvpr-pose/) doi:10.1109/CVPR46437.2021.00198BibTeX
@inproceedings{li2021cvpr-pose,
title = {{Pose Recognition with Cascade Transformers}},
author = {Li, Ke and Wang, Shijie and Zhang, Xiang and Xu, Yifan and Xu, Weijian and Tu, Zhuowen},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2021},
pages = {1944-1953},
doi = {10.1109/CVPR46437.2021.00198},
url = {https://mlanthology.org/cvpr/2021/li2021cvpr-pose/}
}