English

Joint Calibration for Semantic Segmentation

Computer Vision and Pattern Recognition 2018-11-21 v4

Abstract

Semantic segmentation is the task of assigning a class-label to each pixel in an image. We propose a region-based semantic segmentation framework which handles both full and weak supervision, and addresses three common problems: (1) Objects occur at multiple scales and therefore we should use regions at multiple scales. However, these regions are overlapping which creates conflicting class predictions at the pixel-level. (2) Class frequencies are highly imbalanced in realistic datasets. (3) Each pixel can only be assigned to a single class, which creates competition between classes. We address all three problems with a joint calibration method which optimizes a multi-class loss defined over the final pixel-level output labeling, as opposed to simply region classification. Our method outperforms the state-of-the-art on the popular SIFT Flow [18] dataset in both the fully and weakly supervised setting by a considerably margin (+6% and +10%, respectively).

Keywords

Cite

@article{arxiv.1507.01581,
  title  = {Joint Calibration for Semantic Segmentation},
  author = {Holger Caesar and Jasper Uijlings and Vittorio Ferrari},
  journal= {arXiv preprint arXiv:1507.01581},
  year   = {2018}
}

Comments

Includes improved results based on VGG16 CNN

R2 v1 2026-06-22T10:06:46.419Z