paper-with-me

Papers

TokenPose: Learning Keypoint Tokens for Human Pose Estimation

2021-04-08 · ICCV 2021 10 · YanJie Li, Shoukui Zhang, Zhicheng Wang, Sen yang, Wankou Yang, Shu-Tao Xia, Erjin Zhou

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.5$ AP and $75.8$ AP on COCO validation dataset respectively, with significant reduction in parameters ($\downarrow80.6\%$; $\downarrow$ $56.8\%$) and GFLOPs ($\downarrow$ $75.3\%$; $\downarrow$ $24.7\%$). Code is publicly available.

📄 PDF Abstract BibTeX arXiv:2104.03516

Code (1)

leeyegy/TokenPose 공식 구현 pytorch

Tasks

Pose Estimation

Similar Papers 제목 키워드 기반

Recognition of Freely Selected Keypoints on Human Limbs

2022-04-13 · Katja Ludwig, Daniel Kienzle, Rainer Lienhart

Nearly all Human Pose Estimation (HPE) datasets consist of a fixed set of keypoints. Standard HPE models trained on such datasets can only detect these keypoints. If more points are desired, they have to be manually anno…

Pose Estimation

Improved TokenPose with Sparsity

2023-11-16 · Anning Li

Over the past few years, the vision transformer and its various forms have gained significance in human pose estimation. By treating image patches as tokens, transformers can capture global relationships wisely, estimate…

Pose Estimation

Distilling Token-Pruned Pose Transformer for 2D Human Pose Estimation

2023-04-12 · Feixiang Ren

Human pose estimation has seen widespread use of transformer models in recent years. Pose transformers benefit from the self-attention map, which captures the correlation between human joint tokens and the image. However…

2D Human Pose EstimationPose Estimation

GTPT: Group-based Token Pruning Transformer for Efficient Human Pose Estimation

2024-07-15 · Haonan Wang, Jie Liu, Jie Tang, Gangshan Wu 외

In recent years, 2D human pose estimation has made significant progress on public benchmarks. However, many of these approaches face challenges of less applicability in the industrial community due to the large number of…

2D Human Pose EstimationPose Estimation

Causal-Inspired Multitask Learning for Video-Based Human Pose Estimation

2025-01-24 · Haipeng Chen, Sifan Wu, Zhigang Wang, Yifang Yin 외

Video-based human pose estimation has long been a fundamental yet challenging problem in computer vision. Previous studies focus on spatio-temporal modeling through the enhancement of architecture design and optimization…

Pose Estimation