Camera Distortion-Aware 3D Human Pose Estimation in Video with Optimization-Based Meta-Learning

Abstract

Existing 3D human pose estimation algorithms trained on distortion-free datasets suffer performance drop when applied to new scenarios with a specific camera distortion. In this paper, we propose a simple yet effective model for 3D human pose estimation in video that can quickly adapt to any distortion environment by utilizing MAML, a representative optimization-based meta-learning algorithm. We consider a sequence of 2D keypoints in a particular distortion as a single task of MAML. However, due to the absence of a large-scale dataset in a distorted environment, we propose an efficient method to generate synthetic distorted data from undistorted 2D keypoints. For the evaluation, we assume two practical testing situations depending on whether a motion capture sensor is available or not. In particular, we propose Inference Stage Optimization using bone-length symmetry and consistency. Extensive evaluation shows that our proposed method successfully adapts to various degrees of distortion in the testing phase and outperforms the existing state-of-the-art approaches. The proposed method is useful in practice because it does not require camera calibration and additional computations in a testing set-up.

Cite

Text

Cho et al. "Camera Distortion-Aware 3D Human Pose Estimation in Video with Optimization-Based Meta-Learning." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.01098

Markdown

[Cho et al. "Camera Distortion-Aware 3D Human Pose Estimation in Video with Optimization-Based Meta-Learning." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/cho2021iccv-camera/) doi:10.1109/ICCV48922.2021.01098

BibTeX

@inproceedings{cho2021iccv-camera,
  title     = {{Camera Distortion-Aware 3D Human Pose Estimation in Video with Optimization-Based Meta-Learning}},
  author    = {Cho, Hanbyel and Cho, Yooshin and Yu, Jaemyung and Kim, Junmo},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {11169-11178},
  doi       = {10.1109/ICCV48922.2021.01098},
  url       = {https://mlanthology.org/iccv/2021/cho2021iccv-camera/}
}