Surface-Aware Distilled 3D Semantic Features
Lukas Uzolas, Elmar Eisemann, Petr Kellnhofer
TL;DR
The paper tackles the problem of robust 3D shape matching by addressing intraclass ambiguity in neural features distilled from 2D foundations. It introduces a surface-aware embedding that maps per-vertex base features to a hyperspherical space using a self-supervised contrastive loss $\,\mathcal{L}_c$ guided by geodesic distances $d_{n,a}$, complemented by a reconstruction loss $\mathcal{L}_r$ to preserve semantic content. Training requires only a small, unpaired set of meshes and yields a joint, one-shot capable embedding that generalizes to unseen shapes without fine-tuning, while remaining efficient at inference since no geodesics are needed then. The resulting features improve 3D correspondences, enable versatile downstream tasks such as one-shot pose transfer, skinning weight regression, and 2D-to-3D texturing, and demonstrate applicability across diverse classes beyond humanoids and animals. Overall, the approach provides a practical, self-supervised pathway to adapt 2D foundational models for robust 3D shape analysis and manipulation with limited data.
Abstract
Many 3D tasks such as pose alignment, animation, motion transfer, and 3D reconstruction rely on establishing correspondences between 3D shapes. This challenge has recently been approached by pairwise matching of semantic features from pre-trained vision models. However, despite their power, these features struggle to differentiate instances of the same semantic class such as ``left hand'' versus ``right hand'' which leads to substantial mapping errors. To solve this, we learn a surface-aware embedding space that is robust to these ambiguities while facilitating shared mapping for an entire family of 3D shapes. Importantly, our approach is self-supervised and requires only a small number of unpaired training meshes to infer features for new possibly imperfect 3D shapes at test time. We achieve this by introducing a contrastive loss that preserves the semantic content of the features distilled from foundational models while disambiguating features located far apart on the shape's surface. We observe superior performance in correspondence matching benchmarks and enable downstream applications including 2D-to-3D and 3D-to-3D texture transfer, in-part segmentation, pose alignment, and motion transfer in low-data regimes. Unlike previous pairwise approaches, our solution constructs a joint embedding space, where both seen and unseen 3D shapes are implicitly aligned without further optimization. The code is available at https://graphics.tudelft.nl/SurfaceAware3DFeatures.
