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

**Authors:** Zaiwang Gu, Jun Cheng, Huazhu Fu, Kang Zhou, Huaying Hao, Yitian Zhao,, Tianyang Zhang, Shenghua Gao, Jiang Liu

arXiv: 1903.02740 · 2019-03-08

## TL;DR

This paper introduces CE-Net, a novel deep learning architecture for 2D medical image segmentation that improves spatial information preservation and high-level feature extraction, outperforming previous models like U-Net.

## Contribution

The paper proposes CE-Net, featuring a dense atrous convolution and residual multi-kernel pooling, enhancing segmentation accuracy over existing methods.

## Key findings

- Outperforms U-Net and other state-of-the-art methods
- Effective across various medical imaging tasks
- Preserves spatial information better than previous models

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.02740/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1903.02740/full.md

## References

79 references — full list in the complete paper: https://tomesphere.com/paper/1903.02740/full.md

---
Source: https://tomesphere.com/paper/1903.02740