Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.52 KB

README.md

File metadata and controls

57 lines (37 loc) · 2.52 KB

DeSmoke-LAP: Improved Unpaired Image-to-Image Translation for Desmoking in Laproscopic Surgery

Authors: Yirou Pan (), Sophia Bano, Vasconcelos Francisco, Hyun Park, Taikyeong Ted. Jeong and Danail Stoyanov

Model Architecture

The model is built based on the architecture of CycleGAN network, and two additional loss functions are added for inter-channel discrepancies and dark channel prior.

Details of the researches can be access in our paper.

Sample Clips

Result comparisons on clips can be assess in the 'video clips' folder.

Dataset

The dataset is available to download here.

Prerequisites

  • Linux or macOS
  • Python 3
  • CPU or NVIDIA GPU + CUDA CuDNN

Model train/test

  • You can follow the steps in our provided Colab Notebook to train with your own data or use our pretrained models.

Citation

If you use this code for your research, please cite our paper.

@article{pan2022desmoke,
  title={DeSmoke-LAP: improved unpaired image-to-image translation for desmoking in laparoscopic surgery},
  author={Pan, Yirou and Bano, Sophia and Vasconcelos, Francisco and Park, Hyun and Jeong, Taikyeong Ted and Stoyanov, Danail},
  journal={International Journal of Computer Assisted Radiology and Surgery},
  pages={1--9},
  year={2022},
  publisher={Springer}
  doi={https://doi.org/10.1007/s11548-022-02595-2}
}

Acknowledgments

Our code is inspired by pytorch-CycleGAN-and-pix2pix.