ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2015
Year
An architecture designed for image segmentation, consisting of a contracting path for context capture and an expanding path for precise localization.
U-Net, introduced in 2015, revolutionized biomedical image segmentation by providing a simple yet highly effective architecture that works well with limited training data. Prior to U-Net, segmentation models often struggled to balance context capture with precise localization, especially in medical imaging where annotated data is scarce. The paper's key insight—using a symmetric encoder-decoder with skip connections—enabled the model to combine high-level semantic information from the encoder with fine-grained spatial details from the decoder, leading to significantly improved segmentation accuracy.
The impact of U-Net extends far beyond its original biomedical domain. Its architecture has been adapted for diverse tasks including satellite image analysis, autonomous driving, and industrial defect detection. The paper's emphasis on data augmentation and training from scratch with few samples made deep learning accessible to domains with limited labeled data, accelerating adoption in medical research and clinical applications.
U-Net achieved state-of-the-art performance on the ISBI cell tracking challenge 2015, with an IoU of 0.92 on the PhC-U373 dataset and 0.78 on the DIC-HeLa dataset. It outperformed previous methods by a significant margin, particularly in segmenting thin structures and separating touching cells. The model was trained end-to-end on a single GPU with only 30 annotated images, demonstrating its data efficiency.
U-Net has become one of the most cited papers in computer vision and medical imaging, with thousands of subsequent works building upon its architecture. It established the encoder-decoder with skip connections as a standard design pattern for dense prediction tasks. The paper's practical contributions—such as the overlap-tile strategy and data augmentation techniques—have been widely adopted in both research and clinical tools. U-Net's influence persists in modern architectures like U-Net++, Attention U-Net, and nnU-Net, which continue to push the boundaries of medical image segmentation.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba