Skip to main content

Rapid AI Development Cycle for the Coronavirus (COVID-19) Pandemic:Initial Results for Automated Detection & Patient Monitoring using Deep Learning CT Image Analysis


-By Ophir Gozes, Ma’ayan Frid-Adar, Hayit Greenspan, PhD, Patrick D. Browning, MD, Huangqi Zhang, MD, Wenbin Ji, MD, Adam Bernheim, MD, and Eliot Siegel, MD

Abstract


Rapidly developed AI-based automated CT image analysis tools can achieve high accuracy in detection of Coronavirus positive patients as well as quantification of disease burden.

Utilizing the deep-learning image analysis system developed, we achieved classification results for Coronavirus vs Non-coronavirus cases per thoracic CT studies of 0.996 AUC (95%CI: 0.989-1.00) on Chinese control and infected patients. Possible working point: 98.2% sensitivity, 92.2% specificity.

For Coronavirus patients the system outputs quantitative opacity measurements and a visualization of the larger opacities in a slice-based “heat map” or a 3D volume display. A suggested “Corona score” measures the progression of patients over time.



The coronavirus infection surprised the world with its rapid spread and has had a major impact on
the lives of billions of people. Non-contrast thoracic CT has been shown to be an effective tool in
detection, quantification and follow-up of disease. Deep learning algorithms can be developed to
assist in analyzing potentially large numbers of thoracic CT exams.

• Purpose:

To develop AI-based automated CT image analysis tools for detection, quantification, and tracking
of Coronavirus and demonstrate that they can differentiate coronavirus patients from those who
do not have the disease.

• Materials and Methods:


Multiple international datasets, including from Chinese disease-infected areas were included. We
present a system that utilizes robust 2D and 3D deep learning models, modifying and adapting
existing AI models and combining them with clinical understanding.



Multiple retrospective experiments conducted to analyze the performance of the system in the
detection of suspected COVID-19 thoracic CT features and to evaluate evolution of the disease in
each patient over time using a 3D volume review, generating a “Corona score”. The study includes
a testing set of 157 international patients (China and U.S).



• Results:

Classification results for Coronavirus vs Non-coronavirus cases per thoracic CT studies were 0.996
AUC (95%CI: 0.989-1.00) ; on datasets of Chinese control and infected patients. Possible working
point: 98.2% sensitivity, 92.2% specificity.

For time analysis of Coronavirus patients, the system output enables quantitative measurements
for smaller opacities (volume, diameter) and visualization of the larger opacities in a slice-based
“heat map” or a 3D volume display. Our suggested “Corona score” measures the progression of
disease over time.


• Conclusion:

This initial study, which is currently being expanded to a larger population, demonstrated that
rapidly developed AI-based image analysis can achieve high accuracy in detection of Coronavirus
as well as quantification and tracking of disease burden.


Comments

Popular posts from this blog

ABOD and its PyOD python module

Angle based detection By  Hans-Peter Kriegel, Matthias Schubert, Arthur Zimek  Ludwig-Maximilians-Universität München  Oettingenstr. 67, 80538 München, Germany Ref Link PyOD By  Yue Zhao   Zain Nasrullah   Department of Computer Science, University of Toronto, Toronto, ON M5S 2E4, Canada  Zheng Li jk  Northeastern University Toronto, Toronto, ON M5X 1E2, Canada I am combining two papers to summarize Anomaly detection. First one is Angle Based Outlier Detection (ABOD) and other one is python module that  uses ABOD along with over 20 other apis (PyOD) . This is third part in the series of Anomaly detection. First article exhibits survey that covered length and breadth of subject, Second article highlighted on data preparation and pre-processing.  Angle Based Outlier Detection. Angles are more stable than distances in high dimensional spaces for example the popularity of cosine-based sim...

Ownership at Large

 Open Problems and Challenges in Ownership Management -By John Ahlgren, Maria Eugenia Berezin, Kinga Bojarczuk, Elena Dulskyte, Inna Dvortsova, Johann George, Natalija Gucevska, Mark Harman, Shan He, Ralf Lämmel, Erik Meijer, Silvia Sapora, and Justin Spahr-Summers Facebook Inc.  Software-intensive organizations rely on large numbers of software assets of different types, e.g., source-code files, tables in the data warehouse, and software configurations. Who is the most suitable owner of a given asset changes over time, e.g., due to reorganization and individual function changes. New forms of automation can help suggest more suitable owners for any given asset at a given point in time. By such efforts on ownership health, accountability of ownership is increased. The problem of finding the most suitable owners for an asset is essentially a program comprehension problem: how do we automatically determine who would be best placed to understand, maintain, ev...

Hybrid Approach to Automation, RPA and Machine Learning

- By Wiesław Kopec´, Kinga Skorupska, Piotr Gago, Krzysztof Marasek  Polish-Japanese Academy of Information Technology Paper Link Courtesy DZone   Abstract One of the more prominent trends within Industry 4.0 is the drive to employ Robotic Process Automation (RPA), especially as one of the elements of the Lean approach.     The full implementation of RPA is riddled with challenges relating both to the reality of everyday business operations, from SMEs to SSCs and beyond, and the social effects of the changing job market. To successfully address these points there is a need to develop a solution that would adjust to the existing business operations and at the same time lower the negative social impact of the automation process. To achieve these goals we propose a hybrid, human-centred approach to the development of software robots. This design and  implementation method combines the Living Lab approach with empowerment through part...