MLCVLGJul 19, 2018

Automatically Designing CNN Architectures for Medical Image Segmentation

arXiv:1807.07663v191 citations
Originality Incremental advance
AI Analysis

This addresses the tedious and resource-intensive process of manual architecture design for medical image segmentation, though it is incremental as it builds on existing reinforcement learning and baseline architectures.

The authors tackled the problem of automating CNN architecture design for medical image segmentation, proposing a policy gradient reinforcement learning algorithm that achieved state-of-the-art accuracy on cardiac MR images from the ACDC MICCAI 2017 challenge with low computational cost.

Deep neural network architectures have traditionally been designed and explored with human expertise in a long-lasting trial-and-error process. This process requires huge amount of time, expertise, and resources. To address this tedious problem, we propose a novel algorithm to optimally find hyperparameters of a deep network architecture automatically. We specifically focus on designing neural architectures for medical image segmentation task. Our proposed method is based on a policy gradient reinforcement learning for which the reward function is assigned a segmentation evaluation utility (i.e., dice index). We show the efficacy of the proposed method with its low computational cost in comparison with the state-of-the-art medical image segmentation networks. We also present a new architecture design, a densely connected encoder-decoder CNN, as a strong baseline architecture to apply the proposed hyperparameter search algorithm. We apply the proposed algorithm to each layer of the baseline architectures. As an application, we train the proposed system on cine cardiac MR images from Automated Cardiac Diagnosis Challenge (ACDC) MICCAI 2017. Starting from a baseline segmentation architecture, the resulting network architecture obtains the state-of-the-art results in accuracy without performing any trial-and-error based architecture design approaches or close supervision of the hyperparameters changes.

Foundations

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

Your Notes