# On Boosting Semantic Street Scene Segmentation with Weak Supervision

**Authors:** Panagiotis Meletis, Gijs Dubbelman

arXiv: 1903.03462 · 2019-07-17

## TL;DR

This paper introduces a hierarchical deep network architecture trained with weak supervision, such as bounding boxes and image labels, to improve street scene segmentation performance while reducing annotation costs.

## Contribution

The authors develop a novel hierarchical network and loss function that enable training with weak supervision, enhancing segmentation accuracy on street scenes.

## Key findings

- Performance gains up to +13.2% mIoU on street scene classes
- Achieves 20 fps inference speed on a Titan V GPU
- Effectively combines weak and strong supervision from separate datasets

## Abstract

Training convolutional networks for semantic segmentation requires per-pixel ground truth labels, which are very time consuming and hence costly to obtain. Therefore, in this work, we research and develop a hierarchical deep network architecture and the corresponding loss for semantic segmentation that can be trained from weak supervision, such as bounding boxes or image level labels, as well as from strong per-pixel supervision. We demonstrate that the hierarchical structure and the simultaneous training on strong (per-pixel) and weak (bounding boxes) labels, even from separate datasets, constantly increases the performance against per-pixel only training. Moreover, we explore the more challenging case of adding weak image-level labels. We collect street scene images and weak labels from the immense Open Images dataset to generate the OpenScapes dataset, and we use this novel dataset to increase segmentation performance on two established per-pixel labeled datasets, Cityscapes and Vistas. We report performance gains up to +13.2% mIoU on crucial street scene classes, and inference speed of 20 fps on a Titan V GPU for Cityscapes at 512 x 1024 resolution. Our network and OpenScapes dataset are shared with the research community.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1903.03462/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1903.03462/full.md

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