CVSep 1, 2017

DeepUNet: A Deep Fully Convolutional Network for Pixel-level Sea-Land Segmentation

arXiv:1709.00201v1328 citations
Originality Incremental advance
AI Analysis

This work addresses sea-land segmentation for remote sensing applications, but it is incremental as it builds upon existing U-Net architectures.

The paper tackled sea-land segmentation in remote sensing imagery by proposing DeepUNet, a deep fully convolutional network with novel blocks and connections, achieving good performance compared to SegNet and U-Net on a new challenging dataset.

Semantic segmentation is a fundamental research in remote sensing image processing. Because of the complex maritime environment, the sea-land segmentation is a challenging task. Although the neural network has achieved excellent performance in semantic segmentation in the last years, there are a few of works using CNN for sea-land segmentation and the results could be further improved. This paper proposes a novel deep convolution neural network named DeepUNet. Like the U-Net, its structure has a contracting path and an expansive path to get high resolution output. But differently, the DeepUNet uses DownBlocks instead of convolution layers in the contracting path and uses UpBlock in the expansive path. The two novel blocks bring two new connections that are U-connection and Plus connection. They are promoted to get more precise segmentation results. To verify our network architecture, we made a new challenging sea-land dataset and compare the DeepUNet on it with the SegNet and the U-Net. Experimental results show that DeepUNet achieved good performance compared with other architectures, especially in high-resolution remote sensing imagery.

Code Implementations2 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