Scene Segmentation Driven by Deep Learning and Surface Fitting

Abstract

This paper proposes a joint color and depth segmentation scheme exploiting together geometrical clues and a learning stage. The approach starts from an initial over-segmentation based on spectral clustering. The input data is also fed to a Convolutional Neural Network (CNN) thus producing a per-pixel descriptor vector for each scene sample. An iterative merging procedure is then used to recombine the segments into the regions corresponding to the various objects and surfaces. The proposed algorithm starts by considering all the adjacent segments and computing a similarity metric according to the CNN features. The couples of segments with higher similarity are considered for merging. Finally the algorithm uses a NURBS surface fitting scheme on the segments in order to understand if the selected couples correspond to a single surface. The comparison with state-of-the-art methods shows how the proposed method provides an accurate and reliable scene segmentation.

Cite

Text

Minto et al. "Scene Segmentation Driven by Deep Learning and Surface Fitting." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-49409-8_12

Markdown

[Minto et al. "Scene Segmentation Driven by Deep Learning and Surface Fitting." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/minto2016eccv-scene/) doi:10.1007/978-3-319-49409-8_12

BibTeX

@inproceedings{minto2016eccv-scene,
  title     = {{Scene Segmentation Driven by Deep Learning and Surface Fitting}},
  author    = {Minto, Ludovico and Pagnutti, Giampaolo and Zanuttigh, Pietro},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {118-132},
  doi       = {10.1007/978-3-319-49409-8_12},
  url       = {https://mlanthology.org/eccv/2016/minto2016eccv-scene/}
}