scispace - formally typeset
Open AccessPosted Content

Recurrent Residual Convolutional Neural Network based on U-Net (R2U-Net) for Medical Image Segmentation.

TLDR
A Recurrent Convolutional Neural Network (RCNN) based on U-Net as well as a Recurrent Residual convolutional neural Network (RRCNN), which are named RU-Net and R2U-Net respectively are proposed, which show superior performance on segmentation tasks compared to equivalent models including U-nets and residual U- net.
Abstract
Deep learning (DL) based semantic segmentation methods have been providing state-of-the-art performance in the last few years. More specifically, these techniques have been successfully applied to medical image classification, segmentation, and detection tasks. One deep learning technique, U-Net, has become one of the most popular for these applications. In this paper, we propose a Recurrent Convolutional Neural Network (RCNN) based on U-Net as well as a Recurrent Residual Convolutional Neural Network (RRCNN) based on U-Net models, which are named RU-Net and R2U-Net respectively. The proposed models utilize the power of U-Net, Residual Network, as well as RCNN. There are several advantages of these proposed architectures for segmentation tasks. First, a residual unit helps when training deep architecture. Second, feature accumulation with recurrent residual convolutional layers ensures better feature representation for segmentation tasks. Third, it allows us to design better U-Net architecture with same number of network parameters with better performance for medical image segmentation. The proposed models are tested on three benchmark datasets such as blood vessel segmentation in retina images, skin cancer segmentation, and lung lesion segmentation. The experimental results show superior performance on segmentation tasks compared to equivalent models including U-Net and residual U-Net (ResU-Net).

read more

Citations
More filters
Posted Content

RV-GAN : Retinal Vessel Segmentation from Fundus Images using Multi-scale Generative Adversarial Networks.

TL;DR: RVGAN as mentioned in this paper uses two generators and two multi-scale autoencoder based discriminators for better microvessel localization and segmentation, combining reconstruction and weighted feature matching loss, their adversarial training scheme generates highly accurate pixel-wise segmentation of retinal vessels with threshold >= 0.5.
Journal ArticleDOI

Virtual digital subtraction angiography using multizone patch-based U-Net.

TL;DR: The proposed Virtual DSA method can visualize blood vessels without motion artifacts from a single live image without using a mask image, according to the evaluation of the live images of the head.
Journal ArticleDOI

An efficient U-shaped network combined with edge attention module and context pyramid fusion for skin lesion segmentation

TL;DR: A novel and efficient U-shaped network named EAM-CPFNet is proposed, which combines with edge attention module (EAM) and context pyramid fusion (CPF) to improve the performance of the skin lesion segmentation.
Proceedings ArticleDOI

Classification of brain lesions from MRI images using a novel neural network

TL;DR: This paper utilizes a deep U-net architecture with 3D convolutions, consisting of an encoder and a corresponding decoder along with dense residual connections between them, leveraging both low and high level features from the encoder at each step, on the publically available ATLAS R1.1 dataset.
Journal ArticleDOI

Efficient BFCN for Automatic Retinal Vessel Segmentation.

TL;DR: This paper uses automatic color enhancement (ACE) technology to increase the contrast between blood vessels and the background and uses the multiscale information extraction module in the backbone network to capture the global contextual information in a larger area to reduce the loss of feature information.
References
More filters
Proceedings ArticleDOI

Deep Residual Learning for Image Recognition

TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Proceedings Article

ImageNet Classification with Deep Convolutional Neural Networks

TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Proceedings Article

Very Deep Convolutional Networks for Large-Scale Image Recognition

TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
Proceedings Article

Very Deep Convolutional Networks for Large-Scale Image Recognition

TL;DR: In this paper, the authors investigated the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting and showed that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 layers.
Proceedings ArticleDOI

Going deeper with convolutions

TL;DR: Inception as mentioned in this paper is a deep convolutional neural network architecture that achieves the new state of the art for classification and detection in the ImageNet Large-Scale Visual Recognition Challenge 2014 (ILSVRC14).