paper-with-me

홈 › Papers

MP-ResNet: Multi-path Residual Network for the Semantic segmentation of High-Resolution PolSAR Images

2020-11-10 · Lei Ding, Kai Zheng, Dong Lin, Yuxing Chen, Bing Liu, Jiansheng Li, Lorenzo Bruzzone

There are limited studies on the semantic segmentation of high-resolution Polarimetric Synthetic Aperture Radar (PolSAR) images due to the scarcity of training data and the inference of speckle noises. The Gaofen contest has provided open access of a high-quality PolSAR semantic segmentation dataset. Taking this chance, we propose a Multi-path ResNet (MP-ResNet) architecture for the semantic segmentation of high-resolution PolSAR images. Compared to conventional U-shape encoder-decoder convolutional neural network (CNN) architectures, the MP-ResNet learns semantic context with its parallel multi-scale branches, which greatly enlarges its valid receptive fields and improves the embedding of local discriminative features. In addition, MP-ResNet adopts a multi-level feature fusion design in its decoder to make the best use of the features learned from its different branches. Ablation studies show that the MPResNet has significant advantages over its baseline method (FCN with ResNet34). It also surpasses several classic state-of-the-art methods in terms of overall accuracy (OA), mean F1 and fwIoU, whereas its computational costs are not much increased. This CNN architecture can be used as a baseline method for future studies on the semantic segmentation of PolSAR images. The code is available at: https://github.com/ggsDing/SARSeg.

📄 PDF Abstract BibTeX arXiv:2011.05088

Code (1)

ggsDing/SARSeg 공식 구현 pytorch

Tasks

DecoderSegmentationSemantic Segmentationvalid

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
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…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

LadderNet: Multi-path networks based on U-Net for medical image segmentation

2018-10-17 · Juntang Zhuang

U-Net has been providing state-of-the-art performance in many medical image segmentation problems. Many modifications have been proposed for U-Net, such as attention U-Net, recurrent residual convolutional U-Net (R2-UNet…

DecoderImage SegmentationMedical Image SegmentationRetinal Vessel Segmentation+2

Scaling Wide Residual Networks for Panoptic Segmentation

2020-11-23 · Liang-Chieh Chen, Huiyu Wang, Siyuan Qiao

The Wide Residual Networks (Wide-ResNets), a shallow but wide model variant of the Residual Networks (ResNets) by stacking a small number of residual blocks with large channel sizes, have demonstrated outstanding perform…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

On the iterative refinement of densely connected representation levels for semantic segmentation

2018-04-30 · Arantxa Casanova, Guillem Cucurull, Michal Drozdzal, Adriana Romero 외

State-of-the-art semantic segmentation approaches increase the receptive field of their models by using either a downsampling path composed of poolings/strided convolutions or successive dilated convolutions. However, it…

Image SegmentationScene UnderstandingSemantic Segmentation

ShelfNet for Fast Semantic Segmentation

2018-11-27 · Juntang Zhuang, Junlin Yang, Lin Gu, Nicha Dvornek

In this paper, we present ShelfNet, a novel architecture for accurate fast semantic segmentation. Different from the single encoder-decoder structure, ShelfNet has multiple encoder-decoder branch pairs with skip connecti…

Autonomous DrivingDecoderReal-Time Semantic SegmentationScene Understanding+2

SalsaNext: Fast, Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving

2020-03-07 · Tiago Cortinhal, George Tzelepis, Eren Erdal Aksoy

In this paper, we introduce SalsaNext for the uncertainty-aware semantic segmentation of a full 3D LiDAR point cloud in real-time. SalsaNext is the next version of SalsaNet [1] which has an encoder-decoder architecture w…

3D Semantic SegmentationAutonomous DrivingDecoderRobust 3D Semantic Segmentation+1