English

Semantic Image Segmentation with Task-Specific Edge Detection Using CNNs and a Discriminatively Trained Domain Transform

Computer Vision and Pattern Recognition 2016-06-03 v2

Abstract

Deep convolutional neural networks (CNNs) are the backbone of state-of-art semantic image segmentation systems. Recent work has shown that complementing CNNs with fully-connected conditional random fields (CRFs) can significantly enhance their object localization accuracy, yet dense CRF inference is computationally expensive. We propose replacing the fully-connected CRF with domain transform (DT), a modern edge-preserving filtering method in which the amount of smoothing is controlled by a reference edge map. Domain transform filtering is several times faster than dense CRF inference and we show that it yields comparable semantic segmentation results, accurately capturing object boundaries. Importantly, our formulation allows learning the reference edge map from intermediate CNN features instead of using the image gradient magnitude as in standard DT filtering. This produces task-specific edges in an end-to-end trainable system optimizing the target semantic segmentation quality.

Keywords

Cite

@article{arxiv.1511.03328,
  title  = {Semantic Image Segmentation with Task-Specific Edge Detection Using CNNs and a Discriminatively Trained Domain Transform},
  author = {Liang-Chieh Chen and Jonathan T. Barron and George Papandreou and Kevin Murphy and Alan L. Yuille},
  journal= {arXiv preprint arXiv:1511.03328},
  year   = {2016}
}

Comments

14 pages. Accepted to appear at CVPR 2016

R2 v1 2026-06-22T11:42:04.695Z