English

Region-based semantic segmentation with end-to-end training

Computer Vision and Pattern Recognition 2016-07-27 v1

Abstract

We propose a novel method for semantic segmentation, the task of labeling each pixel in an image with a semantic class. Our method combines the advantages of the two main competing paradigms. Methods based on region classification offer proper spatial support for appearance measurements, but typically operate in two separate stages, none of which targets pixel labeling performance at the end of the pipeline. More recent fully convolutional methods are capable of end-to-end training for the final pixel labeling, but resort to fixed patches as spatial support. We show how to modify modern region-based approaches to enable end-to-end training for semantic segmentation. This is achieved via a differentiable region-to-pixel layer and a differentiable free-form Region-of-Interest pooling layer. Our method improves the state-of-the-art in terms of class-average accuracy with 64.0% on SIFT Flow and 49.9% on PASCAL Context, and is particularly accurate at object boundaries.

Keywords

Cite

@article{arxiv.1607.07671,
  title  = {Region-based semantic segmentation with end-to-end training},
  author = {Holger Caesar and Jasper Uijlings and Vittorio Ferrari},
  journal= {arXiv preprint arXiv:1607.07671},
  year   = {2016}
}

Comments

ECCV 2016 camera-ready

R2 v1 2026-06-22T15:04:26.580Z