paper-with-me

Papers

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

2017-09-01 · Ruirui Li, Wenjie Liu, Lei Yang, Shihao Sun, Wei Hu, Fan Zhang, Wei Li

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.

📄 PDF Abstract BibTeX arXiv:1709.00201

Code (2)

Lkruitwagen/remote-sensing-solar-pv
TKouyama/DeepUnet_Keras tf

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
U-Net 설명 없음
Kaiming Initialization 설명 없음
Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SegNet SegNet is a semantic segmentation model. This core trainable segmentation architecture consists of an encoder network, a corresponding decoder network followed by a pixel-wise…

Similar Papers 제목 키워드 기반

Feature Fusion through Multitask CNN for Large-scale Remote Sensing Image Segmentation

2018-07-24 · Shihao Sun, Lei Yang, Wenjie Liu, Ruirui Li

In recent years, Fully Convolutional Networks (FCN) has been widely used in various semantic segmentation tasks, including multi-modal remote sensing imagery. How to fuse multi-modal data to improve the segmentation perf…

Image SegmentationSegmentationSemantic Segmentation

TreeSegNet: Adaptive Tree CNNs for Subdecimeter Aerial Image Segmentation

2018-04-29 · Kai Yue, Lei Yang, Ruirui Li, Wei Hu 외

For the task of subdecimeter aerial imagery segmentation, fine-grained semantic segmentation results are usually difficult to obtain because of complex remote sensing content and optical conditions. Recently, convolution…

Image SegmentationSegmentationSemantic Segmentation

Weakly-Supervised Cloud Detection with Fixed-Point GANs

2021-11-23 · Joachim Nyborg, Ira Assent

The detection of clouds in satellite images is an essential preprocessing task for big data in remote sensing. Convolutional neural networks (CNNs) have greatly advanced the state-of-the-art in the detection of clouds in…

Cloud DetectionTranslation

Cloud Detection Algorithm for Remote Sensing Images Using Fully Convolutional Neural Networks

2018-10-13 · Sorour Mohajerani, Thomas A. Krammer, Parvaneh Saeedi

This paper presents a deep-learning based framework for addressing the problem of accurate cloud detection in remote sensing images. This framework benefits from a Fully Convolutional Neural Network (FCN), which is capab…

Cloud DetectionDeep Learning

A Supervised Segmentation Network for Hyperspectral Image Classification

2021-02-04 · IEEE Transactions on Image Processing 2021 2 · Hao Sun, Xiangtao Zheng, Xiaoqiang Lu

Recently, deep learning has drawn broad attention in the hyperspectral image (HSI) classification task. Many works have focused on elaborately designing various spectral-spatial networks, where convolutional neural netwo…

ClassificationDiversityHyperspectral Image Classificationimage-classification+1