CVMar 29, 2021

DiNTS: Differentiable Neural Network Topology Search for 3D Medical Image Segmentation

arXiv:2103.15954v189 citations
Originality Highly original
AI Analysis

This work addresses the need for efficient and flexible neural architecture search in 3D medical image segmentation, which is crucial for improving diagnostic accuracy and reducing manual effort in healthcare applications.

The paper tackled the problem of automating neural architecture search for 3D medical image segmentation by proposing DiNTS, a differentiable framework that supports flexible multi-path topologies, high search efficiency, and budgeted GPU memory usage, achieving state-of-the-art performance and top ranking on the Medical Segmentation Decathlon challenge.

Recently, neural architecture search (NAS) has been applied to automatically search high-performance networks for medical image segmentation. The NAS search space usually contains a network topology level (controlling connections among cells with different spatial scales) and a cell level (operations within each cell). Existing methods either require long searching time for large-scale 3D image datasets, or are limited to pre-defined topologies (such as U-shaped or single-path). In this work, we focus on three important aspects of NAS in 3D medical image segmentation: flexible multi-path network topology, high search efficiency, and budgeted GPU memory usage. A novel differentiable search framework is proposed to support fast gradient-based search within a highly flexible network topology search space. The discretization of the searched optimal continuous model in differentiable scheme may produce a sub-optimal final discrete model (discretization gap). Therefore, we propose a topology loss to alleviate this problem. In addition, the GPU memory usage for the searched 3D model is limited with budget constraints during search. Our Differentiable Network Topology Search scheme (DiNTS) is evaluated on the Medical Segmentation Decathlon (MSD) challenge, which contains ten challenging segmentation tasks. Our method achieves the state-of-the-art performance and the top ranking on the MSD challenge leaderboard.

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