English

TokenPose: Learning Keypoint Tokens for Human Pose Estimation

Computer Vision and Pattern Recognition 2021-08-16 v3

Abstract

Human pose estimation deeply relies on visual clues and anatomical constraints between parts to locate keypoints. Most existing CNN-based methods do well in visual representation, however, lacking in the ability to explicitly learn the constraint relationships between keypoints. In this paper, we propose a novel approach based on Token representation for human Pose estimation~(TokenPose). In detail, each keypoint is explicitly embedded as a token to simultaneously learn constraint relationships and appearance cues from images. Extensive experiments show that the small and large TokenPose models are on par with state-of-the-art CNN-based counterparts while being more lightweight. Specifically, our TokenPose-S and TokenPose-L achieve 72.572.5 AP and 75.875.8 AP on COCO validation dataset respectively, with significant reduction in parameters (80.6%\downarrow80.6\%; \downarrow 56.8%56.8\%) and GFLOPs (\downarrow 75.3%75.3\%; \downarrow 24.7%24.7\%). Code is publicly available.

Keywords

Cite

@article{arxiv.2104.03516,
  title  = {TokenPose: Learning Keypoint Tokens for Human Pose Estimation},
  author = {Yanjie Li and Shoukui Zhang and Zhicheng Wang and Sen Yang and Wankou Yang and Shu-Tao Xia and Erjin Zhou},
  journal= {arXiv preprint arXiv:2104.03516},
  year   = {2021}
}

Comments

Accepted by ICCV'21. Code is publicly available at https://github.com/leeyegy/TokenPose

R2 v1 2026-06-24T00:56:55.651Z