CVApr 4, 2015

Efficient piecewise training of deep structured models for semantic segmentation

arXiv:1504.01013v4939 citations
AI Analysis

This work improves semantic segmentation accuracy for computer vision applications, representing an incremental advance over existing deep learning methods.

The paper tackles semantic segmentation by incorporating contextual information through CRFs with CNN-based pairwise potentials and multi-scale inputs, achieving state-of-the-art results, including a 78.0 intersection-over-union score on PASCAL VOC 2012.

Recent advances in semantic image segmentation have mostly been achieved by training deep convolutional neural networks (CNNs). We show how to improve semantic segmentation through the use of contextual information; specifically, we explore `patch-patch' context between image regions, and `patch-background' context. For learning from the patch-patch context, we formulate Conditional Random Fields (CRFs) with CNN-based pairwise potential functions to capture semantic correlations between neighboring patches. Efficient piecewise training of the proposed deep structured model is then applied to avoid repeated expensive CRF inference for back propagation. For capturing the patch-background context, we show that a network design with traditional multi-scale image input and sliding pyramid pooling is effective for improving performance. Our experimental results set new state-of-the-art performance on a number of popular semantic segmentation datasets, including NYUDv2, PASCAL VOC 2012, PASCAL-Context, and SIFT-flow. In particular, we achieve an intersection-over-union score of 78.0 on the challenging PASCAL VOC 2012 dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes