CVApr 26, 2023

MAPConNet: Self-supervised 3D Pose Transfer with Mesh and Point Contrastive Learning

arXiv:2304.13819v23 citationsh-index: 47
Originality Highly original
AI Analysis

This addresses the challenge of 3D pose transfer for computer vision and graphics applications by eliminating the need for annotated data, though it builds incrementally on prior unsupervised methods.

The paper tackles the problem of 3D pose transfer without requiring correspondence labels, achieving state-of-the-art results in supervised settings with comparable performance in unsupervised and semi-supervised settings.

3D pose transfer is a challenging generation task that aims to transfer the pose of a source geometry onto a target geometry with the target identity preserved. Many prior methods require keypoint annotations to find correspondence between the source and target. Current pose transfer methods allow end-to-end correspondence learning but require the desired final output as ground truth for supervision. Unsupervised methods have been proposed for graph convolutional models but they require ground truth correspondence between the source and target inputs. We present a novel self-supervised framework for 3D pose transfer which can be trained in unsupervised, semi-supervised, or fully supervised settings without any correspondence labels. We introduce two contrastive learning constraints in the latent space: a mesh-level loss for disentangling global patterns including pose and identity, and a point-level loss for discriminating local semantics. We demonstrate quantitatively and qualitatively that our method achieves state-of-the-art results in supervised 3D pose transfer, with comparable results in unsupervised and semi-supervised settings. Our method is also generalisable to unseen human and animal data with complex topologies.

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