U-Net
Trained on
Glioblastoma-Astrocytoma U373 Cells on a Polyacrylamide Substrate Data
Released in 2015 by the University of Freiburg, Germany, this model exploits an architecture consisting of a contracting path to capture context and a symmetric expanding path that enables the precise segmentation of glioblastoma-astrocytoma U373 cells on a polyacrylamide substrate.
Number of layers: 61 |
Parameter count: 31,100,354 |
Trained size: 125 MB |
Examples
Resource retrieval
Get the pre-trained net:
Evaluation function
Define an evaluation function to handle net reshaping and tiling of the input and output:
Basic usage
Obtain the segmentation mask for a given image:
Visualize the mask:
Overlay the mask on the input image:
Net information
Inspect the number of parameters of all arrays in the net:
Obtain the total number of parameters:
Obtain the layer type counts:
Display the summary graphic:
Export to MXNet
Export the net into a format that can be opened in MXNet:
Export also creates a net.params file containing parameters:
Get the size of the parameter file:
The size is similar to the byte count of the resource object:
Requirements
Wolfram Language
11.3
(March 2018)
or above
Resource History
Reference
-
O. Ronneberger, P. Fischer, T. Brox "U-Net: Convolutional Networks for Biomedical Image Segmentation," arXiv:1505.04597 (2015)
- Available from: https://lmb.informatik.uni-freiburg.de/people/ronneber/u-net/index.html
-
Rights:
All code is provided for research purposes only and without any warranty. Any commercial use requires the authors' consent. When using the code in your research work, you should cite the respective paper.