CVCGJul 15, 2020

Learning Part Boundaries from 3D Point Clouds

arXiv:2007.07563v140 citations
Originality Incremental advance
AI Analysis

This addresses part segmentation for 3D modeling and computer vision applications, but it is incremental as it builds on existing graph convolutional network methods.

The paper tackles the problem of detecting part boundaries in 3D point clouds, resulting in more accurate boundaries closer to ground-truth compared to alternatives and improvements in fine-grained semantic shape segmentation.

We present a method that detects boundaries of parts in 3D shapes represented as point clouds. Our method is based on a graph convolutional network architecture that outputs a probability for a point to lie in an area that separates two or more parts in a 3D shape. Our boundary detector is quite generic: it can be trained to localize boundaries of semantic parts or geometric primitives commonly used in 3D modeling. Our experiments demonstrate that our method can extract more accurate boundaries that are closer to ground-truth ones compared to alternatives. We also demonstrate an application of our network to fine-grained semantic shape segmentation, where we also show improvements in terms of part labeling performance.

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