paper-with-me

홈 › Papers

Distributing Deep Learning Hyperparameter Tuning for 3D Medical Image Segmentation

2021-10-29 · Josep Lluis Berral, Oriol Aranda, Juan Luis Dominguez, Jordi Torres

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 more potential scalability. In this work we present a design for distributed deep learning training pipelines, focusing on multi-node and multi-GPU environments, where the two different distribution approaches are deployed and benchmarked. We take as proof of concept the 3D U-Net architecture, using the MSD Brain Tumor Segmentation dataset, a state-of-art problem in medical image segmentation with high computing and space requirements. Using the BSC MareNostrum supercomputer as benchmarking environment, we use TensorFlow and Ray as neural network training and experiment distribution platforms. We evaluate the experiment speed-up, showing the potential for scaling out on GPUs and nodes. Also comparing the different parallelism techniques, showing how experiment distribution leverages better such resources through scaling. Finally, we provide the implementation of the design open to the community, and the non-trivial steps and methodology for adapting and deploying a MIS case as the here presented.

📄 PDF Abstract BibTeX arXiv:2110.15884

Code (1)

hiest/distmis 공식 구현 pytorch

Tasks

BenchmarkingBrain Tumor SegmentationDeep LearningGPUImage SegmentationMedical Image SegmentationSegmentationSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Auto-FedRL: Federated Hyperparameter Optimization for Multi-institutional Medical Image Segmentation

2022-03-12 · Pengfei Guo, Dong Yang, Ali Hatamizadeh, An Xu 외

Federated learning (FL) is a distributed machine learning technique that enables collaborative model training while avoiding explicit data sharing. The inherent privacy-preserving property of FL algorithms makes them esp…

Federated LearningHyperparameter OptimizationImage SegmentationLesion Segmentation+6

Performance Analysis of UNet and Variants for Medical Image Segmentation

2023-09-22 · Walid Ehab, Yongmin Li

Medical imaging plays a crucial role in modern healthcare by providing non-invasive visualisation of internal structures and abnormalities, enabling early disease detection, accurate diagnosis, and treatment planning. Th…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Hyperparameter-Free Medical Image Synthesis for Sharing Data and Improving Site-Specific Segmentation

2024-04-09 · Alexander Chebykin, Peter A. N. Bosman, Tanja Alderliesten

Sharing synthetic medical images is a promising alternative to sharing real images that can improve patient privacy and data security. To get good results, existing methods for medical image synthesis must be manually ad…

Image Generation

TuneVLSeg: Prompt Tuning Benchmark for Vision-Language Segmentation Models

2024-10-07 · Rabin Adhikari, Safal Thapaliya, Manish Dhakal, Bishesh Khanal

Vision-Language Models (VLMs) have shown impressive performance in vision tasks, but adapting them to new domains often requires expensive fine-tuning. Prompt tuning techniques, including textual, visual, and multimodal …

BenchmarkingSegmentationVision-Language SegmentationVisual Prompt Tuning

SegNAS3D: Network Architecture Search with Derivative-Free Global Optimization for 3D Image Segmentation

2019-09-12 · Ken C. L. Wong, Mehdi Moradi

Deep learning has largely reduced the need for manual feature selection in image segmentation. Nevertheless, network architecture optimization and hyperparameter tuning are mostly manual and time consuming. Although ther…

feature selectionglobal-optimizationimage-classificationImage Classification+4