key: cord-0888054-sk7wtuu9 authors: Flores, Mona; Dayan, Ittai; Roth, Holger; Zhong, Aoxiao; Harouni, Ahmed; Gentili, Amilcare; Abidin, Anas; Liu, Andrew; Costa, Anthony; Wood, Bradford; Tsai, Chien-Sung; Wang, Chih-Hung; Hsu, Chun-Nan; Lee, CK; Ruan, Colleen; Xu, Daguang; Wu, Dufan; Huang, Eddie; Kitamura, Felipe; Lacey, Griffin; Corradi, Gustavo César de Antônio; Shin, Hao-Hsin; Obinata, Hirofumi; Ren, Hui; Crane, Jason; Tetreault, Jesse; Guan, Jiahui; Garrett, John; Park, Jung Gil; Dreyer, Keith; Juluru, Krishna; Kersten, Kristopher; Rockenbach, Marcio Aloisio Bezerra Cavalcanti; Linguraru, Marius; Haider, Masoom; AbdelMaseeh, Meena; Rieke, Nicola; Damasceno, Pablo; Silva, Pedro Mario Cruz e; Wang, Pochuan; Xu, Sheng; Kawano, Shuichi; Sriswa, Sira; Park, Soo Young; Grist, Thomas; Buch, Varun; Jantarabenjakul, Watsamon; Wang, Weichung; Tak, Won Young; Li, Xiang; Lin, Xihong; Kwon, Fred; Gilbert, Fiona; Kaggie, Josh; Li, Quanzheng; Quraini, Abood; Feng, Andrew; Priest, Andrew; Turkbey, Baris; Glicksberg, Benjamin; Bizzo, Bernardo; Kim, Byung Seok; Tor-Diez, Carlos; Lee, Chia-Cheng; Hsu, Chia-Jung; Lin, Chin; Lai, Chiu-Ling; Hess, Christopher; Compas, Colin; Bhatia, Deepi; Oermann, Eric; Leibovitz, Evan; Sasaki, Hisashi; Mori, Hitoshi; Yang, Isaac; Sohn, Jae Ho; Murthy, Krishna Nand Keshava; Fu, Li-Chen; de Mendonça, Matheus Ribeiro Furtado; Fralick, Mike; Kang, Min Kyu; Adil, Mohammad; Gangai, Natalie; Vateekul, Peerapon; Elnajjar, Pierre; Hickman, Sarah; Majumdar, Sharmila; McLeod, Shelley; Reed, Sheridan; Graf, Stefan; Harmon, Stephanie; Kodama, Tatsuya; Puthanakit, Thanyawee; Mazzulli, Tony; Lavor, Vitor de Lima; Rakvongthai, Yothin; Lee, Yu Rim; Wen, Yuhong title: Federated Learning used for predicting outcomes in SARS-COV-2 patients date: 2021-01-08 journal: Res Sq DOI: 10.21203/rs.3.rs-126892/v1 sha: d592bce8c3a8fb4ca879f86f442d17a4c4f9bbf1 doc_id: 888054 cord_uid: sk7wtuu9 ‘Federated Learning’ (FL) is a method to train Artificial Intelligence (AI) models with data from multiple sources while maintaining anonymity of the data thus removing many barriers to data sharing. During the SARS-COV-2 pandemic, 20 institutes collaborated on a healthcare FL study to predict future oxygen requirements of infected patients using inputs of vital signs, laboratory data, and chest x-rays, constituting the “EXAM” (EMR CXR AI Model) model. EXAM achieved an average Area Under the Curve (AUC) of over 0.92, an average improvement of 16%, and a 38% increase in generalisability over local models. The FL paradigm was successfully applied to facilitate a rapid data science collaboration without data exchange, resulting in a model that generalised across heterogeneous, unharmonized datasets. This provided the broader healthcare community with a validated model to respond to COVID-19 challenges, as well as set the stage for broader use of FL in healthcare. The scienti c and academic medical and data science communities have come together in the face of the pandemic crisis in order to rapidly assess novel paradigms in arti cial intelligence that are rapid and secure, and potentially incentivize data sharing and model training and testing without the usual privacy and data ownership hurdles of conventional collaborations 1, 2 . Healthcare providers, researchers and industry have pivoted their focus to address unmet and critical clinical needs created by the crisis, with remarkable results [3] [4] [5] [6] . Clinical trial recruitment has been expedited and facilitated by national regulatory bodies and an international cooperative spirit [7] [8] [9] . The data analytics and arti cial intelligence (AI) disciplines have always fostered open and collaborative approaches, embracing concepts such as opensource software, reproducible research, data repositories, and making anonymized datasets publicly available 10, 11 . The pandemic has emphasized the need to expeditiously conduct data collaborations that empower the clinical and scienti c communities when responding to rapidly evolving and widespread global challenges. Data sharing has ethical, regulatory and legal complexities that are underscored, and perhaps somewhat complicated by the recent entrance of large tech companies into the healthcare data world [12] [13] [14] [15] . A concrete example for these types of collaborations is our recent work on an AI-based SARS-COV-2 Clinical Decision Support (CDS) algorithm. The CDS predicts a risk score that can be used to support decisions to admit infected patients to the hospital and to help determine the level of hospital care they will likely require. We re ned and validated the algorithm across multiple health systems. The CDS was created at Mass General Brigham (MGB), using chest x-ray (CXR) data, vital signs, demographic data, and lab values that were shown to be predictive of COVID-19 patient outcomes 16-1816−19 . The CDS outputs a score, 'CORISK', that predicts oxygen support requirement, and can be used as a decision aid tool for triaging patients by front-line clinicians [20] [21] [22] . Healthcare providers have preferred using algorithms that were validated on their own data 23 . To date, most AI algorithms have been trained and validated only on a few datasets that often lacked in diversity 24,25 , resulting in less generalisable performance. Even near-perfect peer-reviewed performance metrics do not guarantee generalisability nor a lack of over-tting. Our aim was to develop an algorithm trained on a diverse dataset, making it useful, trusted and generalisable across a large number of healthcare systems. Accessing diverse data without the requirement of centralised data 26 is enabled by techniques such as Transfer Learning 27 and 'Federated Learning' (FL) 28 for achieving distributed model training and validation. The authors chose FL due to its ability to rapidly launch centrally orchestrated experiments with improved traceability of data and assessment of algorithmic changes and impact 29 . FL has shown promise in recent medical imaging applications 30-33 , including COVID-19 analysis 34-37 , albeit with limited scale. Governance of data for FL is maintained locally, alleviating privacy concerns, with only model 'weights' or 'gradients' transferred between the client-sites and the federated server 38, 39 . Driven by the pandemic and enabled by the privacy-conserving nature of FL, 20 institutions were recruited, the majority of which were hospitals. The study named "EXAM" (EMR Chest X-Ray AI Model), consisted of algorithm development by a Mass General Brigham team during March 2020, and the recruitment for this FL study that started in June. Between August and October, 140 experiments were conducted, and by end-October 2020, the re ned version of the algorithm was made public on NVIDIA NGC 40 . The 20 client-sites prepared 16,148 cases (both positive and negative) for the purpose of training, validating, and testing the model. Each case included one CXR and the requisite data inputs taken from the patient's medical record. A breakdown of the cohort size of the dataset for each client site is shown in Fig. 1b . The signi cant diversity of data between sites motivated the researchers in creating the dataset, since capturing these differences was thought to be needed in order to create a performant CDS. The distribution and patterns of CXR image intensities (pixel values) varied signi cantly among the sites due to a multitude of patient and site-speci c factors, such as differences in device manufacturers and imaging protocols, as shown in Fig. 1c . Patient age and EMR data varied for different sites due to the demographic differences between hospitals located around the globe ( Fig. 1d and extended Data Fig. 1 ). An AI model to predict a 'CORISK' score There is wide variation in the clinical course of patients who present to the hospital with symptoms of COVID-19, with some experiencing rapid deterioration in respiratory function requiring different interventions in order to prevent or mitigate hypoxemia 41,42 . A critical decision made during the evaluation of a patient at the initial point of care or the ED, is whether the patient is likely to require more invasive or resource-limited counter-measures or interventions (such as mechanical ventilation or monoclonal antibodies), and should therefore receive a scarce but effective therapy, a therapy with a narrow risk-bene t ratio due to side effects, or a higher level of care, such as admittance to the ICU 43,44 . In contrast, a patient who is at a lower risk of requiring invasive oxygen therapy may be placed in a less intensive care setting such as a regular ward or even released from the ED for continued self-monitoring at home 45 . Therefore, the model was trained to predict the 'CORISK' score corresponding to a patient's oxygen needs within two prediction windows, 24 hours and 72 hours after initial presentation to the ED. We set the outcome labels of patients as 0, 0.25, 0.5, and 0.75 if the most intensive oxygen therapy the patient received in the prediction window was room air (RA), low-ow oxygen (LFO), high-ow oxygen (HFO)/noninvasive ventilation (NIV), or mechanical ventilation (MV), respectively. If the patient died within the prediction window, the outcome label was set to 1. This resulted in each case being assigned two labels in the range of 0 to 1, corresponding to each of the prediction windows. For EMR features, data preprocessing included de-identi cation, missing value imputation (using the MissForest algorithm 46 ), and normalization to zero-mean and unit variance. CXR images were preprocessed to select the right series and exclude lateral view images, then scaled to a resolution of 224 × 224. As shown in Fig. 2 50 . In order to converge these different data types, a 512-dimensional feature vector was extracted from each CXR image using a pre-trained ResNet-34, with spatial attention, then concatenated with the EMR features as the input for the Deep & Cross network (see Methods). The nal output was a continuous value from 0 to 1 for both the 24 hour and 72-hour predictions, corresponding to the labels described above. We used binary cross-entropy as the loss function and 'Adam' as the optimizer. The model was implemented in Tensor ow 51 using the NVIDIA Clara Train SDK 52 . The average AUC for the three prediction tasks (LFO, HFO/NIV, or MV) was calculated and used as the nal evaluation metric (see Methods). Arguably, the most established form of FL is implementing the Federated Averaging algorithm proposed by McMahan et al 53 , or variations thereof. This algorithm can be realised using a client-server setup, where each participating site acts as a client. One can think of FL as a method aiming to minimize a global loss function by reducing a set of local loss functions, which are estimated at each site. By minimizing each client site's local loss while also synchronizing the learned client site weights on a centralized aggregation server, one can minimize the global loss without needing to access the entire dataset in a centralized location. Each client site learns locally, and shares model weight updates with a central server that aggregates contributions using secure SSL encryption and communication protocols 54 . The server then sends an updated set of weights to each client site after the aggregation, and sites resume training locally. The server and client site iterate back and forth until the model converges (see Methods section). To analyse the stability of these results, we repeated three runs of local training and FL on different randomized data splits. Training the model through FL resulted in a signi cant performance improvement (p < < 1e-3, Wilcoxon signed-rank test) of 16% (as de ned by the average-AUC when running the model on respective local test sets) and a 38% generalisability improvement (as de ned by the average-AUC when running the model on all test sets) of the nal global model for predicting 24 h oxygen treatment compared to models trained only on a site's own data (Fig. 3) . The results for predicting 72 h oxygen treatments are shown in Extended Data Fig. 7 and resulted in a performance improvement of 18% compared to locally trained models alone, while generalisability of the global model improved by 34%. A primary motivation for healthcare institutes to use FL is to preserve the security and privacy of their data, as well as adhere to data compliance measures. However, there remains a potential risk of model 'inversion' 55 or even reconstructing training images from the model gradients themselves 56 . To counter these risks, there are security-enhancing measures that may be able to mitigate risk in the event of data 'interception' during site-server communication 57 . We investigated a partial weight-sharing scheme 58, 59 showing that models can reach a comparable performance even when only 25% of the weight updates are shared ( Fig. 4 and Methods section). The weight updates were ranked during each iteration by magnitude of contribution and only a certain percentage of the largest weight updates were shared with the server (see Methods). With this, we validated previous ndings, showing that partial weight sharing, and other differential privacy techniques can successfully be applied in FL 58 . To our knowledge, this study features the largest real-world healthcare FL experiment to date in terms of number of sites and number of data points used. The study encompassed 20 client-sites and included over 16,000 cases (Extended Data Table 2 ). We believe that it provides a powerful case study for the utilization of FL involving multiple sites across 5 continents and under the supervision of different regulatory bodies. The global algorithm proved to be more robust and achieved better results on individual sites than any model that was trained on local data. We believe that the consistent improvement was achieved not only due to a larger, but also a more diverse data set. We observed that FL improved the prediction accuracy on all site testing sets, even when sites had relatively large local training data sets. For sites with small datasets, it was virtually impossible to build a performant deep learning model using only their local data. Furthermore, sites whose local models were trained with unbalanced cohorts (e.g., with most subjects experiencing mild cases of COVID-19) markedly bene ted from the FL approach (Extended Data Figs. 3 & 4) . More importantly, the generalisability of the FL model increased considerably, over the locally trained model, most likely since a population or an age group that are under-represented in one hospital/region could be highly represented in another region (Extended Data Figs. 5 & 6 and Extended Data Table 3 ). For example, children might be differentially affected by COVID-19, including their manifestations in lung imaging 60 . As seen in Fig. 1c /d and Extended Data Fig. 1 , we designed our study to resemble real-life clinical situations by intentionally not completing a meticulous harmonization of the data inputs. The features derived from the medical record were carefully de ned in order to mitigate potential biases (Extended Data Table 1 ). Features that were expected to be in uenced by different clinical practices and standards of care were avoided, such as reported symptoms or clinical impressions. We also chose model outputs that we believed to be objective outcomes which are fairly practical to discern, being low-ow oxygen treatment, high-ow oxygen treatment, mechanical ventilation, and death (Extended Data Fig. 2 ). We believe that these design considerations played a signi cant part in increasing the bene ts from a FL approach and its impact on model performance, generalisability, and ultimately, its usability. By participating in this study, the client-sites received access to an optimized AI model ('global FL model'), that can be further validated ahead of introduction into clinical care. The client-sites did not transfer data to a central repository but rather created a distributed data framework that can facilitate ongoing collaboration on AI model development and validation. We believe that the preservation of privacy, afforded by FL, encouraged participation of institutes who recognized the urgency to contribute during the COVID pandemic, and were not held back by data governance constraints. As mentioned above, we also experimented with techniques to avoid 'interception' of FL data, and found them to be promising ( Fig. 4) . This is an added security feature that we believe will encourage more institutions to use FL. In the opinion of this group, the main areas for development arising out of this collaboration will be to streamline data access, preparation and methods in order to better leverage a network of sites participating in FL. A system that would allow real-time model inference and processing would also be of bene t and would 'close the loop' from training to model deployment. Patient cohort identi cation and data harmonization are not new issues in research and data science 61 , but are further complicated given the lack of visibility on other sites' data sets associated with FL. There is also a need for evolving our understanding of architectural considerations that will enable capturing more value out of FL, e.g., explicitly addressing the data domain shifts between the different participating sites 62 . Hyperparameter engineering can allow algorithms to 'learn' more effectively from larger data batches and adapt model parameters to a particular site for further personalization. For example, socio-economic status or ethnicity in an algorithm prototyped on a homogenous population could enable algorithms to capture more diversity in FL training, despite being less meaningful when only leveraging a single-site data set. Additionally, there is a need to improve our ability to predict each client-site's contribution to improving the global FL model, which will help in client-site selection and prioritizing data acquisition and annotation efforts in the future. The latter is especially important given the high costs and di cult logistics of these large consortia endeavors, and the opportunity to capture diversity rather than sheer quantity of data samples. Since most had more COVID negative than positive patients, we limited the number of negative patients included to at most 95% of the total cases at each client-site. In total, 21 EMR features were used as input to the model. The outcome (i.e., "ground truth") labels were assigned based on patient requirements after 24-and 72-hour periods from initial admission to the ED. A detailed list of the requested EMR features and outcomes can be seen in Extended Data Table 1 . The variation of these features across different client-sites can be appreciated in Extended Data Fig.1 . Data harmonization was not performed between different client-sites in order to train a robust model that could generalise well to unseen patient populations. The distribution of oxygen treatment using different devices at different client-sites is shown in Extended Data Fig.2 , which details the device usage at admission to the Emergency Department (ED), and after 24hour and 72-hour periods. The number of positive COVID-19 cases, con rmed by a single PCR test, are listed in Extended Data Table 2 . Each client-site was asked to randomly split its dataset into 3 parts, 70% for training, 10% for validation, and 20% for testing. The random splits were generated independently for each of the repeated three local and FL training and evaluation experiments for both 24h and 72h outcome prediction models. A MissForest algorithm 1 was used to impute EMR features, based on the local training dataset. If an EMR feature was completely missing from a client-site dataset, the mean value of that feature, calculated exclusively on data from MGB client-sites, was used. Then, EMR features were rescaled to zero-mean and unit-variance based on statistics calculated on data from the MGB client-sites. To model the interactions of features from EMR and CXR data on a case-level, a deep feature scheme was used, based on Deep & Cross network architecture 2 . Binary/categorical features for the EMR inputs, as well as 512-dimensional image features in the CXR, were transformed into fused dense vectors of real values by embedding and stacking layers. The transformed dense vectors served as input to the fusion framework, which speci cally employed a crossing network to enforce fusion among input from different sources. The crossing network performed explicit feature crossing within its layers, by conducting inner products between the original input feature and output from the previous layer, thus increasing the degree of interaction across features. At the same time, two individual classic deep neural networks with several stacked fully-connected feed-forward layers were trained. The nal output of our framework was then derived from the concatenation of both classic and crossing networks. Our preliminary, single-site patient outcome prediction model (calculating a risk score termed as "CORISK") was trained using the MGB COVID cohort consisting of over 7,000 patients with a positive or undetermined COVID status (at time of data collection). EMR data and CXR images of these patients were extracted from the Enterprise Data Warehouse (EDW) and clinical Picture Archiving and Communication System (PACS) systems during the period extending from March to May 2020. The CORISK model was validated using data from ve hospitals within the MGB system, and cross-validated using different time periods during the study period. It achieved an average prediction accuracy of over 85%. We further derived the clinical scores and the corresponding diagnostic criteria ("CORISK24" and "CORISK72", for 24-and 72-hours patient outcome assessment), similar to CORISK model's predictions. The clinical scores could be used by clinicians to triage patients into appropriate care settings. The evaluation of the model is based on the average AUC of three prediction tasks derived from the CORISK score (LFO, HFO/NIV or MV). To compute it, we generate three sets of labels and predictions L1 = {P pred ,P gt } ³ 0.25, L2={P pred ,P gt } ³ 0.5, and L3 = {P pred ,P gt } ³ 0.5, where P pred is the models CORISK predictions and P gt is the ground truth CORISK scores representing a speci c oxygen treatment as described above for a client-site's test set. The average AUC was then computed as AUC =1/3 * (auc(L1) + auc(L2) + auc(L3)). A pseudo-algorithm of FL is shown in Extended Data Algorithm 1. In our experiments, we set the number of federated rounds to be T=200, with one local training epoch per round t at each client. The number of clients K was up to 20, depending on the network connectivity of clients or available data for a speci c targeted outcome period (24h or 72h). The number of local training iterations nk depends on the dataset size at each client k and is used to weigh each client's contributions when aggregating the model weights in FederatedAveraging. During FL, each client-site selects its best local model by tracking the model's performance on its local validation set. At the same time, the server determines the best global model based on the average validation scores sent from each client-site to the server after each FL round. After the FL training nishes, the best local models and best global model are automatically shared with all client-sites and evaluated on their local test data. When training on local data only (the baseline), we set the epoch number to 200. The Adam optimizer was used for both local training and FL with an initial learning rate of 5e-5 and a stepwise learning rate decay with a factor 0.5 after every 40 epochs, which is important for the convergence of FederatedAveraging 3 . Random a ne transformations, including rotation, translations, shear, scaling, and random intensity noise and shifts were applied to the images for data augmentation during training. Due to the sensitivity of batch normalization (BN) layers 4 when dealing with different clients in a nonindependent and identically distributed (non-IID) setting 5 , we found the best model performance to occur when keeping the pre-trained ResNet34 with spatial attention 6 In this study, we investigated a privacy-preserving scheme that shares only partial model updates between server and client-sites. To be exact, the weight updates (aka. gradients) were shared only if their absolute value was above a certain percentile threshold t k (t) (Fig. 4) , which was computed from all nonzero gradients DWk(t) and could be different for each client k in each FL round t. Variations of this scheme could include additional clipping of large gradients or differential privacy schemes 7 that add random noise to the gradients or even to the raw data before feeding it to the network 7,8 . We conducted a Wilcoxon signed-rank test to con rm the signi cance of the observed improvement in performance between the locally trained model and the FL model for the 24 and 72 hr time point (see Fig. 3 and Extended Data Fig. 6 ). The null hypothesis was rejected with a one-sided p-value << 1e-3 in both cases. A Pearson's correlation was used to assess the generalisability (robustness to other client-sites' test data) Table 3 . We show the mean and the standard deviation of AUCs of the 5 local models and the AUC for the federated trained model on 3 tasks for both 24-and 72-h prediction. We can see that the improvement brought by federated training is consistent across different races. Extended Data Fig. 6 shows the performance of our model in predicting oxygen treatment in 24/72h for COVID positive/negative patients respectively. The COVID status is determined by the PCR tests performed at the visit of ED. It can be shown that our model is robust to both COVID positive and negative patients. This is crucial for our model to be applied on all the patients to support their triage since the PCR test results are usually not available at the time of ED disposition. The study found the global models (see under 'Federated Learning Details') to be more robust compared to locally trained models when assessed across all client-sites' test data. Locally optimized models might provide improved performance on a client-site's own test data, but usually resulted in a loss of generalisability. Local model selection always depends on the local validation set's quality and how well it represents the real test data's characteristics. In contrast, the global model selected based on the averaged validation scores from each client-site turns out to have better generalisability. It is possible to achieve higher-performing models on a local dataset when tuning the training strategies more exhaustively 10 , such as varying data augmentation, learning rate schedule, and data sampling methods. However, generalisability to other sites' data is still expected to be limited due to the lack of representative training data. Future approaches may incorporate automated hyperparameter searching 10 , neural architecture search 11 , and other automated machine learning (AutoML) 12 approaches to nd the optimal training parameters for each client-site more e ciently. Slow or interrupted internet connectivity sometimes caused some clients' model updates to be not included in each round of FL training. Such clients are commonly known as "stragglers" 13 . Future implementations of FL might speci cally address this issue by allowing asynchronous updates 14 . Known issues of BN in FL 4 motivated us to x our base model for image feature extraction 6 in order to reduce the divergence between unbalanced client-sites. Future work might explore different types of normalization techniques in order to allow the training of AI models in FL more effectively when the clients' data is non-IID. Although privacy is a key concern for participants of FL, the actual quanti cation of data leakage during model training is still rather unexplored as most efforts revolve around IT security for the communication between participants and server. Future work could aim to quantify the amount of data leakage that is still recoverable by model inversion methods or attacks on the gradients. A quanti able way to measure privacy would allow better choices for deciding the minimal privacy parameters necessary while maintaining clinically acceptable performance 7, 8, 15 . A nal, but important limitation to all machine learning models is that they are limited by the quality of the training data. Institutions interested in deploying these algorithms for clinical care need to understand the inherent biases in the training. For example, the ground truth data used in the training of the EXAM model was 24-and 72-hour oxygen consumption in the patient. It is assumed that the oxygen consumption is the oxygen need. However, in the early period of the COVID-19 pandemic, many patients were provided high ow oxygen prophylactically, regardless of their oxygen need. Such clinical practice could skew the oxygen need predictions made by this model. Figure 3 Federated Learning vs. local training performance. a, Test performance of models predicting 24h oxygen treatment trained on local data only (Local) versus the performance of the best global model available on the server (FL (gl. best)). b, Generalisability (average performance on other sites' test data) as a function of a client's dataset size (# cases). The average performance improved by 16% compared to locally trained models alone, while average generalisability of the global model improved by 38%. Note, we show the performance for 18 of 20 clients here as client 12 had only outcomes for 72 hours (see Extended Data Fig. 7) and client 14 only cases with room air treatment, resulting in the evaluation metric (avg. AUC) being not applicable (see Methods). Digital technologies in the public-health response to COVID-19 Data sharing for novel coronavirus (COVID-19) Keep up with the latest coronavirus research The Impact of the COVID-19 Pandemic on Outpatient Care: Visits Return to Prepandemic Levels, but Not for All Providers and Patients BCG IT Spend Pulse: How COVID-19 Is Shifting Tech Priorities The Rise of the AI-Powered Company in the Postcrisis World COVID-19 Studies from the World Health Organization Database ACTIV Center for Drug Evaluation & Research. Coronavirus Treatment Acceleration Program (CTAP) A Commitment to Open Source in Neuroscience The state of OA: a large-scale analysis of the prevalence and impact of Open Access articles What the radiologist should know about arti cial intelligencean ESR white paper Arti cial intelligence as a medical device in radiology: ethical and regulatory issues in Europe and the United States Privacy in the age of medical big data The legal and ethical concerns that arise from using complex predictive analytics in health care Development and Validation of a Clinical Risk Score to Predict the Occurrence of Critical Illness in Hospitalized Patients With COVID-19 Prediction models for diagnosis and prognosis of covid-19 infection: systematic review and critical appraisal D-dimer levels on admission to predict in-hospital mortality in patients with Covid-19 Patient characteristics and admitting vital signs associated with coronavirus disease 2019 (COVID-19)-related mortality among patients admitted with noncritical illness Communication-E cient Learning of Deep Networks from Decentralized Data Federated Learning powered by NVIDIA Clara Model Inversion Attacks that Exploit Con dence Information and Basic Countermeasures Deep Leakage from Gradients Secure, privacy-preserving and federated machine learning in medical imaging Privacy-Preserving Federated Brain Tumour Segmentation Privacy-preserving deep learning Pediatric lung imaging features of COVID-19: A systematic review and meta-analysis Harmonization of detailed clinical models with clinical study data standards Multi-site fMRI analysis using privacy-preserving federated learning and domain adaptation: ABIDE results On the Convergence of FedAvg on Non-IID Data Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift The Non-IID Data Quagmire of Decentralized Machine Learning pROC: an open-source package for R and S+ to analyze and compare ROC curves Searching Learning Strategy with Reinforcement Learning for 3D Medical Image Segmentation Neural Architecture Search: A Survey Taking Human out of Learning Applications: A Survey on Automated Machine Learning Asynchronous Federated Optimization MissForest--non-parametric missing value imputation for mixed-type data Deep & Cross Network for Ad Click Predictions On the Convergence of FedAvg on Non-IID Data Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift The Non-IID Data Quagmire of Decentralized Machine Learning Deep Metric Learning-based Image Retrieval System for Chest Radiograph and its Clinical Applications in COVID-19 Privacy-Preserving Federated Brain Tumour Segmentation Secure, privacy-preserving and federated machine learning in medical imaging pROC: an open-source package for R and S+ to analyze and compare ROC curves Searching Learning Strategy with Reinforcement Learning for 3D Medical Image Segmentation Neural Architecture Search: A Survey Taking Human out of Learning Applications: A Survey on Automated Machine Learning Asynchronous Federated Optimization The future of digital health with federated learning Communication-E cient Learning of Deep Networks from Decentralized Data Mohammad Adil & Yuhong Wen 3. Center for Advanced Medical Computing and Analysis, Department of Radiology San Diego VA Health Care System Division of Cardiovascular Surgery, Department of Surgery, Tri-Service General Hospital O.C. and Graduate Institute of Medical Sciences Chih-Hung Wang 9 Matheus Ribeiro Furtado de Mendonça & Vitor de Lima Lavor 11. Division of Pediatric Pulmonary and Sleep Medicine, Children's National Hospital Hitoshi Mori & Tatsuya Kodama 14. Center for Intelligent Imaging, 2Department of Radiology and Biomedical Imaging Jae Ho Sohn & Sharmila Majumdar 15. Departments of Radiology and Medical Physics Garrett 16. Department of Radiology Sheikh Zayed Institute for Pediatric Surgical Innovation, Children's National Hospital Haider 21. Lunenfeld-Tanenbaum Research Institute 26. Departments of Radiology and Thai Red Cross Emerging Infectious Diseases Clinical Center Medical Review and Pharmaceutical Bene ts Division, National Health Insurance Administration USA Xihong Lin 30. Department of Radiology Department of Radiology and Imaging Sciences Baris Turkbey Hasso Plattner Institute for Digital Health at Mount Sinai, Icahn School of Medicine at Mount Sinai and Department of Genetics and Genomic Sciences, Icahn School of Medicine at Mount Sinai South Korea Byung Seok Kim 34. Planning and Management O ce, Tri-Service General Hospital O.C. and Graduate Institute of Life Sciences Center for Arti cial Intelligence and Advanced Robotics Division of General Internal Medicine and Geriatrics (Fralick) McLeod 41. Department of Medicine National Cancer Institute Flores contributed to the acquisition of the data, study support, drafting and revising the manuscript, study design, study conception, and analysis and interpretation of the data contributed to the acquisition of the data, study support, drafting and revising the manuscript, study design, and analysis and interpretation of the data contributed to the acquisition of the data, study support, drafting and revising the manuscript Jiahui Guan contributed to the support of the study, drafting and revising the manuscript, and analysis and interpretation of the data Varun Buch contributed to the acquisition of the data, study support and study design Daguang Xu contributed to the acquisition of the data, study support, drafting and revising the manuscript, and analysis and interpretation of the data Juluru contributed to the acquisition of the data and drafting, and revising the manuscript contributed to the support of the study, and drafting and revising the manuscript declared ownership of NVIDIA Stock Siemens Healthineers AG; Conference Travel, EUROKONGRESS; GmBH; and Personal fees (Consultant, GE Healthcare LLC; DSMB Member, Focused Ultrasound Foundation) G declared research collaborations with Merantix, Screen-Point, Lunit and Volpara, GE Healthcare and undertakes paid consultancy for Kheiron and Alphabet declared that he is the co-founder of PediaMetrix Inc. and is on the Board of the SIPAIM Foundation S.E.H declared research collaborations with Merantix, Screen-Point declared that NIH and NVIDIA have a Cooperative Research and Development Agreement Program of the National Institutes of Health, via intramural NIH Grants Z1A CL040015, 1ZIDBC011242. Work supported by the NIH Intramural Targeted Anti-COVID-19 (ITAC) Program, funded by the National Institute of Allergy and Infectious Diseases. NIH may have intellectual property in the eld. Additional information Correspondence and requests for materials should be addressed to Data Availability: The authors declare that all of the analysis data supporting the ndings of this study is available within the paper. The patient data used for local and federated training is not publicly available as it governed by regulatory restrictions such as HIPAA. The patient data was only visible locally to the participating sites and was The views expressed in this study are those of the authors and not necessarily those of the NHS, the NIHR, the Department of Health and Social Care or any of the organizations associated with the authors.