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.
tensorflow, numpy, matplotlib
-
cd to main directory.
-
jupyter notebook
-
run
CRVAE.ipynb
You can obtain your custom data by modifying the file creatMnist.py
.
The source sees https://github.com/LukeZhuang/IVRAE.