CVMay 18, 2015

U-Net: Convolutional Networks for Biomedical Image Segmentation

arXiv:1505.04597v196193 citations
Originality Highly original
AI Analysis

This work addresses the problem of accurate and efficient segmentation in biomedical imaging for researchers and practitioners, offering a novel architecture that significantly improves performance over prior methods.

The paper tackles biomedical image segmentation with limited annotated data by introducing a U-shaped convolutional network that uses data augmentation to train efficiently from few images, achieving state-of-the-art results on ISBI challenges for neuronal and cell tracking segmentation with fast inference times under a second per image.

There is large consent that successful training of deep networks requires many thousand annotated training samples. In this paper, we present a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently. The architecture consists of a contracting path to capture context and a symmetric expanding path that enables precise localization. We show that such a network can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks. Using the same network trained on transmitted light microscopy images (phase contrast and DIC) we won the ISBI cell tracking challenge 2015 in these categories by a large margin. Moreover, the network is fast. Segmentation of a 512x512 image takes less than a second on a recent GPU. The full implementation (based on Caffe) and the trained networks are available at http://lmb.informatik.uni-freiburg.de/people/ronneber/u-net .

Code Implementations487 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes