Orderly Dual-Teacher Knowledge Distillation for Lightweight Human Pose Estimation
Zhong-Qiu Zhao, Yao Gao, Yuchen Ge, Weidong Tian

TL;DR
This paper introduces a dual-teacher knowledge distillation framework that enhances lightweight human pose estimation by utilizing two teachers with different capabilities and incorporating segmentation masks, resulting in improved accuracy and state-of-the-art performance.
Contribution
The paper proposes an orderly dual-teacher knowledge distillation method that leverages two teachers and segmentation masks to improve lightweight human pose estimation.
Findings
Significant performance improvements on COCO and OCHuman datasets.
State-of-the-art results achieved with HRNet-W16 using ODKD.
Effective noise reduction in heatmaps through binarization.
Abstract
Although deep convolution neural networks (DCNN) have achieved excellent performance in human pose estimation, these networks often have a large number of parameters and computations, leading to the slow inference speed. For this issue, an effective solution is knowledge distillation, which transfers knowledge from a large pre-trained network (teacher) to a small network (student). However, there are some defects in the existing approaches: (I) Only a single teacher is adopted, neglecting the potential that a student can learn from multiple teachers. (II) The human segmentation mask can be regarded as additional prior information to restrict the location of keypoints, which is never utilized. (III) A student with a small number of parameters cannot fully imitate heatmaps provided by datasets and teachers. (IV) There exists noise in heatmaps generated by teachers, which causes model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Hand Gesture Recognition Systems · Anomaly Detection Techniques and Applications
MethodsKnowledge Distillation · Convolution
