CVMay 13, 2016

Fast Semantic Image Segmentation with High Order Context and Guided Filtering

arXiv:1605.04068v13 citations
Originality Highly original
AI Analysis

This provides a faster and more accurate solution for semantic image segmentation tasks in computer vision applications.

The paper tackles semantic image segmentation by combining deep neural network features with high-order context compatibility and low-level image features in a unified conditional random field framework, achieving state-of-the-art performance on Pascal VOC 2012 with 100+ times faster boundary refinement than classic methods.

This paper describes a fast and accurate semantic image segmentation approach that encodes not only the discriminative features from deep neural networks, but also the high-order context compatibility among adjacent objects as well as low level image features. We formulate the underlying problem as the conditional random field that embeds local feature extraction, clique potential construction, and guided filtering within the same framework, and provide an efficient coarse-to-fine solver. At the coarse level, we combine local feature representation and context interaction using a deep convolutional network, and directly learn the interaction from high order cliques with a message passing routine, avoiding time-consuming explicit graph inference for joint probability distribution. At the fine level, we introduce a guided filtering interpretation for the mean field algorithm, and achieve accurate object boundaries with 100+ faster than classic learning methods. The two parts are connected and jointly trained in an end-to-end fashion. Experimental results on Pascal VOC 2012 dataset have shown that the proposed algorithm outperforms the state-of-the-art, and that it achieves the rank 1 performance at the time of submission, both of which prove the effectiveness of this unified framework for semantic image segmentation.

Foundations

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

Your Notes