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

C2FNAS: Coarse-to-Fine Neural Architecture Search for 3D Medical Image Segmentation

About

3D convolution neural networks (CNN) have been proved very successful in parsing organs or tumours in 3D medical images, but it remains sophisticated and time-consuming to choose or design proper 3D networks given different task contexts. Recently, Neural Architecture Search (NAS) is proposed to solve this problem by searching for the best network architecture automatically. However, the inconsistency between search stage and deployment stage often exists in NAS algorithms due to memory constraints and large search space, which could become more serious when applying NAS to some memory and time consuming tasks, such as 3D medical image segmentation. In this paper, we propose coarse-to-fine neural architecture search (C2FNAS) to automatically search a 3D segmentation network from scratch without inconsistency on network size or input size. Specifically, we divide the search procedure into two stages: 1) the coarse stage, where we search the macro-level topology of the network, i.e. how each convolution module is connected to other modules; 2) the fine stage, where we search at micro-level for operations in each cell based on previous searched macro-level topology. The coarse-to-fine manner divides the search procedure into two consecutive stages and meanwhile resolves the inconsistency. We evaluate our method on 10 public datasets from Medical Segmentation Decalthon (MSD) challenge, and achieve state-of-the-art performance with the network searched using one dataset, which demonstrates the effectiveness and generalization of our searched models.

Qihang Yu, Dong Yang, Holger Roth, Yutong Bai, Yixiao Zhang, Alan L. Yuille, Daguang Xu• 2019

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationMedical Segmentation Decathlon (MSD) (test)
Mean Dice Score81.24
27
3D Medical Image SegmentationLeft Atrium
Dice92.49
16
Image SegmentationMSD lung cancer (val)
DSC70.4
11
Image SegmentationMSD colon cancer (val)
DSC58.9
11
Medical Image SegmentationMSD Task05 Prostate (test)
DSC (Structure 1)74.88
7
Medical Image SegmentationMSD Task02 Heart (test)
DSC 192.49
7
Medical Image SegmentationMSD Task04 Hippocampus (test)
NSD 197.27
7
Medical Image SegmentationSpleen-CT
DSC0.966
6
Medical Image SegmentationMSD Pancreas and Tumor (CT)
DSC 180.76
5
Medical Image SegmentationMSD Lung Tumor (CT)
DSC170.44
5
Showing 10 of 13 rows

Other info

Follow for update