Learning Semantic Segmentation with Diverse Supervision

Abstract

Models based on deep convolutional neural networks (CNN) have significantly improved the performance of semantic segmentation. However, learning these models requires a large amount of training images with pixel-level labels, which are very costly and time-consuming to collect. In this paper, we propose a method for learning CNNbased semantic segmentation models from images with several types of annotations that are available for various computer vision tasks, including image-level labels for classification, box-level labels for object detection and pixel-level labels for semantic segmentation. The proposed method is flexible and can be used together with any existing CNNbased semantic segmentation networks. Experimental evaluation on the challenging PASCAL VOC 2012 and SIFTflow benchmarks demonstrate that the proposed method can effectively make use of diverse training data to improve the performance of the learned models.

Cite

Text

Ye et al. "Learning Semantic Segmentation with Diverse Supervision." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018. doi:10.1109/WACV.2018.00164

Markdown

[Ye et al. "Learning Semantic Segmentation with Diverse Supervision." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018.](https://mlanthology.org/wacv/2018/ye2018wacv-learning/) doi:10.1109/WACV.2018.00164

BibTeX

@inproceedings{ye2018wacv-learning,
  title     = {{Learning Semantic Segmentation with Diverse Supervision}},
  author    = {Ye, Linwei and Liu, Zhi and Wang, Yang},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2018},
  pages     = {1461-1469},
  doi       = {10.1109/WACV.2018.00164},
  url       = {https://mlanthology.org/wacv/2018/ye2018wacv-learning/}
}