| Literature DB >> 35326521 |
Hwa-Yen Chiu1,2,3,4, Heng-Sheng Chao1,5, Yuh-Min Chen1,4.
Abstract
Lung cancer is the leading cause of malignancy-related mortality worldwide due to its heterogeneous features and diagnosis at a late stage. Artificial intelligence (AI) is good at handling a large volume of computational and repeated labor work and is suitable for assisting doctors in analyzing image-dominant diseases like lung cancer. Scientists have shown long-standing efforts to apply AI in lung cancer screening via CXR and chest CT since the 1960s. Several grand challenges were held to find the best AI model. Currently, the FDA have approved several AI programs in CXR and chest CT reading, which enables AI systems to take part in lung cancer detection. Following the success of AI application in the radiology field, AI was applied to digitalized whole slide imaging (WSI) annotation. Integrating with more information, like demographics and clinical data, the AI systems could play a role in decision-making by classifying EGFR mutations and PD-L1 expression. AI systems also help clinicians to estimate the patient's prognosis by predicting drug response, the tumor recurrence rate after surgery, radiotherapy response, and side effects. Though there are still some obstacles, deploying AI systems in the clinical workflow is vital for the foreseeable future.Entities:
Keywords: artificial intelligence; lung cancer; machine learning; radiomics; survival prediction; whole slide imaging
Year: 2022 PMID: 35326521 PMCID: PMC8946647 DOI: 10.3390/cancers14061370
Source DB: PubMed Journal: Cancers (Basel) ISSN: 2072-6694 Impact factor: 6.639
Figure 1Venn diagram of artificial intelligence (AI), machine learning (ML), neural network, deep learning, and further algorithms in each category. AI is a general term for a program that predicts an answer to a certain problem, where one of the conventional methods is logistic regression. ML learns the algorithm through input data without explicit programming. ML includes algorithms such as decision trees (DTs), support vector machines (SVMs), and Bayesian networks (BNs). By using each ML algorithm as a neuron with multiple inputs and a single output, a neural network is a structure that mimics the human brain. Deep learning is formed with multiple layers of neural networks, and convolutional neural network (CNN) is one of the elements of the famous architecture.
Summary of AI application fields.
| Screening | Diagnosis | Treatment |
|---|---|---|
| Radiology: | Risk prediction: | Tumor property classification: |
CXR: Chest X-ray, LDCT: low-dose computed tomography, WSI: whole slide imaging.
Figure 2The concept map of supervised learning, unsupervised learning and reinforcement learning.
Summary of frequently used datasets for model training.
| Database | Year | Material | Volume | Features |
|---|---|---|---|---|
| JSRT [ | 1998 | CXR | 154 | Contains 100 CXRs with malignant nodule, 54 CXRs with benigh nodule, and 93 normal CXRs |
| Shenzhen CXR set [ | 2012 | CXR | 662 | Contains 326 normal CXRs, and 336 CXRs with tuberculosis. Ribs were labeled. |
| Montgomery CXR set [ | 2014 | CXR | 138 | Contains 80 normal CXRs, and 58 CXRs with tuberculosis. Ribs were labeled. |
| ChestXray8 [ | 1992–2015 | CXR | 108,948 | Classified into 8 features: atelectasis, cardiomegaly, effusion, infiltration, mass, nodule, normal, pneumonia, and pneumothorax |
| ChestXray14 [ | 1992–2015 | CXR | Classified into 14 features: atelectasis, cardiomegaly, consolidation, edema, effusion, emphysema, fibrosis, hernia, infiltration, mass, nodule, pleural thickening, pneumonia, pneumothorax. | |
| PadChest [ | 2009–2017 | CXR | >160,000 | Labeled with 174 different radiographic findings, 19 differential diagnoses and 104 anatomic locations |
| LIDC [ | 2011 | LDCT | 1018 | Nodules were annotated and labeled with nodule sizes |
| LUNA16 [ | 2016 | LDCT | 888 | Adapted from LIDC, with additional nodules found during model training. |
| MIMIC-CXR [ | 2011–2016 | CXR | 377,110 | Classified into 14 labels derived from two natural language processing tools. |
| ChestXpert [ | 2019 | CXR | 224,316 | Labeled with 14 features: no finding, enlarged cardiom, cardiomegaly, lung opacity, lung lesion, edema, consolidation, pneumonia, atelectasis, pneumothorax, pleural effusion, pleural other, fracture, support devices |
| VinDr-RibCXR [ | 2020 | CXR | 18,000 | Rib suppression images |
| RadGraph [ | 2021 | CXR | 500 | Inference dataset of MMIC-CXR and reports |
| REFLACX [ | 2021 | CXR | 3032 | Labeled by 5 radiologists and synchronized sets of eye-tracking data and timestamped report transcriptions |
CXR: chest CX-ray set, JSRT: Japanese Society of Radiological Technology, LIDC: Lung Image Database Consortium, LUNA: LUng Nodule Analysis, REFLACX: Reports and Eye-Tracking Data for Localization of Abnormalities in Chest X-rays.
Figure 3The comparison of traditional AI server architecture and federated learning server architecture. (a) In traditional server architecture, the main server processes all the raw data at the same site, leading to concerns about privacy; (b) In federated learning, the datasets are processed at each individual site and only the trained models are shared with the main server. Privacy of each dataset is protected.