LAMP: Large Deep Nets with Automated Model Parallelism for Image Segmentation
Computer Vision and Pattern Recognition2020-09-16v3Distributed, Parallel, and Cluster ComputingMachine LearningNeural and Evolutionary ComputingImage and Video Processing
Deep Learning (DL) models are becoming larger, because the increase in model size might offer significant accuracy gain. To enable the training of large deep networks, data parallelism and model parallelism are two well-known approaches for parallel training. However, data parallelism does not help reduce memory footprint per device. In this work, we introduce Large deep 3D ConvNets with Automated Model Parallelism (LAMP) and investigate the impact of both input's and deep 3D ConvNets' size on segmentation accuracy. Through automated model parallelism, it is feasible to train large deep 3D ConvNets with a large input patch, even the whole image. Extensive experiments demonstrate that, facilitated by the automated model parallelism, the segmentation accuracy can be improved through increasing model size and input context size, and large input yields significant inference speedup compared with sliding window of small patches in the inference. Code is available\footnote{https://monai.io/research/lamp-automated-model-parallelism}.
@article{arxiv.2006.12575,
title = {LAMP: Large Deep Nets with Automated Model Parallelism for Image Segmentation},
author = {Wentao Zhu and Can Zhao and Wenqi Li and Holger Roth and Ziyue Xu and Daguang Xu},
journal= {arXiv preprint arXiv:2006.12575},
year = {2020}
}
Comments
MICCAI 2020 Early Accepted paper. Code is available\footnote{https://monai.io/research/lamp-automated-model-parallelism}