wukongeek / Nested-UNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNet++: A Nested U-Net Architecture for Medical Image Segmentation

This is an implementation of "UNet++: A Nested U-Net Architecture for Medical Image Segmentation" in Python and powered by the Keras deep learning framework (Tensorflow as backend). For the first time, a new architecture, called UNet++ (nested U-Net architecture), is proposed for a more precise segmentation. We introduced the intermediate layers to U-Nets, which naturally form multiple new up-sampling expanding paths of different depths, resulting in an ensemble of U-Nets with a partially shared contracting path.

License

Detectron is released under the MIT.

Citing UNet++

If you use UNet++ in your research, please consider the following BibTeX entry.

@inproceedings{zhou2018nest,
  title={UNet++: A Nested U-Net Architecture for Medical Image Segmentation},
  author={Zongwei Zhou, Md Mahfuzur Rahman Siddiquee, Nima Tajbakhsh and Jianming Liang},
  booktitle={Deep Learning in Medical Image Analysis},
  year={2018}
}

Contacts (Maintainers)

About

License:MIT License


Languages

Language:Python 100.0%