CVLGMar 9, 2015

Fully Connected Deep Structured Networks

arXiv:1503.02351v1321 citations
Originality Incremental advance
AI Analysis

This addresses the need for more efficient and integrated methods in semantic segmentation for computer vision applications, though it appears incremental as it builds on existing two-stage approaches.

The paper tackles the problem of semantic image segmentation by unifying the two-stage process of convolutional networks and graphical models into a single joint training algorithm, showing encouraging results on the PASCAL VOC 2012 dataset.

Convolutional neural networks with many layers have recently been shown to achieve excellent results on many high-level tasks such as image classification, object detection and more recently also semantic segmentation. Particularly for semantic segmentation, a two-stage procedure is often employed. Hereby, convolutional networks are trained to provide good local pixel-wise features for the second step being traditionally a more global graphical model. In this work we unify this two-stage process into a single joint training algorithm. We demonstrate our method on the semantic image segmentation task and show encouraging results 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