LAMP: Large Deep Nets with Automated Model Parallelism for Image Segmentation
Wentao Zhu, Can Zhao, Wenqi Li, Holger Roth, Ziyue Xu, Daguang Xu

TL;DR
This paper introduces LAMP, an automated model parallelism method enabling the training of large 3D ConvNets for image segmentation, improving accuracy and inference speed by handling larger models and input sizes.
Contribution
LAMP presents a novel automated model parallelism approach that allows training of large 3D ConvNets with bigger inputs, enhancing segmentation accuracy and inference efficiency.
Findings
Automated model parallelism enables training larger models.
Increasing model and input size improves segmentation accuracy.
Large inputs significantly speed up inference.
Abstract
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…
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 · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
