MétaCan
Menu
Retour à la cohorte
Enregistrement W2969169714 · doi:10.1016/s2589-7500(19)30084-6

Practical guidance on artificial intelligence for health-care data

2019· article· en· W2969169714 sur OpenAlex

Pourquoi ce travail est dans la base

Une base qui oublie comment elle a trouvé un travail ne peut pas être vérifiée. Voici les voies qui ont admis celui-ci.

affAu moins un auteur déclare une institution canadienne dans l'instantané OpenAlex épinglé.

Notice bibliographique

RevueThe Lancet Digital Health · 2019
Typearticle
Langueen
DomaineMedicine
ThématiqueArtificial Intelligence in Healthcare and Education
Établissements canadiensVector InstituteUniversity of Toronto
Organismes subventionnairesnon disponible
Mots-clésScopusHealth careData collectionArtificial intelligenceComputer scienceBig dataData scienceMedicineMedical recordMEDLINEData mining

Résumé

récupéré en direct d'OpenAlex

Advances in machine learning and artificial intelligence (AI) offer the potential to provide personalised care that is equal to or better than the performance of humans for several health-care tasks.1Topol EJ High-performance medicine: the convergence of human and artificial intelligence.Nat Med. 2019; 25: 44-56Crossref PubMed Scopus (1762) Google Scholar AI models are often powered by clinical data that are generated and managed via the medical system, for which the primary purpose of data collection is to support care, rather than facilitate subsequent analysis. Thus, the direct application of AI approaches to health care is associated with both challenges and opportunities.2Weber GM Mandl KD Kohane IS Finding the missing link for big biomedical data.JAMA. 2014; 311: 2479-2480Crossref PubMed Scopus (257) Google Scholar Many AI approaches use electronic health record (EHR) data, which document health-care delivery and operational needs, and which can be relevant to understanding patient health. EHR data are heterogeneous and are collected during treatment to improve each patient's health. Almost exclusively, EHR data are documented without consideration of the development of algorithms. Data can be collected from a wide range of sources, from high-frequency signals sampled every 0·001 seconds, to vital signs noted hourly, imaging or laboratory tests recorded when needed, notes written at care transitions, and static demographic data. Longitudinal clinical data, such as hospital records for all patients with a particular disease, are similarly heterogenous in data type, time scale, sampling rate, and reason for collection. Each data type is associated with its own challenges (figure). A glossary of technical terms is presented in the appendix (p 1). High-frequency monitors record clinical signals (eg, oxygen saturation) with little human interaction, but they provide only a narrow view of patient state. These signals have frequent artifact corruption (eg, from sensors becoming dislodged), and must be aggregated, filtered, or discarded to remove artifacts. For example, electrocardiogram signals acquired in the USA must be filtered at 60 Hz to remove power grid electrical interference. Imaging data, vital signs, laboratory tests, and other numerical measurements are ordered irregularly, and therefore they can produce biased data. Health-care workers might preferentially record data that are consistent with their understanding of patient state. For example, if a clinician suspects a particular diagnosis, he or she might record data that supports that diagnosis only. Additionally, clinicians often order tests related to the amount of variability they expect; therefore, the absolute time that a laboratory measurement is taken can be more predictive of patient health than the test value.3Agniel D Kohane IS Weber GM Biases in electronic health record data due to processes within the healthcare system: retrospective observational study.BMJ. 2018; 361k1479Crossref PubMed Scopus (150) Google Scholar For example, health-care workers would only wake a patient at 0200 h to perform a blood test if the patient were very ill. Narrative clinical notes are designed to provide a brief overview of the most important aspects of a patient's condition. However, standard AI tasks, such as word sense disambiguation (appendix p 1), are particularly difficult in clinical notes because they often contain misspelt words, lots of acronyms, and text that has been copied and pasted. Even software packages that are designed to process clinical text can be misled by clinical notes;4Savova GK Masanz JJ Ogren PV et al.Mayo clinical Text Analysis and Knowledge Extraction System (cTAKES): architecture, component evaluation and applications.J Am Med Inform Assoc. 2010; 17: 507-513Crossref PubMed Scopus (1228) Google Scholar for example, an algorithm trained on a large corpus of medical text might incorrectly identify patients with autism as having cancer, because T2 is both the clinical term for a stage of cancer progression, and an output class of MRI pulse sequences used to diagnose autism in children. Although this problem has been overcome in other settings, such as web searches, medical text is often filled with jargon and coded language. In addition to the challenges of data heterogeneity, algorithms in health care must address well defined tasks that are clinically important, and work to identify new and important capacities. We identify three technical challenges, with plausible short-term solutions and long-term outlooks (appendix p 3). Firstly, clinical data tend to be messy, incomplete, and potentially biased. Imputation, sparse encoding, or matrix factorisation methods (appendix p 2) can be used to address incomplete or missing data features, but they must be used with caution because the correct method depends on which data are missing. Robust inference also depends on large, representative datasets. However, gaining access to a sufficient amount of data in a health-care setting can be challenging because of patient privacy restrictions. A possible short-term solution is to use generative adversarial networks with differential privacy to generate synthetic data with the statistical properties of real health-care data; however, models trained on synthetic data might not be as accurate as those trained on clinical data.5Beaulieu-Jones BK Wu ZS Williams C et al.Privacy-preserving generative deep neural networks support clinical data sharing.bioRxiv. 2018; (published online Dec 20.) (preprint)DOI:10.1101/159756Google Scholar A long-term solution to data challenges must focus on generating high-quality, deidentified data primarily for research purposes. Efforts such as the US National Institute of Health's All of Us Research Program and the UK Biobank have generated databases that are accessible to researchers globally. Continuing to scale up these kinds of efforts will help to alleviate many, but not all, of the issues associated with the secondary use of EHR data. Secondly, if outcomes are predicted on the basis of measurements, problems can arise when the measurements change considerably. For example, a model trained on data from an urban hospital might not be able to predict outcomes in a rural setting. Measurements can change over time as patient populations change or care policies evolve.6Eneanya ND Yang W Reese PP Reconsidering the consequences of using race to estimate kidney function.JAMA. 2019; (published online June 6.)DOI:10.1001/jama.2019.5774Crossref PubMed Scopus (173) Google Scholar Data might unintentionally be confounded by measurement drift (appendix) as equipment ages or changes, which can be adjusted for if the drift effect is identified. Unsupervised learning methods or causal inference approaches could potentially be used to detect shifts in the underlying population. Ideally, models should have some ability to handle new diseases, such as the first case of Zika virus in North America. Although many state-of-the-art methods are known to be overconfident under standard training conditions, AI techniques that are forced to assign probabilities to any input can provide a foundation for understanding when a situation is unknown.7Papernot N McDaniel P Wu X Jha S Swami A Distillation as a defense to adversarial perturbations against deep neural networks. 2016 IEEE Symposium on Security and Privacy; San Jose, CA.DOI:10.1109/SP.2016.41Date: 2016Google Scholar Handling the unknown, or at least knowing when the current situation is an unknown, is important in ensuring patient safety and clinician trust in algorithms. In the long term, regulatory incentives are needed for the creation of better devices that can expedite the acquisition and availability of clinical data. By improving the coverage of data sources, we can begin to detect conditions of interest in settings that have not previously been explored. Finally, in the field of medicine, labels (eg, disease states) are assigned by experts, but not all experts will agree on the same label. When algorithms learn labels from data, uncertainty in our understanding of the label complicates modelling. For example, whereas some diseases (eg, diabetes) are verifiable through blood tests, others (eg, heart failure) might encompass a variety of underlying conditions, thereby requiring human judgment to label each patient.7Papernot N McDaniel P Wu X Jha S Swami A Distillation as a defense to adversarial perturbations against deep neural networks. 2016 IEEE Symposium on Security and Privacy; San Jose, CA.DOI:10.1109/SP.2016.41Date: 2016Google Scholar, 8Bui AL Horwich TB Fonarow GC Epidemiology and risk profile of heart failure.Nat Rev Cardiol. 2011; 8: 30-41Crossref PubMed Scopus (1340) Google Scholar Label uncertainty can be addressed by using generative models and unsupervised clustering to separate populations into underlying subtypes, but this approach assumes that there are enough variables available to learn class separations. Diagnostic baselines could also be used to decide how variables should be used in models, making use of clinical knowledge, but this knowledge might progress and diagnostic criteria might change or become contentious as guidelines for medical treatments evolve.9Boyce PM Koloski NA Talley NJ Irritable bowel syndrome according to varying diagnostic criteria: are the new Rome II criteria unnecessarily restrictive for research and practice?.Am J Gastroenterol. 2000; 95: 3176-3183Crossref PubMed Google Scholar In the long term, full capture of data from robust sources is needed to match self-reported patient data with expert-verified clinical outcomes. Although previously natural divisions of expertise have occurred when working with the heterogeneous data that are generated from the health-care system, including text, speech, and images, these divisions have begun to blur as systems are increasingly using different modalities of data. We recommend that clinicians and AI researchers work collaboratively to pair clinical challenges with novel technical solutions.10Badawi O Brennan T Celi LA Feng M Ghassemi M Ippolito A et al.Making big data useful for health care: a summary of the inaugural MIT critical data conference.JMIR Med Inform. 2014; 2: e22Crossref PubMed Scopus (57) Google Scholar Engaging in close partnerships will create meaningful algorithms, foster community, and form culture. PS reports personal fees and other fees from Bayesian Health, outside the submitted work. All other authors declare no competing interests. Download .pdf (.12 MB) Help with pdf files Supplementary appendix

