VAE-GANs for Compressive Medical Image Recovery
170070013-Ameya Anjarlekar
203050010-Charan Kumar Reddy Guggulla
204070004-Sanchar Palit
203050013-Vivek Kumar
Introduction
Medical images generated from MRI scan are crucial in assisting doctors for diagnosing the patient.Quality of the reconstructed image has important role in this.
Deep learning models are entering every field and medical image recovery is no exception.
We introduce vae-gans which help for recovery of medical images and perform error analysis on them.
MRI data and Problem Statement
In MRI, undersampled versions of the Fourier transform of the image are obtained as measurements.
Let X be the vectorized form of the image, F be the Fourier Transform matrix and S be the sampling matrix (no of rows < no of columns).
Then y = SFX where y (undersampled measurements) and S are known.
We need to recover X given S and y.
Problem Statement and Motivation
We want to recover the original image from its undersampled version
Commonly done using compressive sensing algorithms such as LASSO or OMP by expressing the image in sparse basis such as Fourier or DCT.
Recently, GANs have shown to be able to represent natural images much more sparsely compared to these sparse basis.
Hence, we use GAN+VAE network for image reconstruction for biomedical images.
Architecture
Training Loss
Experimental details and Main Results
The graph shows generator loss/5000 and discriminator loss vs epochs. Experiments are performed on CIFAR-10.
Challenges and proposed solutions
Proposed solutions:
Related work
Suggested improvements to the paper
As mentioned in [8], if the training dataset contains full images (instead of undersampled measurements) then we could include the sampling stage as an additional layer in the generator during training.
The trained weights of the first layer can then be used to develop a better sampling strategy rather than using Gaussian or uniform random matrix for sampling.
Conclusion
Compressed sensing can be used to reduce acquisition time in imaging as well as biomedical applications such as MRI or CT.
A VAE+GAN network could be used as a much better prior compared to traditional bases such as Fourier, DCT or Wavelet.
GANs do suffer from non-convergence and instability. So the choice of layers and hyperparameters is very crucial.
References
References
[6]Compressed Sensing with Deep Image Prior and Learned Regularization
[7] V. Lempitsky, A. Vedaldi and D. Ulyanov, "Deep Image Prior," 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018, pp. 9446-9454, doi: 10.1109/CVPR.2018.00984.