English

A Partially Reversible U-Net for Memory-Efficient Volumetric Image Segmentation

Computer Vision and Pattern Recognition 2019-06-21 v2 Image and Video Processing

Abstract

One of the key drawbacks of 3D convolutional neural networks for segmentation is their memory footprint, which necessitates compromises in the network architecture in order to fit into a given memory budget. Motivated by the RevNet for image classification, we propose a partially reversible U-Net architecture that reduces memory consumption substantially. The reversible architecture allows us to exactly recover each layer's outputs from the subsequent layer's ones, eliminating the need to store activations for backpropagation. This alleviates the biggest memory bottleneck and enables very deep (theoretically infinitely deep) 3D architectures. On the BraTS challenge dataset, we demonstrate substantial memory savings. We further show that the freed memory can be used for processing the whole field-of-view (FOV) instead of patches. Increasing network depth led to higher segmentation accuracy while growing the memory footprint only by a very small fraction, thanks to the partially reversible architecture.

Keywords

Cite

@article{arxiv.1906.06148,
  title  = {A Partially Reversible U-Net for Memory-Efficient Volumetric Image Segmentation},
  author = {Robin Brügger and Christian F. Baumgartner and Ender Konukoglu},
  journal= {arXiv preprint arXiv:1906.06148},
  year   = {2019}
}

Comments

Accepted to MICCAI 2019; Edit v2: Added reference to related work of Blumberg et al

R2 v1 2026-06-23T09:53:45.261Z