HumanReg: Self-supervised Non-rigid Registration of Human Point Cloud
Yifan Chen, Zhiyu Pan, Zhicheng Zhong, Wenxuan Guo, Jianjiang Feng, Jie Zhou
TL;DR
HumanReg tackles non-rigid registration of sparse outdoor human point clouds by jointly estimating per-point scene flow and body-part segmentation, guided by a body prior. The method is pretrained on a new synthetic dataset, HumanSyn4D, and then finetuned on real data with a self-supervised loss comprising Chamfer, smoothness, clustering, and a part-rigid term, enabling effective learning without dense ground-truth annotations. A key innovation is the part-rigid loss, which regularizes each body-part warp as near-rigid, and a soft correspondence mechanism that leverages body-part-aware features. Empirically, HumanReg achieves state-of-the-art results on CAPE-512 and qualitative improvements on BasketballPlayer, with ablations confirming the benefit of synthetic pretraining and the proposed losses.
Abstract
In this paper, we present a novel registration framework, HumanReg, that learns a non-rigid transformation between two human point clouds end-to-end. We introduce body prior into the registration process to efficiently handle this type of point cloud. Unlike most exsisting supervised registration techniques that require expensive point-wise flow annotations, HumanReg can be trained in a self-supervised manner benefiting from a set of novel loss functions. To make our model better converge on real-world data, we also propose a pretraining strategy, and a synthetic dataset (HumanSyn4D) consists of dynamic, sparse human point clouds and their auto-generated ground truth annotations. Our experiments shows that HumanReg achieves state-of-the-art performance on CAPE-512 dataset and gains a qualitative result on another more challenging real-world dataset. Furthermore, our ablation studies demonstrate the effectiveness of our synthetic dataset and novel loss functions. Our code and synthetic dataset is available at https://github.com/chenyifanthu/HumanReg.
