U-Net
U-Net is a type of convolutional neural network (CNN) primarily used for image segmentation. It was first introduced by Olaf Ronneberger, Philipp Fischer, and Thomas Brox in 2015 for the task of biomedical image segmentation. The architecture of U-Net is designed to work with very few training images and to yield more precise segmentations.
Architecture[edit | edit source]
The U-Net architecture consists of a contracting path (encoder) and an expansive path (decoder), which gives it the U-shape. The encoder is a typical CNN that consists of repeated application of two 3x3 convolution layers, each followed by a rectified linear unit (ReLU) and a 2x2 max pooling operation for downsampling. The decoder path consists of upsampling of the feature map followed by a 2x2 convolution that halves the number of feature channels, a concatenation with the corresponding cropped feature map from the encoder path, and two 3x3 convolutions, each followed by a ReLU.
Contracting Path[edit | edit source]
The contracting path follows the typical architecture of a convolutional neural network. It consists of the repeated application of two 3x3 convolutions (unpadded convolutions), each followed by a ReLU and a 2x2 max pooling operation with stride 2 for downsampling. At each downsampling step, the number of feature channels is doubled.
Bottleneck[edit | edit source]
The bottleneck is the layer at the bottom of the U, where the feature maps are the smallest in spatial dimensions but have the highest number of channels. This layer connects the contracting path to the expansive path.
Expansive Path[edit | edit source]
The expansive path consists of an upsampling of the feature map followed by a 2x2 convolution ("up-convolution") that halves the number of feature channels, a concatenation with the correspondingly cropped feature map from the contracting path, and two 3x3 convolutions, each followed by a ReLU. The cropping is necessary due to the loss of border pixels in every convolution.
Applications[edit | edit source]
U-Net has been widely used in various fields, particularly in biomedical image segmentation, where it has achieved state-of-the-art performance. It is also used in other areas such as satellite image analysis, autonomous driving, and medical imaging.
Advantages[edit | edit source]
- **Data Efficiency**: U-Net can work with a limited amount of training data.
- **Precision**: It provides precise segmentation maps.
- **Flexibility**: It can be applied to various types of image segmentation tasks.
See Also[edit | edit source]
- Convolutional neural network
- Image segmentation
- Biomedical image analysis
- Deep learning
- Machine learning
References[edit | edit source]
External Links[edit | edit source]
Search WikiMD
Ad.Tired of being Overweight? Try W8MD's physician weight loss program.
Semaglutide (Ozempic / Wegovy and Tirzepatide (Mounjaro / Zepbound) available.
Advertise on WikiMD
WikiMD's Wellness Encyclopedia |
Let Food Be Thy Medicine Medicine Thy Food - Hippocrates |
Translate this page: - East Asian
中文,
日本,
한국어,
South Asian
हिन्दी,
தமிழ்,
తెలుగు,
Urdu,
ಕನ್ನಡ,
Southeast Asian
Indonesian,
Vietnamese,
Thai,
မြန်မာဘာသာ,
বাংলা
European
español,
Deutsch,
français,
Greek,
português do Brasil,
polski,
română,
русский,
Nederlands,
norsk,
svenska,
suomi,
Italian
Middle Eastern & African
عربى,
Turkish,
Persian,
Hebrew,
Afrikaans,
isiZulu,
Kiswahili,
Other
Bulgarian,
Hungarian,
Czech,
Swedish,
മലയാളം,
मराठी,
ਪੰਜਾਬੀ,
ગુજરાતી,
Portuguese,
Ukrainian
Medical Disclaimer: WikiMD is not a substitute for professional medical advice. The information on WikiMD is provided as an information resource only, may be incorrect, outdated or misleading, and is not to be used or relied on for any diagnostic or treatment purposes. Please consult your health care provider before making any healthcare decisions or for guidance about a specific medical condition. WikiMD expressly disclaims responsibility, and shall have no liability, for any damages, loss, injury, or liability whatsoever suffered as a result of your reliance on the information contained in this site. By visiting this site you agree to the foregoing terms and conditions, which may from time to time be changed or supplemented by WikiMD. If you do not agree to the foregoing terms and conditions, you should not enter or use this site. See full disclaimer.
Credits:Most images are courtesy of Wikimedia commons, and templates Wikipedia, licensed under CC BY SA or similar.
Contributors: Prab R. Tumpati, MD