This is the implementation for MICCAI 2017 oral paper titled "TandemNet: Distilling Knowledge from Medical Images Using Diagnostic Reports as Optional Semantic References", Zizhao Zhang et al.
TandemNet takes images and corresponding text (diagnosic reports) as inputs. You need to write your own DataLoader.lua. An example with explanations has been provided in utils/DataLoader.lua.
sh scripts/train.sh
sh scripts/eval.sh
All results will be saved in the folders inside checkpoints/tandemnet.
@inproceedings{Zhang2017TandemNet,
title={TandemNet: Distilling Knowledge from Medical Images Using Diagnostic Reports as
Optional Semantic References},
author={Zhang, Zizhao and Chen, Pingjun and Sapkota, Manish and Yang, Lin},
booktitle={International Conference on Medical Image Computing and
Computer-Assisted Intervention (MICCAI)},
year={2017}
}