CVAIJun 3, 2022

SNAKE: Shape-aware Neural 3D Keypoint Field

arXiv:2206.01724v216 citationsh-index: 63Has Code
Originality Highly original
AI Analysis

This work addresses the under-explored integration of shape reconstruction into 3D keypoint detection, offering a new paradigm that benefits tasks such as shape reconstruction and geometric registration, though it appears incremental in combining existing concepts.

The paper tackles the problem of 3D keypoint detection from point clouds by proposing a novel unsupervised paradigm that incorporates shape reconstruction, achieving superior performance on public benchmarks like ModelNet40 and 3DMatch with improved repeatability and zero-shot geometric registration.

Detecting 3D keypoints from point clouds is important for shape reconstruction, while this work investigates the dual question: can shape reconstruction benefit 3D keypoint detection? Existing methods either seek salient features according to statistics of different orders or learn to predict keypoints that are invariant to transformation. Nevertheless, the idea of incorporating shape reconstruction into 3D keypoint detection is under-explored. We argue that this is restricted by former problem formulations. To this end, a novel unsupervised paradigm named SNAKE is proposed, which is short for shape-aware neural 3D keypoint field. Similar to recent coordinate-based radiance or distance field, our network takes 3D coordinates as inputs and predicts implicit shape indicators and keypoint saliency simultaneously, thus naturally entangling 3D keypoint detection and shape reconstruction. We achieve superior performance on various public benchmarks, including standalone object datasets ModelNet40, KeypointNet, SMPL meshes and scene-level datasets 3DMatch and Redwood. Intrinsic shape awareness brings several advantages as follows. (1) SNAKE generates 3D keypoints consistent with human semantic annotation, even without such supervision. (2) SNAKE outperforms counterparts in terms of repeatability, especially when the input point clouds are down-sampled. (3) the generated keypoints allow accurate geometric registration, notably in a zero-shot setting. Codes are available at https://github.com/zhongcl-thu/SNAKE

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