tree: d9e6eeef6879a8fc72687004e523ba130cce1daa [path history] [tgz]
  1. README.md
  2. run.sh
  3. train.py
examples/healthcare/application/Thyroid_Eye_Disease/README.md

Convolutional Prototype Learning

We have successfully applied the idea of prototype loss in various medical image classification task to improve performance, for example, detecting thyroid eye disease from CT images. Here we provide the implementation of the convolution prototype model in Singa. Due to data privacy, we are not able to release the CT image dataset used. The training script ./train.py demonstrates how to apply this model on the cifar-10 dataset.

Running instructions

  1. Download the CIFAR-10 python version to the folder (pathToDataset).

  2. Start the training

python train.py tedctnet -dir pathToDataset

reference

Robust Classification with Convolutional Prototype Learning