Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Bi-Directional ConvLSTM U-Net with Densley Connected Convolutions

About

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.

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

Related benchmarks

TaskDatasetResultRank
Polyp SegmentationKvasir-SEG (test)
mIoU0.7404
116
Skin Lesion SegmentationISIC 2018
Dice Coefficient85.1
94
Polyp SegmentationCVC-ColonDB
mDice73.98
90
2D skin lesion segmentationISIC 2017
mIoU79.2
60
Retinal Vessel SegmentationDRIVE (test)
Accuracy95.6
52
Skin Lesion SegmentationISIC 2016
Dice Score (D)80.95
40
Semantic segmentationISIC 2018 (test)
DSC85.1
18
Thyroid Nodule SegmentationDDTI 83 (test)
Jaccard Index77.79
9
Breast Lesion SegmentationBUSI (test)
Jaccard Index74.49
9
Polyp SegmentationCVC-300
Jaccard Index (J)68.7
9
Showing 10 of 12 rows

Other info

Code

Follow for update