Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CE-Net: Context Encoder Network for 2D Medical Image Segmentation

About

Medical image segmentation is an important step in medical image analysis. With the rapid development of convolutional neural network in image processing, deep learning has been used for medical image segmentation, such as optic disc segmentation, blood vessel detection, lung segmentation, cell segmentation, etc. Previously, U-net based approaches have been proposed. However, the consecutive pooling and strided convolutional operations lead to the loss of some spatial information. In this paper, we propose a context encoder network (referred to as CE-Net) to capture more high-level information and preserve spatial information for 2D medical image segmentation. CE-Net mainly contains three major components: a feature encoder module, a context extractor and a feature decoder module. We use pretrained ResNet block as the fixed feature extractor. The context extractor module is formed by a newly proposed dense atrous convolution (DAC) block and residual multi-kernel pooling (RMP) block. We applied the proposed CE-Net to different 2D medical image segmentation tasks. Comprehensive results show that the proposed method outperforms the original U-Net method and other state-of-the-art methods for optic disc segmentation, vessel detection, lung segmentation, cell contour segmentation and retinal optical coherence tomography layer segmentation.

Zaiwang Gu, Jun Cheng, Huazhu Fu, Kang Zhou, Huaying Hao, Yitian Zhao, Tianyang Zhang, Shenghua Gao, Jiang Liu• 2019

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationBUSI (test)
Dice87.99
121
Skin Lesion SegmentationISIC 2017 (test)--
100
Polyp SegmentationKvasir-SEG (test)
mIoU80.32
87
Skin Lesion SegmentationISIC 2018 (test)
Dice Score89.1
74
Medical Image SegmentationCVC-ClinicDB
Dice Score91.53
68
Polyp SegmentationCVC-ColonDB (test)
Mean Dice0.8167
62
Nuclei Instance SegmentationPanNuke
Neoplastic Score83.05
39
Polyp SegmentationCVC-300 (Unseen)
mDice85.4
26
Polyp SegmentationCVC-300 (test)
mDice0.8201
25
Prostate SegmentationPROMISE12
DSC90.15
24
Showing 10 of 58 rows

Other info

Code

Follow for update