SOTAVerified

Bi-Directional ConvLSTM U-Net with Densley Connected Convolutions

2019-08-31In Proceedings of the IEEE/CVF international conference on computer vision workshops 2019Code Available1· sign in to hype

Reza Azad, Maryam Asadi-Aghbolaghi, Mahmood Fathy, Sergio Escalera

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DRIVEBCDU-netF1 score0.82Unverified

Reproductions