CVNov 22, 2018

Supervised Fitting of Geometric Primitives to 3D Point Clouds

arXiv:1811.08988v4211 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in 3D data processing for applications like computer vision and robotics, offering a scalable solution without user control, though it is incremental as it builds on neural network approaches rather than introducing a new paradigm.

The paper tackles the problem of fitting geometric primitives to 3D point clouds, which is challenging for RANSAC-based methods due to parameter tuning and scalability issues, and introduces SPFN, an end-to-end neural network that achieves significant improvement over state-of-the-art methods on a benchmark of ANSI 3D mechanical component models.

Fitting geometric primitives to 3D point cloud data bridges a gap between low-level digitized 3D data and high-level structural information on the underlying 3D shapes. As such, it enables many downstream applications in 3D data processing. For a long time, RANSAC-based methods have been the gold standard for such primitive fitting problems, but they require careful per-input parameter tuning and thus do not scale well for large datasets with diverse shapes. In this work, we introduce Supervised Primitive Fitting Network (SPFN), an end-to-end neural network that can robustly detect a varying number of primitives at different scales without any user control. The network is supervised using ground truth primitive surfaces and primitive membership for the input points. Instead of directly predicting the primitives, our architecture first predicts per-point properties and then uses a differential model estimation module to compute the primitive type and parameters. We evaluate our approach on a novel benchmark of ANSI 3D mechanical component models and demonstrate a significant improvement over both the state-of-the-art RANSAC-based methods and the direct neural prediction.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes