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

Not All Tokens Are Equal: Human-centric Visual Analysis via Token Clustering Transformer

About

Vision transformers have achieved great successes in many computer vision tasks. Most methods generate vision tokens by splitting an image into a regular and fixed grid and treating each cell as a token. However, not all regions are equally important in human-centric vision tasks, e.g., the human body needs a fine representation with many tokens, while the image background can be modeled by a few tokens. To address this problem, we propose a novel Vision Transformer, called Token Clustering Transformer (TCFormer), which merges tokens by progressive clustering, where the tokens can be merged from different locations with flexible shapes and sizes. The tokens in TCFormer can not only focus on important areas but also adjust the token shapes to fit the semantic concept and adopt a fine resolution for regions containing critical details, which is beneficial to capturing detailed information. Extensive experiments show that TCFormer consistently outperforms its counterparts on different challenging human-centric tasks and datasets, including whole-body pose estimation on COCO-WholeBody and 3D human mesh reconstruction on 3DPW. Code is available at https://github.com/zengwang430521/TCFormer.git

Wang Zeng, Sheng Jin, Wentao Liu, Chen Qian, Ping Luo, Wanli Ouyang, Xiaogang Wang• 2022

Related benchmarks

TaskDatasetResultRank
Face AlignmentWFLW (test)
NME (%) (Testset)4.28
144
Human Mesh Recovery3DPW
PA-MPJPE49.3
123
3D Human Mesh RecoveryHuman3.6M (test)
PA-MPJPE42.8
120
Image ClassificationImageNet-1k (val)
Top-1 Accuracy82.4
91
3D Human Mesh Recovery3DPW
PA-MPJPE49.3
72
Whole-body Pose EstimationCOCO-Wholebody 1.0 (val)
Body AP73.1
64
3D Body Mesh RecoveryHuman3.6M
PA-MPJPE42.8
46
3D Human Pose and Mesh Recovery3DPW
PA-MPJPE49.3
40
3D Human Pose and Mesh RecoveryHuman3.6M
PA-MPJPE42.8
40
Whole-body Pose EstimationCOCO-WholeBody V1.0 (test-dev)
Body AP69.1
13
Showing 10 of 10 rows

Other info

Code

Follow for update