MASC: Multi-scale Affinity with Sparse Convolution for 3D Instance Segmentation
Chen Liu, Yasutaka Furukawa

TL;DR
This paper introduces MASC, a novel 3D instance segmentation method using sparse convolution and multi-scale affinity prediction, achieving state-of-the-art results on the ScanNet benchmark.
Contribution
It presents a new approach combining sparse convolution with affinity prediction and clustering for improved 3D instance segmentation.
Findings
Outperforms existing methods on ScanNet benchmark
Effective clustering based on predicted affinity and mesh topology
Utilizes submanifold sparse convolution for voxel processing
Abstract
We propose a new approach for 3D instance segmentation based on sparse convolution and point affinity prediction, which indicates the likelihood of two points belonging to the same instance. The proposed network, built upon submanifold sparse convolution [3], processes a voxelized point cloud and predicts semantic scores for each occupied voxel as well as the affinity between neighboring voxels at different scales. A simple yet effective clustering algorithm segments points into instances based on the predicted affinity and the mesh topology. The semantic for each instance is determined by the semantic prediction. Experiments show that our method outperforms the state-of-the-art instance segmentation methods by a large margin on the widely used ScanNet benchmark [2]. We share our code publicly at https://github.com/art-programmer/MASC.
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 · 3D Surveying and Cultural Heritage
MethodsConvolution
