paper-with-me

Papers

DistilPose: Tokenized Pose Regression with Heatmap Distillation

2023-03-04 · CVPR 2023 1 · Suhang Ye, Yingyi Zhang, Jie Hu, Liujuan Cao, Shengchuan Zhang, Lei Shen, Jun Wang, Shouhong Ding, Rongrong Ji

In the field of human pose estimation, regression-based methods have been dominated in terms of speed, while heatmap-based methods are far ahead in terms of performance. How to take advantage of both schemes remains a challenging problem. In this paper, we propose a novel human pose estimation framework termed DistilPose, which bridges the gaps between heatmap-based and regression-based methods. Specifically, DistilPose maximizes the transfer of knowledge from the teacher model (heatmap-based) to the student model (regression-based) through Token-distilling Encoder (TDE) and Simulated Heatmaps. TDE aligns the feature spaces of heatmap-based and regression-based models by introducing tokenization, while Simulated Heatmaps transfer explicit guidance (distribution and confidence) from teacher heatmaps into student models. Extensive experiments show that the proposed DistilPose can significantly improve the performance of the regression-based models while maintaining efficiency. Specifically, on the MSCOCO validation dataset, DistilPose-S obtains 71.6% mAP with 5.36M parameter, 2.38 GFLOPs and 40.2 FPS, which saves 12.95x, 7.16x computational cost and is 4.9x faster than its teacher model with only 0.9 points performance drop. Furthermore, DistilPose-L obtains 74.4% mAP on MSCOCO validation dataset, achieving a new state-of-the-art among predominant regression-based models.

📄 PDF Abstract BibTeX arXiv:2303.02455

Code (1)

yshMars/DistilPose 공식 구현 pytorch

Tasks

Knowledge DistillationPose Estimationregression

Similar Papers 제목 키워드 기반

Heatmap Regression via Randomized Rounding

2020-09-01 · Baosheng Yu, DaCheng Tao

Heatmap regression has become the mainstream methodology for deep learning-based semantic landmark localization, including in facial landmark localization and human pose estimation. Though heatmap regression is robust to…

Face AlignmentPose EstimationQuantizationregression

Online Knowledge Distillation for Efficient Pose Estimation

2021-08-04 · ICCV 2021 10 · Zheng Li, Jingwen Ye, Mingli Song, Ying Huang 외

Existing state-of-the-art human pose estimation methods require heavy computational resources for accurate predictions. One promising technique to obtain an accurate yet lightweight pose estimator is knowledge distillati…

Knowledge DistillationPose Estimation

Attentive One-Dimensional Heatmap Regression for Facial Landmark Detection and Tracking

2020-04-05 · Shi Yin, Shangfei Wang, Xiaoping Chen, Enhong Chen

Although heatmap regression is considered a state-of-the-art method to locate facial landmarks, it suffers from huge spatial complexity and is prone to quantization error. To address this, we propose a novel attentive on…

Face AlignmentFacial Landmark DetectionGPULandmark Tracking+2

Bias-Compensated Integral Regression for Human Pose Estimation

2023-01-25 · Kerui Gu, Linlin Yang, Michael Bi Mi, Angela Yao

In human and hand pose estimation, heatmaps are a crucial intermediate representation for a body or hand keypoint. Two popular methods to decode the heatmap into a final joint coordinate are via an argmax, as done in hea…

Hand Pose EstimationPose Estimationregression

Adaptive Wing Loss for Robust Face Alignment via Heatmap Regression

2019-04-16 · ICCV 2019 10 · Xinyao Wang, Liefeng Bo, Li Fuxin

Heatmap regression with a deep network has become one of the mainstream approaches to localize facial landmarks. However, the loss function for heatmap regression is rarely studied. In this paper, we analyze the ideal lo…

Face AlignmentregressionRobust Face Alignment