DiNTS: Differentiable Neural Network Topology Search for 3D Medical Image Segmentation
Yufan He, Dong Yang, Holger Roth, Can Zhao, Daguang Xu

TL;DR
DiNTS introduces a fast, flexible differentiable neural architecture search method for 3D medical image segmentation, achieving state-of-the-art results by efficiently exploring network topologies within GPU memory constraints.
Contribution
The paper presents a novel differentiable NAS framework supporting flexible multi-path topologies, with a topology loss to reduce discretization gap and GPU memory budgeting, specifically for 3D medical image segmentation.
Findings
Achieves state-of-the-art performance on MSD challenge
Supports fast gradient-based search in flexible topologies
Effectively manages GPU memory during search
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Medical Image Segmentation Techniques
