CVJun 3, 2018

TernausNetV2: Fully Convolutional Network for Instance Segmentation

arXiv:1806.00844v2160 citationsHas Code
AI Analysis

This work addresses instance segmentation for satellite imagery analysis, offering a simpler and more universal approach than existing complex methods, though it is incremental as it builds on encoder-decoder architectures.

The authors tackled instance segmentation in high-resolution satellite imagery by introducing TernausNetV2, a fully convolutional network that achieved superior performance on the DeepGlobe-CVPR 2018 building detection sub-challenge compared to other methods.

The most common approaches to instance segmentation are complex and use two-stage networks with object proposals, conditional random-fields, template matching or recurrent neural networks. In this work we present TernausNetV2 - a simple fully convolutional network that allows extracting objects from a high-resolution satellite imagery on an instance level. The network has popular encoder-decoder type of architecture with skip connections but has a few essential modifications that allows using for semantic as well as for instance segmentation tasks. This approach is universal and allows to extend any network that has been successfully applied for semantic segmentation to perform instance segmentation task. In addition, we generalize network encoder that was pre-trained for RGB images to use additional input channels. It makes possible to use transfer learning from visual to a wider spectral range. For DeepGlobe-CVPR 2018 building detection sub-challenge, based on public leaderboard score, our approach shows superior performance in comparison to other methods. The source code corresponding pre-trained weights are publicly available at https://github.com/ternaus/TernausNetV2

Code Implementations3 repos
Foundations

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

Your Notes