Automated Machine Learning Vision Detection for COVID-19
Background
Although the number of new cases of COVID-19 per day are dropping in recent times, hospitals are still crowded and overloaded with patients who have COVID-19 or COVID-19-like symptoms. Many hospitals struggle to find beds for all the afflicted.
Source: https://www.nytimes.com/interactive/2020/us/coronavirus-us-cases.html
Source: https://covidtracking.com/data/charts/us-currently-hospitalized
Introduction
Goal: Develop a model that can identify COVID-19 in chest x-ray images given data including lung images of healthy patients and patients with COVID-19 or Pneumonia that will aim to increase diagnosis accuracy and decrease the time taken to diagnose a patient, ultimately increasing the efficiency in hospitals to reduce overcrowding.
Healthy
COVID-19
Pneumonia
Source & Data: https://www.kaggle.com/tawsifurrahman/covid19-radiography-database
Modeling Approach
About the Dataset
COVID
Normal
Pneumonia
Source: https://www.linkedin.com/pulse/covid-19-detection-using-google
-cloud-automl-vision-gopi-kudaravalli/?articleId=6645597631752036352
Google’s Cloud AutoML Vision (https://cloud.google.com/)
#1: Enable AutoML Vision Cloud on GCP
#2: Select Image Classification under AutoML Vision
#3: Create New Dataset for Modeling
#4: Import Covid-19 X-ray Images for Labeling
Modeling Approach
#5: X-ray Images Labels for Different Samples
#6a: Train Covid-19 Detection Model (start training)
#6b: Train Covid-19 Detection Model (training complete)
#7: Evaluate the Covid-19 Detection Model Performance
Results (Web App at Confidence Threshold: 0.5)
Precision and Recall Score:
Confusion Matrix:
Results (Cloud Based at Confidence Threshold: 0.5)
Precision and Recall Score:
Confusion Matrix:
Cloud Based Model
Conclusion
We were successful in developing a model that can distinguish between x-ray images of healthy lungs and lungs affected by COVID-19 and Pneumonia
Our experiment could be improved if we trained the model using x-ray images of a greater variety of lung-affecting diseases. This would greatly increase our model’s usefulness and allow medical professionals to identify diseases at a much faster rate.
Reference