Introduction#
In medical scenarios, imaging is crucial to provide context for diagnosis and treatment. Magnetic Resonance (MR) imaging has made it possible to view a patient’s internal structures without invasive procedures. However, these methods have limitations such as patient safety, speed, and image quality that need to be addressed [Graff and Sidky, 2015, Yousufi et al., 2019].
One reason MRI imaging is slow is because they require multiple samples of the same region to create a single view. The time taken to generate these images could be reduced if we could construct the entire view using fewer samples. Our work focuses on the application of compressed sensing, a technique that reconstructs the original signal from a sparse sample, thus requiring fewer samples than the Nyquist sampling criteria [Lustig et al., 2007, Qaisar et al., 2013, Zhang et al., 2012].
Compressed sensing is a technique that can be implemented using various algorithms and regularizers, such as those proposed in [Chambolle and Pock, 2011, Clarkson and Adams, 1933, Condat, 2013, Parikh and Boyd, 2014]. The first objective of our project is to understand and solve the Total Variation denoising (TVd) problem on grayscale images, which can be achieved by using the L2 regularizer optimized with the ADMM algorithm [Chan et al., 2011].
To achieve this, we started by implementing TVd for 1-dimensional signals and then proceeded to implement TVd for images using the ADMM algorithm.
Finally, we implement primal dual splitting algorithm boyd for compressed sensing on MRI images.
This project was developed for the coursework ECE-GY-6123 Image and Video Processing by Dr. Yao Wang. The project is built by Parisima Abdali and Shubham Gupta.