Abstract
COVID-19 is an emerging disease with transmissibility and severity. So far, there are no effective therapeutic drugs or vaccines for COVID-19. The most serious complication of COVID-19 is a type of pneumonia called 2019 novel coronavirus-infected pneumonia (NCIP) with about 4.3% mortality rate. Comparing to chest Digital Radiography (DR), it is recently reported that chest Computed Tomography (CT) is more useful to serve as the early screening and diagnosis tool for NCIP. In this study, aimed to help physicians make the diagnostic decision, we develop a machine learning (ML) approach for automated diagnosis of NCIP on chest CT. Different from most ML approaches which often require training on thousands or millions of samples, we design a few-shot learning approach, in which we combine few-shot learning with weakly supervised model training, for computerized NCIP diagnosis. A total of 824 patients are retrospectively collected from two Hospitals with IRB approval. We first use 9 patients with clinically confirmed NCIP and 20 patients without known lung diseases for training a location detector which is a multitask deep convolutional neural network (DCNN) designed to output a probability of NCIP and the segmentation of targeted lesion area. An experienced radiologist manually localizes the potential locations of NCIPs on chest CTs of 9 COVID-19 patients and interactively segments the area of the NCIP lesions as the reference standard. Then, the multitask DCNN is furtherly fine-tuned by a weakly supervised learning scheme with 291 case-level labeled samples without lesion labels. A test set of 293 patients is independently collected for evaluation. With our NCIP-Net, the test AUC is 0.91. Our system has potential to serve as the NCIP screening and diagnosis tools for the fight of COVID-19’s endemic and pandemic.
Keywords: COVID-19, chest CT, 2019 novel coronavirus-infected pneumonia, few-shot learning
I. Introduction
On December 31, 2019, the cases of pneumonia unknown etiology in Wuhan are firstly reported to WHO China Country Office and subsequently named as COVID-19. Since then, its pathogen has been confirmed by multiple studies [1], [2] and more than 100,000 confirmed cases have been reported globally. Its pandemic has impacted the global economy as well as normal lifestyle in certain countries especially China. Researchers have been working tirelessly to develop therapeutic drugs or vaccines for the treatment and prevention of COVID-19. However, there is still a long way for any effective medicine available for public use. The only effective method in clinical practice is to detect and diagnose COVID-19 early to prevent its further spread.
The fact that asymptomatic persons are potential sources of COVID-19 infection [3], [4] makes the early diagnosis of COVID-19 extremely challenging. The population-based screening may be the only way to prevent the community outbreak. Currently, the reverse transcription polymerase chain reaction (RT-PCR) or gene sequencing for respiratory or blood specimens are tools for COVID-19 screening. However, the availabilities of these tools and its lag time are some of the limitations in pandemic setting. In additional, the test kits such as RT-PCR have been found not 100 percent accurate even for the symptomatic patients which may be due to the requirement of skill levels or other unknown reasons. It is also reported in [5]–[8] that the COVID-19 patients have varieties of symptoms which make them harder to be distinguished from other flu viruses.
So far, the complete clinical complication related to COVID-19 is not fully understood. A study suggested that 16% of COVID-19 cases has serious illness. The most serious complication of COVID-19 is a certain type of pneumonia called 2019 novel coronavirus-infected pneumonia (NCIP) with about 4.3% mortality rate. In a recent study of 1014 patients conducted in Wuhan [9], only 59% has positive RT-PCR results instead 88% has positive findings of NCIPs on chest CT. A comparative study [10] on the clinical features of NCIP to other pneumonias suggests that the COVID-19 infection causes similar clinical onsets to other pneumonias. These findings have promoted the use of chest CT as additional screening and diagnostic tool for the clinical triage of COVID-19.
Since then a variety of imaging features have been reported [11]. The question is whether or how the incremental experiences or knowledge of NCIP diagnosis by chest CTs could be transparent to the radiologists with less experiences to diagnose the NCIPs globally. Thus, in this study, we attempt to develop a few-shot learning-based lesions detection and classification approach (NCIP-Net) to aid less experienced radiologist for the detection and diagnosis of NCIPs in the outbreak of COVID-19. The rational of the few-shot learning [12] in weakly supervised manner used in our algorithm design is to keep the ability of the proposed method in learning the incremental information both automatically and continuously to adapt the reality that the updates of knowledge and treatment experiences of NCIPs are fast and ongoing.
II. Material & Method
A. Study Material
We retrospectively collected 815 patients with chest CT images and clinical diagnosis results for algorithm development and testing. IRB approval has been obtained from local ethical review system for this study. Our patient cases were sequentially collected from two different sources including 531 patients (187 NCIP cases, 132 other pneumonia cases, 96 benign nodule cases, 96 lung cancer cases, and 20 cases without known lung diseases) from Hospital A, and 293 cases (136 NCIP cases, 36 other pneumonia cases, and 121 cases without known lung diseases) from Hospital B, respectively. Table 1 summarized the detailed information of our data set. The NCIP lesions of 9 COVID-19 patients from hospital A were identified and interactively contoured on all CT slices. The cases from Hospital A were used for development our NCIP-Net, while those from Hospital B were used for independent testing. The processes of training and testing are detailed in Section C.
TABLE 1. Information of Our Dataset.
Source | Diagnosis | # of cases | Imaging Protocol | |
---|---|---|---|---|
Vendor | Slice thickness (mm) | |||
Hospital A | NCIP | 187 | UIH/Philips | 0.625 - 2.5 |
Other pneumonia | 132 | |||
Lung Nodule/Cancer | 96/96 | Toshiba/GE | 1.0 – 1.25 | |
Without known lung diseases | 20 | UIH/Philips | 0.625 - 2.5 | |
Hospital B | NCIP | 136 | UIH/Philips | 0.625 – 5 |
Other pneumonia | 36 | |||
Without known lung disease | 121 |
B. Study Method
Figure 1 illustrated the processes of our NCIP-Net. The whole NCIP-Net includes three stages with three subnetworks for lung segmentation, lesions detection and lesions-based disease classification, respectively. To reduce the computation time as well as avoid false positives, a previously proposed multiscale deep convolutional neural network (DCNN) was firstly applied on the input image for lung segmentation. Thus, the following processes are just needed to conduct on the segmented lung regions. For lesions detection and segmentation, only 9 NCIP patients and 20 normal cases were used for a region-of-interest (ROI) based network pretrained with the few-short learning strategy. Afterward, locations of suspicious lesions were proposed as the input of C-Net for the fine turning of entire NCIP-Net.
Stage 1: Lung Segmentation
For each input CT volume, we firstly segmented the lung area using our previously developed multiscale lung segmentation method [13], based on deep convolutional neural network (DCNN) trained by multiscale Dice (MD) loss. The purpose of this process was to limit the lesion detection in a subregion to reduce the computation time as well as avoid false positives (FPs).
Stage 2: Lesion Detection
A multitask DCNN was constructed for the NCIP lesion detection, segmentation and prediction of COVID-19 probability. Our multitask DCNN was based on a U-Net [14], which included encoding and decoding phases, and trained by a two-stage training strategy: 1) the trainings of lesion segmentation and the image-based NCIP probability; and 2) the trainings of lesion-based NCIP probability and the case-based prediction of COVID-19 probability.
Stage 3: Disease Classification
Figure 2 illustrated the DCNN architecture used in this study. In the first training stage, the DCNN was trained with region of interests (ROIs). At the end of the encoding phase in multitask DCNN detector, the output of encoding was bifurcated into two branches: one for decoding phase used for lesion segmentation and the other for the likelihood prediction of NCIP lesion. In the branch of likelihood prediction, a prediction unit consisted of a SE-residual block, three convolutional layers, an average pooling layer and a sigmoid function were used to generate the likelihood score of NCIP for ROI. The cross-entropy loss was used for the task of lesion-based likelihood training while a weighted loss containing cross-entropy and Dice losses was used for the task of lesion segmentation.
In the second training stage, the case-based prediction using CT volume patches as the input, denoted as C-Net model hereon, was trained to identify a maximum of 10 proposals with the likelihood of NCIP lesion to output the probability of COVID-19 of the case. The mechanism of candidate proposals is shown in the Figure 3. Assuming the independent contribution of each location proposal, the case-based probability was calculated as,
where P was the case-based probability; was the probability of ith location proposal; and was a trainable parameter to serve as the regularization factor during the training.
C. Training Design
Due to the resource constrains, the lesions of NCIPs were manually identified and interactively segmented on every CT slices of 9 COVID-19 patients collected from Hospital A, a total of 2178 suspicious NCIP lesions on 1345 slices were segmented as the reference standard by an experienced radiologist. These individual NCIP lesions were used for ROI-based training of DCNN in the first training stage detailed in the section B. 20 normal cases from Hospital A were also used in the first stage to balance the positive and negative classes, 2178 locations from 1345 slices were randomly generated from 20 normal cases. During the training, auto data augmentation [15] was employed for synthetic data generation. The number of epochs (100 in this study) was used as the stopping criterion to terminate the training of the first stage.
During the second stage, we randomly divided the remaining 502 cases from Hospital A into three sets: the training set with 291 cases (103 of NCPs, 79 of other pneumonia, and 109 of lung nodules), the validation set with 105 cases (38 of NCIPs, 26 of other pneumonia, and 41 of lung nodules) and test set with 106 cases (37 of NCIPs, 27 of other pneumonia, and 41 of lung nodules). Finally, 293 patients of hospital B were served as the external validation set to evaluate our NCIP-Net. The area under the receiver operating characteristic (ROC) curve was serviced as the figure-of-merit of our study. A diagram of the training, validation, and testing processes was illustrated in Figure 4.
III. Experiment Result
As a compared experiment to NCIP-Net, we used the Mask-R-CNN [16] as a segmentation network to extract the lesion zone and then trained a SVM to predict the likelihood of the COVID-19 based on the segmentation results (we use Mask-R-CNN-SVM for short in the following paragraph). we used the same preprocess as NCIP-Net for Mask-R-CNN during training.
Figure 5 illustrated the case-based performances of COVID-19 diagnosis in different data sets in terms of the ROC analysis of NCIP-Net and Mask-R-CNN-SVM. The second row show the ROC curve of NCIP-Net. The test, external validation, and test & external validation AUCs of NCIP-Net were 0.919, 0.908 and 0.908 compared to 0.824, 0.741, 0.761 in Mask-R-CNN-SVM respectively. There were no significant differences between three pair-wised ROC analyses (p>0.05) in NCIP-Net. In test, NCIPs vs all others, NCIPs vs lung nodule cases, and NCIP vs other pneumonia cases of NCIP-Net were 0.919, 0.952 and 0.867 compared to 0.824, 0.847, 0.787 in Mask-R-CNN-SVM respectively. Significant difference was observed between the curve of NCIPs vs lung nodule cases and the curve of NCIPs vs other pneumonia cases (p<0.05) in NCIP-Net. Finally, in external validation, the AUCs of NCIPs vs all others, NCIPs vs normal cases, and NCIP vs other pneumonia cases of NCIP-Net were 0.909, 0.931, and 0.833 compared to 0.741, 0.754, 0.705 in Mask-R-CNN-SVM, respectively. It was significant different between the curve of NCIPs vs normal cases and the curve of NCIPs vs other pneumonia cases (p<0.05) in NCIP-Net.
As showed in Table 2 above, the overall accuracies of NCIPs vs other pneumonia cases in test and external validation sets of NCIP-Net were 0.757 and 0.744 while those of NCIPs vs lung nodule cases in test set and NCIPs vs normal cases in external validation set were 0.861 and 0.829, compared to 0.698, 0.599, 0.744 and 0.626 in Mask-R-CNN-SVM respectively.
TABLE 2. The Accuracy, Sensitivity, Specificity of Case-Based COVID-19 Diagnosis of Our Method Compared to Mask-R-CNN -SVM Method.
Method | Source | Image Sets | Accuracy | Sensitivity | Specificity |
---|---|---|---|---|---|
Mask-R-CNN-SVM | Test | vs Lung Nodules | 0.744 | 0.649 | 0.829 |
vs Other Pneumonia | 0.698 | 0.649 | 0.769 | ||
External Validation | vs Other Pneumonia | 0.599 | 0.575 | 0.667 | |
vs Without Known Lung Diseases | 0.626 | 0.646 | 0.719 | ||
NCIP-Net | Test | vs Lung Nodules | 0.861 | 0.757 | 0.952 |
Vs Other Pneumonia | 0.757 | 0.757 | 0.815 | ||
External Validation | vs Other Pneumonia | 0.744 | 0.713 | 0.861 | |
vs Without Known Lung Diseases | 0.829 | 0.713 | 0.959 |
note that we used the case-based probability of 0.5 as the thresholding value to generate all of the results in this table.
It is apparently that NCIP-Net is outperformance the Mask-R-CNN-SVM at every aspect of all datasets, especially in the external validation.
Figure 6 showed the matrix of image examples where CT slices in false positive cases and false negative cases were presented in each patient group.
IV. Discussion
In this study, we built a computerized NCIPs diagnosis system based on deep learning method. Our purpose was to exam whether machine learning could be useful in early diagnosis of NCIPs caused by COVID-19. Since this disease is new, the knowledge about its appearances on CT images is keeping updating. We chose an DCNN approach over feature engineering. The advantage of DCNN is that it could generate the characteristic map automatically based on the training samples. However, one of the drawbacks in DCNN is that it often required a relatively large training samples to avoid over training. As obviously showed in the compared experiment above, the limited dataset leads to over training of the feature extract, furtherly, effects the generation ability of network in another data set especially the external data set. Due to the limitation of available COVID-19 cases, few-shot learning and weakly supervised training are used in our work to train a multi-task DCNN which is to learn a correlated task of NCIP lesion detection, lesion segmentation, and case-based likelihood assessment of COVID-19. The results show that NCIP-Net has better generation ability and the potential of our DCNN in the future clinical practice in aiding the radiologist to make the early decision of COVID-19 diagnosis.
Recently, deep learning approach has been widely used in different areas. In general, deep learning requires a large and well-defined data source before its model construction and training. In reality, however, it is often difficult and very expensive to obtain such data sets for building the ideal models especially in health care setting. One-shot or few-shot learning aims to learn information about the abstraction of targets from one or only a few training samples. The challenging of few-shot learning is to learn the reliable feature representation of the target. In this study, we use a DCNN for automated representation learning. To overcome the data set constraint, a weak learning is used to boost the overall performance of target detection and classification. The rationale of our approach is that 1) it is impractical to collect a large data set of labeled samples to build a regular machine learning approach for emerging diseases such as NCIP, and 2) few-shot learning could bridge the gap between the large sample size and the limited available knowledge sources for the establishment of reference standard.
One of the challenges in NCIP diagnosis was its different diagnosis with other diseases. In additional of normal cases, in this study, we collected two types of other lung diseases: lung nodule and other pneumonia. We found that it was relatively easy (AUC of 0.95) to distinguish NCIPs from lung nodules except of some cases with large cancers attached to the periphery for our NCIP-Net. We also found that there was significant performance drop in differentiate NCIPs from other pneumonia cases (AUC of 0.83) in comparing to differential diagnosis of lung nodule or normal. After visual examination, we found it was very similar between individual lesions of NCIPs and other pneumonia cases. One of the potential solutions was to analyze the geometrical distributions of the lesions in different patient groups. However, we currently did not have the sufficient samples to form a reliable classification model which will be the research in our future investigation.
So far, machine learning especially deep learning approaches has received a lot of attentions both in academic and in industry. However, the reliability of ML approaches may vary in the same tasks but different datasets with different population bases. In this study, we collected our data from two different data sources to test the reliability of our approach. It was found that the results in two datasets were similar. Although the solution in this study for NCIP diagnosis may not be the optimal, our framework is flexible. Components in our framework can be replaced to improve the specified objective when additional resources such as DCNN model, the number of training samples with labels, and the number of training samples without labels become available. The limitation of this study includes: 1) limited data set for validation; and 2) single country study which may not apply to other racial bases. Both of the limitations are related to the collection of large and variety of data from diversified sources. Our method will serve as the base model for the community to collectively create a ML model to fight this disease. Moreover, the learning framework will be useful in the future similar emergency situation.
Acknowledgment
(Yaoming Lai, Guangming Li, and Dongmei Wu contributed equally to this work.)
Biographies
Yaoming Lai received the B.S. degree in public health from Sun Yat-sen University, Guangzhou, Guangdong, China, in 2015. His research interests include the application of computer vision and statistical learning methods in the medical field.
Guangming Li received the B.S. degree in abdominal imaging diagnosis from the Hubei University of Medicine, in 2003. He is currently an Associate Chief Doctor with the Xiangyang Central Hospital. His current research interest includes image diagnosis. He has published more than ten articles and participated in the editing of many works.
Dongmei Wu was a Postdoctoral Fellow with the Hospital Kimmel Cancer Center, Thomas Jefferson University. She is currently an Associate Professor with the Department of Radiation Oncology and the Department of Cancer Biology at the Nanxishan Hospital of Guangxi Zhuang Autonomous Region. Her research interests include nasopharyngeal carcinoma radiotherapy and artificial intelligence application in radiotherapy.
Wanmin Lian received the master’s degree in software engineering from the South China University of Technology. He is currently a Senior Engineer. Since 2003, he has been engaged in the application and research of information technology in the medical field at the Guangdong Second Provincial General Hospital.
Cheng Li received the Ph.D. degree from Southern Medical University, in 2011. In 2001, he joined the Guangdong Second Provincial General Hospital. His current research interests include abdominal surgery and functional magnetic resonance imaging.
Junzhang Tian received the Ph.D. degree from Southern Medical University, in 2006. In 2006, he joined the Guangdong Second Provincial General Hospital. His current research interest includes functional magnetic resonance imaging.
Xiaofen Ma received the Ph.D. degree from Southern Medical University, in 2015. In 2015, she joined the Guangdong Second Provincial General Hospital. Her current research interests include functional magnetic resonance imaging and molecular imaging.
Hui Chen is currently a Chief Doctor and an Associate Professor with the Xiangyang Central Hospital. He is also a Visiting Scholar with the National Cancer Research Center, Naples, Italy. He is a member of the Tumor Imaging Diagnosis of the Chinese Research Hospital Professional Committee and the Vice Chairman of the Professional Committee of Radiology Diagnosis of the Xiangyang Medical Association.
Wen Xu graduated from Shanxi Medical University, in 2018. She is currently a Resident Doctor with the Xiangyang Center Hospital. She has been engaged in nanoparticle and molecular imaging researches in recent years.
Jun Wei received the Ph.D. degree in bio-application and system engineering from the Tokyo University of Agriculture and Technology, in 2001. He was an Associate Research Scientist of Radiology with the University of Michigan at Ann Arbor, Ann Arbor, MI, USA. He is currently the Chief Technology Officer with Perception Vision Medical Technology Company Ltd. His research interests include computer vision, pattern recognition, medical image analysis, quantitative imaging biomarker, and artificial intelligence.
Yaqin Zhang received the M.D. degree from Sun Yat-sen University, China, in 2008. She is currently an Attending Doctor with the Radiology Department, The Fifth Affiliated Hospital, Sun Yat-sen University, Zhuhai, China. Her research interests include abdominal radiology and uro-radiology.
Guihua Jiang received the Ph.D. degree from Southern Medical University, in 2006. In 2006, he joined the Guangdong Second Provincial General Hospital. His current research interest includes functional magnetic resonance imaging.
Funding Statement
This work was supported in part by the National Natural Science Foundation of China under Grant 81860523, Grant 81801809; in part by Guangdong Basic and Applied Basic Research Foundation under Grant 2020A1515010572, in part by the Guangzhou Red Cotton Planning Venture Project under Key Grant HMJH-2019-0010, in part by Guangzhou Economic and Technological Development Zone Science and Technology Innovation Leader Project, in part by the Guangzhou Science and Technology Planning Project under Key Grant 201906010014, and in part by the Hospital Basic Foundation of Nanxishan Hospital of Guangxi Zhuang Autonomous Region.
Contributor Information
Jun Wei, Email: weijun@pvmedtech.com.
Yaqin Zhang, Email: zhyaqin@mail.sysu.edu.cn.
Guihua Jiang, Email: jianggh@gd2h.org.cn.
References
- [1].Zhu N., Zhang D., Wang W., Li X., Yang B., Song J., Zhao X., Huang B., Shi W., Lu R., and Niu P., “A novel coronavirus from patients with pneumonia in China, 2019,” New England J. Med., vol. 382, pp. 727–733, Feb. 2020, doi: 10.1056/NEJMoa2001017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [2].Chan J. F.-W., Yuan S., Kok K. H.To K. K., Chu H., Yang J., Xing F., Liu J., Yip C. C., Poon R. W., and Tsoi H. W., “A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: A study of a family cluster,” Lancet, vol. 395, no. 10223, pp. 514–523, Feb. 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [3].Rothe C., Schunk M., Sothmann P., Bretzel G., Froeschl G., Wallrauch C., Zimmer T., Thiel V., Janke C., Guggemos W., Seilmaier M., Drosten C., Vollmar P., Zwirglmaier K., Zange S., Wölfel R., and Hoelscher M., “Transmission of 2019-nCoV infection from an asymptomatic contact in Germany,” New England J. Med., vol. 382, no. 10, pp. 970–971, Mar. 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [4].Wang D., Hu B., Hu C., Zhu F., Liu X., Zhang J., Wang B., Xiang H., Cheng Z., Xiong Y., Zhao Y., Li Y., Wang X., and Peng Z., “Clinical characteristics of 138 hospitalized patients with 2019 novel coronavirus–infected pneumonia in Wuhan, China,” JAMA, vol. 323, no. 11, p. 1061, Mar. 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [5].Huang C.et al. , “Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China,” Lancet, vol. 395, no. 10, pp. 497–506, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [6].Guan W. J., Ni Z., Hu Y., Liang W. H., Ou C. Q., He J. X., Liu L., Shan H., Lei C. L., Hui D. S., and Du B., “Clinical characteristics of coronavirus disease 2019 in China,” New England J. Med., vol. 382, no. 18, pp. 1708–1720. 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [7].Chen N., Zhou M., Dong X., Qu J., Gong F., Han Y., Qiu Y., Wang J., Liu Y., Wei Y., Xia J., Yu T., Zhang X., and Zhang L., “Epidemiological and clinical characteristics of 99 cases of 2019 novel coronavirus pneumonia in Wuhan, China: A descriptive study,” Lancet, vol. 395, no. 10223, pp. 507–513, Feb. 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [8].Xu X. W., Wu X. X., Jiang X. G., Xu K. J., Ying L. J., Ma C. L., Li S. B., Wang H. Y., Zhang S., Gao H. N., and Sheng J. F., “Clinical findings in a group of patients infected with the 2019 novel coronavirus (SARS-Cov-2) outside of Wuhan, China: Retrospective case series,” BMJ, vol. 368, Feb. 2020, doi: 10.1136/bmj.m606. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [9].Ai T., Yang Z., Hou H., Zhan C., Chen C., Lv W., Tao Q., Sun Z., and Xia L., “Correlation of chest CT and RT-PCR testing in coronavirus disease 2019 (COVID-19) in China: A report of 1014 cases,” Radiol., vol. 296, no. 2, 2020, Art. no. 200642. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [10].Zhao D., Yao F., Wang L., Zheng L., Gao Y., Ye J., Guo F., Zhao H., and Gao R., “A comparative study on the clinical features of coronavirus 2019 (COVID-19) pneumonia with other pneumonias,” Clin. Infectious Diseases, vol. 71, no. 15, pp. 756–761, Aug. 2020, doi: 10.1093/cid/ciaa247. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [11].Kooraki S., Hosseiny M., Myers L., and Gholamrezanezhad A., “Coronavirus (COVID-19) outbreak: What the department of radiology should know,” J. Amer. College Radiol., vol. 17, no. 4, pp. 447–451, Apr. 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [12].Fei-Fei L., Fergus R., and Perona P., “One-shot learning of object categories,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 28, no. 4, pp. 594–611, Apr. 2006. [DOI] [PubMed] [Google Scholar]
- [13].Gu Y., Lai Y., Xie P., Wei J., and Lu Y., “Multi-scale prediction network for lung segmentation,” in Proc. IEEE 16th Int. Symp. Biomed. Imag. (ISBI), Apr. 2019, pp. 438–442. [Google Scholar]
- [14].Ronneberger O., Fischer P., and Brox T., “U-Net: Convolutional networks for biomedical image segmentation,” in Medical Image Computing and Computer-Assisted Intervention—MICCAI 2015, Navab N., Hornegger J., Wells W. M., and Frangi A. F., Eds. Cham, Switzerland: Springer, 2015, pp. 234–241. [Google Scholar]
- [15].Cubuk E. D., Zoph B., Mane D., Vasudevan V., and Le Q. V., “AutoAugment: Learning augmentation strategies from data,” in Proc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit. (CVPR), Jun. 2019, pp. 113–123. [Google Scholar]
- [16].He K., Gkioxari G., Dollar P., and Girshick R., “Mask R-CNN,” in Proc. Int. Conf. Comput. Vis., 2017, pp. 2980–2988. [Google Scholar]