IVCVSep 22, 2021

Efficient Context-Aware Network for Abdominal Multi-organ Segmentation

arXiv:2109.10601v424 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate and efficient organ segmentation in medical imaging for healthcare applications, representing a competitive improvement in a specific domain.

The paper tackles abdominal multi-organ segmentation from CT scans by proposing a whole-volume coarse-to-fine framework with an efficientSegNet network, achieving an average dice similarity coefficient of 0.895 and winning first place in the FLARE2021 challenge.

The contextual information, presented in abdominal CT scan, is relative consistent. In order to make full use of the overall 3D context, we develop a whole-volume-based coarse-to-fine framework for efficient and effective abdominal multi-organ segmentation. We propose a new efficientSegNet network, which is composed of basic encoder, slim decoder and efficient context block. For the decoder module, anisotropic convolution with a k*k*1 intra-slice convolution and a 1*1*k inter-slice convolution, is designed to reduce the computation burden. For the context block, we propose strip pooling module to capture anisotropic and long-range contextual information, which exists in abdominal scene. Quantitative evaluation on the FLARE2021 validation cases, this method achieves the average dice similarity coefficient (DSC) of 0.895 and average normalized surface distance (NSD) of 0.775. This method won the 1st place on the 2021-MICCAI-FLARE challenge. Codes and models are available at https://github.com/Shanghai-Aitrox-Technology/EfficientSegmentation.

Code Implementations1 repo
Foundations

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

Your Notes