This repository is an official PyTorch implementation of the paper "DSI-Net: Deep Synergistic Interaction Network for Joint Classification and Segmentation with Endoscope Images", TMI 2021.
- Python 3.6
- PyTorch >= 1.3.0
- numpy
- apex
- sklearn
- matplotlib
- PIL
- Downloading processed dataset
- Training DSI-Net
python train_DSI_Net.py --gpus 0 --K 100 --alpha 0.05 --image_list 'data/WCE/WCE_Dataset_image_list.pkl'
@ARTICLE{9440441,
author={Zhu, Meilu and Chen, Zhen and Yuan, Yixuan},
journal={IEEE Transactions on Medical Imaging},
title={DSI-Net: Deep Synergistic Interaction Network for Joint Classification and Segmentation with Endoscope Images},
year={2021},
doi={10.1109/TMI.2021.3083586}}
Meilu Zhu (meiluzhu2-c@my.cityu.edu.hk)