Skip to content

tommy-qichang/AsynDGAN

Repository files navigation

AsynDGAN in pyTorch

Synthetic Learning: Learn From Distributed Asynchronized Discriminator GAN Without Sharing Medical Image Data

Qi Chang1*, Hui Qu1*, Yikai Zhang1*, Mert Sabuncu2, Chao Chen3, Tong Zhang4 and Dimitris Metaxas1 {qc58,hq43,yz422,dnm}@cs.rutgers.edu , msabuncu@cornell.edu, chao.chen.cchen@gmail.com, tongzhang@tongzhang-ml.org

Abstract

In this paper, we propose a data privacy-preserving and communication efficient distributed GAN learning frame- work named Distributed Asynchronized Discriminator GAN (AsynDGAN). Our proposed framework aims to train a cen- tral generator learns from distributed discriminator, and use the generated synthetic image solely to train the seg- mentation model. We validate the proposed framework on the application of health entities learning problem which is known to be privacy sensitive. Our experiments show that our approach: 1) could learn the real image’s distri- bution from multiple datasets without sharing the patient’s raw data. 2) more efficient and requires lower bandwidth than other distributed deep learning methods. 3) achieve higher performance compared to the model trained by one real dataset, and almost the same performance compared to the model trained by all real datasets. 4) proofs that the generator could learn the distributed distribution in an all important fashion thus has an unbiasedness guarantee.

In CVPR 2020 [bibtex]

@inproceedings{chang2020synthetic,
  title={Synthetic Learning: Learn From Distributed Asynchronized Discriminator GAN Without Sharing Medical Image Data},
  author={Chang, Qi and Qu, Hui and Zhang, Yikai and Sabuncu, Mert and Chen, Chao and Zhang, Tong and Metaxas, Dimitris N},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={13856--13866},
  year={2020}
}

Requirements:

  • pytorch 1.1+
  • python 3.6.8
  • visdom 0.1.8.8
  • pillow 5.4.1

Dataset build:

Acknowledgments

Our code borrows heavily from the the pix2pix implementation pytorch-CycleGAN-and-pix2pix

About

AsynDGAN project source code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published