R2U++: A Multiscale Recurrent Residual U-Net with Dense Skip Connections for Medical Image Segmentation
Mehreen Mubashar, Hazrat Ali, Christer Gronlund, Shoaib Azmat

TL;DR
R2U++ is a novel U-Net based architecture that enhances medical image segmentation by integrating deeper recurrent residual blocks and dense skip connections, leading to improved accuracy across multiple imaging modalities.
Contribution
It introduces a deeper recurrent residual convolutional backbone and dense skip pathways to address feature extraction and semantic gap issues in U-Net variants.
Findings
Achieved 1.5% IoU and 0.9% Dice score improvements over UNET++.
Outperformed R2U-Net with 4.21% IoU and 3.47% Dice score gains.
Validated on four different medical imaging modalities.
Abstract
U-Net is a widely adopted neural network in the domain of medical image segmentation. Despite its quick embracement by the medical imaging community, its performance suffers on complicated datasets. The problem can be ascribed to its simple feature extracting blocks: encoder/decoder, and the semantic gap between encoder and decoder. Variants of U-Net (such as R2U-Net) have been proposed to address the problem of simple feature extracting blocks by making the network deeper, but it does not deal with the semantic gap problem. On the other hand, another variant UNET++ deals with the semantic gap problem by introducing dense skip connections but has simple feature extraction blocks. To overcome these issues, we propose a new U-Net based medical image segmentation architecture R2U++. In the proposed architecture, the adapted changes from vanilla U-Net are: (1) the plain convolutional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Convolution · Max Pooling · U-Net · UNet++
