Integrating AI into Radiology: Automated Detection of Pulmonary Emphysema
The model designed in this thesis will aim to serve a patient who has completed a low-dose CT scan (LDCT) for lung cancer screening and is found to have emphysema. Currently, the leading means of assessing emphysema in an LDCT is through direct visual analysis by an expert radiologist. Upon a diagnosis of emphysema, the doctor can conduct a spirometry test, a function test that measures airflow in the lungs, to assess the stage of the emphysema. Though radiologists are generally very effective at identifying the presence of emphysema in a LDCT, the implementation of a relatively accurate AI solution could provide the benefit of resource optimization in scenarios with limited access to trained radiologists or limited bandwidth of radiologists that could perform the assessment.
To accomplish this I will be taking a randomized sample of LDCT scans of patients with a history of heavy smoking, some of which will have emphysema, and training a deep learning model to accurately classify these patients. The model will apply a pre-trained convolutional neural network (CNN) architecture to extract feature maps of the images, with considerations being made for differences in image sizing, denoising, and normalization as necessary. With the feature maps extracted, the output will be integrated into a Shifted Window Transformer (Swin-T), a transformer model architecture designed for image classification that performs better than most other popular CNN models, which will classify the presence of emphysema.
- Develop an image classification model that can identify emphysema in LDCT scans
- Test if this transformer model can achieve an accuracy of 95% or better.
- Test if this transformer model can be comparable to radiologists in accurate identification.
Dr. Eric Bressman MD, MSHP, Assistant Professor, Medicine (Hospital Medicine), Perelman School of Medicine