Author(s): Jahayra Guzman-Rivas
Mentor(s): Qi Wei, Bioengineering
AbstractIt is important to first understand Strabismus for this research project. Strabismus is the misalignment of the eyes. This condition occurs in 0.5 to 5 percent of the global population. Strabismus can be caused by abnormalities in any of the six extraocular muscles and their pulley systems. These five muscles are the medial rectus, lateral rectus, inferior rectus, superior rectus, and superior oblique.
When strabismus is examined in patients, magnetic resonance imaging, or MRI, has been implemented in the clinical spaces as it looks at the neuro-biomechanical factors of eye movements.
However, there are limitations to the use of MRI. When clinicians and trained experts segment the extraocular muscles and other ocular structures manually, it can be very time-consuming and labor-intensive.
In recent years, a specific field of study in Artificial Intelligence, specifically deep learning, has been applied to the process of segmenting the muscles in the eyes. Deep learning is a method in AI that instructs computers how to process data using neural networks. However, these techniques must be improved.
My research involves using deep learning methods to locate extraocular muscles using pixel-based labeling. I will be using MATLAB to implement deep learning methods. I will also use data collected from 13 patients. This data was collected at UCLA and intended for research purposes only.
Before I started using the deep learning methods, I conducted extensive literature reviews to further understand the anatomy of the eye and the utilization of deep learning methods.
I also confirmed which data is available and noted them in a summary sheet.
After noting the available data, I started preparing them for the deep learning methods. I looked at the images for each slice of each muscle for each eye for each patient and renamed them according to their slice and muscle using ImageJ. I then compiled all the slices of all the muscles of each eye of each patient in one folder. This process took about one month as I had 13 patients and 1,662 images to look at.
Since the code I obtained to create the masks required the slices for each eye for each patient to have a different naming format, I had to create new code in MATLAB that organized them into the right format. This took me about a week to complete.
I then used these stacks of images to create masks of the five muscles and have them shown in various colors.
As for the next steps, I must implement them into the deep learning model to train it with masks for each patient for each eye, validate the model, test the model, and adjust the model as needed.
While I made a lot of progress on my project, I could not complete it within this semester. However, I was able to gain a lot from this experience. For example, I was able to enhance my coding skills with MATLAB. Additionally, I gained a better understanding of deep learning algorithms and their implementation in segmentation. I also learned that preprocessing the data before implementing the deep learning methods are critical to the model’s training process.
I want to express many thanks to Dr. Lee and the George Mason University Office of Student Creative Activities and Research as they helped fund this research through the Undergraduate Research Scholars Program. I also want to thank my mentor, Dr. Wei, for guiding me throughout this process. I want to acknowledge Amad Quereshi for guiding me and providing the code needed for my research.
Thank you!
4 replies on “Using AI to Quantitatively Analyze Extraocular Muscle Pulley Morphology from MRI”
Hi Jahayra! This was so interesting to learn about! Thank you for sharing your research, you did a great job!
Thank you so much!
Well done. You learned a lot even if you didn’t get the whole project finished. Are you planning to continue?
Thank you! Yes, I plan to continue with this project and hopefully use the deep learning model soon!