English

Training convolutional neural networks with megapixel images

Computer Vision and Pattern Recognition 2018-04-17 v1

Abstract

To train deep convolutional neural networks, the input data and the intermediate activations need to be kept in memory to calculate the gradient descent step. Given the limited memory available in the current generation accelerator cards, this limits the maximum dimensions of the input data. We demonstrate a method to train convolutional neural networks holding only parts of the image in memory while giving equivalent results. We quantitatively compare this new way of training convolutional neural networks with conventional training. In addition, as a proof of concept, we train a convolutional neural network with 64 megapixel images, which requires 97% less memory than the conventional approach.

Keywords

Cite

@article{arxiv.1804.05712,
  title  = {Training convolutional neural networks with megapixel images},
  author = {Hans Pinckaers and Geert Litjens},
  journal= {arXiv preprint arXiv:1804.05712},
  year   = {2018}
}

Comments

Submitted to MIDL 2018

R2 v1 2026-06-23T01:24:58.119Z