TernausNetV2: Fully Convolutional Network for Instance Segmentation
Abstract
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 Ternaus- NetV2 - a simple fully convolutional network that allows extracting objects from a high-resolution satellite imagery on an instance level. The network has popular encoderdecoder 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.
Cite
Text
Iglovikov et al. "TernausNetV2: Fully Convolutional Network for Instance Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018. doi:10.1109/CVPRW.2018.00042Markdown
[Iglovikov et al. "TernausNetV2: Fully Convolutional Network for Instance Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2018.](https://mlanthology.org/cvprw/2018/iglovikov2018cvprw-ternausnetv2/) doi:10.1109/CVPRW.2018.00042BibTeX
@inproceedings{iglovikov2018cvprw-ternausnetv2,
title = {{TernausNetV2: Fully Convolutional Network for Instance Segmentation}},
author = {Iglovikov, Vladimir and Seferbekov, Selim S. and Buslaev, Alexander and Shvets, Alexey},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2018},
pages = {233-237},
doi = {10.1109/CVPRW.2018.00042},
url = {https://mlanthology.org/cvprw/2018/iglovikov2018cvprw-ternausnetv2/}
}