IVCVAug 31, 2019

Bi-Directional ConvLSTM U-Net with Densley Connected Convolutions

arXiv:1909.00166v1423 citations
Originality Incremental advance
AI Analysis

This work addresses medical image segmentation for healthcare applications, but it is incremental as it builds on existing U-Net architectures.

The paper tackled medical image segmentation by proposing BCDU-Net, an extension of U-Net that integrates bi-directional ConvLSTM and densely connected convolutions, achieving state-of-the-art performance on retinal blood vessel, skin lesion, and lung nodule segmentation datasets.

In recent years, deep learning-based networks have achieved state-of-the-art performance in medical image segmentation. Among the existing networks, U-Net has been successfully applied on medical image segmentation. In this paper, we propose an extension of U-Net, Bi-directional ConvLSTM U-Net with Densely connected convolutions (BCDU-Net), for medical image segmentation, in which we take full advantages of U-Net, bi-directional ConvLSTM (BConvLSTM) and the mechanism of dense convolutions. Instead of a simple concatenation in the skip connection of U-Net, we employ BConvLSTM to combine the feature maps extracted from the corresponding encoding path and the previous decoding up-convolutional layer in a non-linear way. To strengthen feature propagation and encourage feature reuse, we use densely connected convolutions in the last convolutional layer of the encoding path. Finally, we can accelerate the convergence speed of the proposed network by employing batch normalization (BN). The proposed model is evaluated on three datasets of: retinal blood vessel segmentation, skin lesion segmentation, and lung nodule segmentation, achieving state-of-the-art performance.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes