CVNov 8, 2019

Building Segmentation through a Gated Graph Convolutional Neural Network with Deep Structured Feature Embedding

arXiv:1911.03165v1123 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurate building extraction from optical imagery, which is important for urban planning and mapping, though it appears incremental as it builds on existing graph convolutional and deep learning methods.

The authors tackled the problem of precise boundary delineation in building segmentation by introducing a gated graph convolutional network with deep structured feature embedding, which outperformed state-of-the-art approaches.

Automatic building extraction from optical imagery remains a challenge due to, for example, the complexity of building shapes. Semantic segmentation is an efficient approach for this task. The latest development in deep convolutional neural networks (DCNNs) has made accurate pixel-level classification tasks possible. Yet one central issue remains: the precise delineation of boundaries. Deep architectures generally fail to produce fine-grained segmentation with accurate boundaries due to their progressive down-sampling. Hence, we introduce a generic framework to overcome the issue, integrating the graph convolutional network (GCN) and deep structured feature embedding (DSFE) into an end-to-end workflow. Furthermore, instead of using a classic graph convolutional neural network, we propose a gated graph convolutional network, which enables the refinement of weak and coarse semantic predictions to generate sharp borders and fine-grained pixel-level classification. Taking the semantic segmentation of building footprints as a practical example, we compared different feature embedding architectures and graph neural networks. Our proposed framework with the new GCN architecture outperforms state-of-the-art approaches. Although our main task in this work is building footprint extraction, the proposed method can be generally applied to other binary or multi-label segmentation tasks.

Foundations

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

Your Notes