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

TL;DR
LadderNet introduces a multi-path, ensemble-like neural network architecture based on multiple U-Nets with shared residual blocks, significantly improving medical image segmentation accuracy while reducing parameters.
Contribution
The paper proposes LadderNet, a novel multi-path network with skip connections and shared residual blocks, enhancing segmentation performance over existing U-Net modifications.
Findings
Achieved superior blood vessel segmentation accuracy on retinal datasets.
LadderNet outperforms existing U-Net variants in benchmark tests.
Reduced model parameters due to shared residual weights.
Abstract
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), and U-Net with residual blocks or blocks with dense connections. However, all these modifications have an encoder-decoder structure with skip connections, and the number of paths for information flow is limited. We propose LadderNet in this paper, which can be viewed as a chain of multiple U-Nets. Instead of only one pair of encoder branch and decoder branch in U-Net, a LadderNet has multiple pairs of encoder-decoder branches, and has skip connections between every pair of adjacent decoder and decoder branches in each level. Inspired by the success of ResNet and R2-UNet, we use modified residual blocks where two convolutional layers in one block share the same…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRetinal Imaging and Analysis · Advanced Neural Network Applications · Brain Tumor Detection and Classification
MethodsConcatenated Skip Connection · U-Net · Average Pooling · 1x1 Convolution · Bottleneck Residual Block · Global Average Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Kaiming Initialization · Max Pooling · Batch Normalization
