paper-with-me

홈 › Papers

Residual Pyramid Learning for Single-Shot Semantic Segmentation

2019-03-23 · Xiaoyu Chen, Xiaotian Lou, Lianfa Bai, Jing Han

Pixel-level semantic segmentation is a challenging task with a huge amount of computation, especially if the size of input is large. In the segmentation model, apart from the feature extraction, the extra decoder structure is often employed to recover spatial information. In this paper, we put forward a method for single-shot segmentation in a feature residual pyramid network (RPNet), which learns the main and residuals of segmentation by decomposing the label at different levels of residual blocks. Specifically speaking, we use the residual features to learn the edges and details, and the identity features to learn the main part of targets. At testing time, the predicted residuals are used to enhance the details of the top-level prediction. Residual learning blocks split the network into several shallow sub-networks which facilitates the training of the RPNet. We then evaluate the proposed method and compare it with recent state-of-the-art methods on CamVid and Cityscapes. The proposed single-shot segmentation based on RPNet achieves impressive results with high efficiency on pixel-level segmentation.

📄 PDF Abstract BibTeX arXiv:1903.09746

Code (1)

superlxt/RPNet-Pytorch pytorch

Tasks

DecoderSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

SSAP: Single-Shot Instance Segmentation With Affinity Pyramid

2019-09-04 · ICCV 2019 10 · Naiyu Gao, Yanhu Shan, Yupei Wang, Xin Zhao 외

Recently, proposal-free instance segmentation has received increasing attention due to its concise and efficient pipeline. Generally, proposal-free methods generate instance-agnostic semantic segmentation labels and inst…

Instance SegmentationSegmentationSemantic Segmentation

Residual Bi-Fusion Feature Pyramid Network for Accurate Single-shot Object Detection

2019-11-27 · Ping-Yang Chen, Jun-Wei Hsieh, Chien-Yao Wang, Hong-Yuan Mark Liao 외

State-of-the-art (SoTA) models have improved the accuracy of object detection with a large margin via a FP (feature pyramid). FP is a top-down aggregation to collect semantically strong features to improve scale invarian…

Objectobject-detectionObject Detection

Utilizing Attention, Linked Blocks, And Pyramid Pooling To Propel Brain Tumor Segmentation In 3D

2021-09-29 · Pooja Ravi, Srijarko Roy, Indira Dutta

We present an approach to detect and segment tumorous regions of the brain by establishing three varied segmentation architectures for multiclass semantic segmentation along with data specific customizations like residua…

Brain Tumor SegmentationSegmentationSemantic SegmentationTumor Segmentation

Pyramid Fusion Transformer for Semantic Segmentation

2022-01-11 · Zipeng Qin, Jianbo Liu, Xiaolin Zhang, Maoqing Tian 외

The recently proposed MaskFormer gives a refreshed perspective on the task of semantic segmentation: it shifts from the popular pixel-level classification paradigm to a mask-level classification method. In essence, it ge…

DecoderSegmentationSemantic Segmentation

Pyramid Graph Networks With Connection Attentions for Region-Based One-Shot Semantic Segmentation

2019-10-01 · ICCV 2019 10 · Chi Zhang, Guosheng Lin, Fayao Liu, Jiushuang Guo 외

One-shot image segmentation aims to undertake the segmentation task of a novel class with only one training image available. The difficulty lies in that image segmentation has structured data representations, which yield…

Few-Shot Semantic SegmentationGraph AttentionImage SegmentationSegmentation+1