# LA-DNN-for-COVID-19-diagnosis **Repository Path**: alexstar/LA-DNN-for-COVID-19-diagnosis ## Basic Information - **Project Name**: LA-DNN-for-COVID-19-diagnosis - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LA-DNN for COVID-19 diagnosis ## :fire: NEWS :fire: - **[2020/05/18]** :boom: (Updated by *Xiaoxue Gao*) * Release new data in `./New_data/5.18/`. * Update `./New_data/New_COVIDCT_meta(update to 5.18).csv` and `./New_data/New_NonCOVIDCT_meta(update to 5.18).csv`. - **[2020/05/16]** :boom: (Updated by *Mengshuang He*) * Release new data in `./New_data/5.16/`. * Update `./New_data/New_COVIDCT_meta(update to 5.16).csv` and `./New_data/New_NonCOVIDCT_meta(update to 5.16).csv`. - **[2020/05/14]** :boom: (Updated by *Xiaoxue Gao*) * Release new data in `./New_data/5.14/`. * Update `./New_data/New_COVIDCT_meta(update to 5.14).csv` and `./New_data/New_NonCOVIDCT_meta(update to 5.14).csv`. * Update the model of [Online Diagnosis System](https://www.covidct.cn/), the performance is as follows: | Date | ACC | AUC | F1 | Recall | | :-----: | :-----: | :-----: | :-----: | :-----: | | 2020/05/14 | 88.1 | 92.9 | 87.9 | 86.2 | - **[2020/05/13]** :boom: (Updated by *Xiaoxue Gao*) * Release new data in `./New_data/5.13/`. * Update `./New_data/New_NonCOVIDCT_meta(update to 5.13).csv`. - **[2020/05/11]** :boom: (Uploaded by *Mengshuang He*) * Upload new meta-information containing auxiliary labels about [COVID-CT-Dataset]( https://github.com/UCSD-AI4H/COVID-CT) in `./data_split/COVID-CT-MetaInfo_new.csv`. - **[2020/05/07]** Create repository. ## 1. Background Chest (computed tomography) CT scanning is one of the most important technologies for COVID-19 diagnosis in the current clinical practice, which motivates more concerted efforts in developing AI-based diagnostic tools to alleviate the enormous burden on the medical system. We develop a lesion-attention deep neural network (LA-DNN) to predict COVID-19 positive or negative with a richly annotated chest CT image dataset. The CT image dataset contains 746 public chest CT images of COVID-19 patients collected from over 760 preprints, and the data annotations are accompanied with the textual radiology reports. We extract two types of important information from these annotations: One is the flag of whether an image indicates a positive or negative case of COVID-19, and the other is the description of five lesions on the CT images associated with the positive cases. The proposed data-driven LA-DNN model focuses on the primary task of binary classification for COVID-19 diagnosis, while an auxiliary multi-label learning task is implemented simultaneously to draw the model's attention to the five lesions of COVID-19 during the training. The joint task learning process makes it a highly sample-efficient deep model that can learn COVID-19 radiology features effectively with very limited samples. Our code is public in `./Code/`.
Figure 1. The architecture of the proposed lesion-attention deep neural networks.
Figure 2. Navigation bar of Online Diagnosis System.
Figure 3. Performance of our proposed LA-DNN model for COVID-19 diagnosis in comparison with the baseline (Left: ROC curves, Right: Precision-recall curves; This is the latest result after adding new data).
Figure 4. Grad-CAM++ visualization for the baseline and our LA-DNN model with the backbone net of DenseNet-169 (Column 1 represents the original CT scans; Columns 2 and 3 are the class activation maps of the baseline; Columns 4 and 5 are the class activation maps of our LA-DNN model).
Figure 5. Plots of the pairwise relationships among the five lesions on making the final binary classification of COVID-19.