# 3D Instance Segmentation via Multi-Task Metric Learning

**Authors:** Jean Lahoud, Bernard Ghanem, Marc Pollefeys, Martin R. Oswald

arXiv: 1906.08650 · 2019-11-04

## TL;DR

This paper introduces a multi-task metric learning approach for 3D instance segmentation of dense voxel grids, effectively distinguishing individual objects in complex 3D scenes, and achieves state-of-the-art results on ScanNet.

## Contribution

It presents a novel multi-task learning framework combining feature embedding and directional center estimation for improved 3D instance segmentation.

## Key findings

- Achieves state-of-the-art performance on ScanNet benchmark.
- Effective separation of connected and incomplete objects.
- Demonstrates robustness on synthetic and real-world data.

## Abstract

We propose a novel method for instance label segmentation of dense 3D voxel grids. We target volumetric scene representations, which have been acquired with depth sensors or multi-view stereo methods and which have been processed with semantic 3D reconstruction or scene completion methods. The main task is to learn shape information about individual object instances in order to accurately separate them, including connected and incompletely scanned objects. We solve the 3D instance-labeling problem with a multi-task learning strategy. The first goal is to learn an abstract feature embedding, which groups voxels with the same instance label close to each other while separating clusters with different instance labels from each other. The second goal is to learn instance information by densely estimating directional information of the instance's center of mass for each voxel. This is particularly useful to find instance boundaries in the clustering post-processing step, as well as, for scoring the segmentation quality for the first goal. Both synthetic and real-world experiments demonstrate the viability and merits of our approach. In fact, it achieves state-of-the-art performance on the ScanNet 3D instance segmentation benchmark.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.08650/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1906.08650/full.md

## References

56 references — full list in the complete paper: https://tomesphere.com/paper/1906.08650/full.md

---
Source: https://tomesphere.com/paper/1906.08650