English

Deep Neural Patchworks: Coping with Large Segmentation Tasks

Computer Vision and Pattern Recognition 2022-06-08 v1 Machine Learning

Abstract

Convolutional neural networks are the way to solve arbitrary image segmentation tasks. However, when images are large, memory demands often exceed the available resources, in particular on a common GPU. Especially in biomedical imaging, where 3D images are common, the problems are apparent. A typical approach to solve this limitation is to break the task into smaller subtasks by dividing images into smaller image patches. Another approach, if applicable, is to look at the 2D image sections separately, and to solve the problem in 2D. Often, the loss of global context makes such approaches less effective; important global information might not be present in the current image patch, or the selected 2D image section. Here, we propose Deep Neural Patchworks (DNP), a segmentation framework that is based on hierarchical and nested stacking of patch-based networks that solves the dilemma between global context and memory limitations.

Keywords

Cite

@article{arxiv.2206.03210,
  title  = {Deep Neural Patchworks: Coping with Large Segmentation Tasks},
  author = {Marco Reisert and Maximilian Russe and Samer Elsheikh and Elias Kellner and Henrik Skibbe},
  journal= {arXiv preprint arXiv:2206.03210},
  year   = {2022}
}
R2 v1 2026-06-24T11:41:51.107Z