Synergistic Image and Feature Adaptation:
Towards Cross-Modality Domain Adaptation for Medical Image Segmentation
Tensorflow implementation of our unsupervised cross-modality domain adaptation framework
Synergistic Image and Feature Adaptation: Towards Cross-Modality Domain Adaptation for Medical Image Segmentation
AAAI Conference on Artificial Intelligence, 2019 (oral)

- Install TensorFlow 1.4 and CUDA 8.0
- Clone this repo
git clone https://github.com/cchen-cc/SIFA
cd SIFA
- Raw data needs to be written into
tfrecordformat to be decoded by./data_loader.py. - Put
tfrecorddata of two domains into corresponding folders under./dataaccordingly. - Run
./create_datalist.pyto generate the datalists containing the path of each data.
- Modify paramter values in
./config_param.json - Run
./main.pyto start the training process
- The repository is being updated
- Contact: Cheng Chen ([email protected])