English

Fusing Wearable IMUs with Multi-View Images for Human Pose Estimation: A Geometric Approach

Computer Vision and Pattern Recognition 2020-04-13 v2

Abstract

We propose to estimate 3D human pose from multi-view images and a few IMUs attached at person's limbs. It operates by firstly detecting 2D poses from the two signals, and then lifting them to the 3D space. We present a geometric approach to reinforce the visual features of each pair of joints based on the IMUs. This notably improves 2D pose estimation accuracy especially when one joint is occluded. We call this approach Orientation Regularized Network (ORN). Then we lift the multi-view 2D poses to the 3D space by an Orientation Regularized Pictorial Structure Model (ORPSM) which jointly minimizes the projection error between the 3D and 2D poses, along with the discrepancy between the 3D pose and IMU orientations. The simple two-step approach reduces the error of the state-of-the-art by a large margin on a public dataset. Our code will be released at https://github.com/CHUNYUWANG/imu-human-pose-pytorch.

Keywords

Cite

@article{arxiv.2003.11163,
  title  = {Fusing Wearable IMUs with Multi-View Images for Human Pose Estimation: A Geometric Approach},
  author = {Zhe Zhang and Chunyu Wang and Wenhu Qin and Wenjun Zeng},
  journal= {arXiv preprint arXiv:2003.11163},
  year   = {2020}
}

Comments

Accepted by CVPR 2020. Code is released at https://github.com/CHUNYUWANG/imu-human-pose-pytorch

R2 v1 2026-06-23T14:26:14.853Z