Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.36 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.36 KB

Tumor growth prediction via Conditional Recurrent Variantional Auto-Encoder(CRVAE).

The prediction of lung tumor growth is the key to early treatment of lung cancer. However, the lack of intuitive and clear judgments about the future development of the tumor often leads patients to miss the best treatment opportunities. Combining the characteristics of variational autoencoder and recurrent neural networks, this paper propose a tumor growth prediction via Conditional Recurrent Variational Autoencoder. The proposed model uses variational autoencoder to reconstruct tumor images at different times. Meanwhile, the recurrent units are proposed to infer the relationship between tumor images according to chronological order. The different tumor development varies in different patients, patients’ condition is adopted to achieve personalized prediction. Figure1

Prepare

tensorflow, numpy, matplotlib

Implementation

  1. cd to main directory.

  2. jupyter notebook

  3. run CRVAE.ipynb

Appendix

You can obtain your custom data by modifying the file creatMnist.py .

The source sees https://github.com/LukeZhuang/IVRAE.

Results

Figure6