- run and contact: yliu3233 gatech edu
$ python torch_code_0930/wgan-gp.py
ACCV'18 - Synthesizing New Retinal Symptom Images by Multiple Generative Models - Pytorch Implementation If you find this useful in your work, please consider citing the following reference:
@article{liu2019synthesizing,
title={Synthesizing New Retinal Symptom Images by Multiple Generative Models},
author={Liu, Yi-Chieh and Yang, Hao-Hsiang and Yang, Chao-Han Huck and Huang, Jia-Hong and Tian, Meng and Morikawa, Hiromasa and Tsai, Yi-Chang James and Tegner, Jesper},
journal={AI for Retinal Image Analysis(AIRIA) Workshop, ACCV 2018},
year={2018}
}
Retinalimage collection contains three types of photography that are fluorescein angiography(FA), optical coherence tomography (OCT) and color fundus photography(CFP). FA are gray-scale images and CFP are colorful images. CFP and FA imaging are reliable for whole fundus, and used as our dataset.
To improve the quality of generated images, we chose DCGANs and WGANs to establish our generative model. In this part, with a random initialized parameter, we build a generator of retinal diseases while the improving discriminator. For a specific symptom, generated images contain similar optical traits. Furthermore, high dimensional neural networks for computer vision sometimes materialize higher forms of neglected visual features. Therefore, generated retinal images not only become the aid of diagnosis and strategy to explore diseases, but also provide diverse computer training data.
- path:
/EyeNet-GANs/blob/masterwgan_img/wgan0929_GA/
- path
EyeNet-GANs/wgan_img/wgan_drusen_fa/
The class activation maps (CAMs) in [8] provide a method that localizes features on images. Through this method, not only the similarity of images is tested with high-level disease features, but a series of pathological details is built.
$ python /CAMs/pytorch_CAM.py