Layered Scene Decomposition via the Occlusion-CRF

Abstract

This paper addresses the challenging problem of perceiving the hidden or occluded geometry of the scene depicted in any given RGBD image. Unlike other image labeling problems such as image segmentation where each pixel needs to be assigned a single label, layered decomposition requires us to assign multiple labels to pixels. We propose a novel "Occlusion-CRF" model that allows for the integration of sophisticated priors to regularize the solution space and enables the automatic inference of the layer decomposition. We use a generalization of the Fusion Move algorithm to perform Maximum a Posterior (MAP) inference on the model that can handle the large label sets needed to represent multiple surface assignments to each pixel. We have evaluated the proposed model and the inference algorithm on many RGBD images of cluttered indoor scenes. Our experiments show that not only is our model able to explain occlusions but it also enables automatic inpainting of occluded/invisible surfaces.

Cite

Text

Liu et al. "Layered Scene Decomposition via the Occlusion-CRF." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.25

Markdown

[Liu et al. "Layered Scene Decomposition via the Occlusion-CRF." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/liu2016cvpr-layered/) doi:10.1109/CVPR.2016.25

BibTeX

@inproceedings{liu2016cvpr-layered,
  title     = {{Layered Scene Decomposition via the Occlusion-CRF}},
  author    = {Liu, Chen and Kohli, Pushmeet and Furukawa, Yasutaka},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.25},
  url       = {https://mlanthology.org/cvpr/2016/liu2016cvpr-layered/}
}