EfficientPose: Efficient Human Pose Estimation with Neural Architecture Search
Wenqiang Zhang, Jiemin Fang, Xinggang Wang, Wenyu Liu

TL;DR
EfficientPose introduces a neural architecture search-based framework for human pose estimation that optimizes efficiency and accuracy, enabling real-time performance on resource-limited devices.
Contribution
The paper presents a novel neural architecture search approach to design efficient backbones and heads specifically for human pose estimation, reducing computation without significant accuracy loss.
Findings
Small model achieves 88.1% [email protected] on MPII with 0.65 GFLOPs.
Large model reaches competitive accuracy with only 2 GFLOPs.
Outperforms many existing models in efficiency and accuracy trade-offs.
Abstract
Human pose estimation from image and video is a vital task in many multimedia applications. Previous methods achieve great performance but rarely take efficiency into consideration, which makes it difficult to implement the networks on resource-constrained devices. Nowadays real-time multimedia applications call for more efficient models for better interactions. Moreover, most deep neural networks for pose estimation directly reuse the networks designed for image classification as the backbone, which are not yet optimized for the pose estimation task. In this paper, we propose an efficient framework targeted at human pose estimation including two parts, the efficient backbone and the efficient head. By implementing the differentiable neural architecture search method, we customize the backbone network design for pose estimation and reduce the computation cost with negligible accuracy…
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 · Video Surveillance and Tracking Methods · Diabetic Foot Ulcer Assessment and Management
MethodsBatch Normalization · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · HRNet
