Ailing Zeng, Xuan Ju, Lei Yang, Ruiyuan Gao, Xizhou Zhu, Bo Dai, Qiang Xu
This paper proposes a simple baseline framework for video-based 2D/3D human pose estimation that can achieve 10 times efficiency improvement over existing works without any performance degradation, named DeciWatch. Unlike current solutions that estimate each frame in a video, DeciWatch introduces a simple yet effective sample-denoise-recover framework that only watches sparsely sampled frames, taking advantage of the continuity of human motions and the lightweight pose representation. Specifically, DeciWatch uniformly samples less than 10% video frames for detailed estimation, denoises the estimated 2D/3D poses with an efficient Transformer architecture, and then accurately recovers the rest of the frames using another Transformer-based network. Comprehensive experimental results on three video-based human pose estimation and body mesh recovery tasks with four datasets validate the efficiency and effectiveness of DeciWatch. Code is available at https://github.com/cure-lab/DeciWatch.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| 3D Human Pose Estimation | 3DPW | MPJPE | 75.5 | DeciWatch-PARE |
| 3D Human Pose Estimation | 3DPW | PA-MPJPE | 46.4 | DeciWatch-PARE |
| 3D Human Pose Estimation | AIST++ | MPJPE | 67.2 | DeciWatch |
| Pose Estimation | J-HMDB | Mean PCK@0.05 | 80.6 | DeciWatch |
| Pose Estimation | J-HMDB | Mean PCK@0.1 | 94.6 | DeciWatch |
| Pose Estimation | J-HMDB | Mean PCK@0.2 | 99 | DeciWatch |
| Pose Estimation | 3DPW | MPJPE | 75.5 | DeciWatch-PARE |
| Pose Estimation | 3DPW | PA-MPJPE | 46.4 | DeciWatch-PARE |
| Pose Estimation | AIST++ | MPJPE | 67.2 | DeciWatch |
| 3D | J-HMDB | Mean PCK@0.05 | 80.6 | DeciWatch |
| 3D | J-HMDB | Mean PCK@0.1 | 94.6 | DeciWatch |
| 3D | J-HMDB | Mean PCK@0.2 | 99 | DeciWatch |
| 3D | 3DPW | MPJPE | 75.5 | DeciWatch-PARE |
| 3D | 3DPW | PA-MPJPE | 46.4 | DeciWatch-PARE |
| 3D | AIST++ | MPJPE | 67.2 | DeciWatch |
| 2D Human Pose Estimation | JHMDB (2D poses only) | PCK | 98.8 | DeciWatch |
| 1 Image, 2*2 Stitchi | J-HMDB | Mean PCK@0.05 | 80.6 | DeciWatch |
| 1 Image, 2*2 Stitchi | J-HMDB | Mean PCK@0.1 | 94.6 | DeciWatch |
| 1 Image, 2*2 Stitchi | J-HMDB | Mean PCK@0.2 | 99 | DeciWatch |
| 1 Image, 2*2 Stitchi | 3DPW | MPJPE | 75.5 | DeciWatch-PARE |
| 1 Image, 2*2 Stitchi | 3DPW | PA-MPJPE | 46.4 | DeciWatch-PARE |
| 1 Image, 2*2 Stitchi | AIST++ | MPJPE | 67.2 | DeciWatch |