Online Knowledge Distillation for Efficient Pose Estimation
Zheng Li, Jingwen Ye, Mingli Song, Ying Huang, Zhigeng Pan

TL;DR
This paper introduces OKDHP, an online knowledge distillation framework for human pose estimation that trains a single multi-branch network efficiently by distilling pose structure knowledge without heavy pre-trained models.
Contribution
It proposes a novel one-stage online distillation method using a multi-branch network and feature aggregation to improve lightweight pose estimation.
Findings
Achieves high accuracy on MPII and COCO datasets.
Reduces computational complexity compared to two-stage methods.
Effectively learns keypoint relationships through implicit distillation.
Abstract
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 distillation, which distills the pose knowledge from a powerful teacher model to a less-parameterized student model. However, existing pose distillation works rely on a heavy pre-trained estimator to perform knowledge transfer and require a complex two-stage learning procedure. In this work, we investigate a novel Online Knowledge Distillation framework by distilling Human Pose structure knowledge in a one-stage manner to guarantee the distillation efficiency, termed OKDHP. Specifically, OKDHP trains a single multi-branch network and acquires the predicted heatmaps from each, which are then assembled by a Feature Aggregation Unit (FAU) as the target heatmaps to teach each branch…
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.
Code & Models
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
