论文标题
深度神经拼布:应对大型细分任务
Deep Neural Patchworks: Coping with Large Segmentation Tasks
论文作者
论文摘要
卷积神经网络是解决任意图像分割任务的方式。但是,当图像较大时,内存需求通常超过可用资源,尤其是在常见的GPU上。特别是在3D图像常见的生物医学成像中,问题很明显。解决此限制的一种典型方法是通过将图像分为较小的图像贴片将任务分解为较小的子任务。另一种方法(如果适用)是分别查看2D图像部分,并在2D中解决问题。通常,全球环境的丧失会使这种方法的有效性降低。当前图像补丁或选定的2D图像部分中可能不存在重要的全局信息。在这里,我们提出了深层神经拼布(DNP),这是一个基于基于补丁的网络的分层和嵌套的分割框架,该网络解决了整体上下文和内存限制之间的困境。
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.