Récupéré en direct depuis OpenAlex et désinversé. Les résumés ne sont pas conservés dans cette base de données : les index inversés représentent 8,6 Go des 9,3 Go de texte de la base, et le serveur dispose de 13 Go libres.

Prédiction distillée sur la base complète

Imitation des enseignants

Ni prévalence calibrée, ni vérité terrain. Validation humaine à venir. Apprise à partir de 10 348 étiquettes directes de Codex et de 10 348 étiquettes directes de Gemma. Le mode candidate est l'union des têtes enseignantes seuillées; le consensus est leur intersection. Ces sorties portent le statut machine_predicted_unvalidated et ne sont ni des étiquettes humaines ni des étiquettes directes de modèles de pointe.

score de la tête « metaresearch » (Codex)0,001
score de la tête « metaresearch » (Gemma)0,001
Version: codex-gemma-dda1882f352aStatut de validation: machine_predicted_unvalidated
Catégories candidatesaucune
Catégories consensuellesaucune
DomaineSignal candidat: aucune · Signal consensuel: aucune
Devis d'étudeSignal candidat: Sans objet · Signal consensuel: aucune
GenreSignal candidat: Empirique · Signal consensuel: aucune
Score de désaccord entre enseignants0,901
Score d'incertitude au seuil0,991

Scores Codex et Gemma par catégorie

CatégorieCodexGemma
Métarecherche0,0010,001
Méta-épidémiologie (sens strict)0,0000,000
Méta-épidémiologie (sens large)0,0000,000
Bibliométrie0,0000,000
Études des sciences et des technologies0,0000,000
Communication savante0,0000,000
Science ouverte0,0000,000
Intégrité de la recherche0,0000,000
Charge utile insuffisante (le modèle a refusé de juger)0,0000,001

Scores machine (provisoires)

Les deux têtes enseignantes du modèle étudiant, lues sur ce travail. Un score ordonne la base pour la relecture; il n'affirme jamais une catégorie, et le statut de validation accompagne chaque rangée tel quel.

Scores de référence d'un modèle non mature (critères de maturité non atteints, 7 itérations). Un score ordonne; il n'affirme jamais une catégorie.

Tête enseignante Opus0,464
Tête enseignante GPT0,547
Écart entre enseignants0,083 · la distance entre les deux têtes enseignantes sur ce seul travail
Statut de validationscore_only:v0-immature-baseline · tel quel depuis la passe de notation : score_only signifie que le nombre peut ordonner les travaux, et qu'aucune étiquette de catégorie n'en découle