You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official code for the paper "An Elastic Interaction-Based Loss Function for Medical Image Segmentation" presented at MICCAI 2020 (https://arxiv.org/abs/2007.02663).
You can also specify other arguments such as batch size, learning rate, number of epochs, etc. See train.py for more details.
If you want to customize your Dataset: modify the ImageToImage2D in ./unet/dataset.py.
The elastic interaction loss file is located in ./unet folder. You can import it and use it as a custom loss function for your segmentation model.
Citation
If you find this code useful, please cite our paper:
@inproceedings{LanXZ20,
author = {Yuan Lan and
Yang Xiang and
Luchan Zhang},
title = {An Elastic Interaction-Based Loss Function for Medical Image Segmentation},
booktitle = {Medical Image Computing and Computer Assisted Intervention - {MICCAI}
2020 - 23rd International Conference, Lima, Peru, October 4-8, 2020,
Proceedings, Part {V}},
series = {Lecture Notes in Computer Science},
volume = {12265},
pages = {755--764},
publisher = {Springer},
year = {2020}
}