MSeg: A Composite Dataset for Multi-Domain Semantic Segmentation

Abstract

We present MSeg, a composite dataset that unifies se- mantic segmentation datasets from different domains. A naive merge of the constituent datasets yields poor performance due to inconsistent taxonomies and annotation practices. We reconcile the taxonomies and bring the pixel-level annotations into alignment by relabeling more than 220,000 object masks in more than 80,000 images. The resulting composite dataset enables training a single semantic segmentation model that functions effectively across domains and generalizes to datasets that were not seen during training. We adopt zero-shot cross-dataset transfer as a benchmark to systematically evaluate a model's robustness and show that MSeg training yields substantially more robust models in comparison to training on individual datasets or naive mixing of datasets without the presented contributions. A model trained on MSeg ranks first on the WildDash leaderboard for robust semantic segmentation, with no exposure to WildDash data during training.

Cite

Text

Lambert et al. "MSeg: A Composite Dataset for Multi-Domain Semantic Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00295

Markdown

[Lambert et al. "MSeg: A Composite Dataset for Multi-Domain Semantic Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/lambert2020cvpr-mseg/) doi:10.1109/CVPR42600.2020.00295

BibTeX

@inproceedings{lambert2020cvpr-mseg,
  title     = {{MSeg: A Composite Dataset for Multi-Domain Semantic Segmentation}},
  author    = {Lambert, John and Liu, Zhuang and Sener, Ozan and Hays, James and Koltun, Vladlen},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00295},
  url       = {https://mlanthology.org/cvpr/2020/lambert2020cvpr-mseg/}
}