| Literature DB >> 34056579 |
Musa Abdulkareem1,2,3, Steffen E Petersen1,2,3,4.
Abstract
COVID-19 has created enormous suffering, affecting lives, and causing deaths. The ease with which this type of coronavirus can spread has exposed weaknesses of many healthcare systems around the world. Since its emergence, many governments, research communities, commercial enterprises, and other institutions and stakeholders around the world have been fighting in various ways to curb the spread of the disease. Science and technology have helped in the implementation of policies of many governments that are directed toward mitigating the impacts of the pandemic and in diagnosing and providing care for the disease. Recent technological tools, artificial intelligence (AI) tools in particular, have also been explored to track the spread of the coronavirus, identify patients with high mortality risk and diagnose patients for the disease. In this paper, areas where AI techniques are being used in the detection, diagnosis and epidemiological predictions, forecasting and social control for combating COVID-19 are discussed, highlighting areas of successful applications and underscoring issues that need to be addressed to achieve significant progress in battling COVID-19 and future pandemics. Several AI systems have been developed for diagnosing COVID-19 using medical imaging modalities such as chest CT and X-ray images. These AI systems mainly differ in their choices of the algorithms for image segmentation, classification and disease diagnosis. Other AI-based systems have focused on predicting mortality rate, long-term patient hospitalization and patient outcomes for COVID-19. AI has huge potential in the battle against the COVID-19 pandemic but successful practical deployments of these AI-based tools have so far been limited due to challenges such as limited data accessibility, the need for external evaluation of AI models, the lack of awareness of AI experts of the regulatory landscape governing the deployment of AI tools in healthcare, the need for clinicians and other experts to work with AI experts in a multidisciplinary context and the need to address public concerns over data collection, privacy, and protection. Having a dedicated team with expertise in medical data collection, privacy, access and sharing, using federated learning whereby AI scientists hand over training algorithms to the healthcare institutions to train models locally, and taking full advantage of biomedical data stored in biobanks can alleviate some of problems posed by these challenges. Addressing these challenges will ultimately accelerate the translation of AI research into practical and useful solutions for combating pandemics.Entities:
Keywords: COVID-19; artificial intelligence; contact tracing; detection; diagnosis; epidemiology; medical imaging; social control
Year: 2021 PMID: 34056579 PMCID: PMC8160471 DOI: 10.3389/frai.2021.652669
Source DB: PubMed Journal: Front Artif Intell ISSN: 2624-8212
Some terms and methods commonly used in AI.
| Artificial Intelligence (AI) | The concept of developing computer algorithms with human-like intelligence to solve specific tasks. |
| Deep Learning (or Deep Neural Network) | A set of ML algorithms that are based on neural network (NN) that are used for feature learning. The term “deep” refers to the fact that they have multiple layers between the input and the output layers. |
| Machine Learning (ML) | A subset of AI and consists of a collection of techniques to achieve AI. |
| Reinforcement Learning | A set of ML algorithms that is based on the interaction between an agent and its environment. In general, the agent seeks to take actions in the environment by maximizing a cumulative reward. |
| Supervised Learning | A set of ML algorithms for developing mathematical models using data that consists of both the input and the desired output data. |
| Unsupervised Learning | A set of ML algorithms for finding underlying structures or patterns in datasets using only the input data. |
| Convolutional Neural Network (CNN) | A set of DL algorithms that are particularly efficient in developing AI-based applications involving images. CNN acts as the backbone of many well-known neural network architectures (such as U-net) used in image processing. |
| Random Forests (RF) Method | A set of learning algorithms involving several decision trees and whose output is the class that is the statistical mode (in classification tasks) or statistical mean (in regression tasks) of each of the decision trees. These algorithms are often used for classification tasks and regression analysis problems. |
| Support Vector Machines (SVM) | A set of supervised learning algorithms that constructs hyperplanes in a high-dimensional space. These algorithms are often used for classification tasks, regression analysis, and other problems. In a classification problem, for instance, out of the many hyperplanes, the one that has the largest distance to the data point of any class is considered the ‘optimal’ classifier. |
| • AlexNet (Russakovsky et al., | |
| • Artificial Neural Networks (ANN) (Hopfield, | |
| • Adaptive-Network-based Fuzzy Inference System (ANFIS) (Jang, | |
| • CNN (LeCun et al., | |
| • CNN segmentation model (Region Proposal Network structure) (Ren et al., | |
| • CNN model with Inception (Szegedy et al., | |
| • Decision Tree (DT) (Breiman et al., | |
| • Extreme Gradient Boosting (XGBoost) (Chen and Guestrin, | |
| • Generative Adversarial Networks (GANs) (Goodfellow et al., | |
| • Gated Recurrent Unit (GRU) recurrent neural network (Cho et al., | |
| • k-mean clustering (Kanungo et al., | |
| • k-nearest neighbor (Cover and Hart, | |
| • Least Absolute Shrinkage and Selection Operator (LASSO) logistic regression (Tibshirani, | |
| • Logistic regression (Hosmer Jr et al., | |
| • LSTM (Hochreiter and Schmidhuber, | |
| • RF (Breiman, | |
| • ResNet (He et al., | |
| • SVM (Cortes and Vapnik, | |
| • U-Net (Ronneberger et al., | |
Figure 1Steps in developing models using AI algorithms.