Distributing Deep Learning Hyperparameter Tuning for 3D Medical Image Segmentation
Josep Lluis Berral, Oriol Aranda, Juan Luis Dominguez, Jordi Torres

TL;DR
This paper explores distributed deep learning training pipelines for 3D medical image segmentation, comparing data and experiment parallelism on multi-GPU and multi-node setups to enhance scalability and efficiency.
Contribution
It introduces a novel pipeline design for distributed training in 3D medical image segmentation, benchmarking data and experiment parallelism approaches on high-performance computing resources.
Findings
Experiment parallelism achieves better scalability than data parallelism.
Distributed training significantly reduces processing time for 3D segmentation tasks.
Open-source implementation facilitates adoption and adaptation in medical imaging research.
Abstract
Most research on novel techniques for 3D Medical Image Segmentation (MIS) is currently done using Deep Learning with GPU accelerators. The principal challenge of such technique is that a single input can easily cope computing resources, and require prohibitive amounts of time to be processed. Distribution of deep learning and scalability over computing devices is an actual need for progressing on such research field. Conventional distribution of neural networks consist in data parallelism, where data is scattered over resources (e.g., GPUs) to parallelize the training of the model. However, experiment parallelism is also an option, where different training processes are parallelized across resources. While the first option is much more common on 3D image segmentation, the second provides a pipeline design with less dependence among parallelized processes, allowing overhead reduction and…
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 · Medical Image Segmentation Techniques · Radiomics and Machine Learning in Medical Imaging
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Convolution · Concatenated Skip Connection · U-Net
