U-Net is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation in medical imaging.
- Arxiv Link: https://arxiv.org/abs/1505.04597
- YouTube Video: https://youtu.be/M3EZS__Z_XE
- Blog Post: https://idiotdeveloper.com/unet-segmentation-in-tensorflow/
U-Net Architecture |