Overview
U-Net is a convolutional network architecture designed for biomedical image segmentation. It excels in scenarios requiring fast and precise segmentation, outperforming previous methods on challenges like neuronal structure segmentation in electron microscopic stacks. Its architecture features a contracting path (left side) to capture context and a symmetric expanding path (right side) that enables precise localization. Skip connections pass feature maps from the contracting path to the expanding path, preserving high-resolution information. The network is trained end-to-end from very few images and relies on heavy data augmentation to use the available annotated samples more efficiently. U-Net has achieved state-of-the-art results in various ISBI challenges, including cell tracking and caries detection in bitewing radiography. The provided release includes the trained network, source code, and necessary libraries for deployment on Ubuntu Linux 14.04 with Matlab 2014b (x64).
Common tasks
