# Seeing Behind Things: Extending Semantic Segmentation to Occluded   Regions

**Authors:** Pulak Purkait, Christopher Zach, Ian Reid

arXiv: 1906.02885 · 2019-09-18

## TL;DR

This paper extends semantic segmentation to include occluded regions using a CNN trained on depth images with a modified loss, enabling prediction of both visible and occluded object parts without increasing network complexity.

## Contribution

It introduces a new loss function and training approach for CNNs to predict semantic labels of occluded regions in depth images, advancing segmentation capabilities.

## Key findings

- CNN trained with the proposed loss predicts occluded object parts.
- Method works without increasing network size.
- Validated on an augmented SUNCG dataset.

## Abstract

Semantic segmentation and instance level segmentation made substantial progress in recent years due to the emergence of deep neural networks (DNNs). A number of deep architectures with Convolution Neural Networks (CNNs) were proposed that surpass the traditional machine learning approaches for segmentation by a large margin. These architectures predict the directly observable semantic category of each pixel by usually optimizing a cross entropy loss. In this work we push the limit of semantic segmentation towards predicting semantic labels of directly visible as well as occluded objects or objects parts, where the network's input is a single depth image. We group the semantic categories into one background and multiple foreground object groups, and we propose a modification of the standard cross-entropy loss to cope with the settings. In our experiments we demonstrate that a CNN trained by minimizing the proposed loss is able to predict semantic categories for visible and occluded object parts without requiring to increase the network size (compared to a standard segmentation task). The results are validated on a newly generated dataset (augmented from SUNCG) dataset.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1906.02885/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1906.02885/full.md

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