LGMLJan 26, 2019

ACNN: a Full Resolution DCNN for Medical Image Segmentation

arXiv:1901.09203v47 citations
Originality Incremental advance
AI Analysis

This work addresses medical image segmentation for robot-assisted minimally invasive surgeries, offering an incremental improvement over existing methods.

The paper tackled the problem of spatial resolution loss in deep convolutional neural networks for medical image segmentation by proposing ACNN, a full-resolution network using atrous convolution, which achieved higher Intersection over Union (IoU) scores than U-Net and Deeplabv3+ while reducing trainable parameters.

Deep Convolutional Neural Networks (DCNNs) are used extensively in medical image segmentation and hence 3D navigation for robot-assisted Minimally Invasive Surgeries (MISs). However, current DCNNs usually use down sampling layers for increasing the receptive field and gaining abstract semantic information. These down sampling layers decrease the spatial dimension of feature maps, which can be detrimental to image segmentation. Atrous convolution is an alternative for the down sampling layer. It increases the receptive field whilst maintains the spatial dimension of feature maps. In this paper, a method for effective atrous rate setting is proposed to achieve the largest and fully-covered receptive field with a minimum number of atrous convolutional layers. Furthermore, a new and full resolution DCNN - Atrous Convolutional Neural Network (ACNN), which incorporates cascaded atrous II-blocks, residual learning and Instance Normalization (IN) is proposed. Application results of the proposed ACNN to Magnetic Resonance Imaging (MRI) and Computed Tomography (CT) image segmentation demonstrate that the proposed ACNN can achieve higher segmentation Intersection over Unions (IoUs) than U-Net and Deeplabv3+, but with reduced trainable parameters.

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