U-Net wins the ISBI cell-segmentation challenge with only 30 training images
Biomedical imagingMicroscopy segmentation datasets are tiny — the 2015 ISBI cell tracking challenge provided only a few dozen annotated images — yet pixel-accurate cell boundaries were required. Conventional deep networks of the time were data-hungry and produced blurry boundaries that merged touching cells.
U-Net paired a contracting encoder with a symmetric expanding decoder linked by skip connections, trained with heavy elastic deformation augmentation and a weighted loss that emphasized the thin borders separating touching cells, so very few images yielded many effective training examples.
U-Net achieved an IoU of about 0.92 on the PhC-U373 dataset and 0.78 on DIC-HeLa, beating the next-best methods (roughly 0.83 and 0.46 respectively) by a wide margin — and did so fast enough to segment a 512×512 image in well under a second on a GPU. The architecture became the default backbone for biomedical and many general segmentation tasks.
Source: U-Net: Convolutional Networks for Biomedical Image Segmentation — Ronneberger, O., Fischer, P. and Brox, T.