U-Net: Convolutional Networks for Biomedical Image Segmentation
Olaf Ronneberger, Philipp Fischer, Thomas Brox

TL;DR
U-Net is a deep convolutional network architecture designed for biomedical image segmentation, utilizing data augmentation and an encoder-decoder structure to achieve high accuracy with limited training data.
Contribution
The paper introduces the U-Net architecture and training strategy that efficiently uses data augmentation, enabling effective training with few samples and outperforming previous methods.
Findings
Outperforms prior segmentation methods on ISBI challenge
Effective training with very few images
Fast segmentation speed (<1 second per 512x512 image)
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗keras-io/denoising-diffusion-implicit-modelsmodel· 27 dl· ♡ 1027 dl♡ 10
- 🤗aurioldegbelo/slm-unet-080823model· 21 dl21 dl
- 🤗monai-test/endoscopic_tool_segmentationmodel· ♡ 1♡ 1
- 🤗qualcomm/Unet-Segmentationmodel· 147 dl· ♡ 7147 dl♡ 7
- 🤗ordaktaktak/Document-Scannermodel· ♡ 6♡ 6
- 🤗ordaktaktak/Background-Removalmodel
- 🤗Kalray/unet2d-tiny-indmodel
- 🤗Kalray/unet2d-tiny-medmodel
- 🤗natavito/skin_cancer_segmodel· ♡ 1♡ 1
- 🤗polymathic-ai/UNetClassic-acoustic_scattering_mazemodel
Videos
W&B Paper Reading Group: U-Net: CNNs for Biomedical Image Segmentation· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Cell Image Analysis Techniques · Image Processing Techniques and Applications
Methods[[[Delta en Chile]]] ¿Cómo llamar a Delta en Chile? · Concatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Convolution · U-Net
