Skip to content
U-Net
EntityQ55636383· pop 13· linked from 201 articles

U-Net is a convolutional neural network that was developed for image segmentation. The network is based on a fully convolutional neural network whose architecture was modified and extended to work with fewer training images and to yield more precise segmentation. Segmentation of a 512 × 512 image takes less than a second on a modern (2015) GPU using the U-Net architecture.

Wikidata facts

via Wikidata · CC0

~4 min read

Encyclopedic overview

6 sections
Contents
  • Description
  • Network architecture
  • Applications
  • History
  • References
  • Implementations

U-Net is a convolutional neural network that was developed for image segmentation. The network is based on a fully convolutional neural network whose architecture was modified and extended to work with fewer training images and to yield more precise segmentation. Segmentation of a 512 × 512 image takes less than a second on a modern (2015) GPU using the U-Net architecture.

The U-Net architecture has also been employed in diffusion models for iterative image denoising. This technology underlies many modern image generation models, such as DALL-E, Midjourney, and Stable Diffusion.

Excerpted from Wikipedia’s “U-Net” article, available under the CC BY-SA 4.0 licence.