Semantic Instance Labeling Leveraging Hierarchical Segmentation

Abstract

Most of the approaches for indoor RGBD semantic labeling focus on using pixels or super pixels to train a classifier. In this paper, we implement a higher level segmentation using a hierarchy of super pixels to obtain a better segmentation for training our classifier. By focusing on meaningful segments that conform more directly to objects, regardless of size, we train a random forest of decision trees as a classifier using simple features such as the 3D size, LAB color histogram, width, height, and shape as specified by a histogram of surface normal's. We test our method on the NYU V2 depth dataset, a challenging dataset of cluttered indoor environments. Our experiments using the NYU V2 depth dataset show that our method achieves state of the art results on both a general semantic labeling introduced by the dataset (floor, structure, furniture, and objects) and a more object specific semantic labeling. We show that training a classifier on a segmentation from a hierarchy of super pixels yields better results than training directly on super pixels, patches, or pixels as in previous work.

Cite

Text

Hickson et al. "Semantic Instance Labeling Leveraging Hierarchical Segmentation." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015. doi:10.1109/WACV.2015.147

Markdown

[Hickson et al. "Semantic Instance Labeling Leveraging Hierarchical Segmentation." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015.](https://mlanthology.org/wacv/2015/hickson2015wacv-semantic/) doi:10.1109/WACV.2015.147

BibTeX

@inproceedings{hickson2015wacv-semantic,
  title     = {{Semantic Instance Labeling Leveraging Hierarchical Segmentation}},
  author    = {Hickson, Steven and Essa, Irfan A. and Christensen, Henrik I.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2015},
  pages     = {1068-1075},
  doi       = {10.1109/WACV.2015.147},
  url       = {https://mlanthology.org/wacv/2015/hickson2015wacv-semantic/}
}