Skip to content

gbredell/interCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interCNN

Public PyTorch code implementation of our work: Iterative Interaction Training for Segmentation Editing Networks which was presented at the Machine Learning in Medical Imaging Workshop in MICCAI 2018.

If you find this code helpful for your research please cite the following paper:

@inproceedings{bredell2018iterative,
  title={Iterative Interaction Training for Segmentation Editing Networks},
  author={Bredell, Gustav and Tanner, Christine and Konukoglu, Ender},
  booktitle={International Workshop on Machine Learning in Medical Imaging},
  pages={363--370},
  year={2018},
  organization={Springer}
}

Method

Here however, we present an unique training strategy for convolutional neural networks (CNNs) trained on top of an automatic method to enable interactive segmentation editing that is not limited to binary segmentation. By utilizing a robot-user during training, we closely mimic realistic use cases to achieve optimal editing performance.

Method Overview

Dataset

The data used to train the method was from the NCI_ISBI_2013 challenge

Applied to Dataset

Code

  1. Create a data-split list and save it somewhere
  2. Configure the pahts.py script to match where the data is and where results should be saved
  3. Train autoCNN
  4. Use the trained autoCNN to train an interCNN
  5. Evaluate the results with the eval scripts

About

Iterative Interaction Training for Segmentation Editing Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages