Training Multiscale-CNN for Large Microscopy Image Classification in One Hour
Kushal Datta, Imtiaz Hossain, Sun Choi, Vikram Saletore, Kyle Ambert,, William J. Godinez, Xian Zhang

TL;DR
This paper demonstrates training a multiscale CNN for large biomedical image classification within one hour by leveraging CPU memory capacity, large batch sizes, and a linear learning rate scaling, achieving state-of-the-art accuracy.
Contribution
It introduces a methodology to efficiently train large-scale CNNs on CPUs, enabling rapid training of high-accuracy models without image cropping or down-sampling.
Findings
Achieved 99% accuracy within one hour.
Utilized large batch sizes with linear learning rate scaling.
Demonstrated effective training on CPU clusters with high memory capacity.
Abstract
Existing approaches to train neural networks that use large images require to either crop or down-sample data during pre-processing, use small batch sizes, or split the model across devices mainly due to the prohibitively limited memory capacity available on GPUs and emerging accelerators. These techniques often lead to longer time to convergence or time to train (TTT), and in some cases, lower model accuracy. CPUs, on the other hand, can leverage significant amounts of memory. While much work has been done on parallelizing neural network training on multiple CPUs, little attention has been given to tune neural network training with large images on CPUs. In this work, we train a multi-scale convolutional neural network (M-CNN) to classify large biomedical images for high content screening in one hour. The ability to leverage large memory capacity on CPUs enables us to scale to larger…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCell Image Analysis Techniques · Image Processing Techniques and Applications · AI in cancer detection
