CVJan 20, 2022

AirPose: Multi-View Fusion Network for Aerial 3D Human Pose and Shape Estimation

arXiv:2201.08093v234 citationsHas Code
AI Analysis

This enables aerial motion capture without pre-calibration, addressing limitations for outdoor applications like sports or surveillance, though it is incremental by building on existing body models and multi-view fusion.

The authors tackled 3D human motion capture in unstructured outdoor environments using multiple uncalibrated UAVs, achieving markerless estimation of human pose and shape with distributed neural networks that communicate compactly via the SMPL-X model.

In this letter, we present a novel markerless 3D human motion capture (MoCap) system for unstructured, outdoor environments that uses a team of autonomous unmanned aerial vehicles (UAVs) with on-board RGB cameras and computation. Existing methods are limited by calibrated cameras and off-line processing. Thus, we present the first method (AirPose) to estimate human pose and shape using images captured by multiple extrinsically uncalibrated flying cameras. AirPose itself calibrates the cameras relative to the person instead of relying on any pre-calibration. It uses distributed neural networks running on each UAV that communicate viewpoint-independent information with each other about the person (i.e., their 3D shape and articulated pose). The person's shape and pose are parameterized using the SMPL-X body model, resulting in a compact representation, that minimizes communication between the UAVs. The network is trained using synthetic images of realistic virtual environments, and fine-tuned on a small set of real images. We also introduce an optimization-based post-processing method (AirPose$^{+}$) for offline applications that require higher MoCap quality. We make our method's code and data available for research at https://github.com/robot-perception-group/AirPose. A video describing the approach and results is available at https://youtu.be/xLYe1TNHsfs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes