Region segmentation via deep learning and convex optimization
Matthias Sonntag, Veniamin I. Morgenshtern

TL;DR
This paper introduces a novel region segmentation method for 3D point clouds that combines deep learning with convex optimization to handle noise and unknown region counts effectively.
Contribution
It presents a two-step approach integrating neural network predictions with convex optimization for improved 3D point cloud segmentation.
Findings
Achieves accurate segmentation on convex polyhedra datasets.
Outperforms traditional region growing algorithms.
Provides reproducible results with accessible code.
Abstract
In this paper, we propose a method to segment regions in three-dimensional point clouds. We assume that (i) the shape and the number of regions in the point cloud are not known and (ii) the point cloud may be noisy. The method consists of two steps. In the first step we use a deep neural network to predict the probability that a pair of small patches from the point cloud belongs to the same region. In the second step, we use a convex-optimization based method to improve the predictions of the network by enforcing consistency constraints. We evaluate the accuracy of our method on a custom dataset of convex polyhedra, where the regions correspond to the faces of the polyhedra. The method can be seen as a robust and flexible alternative to the famous region growing segmentation algorithm. All reported results are reproducible and come with easy to use code that could serve as a baseline…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Computer Graphics and Visualization Techniques · Medical Image Segmentation Techniques
