CVAIGRMay 25, 2022

Spotlights: Probing Shapes from Spherical Viewpoints

arXiv:2205.12564v32 citationsh-index: 35
Originality Incremental advance
AI Analysis

This work addresses the challenge of structured point cloud generation for 3D shape analysis, offering an incremental improvement over existing methods with specific gains in efficiency and downstream tasks.

The paper tackles the problem of generating ordered point sets from 3D shapes by proposing Spotlights, a novel sampling model that represents shapes as a compact 1D array of depth values, achieving competitive accuracy and consistency with reduced computational cost in point cloud completion and superior performance in registration tasks.

Recent years have witnessed the surge of learned representations that directly build upon point clouds. Though becoming increasingly expressive, most existing representations still struggle to generate ordered point sets. Inspired by spherical multi-view scanners, we propose a novel sampling model called Spotlights to represent a 3D shape as a compact 1D array of depth values. It simulates the configuration of cameras evenly distributed on a sphere, where each virtual camera casts light rays from its principal point through sample points on a small concentric spherical cap to probe for the possible intersections with the object surrounded by the sphere. The structured point cloud is hence given implicitly as a function of depths. We provide a detailed geometric analysis of this new sampling scheme and prove its effectiveness in the context of the point cloud completion task. Experimental results on both synthetic and real data demonstrate that our method achieves competitive accuracy and consistency while having a significantly reduced computational cost. Furthermore, we show superior performance on the downstream point cloud registration task over state-of-the-art completion methods.

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