Journal Article10.1109/ACCESS.2023.3271635
Explainable Artificial Intelligence for Patient Safety: A Review of Application in Pharmacovigilance
Seunghee Lee,Jieun Lee,Jong-Yeup Kim,Mi Hwa Song,Suehyun Lee +4 more
- Vol. 11, pp 50830-50840
TL;DR: In this article , an intuitive review of the potential of explainable AI technologies in the field of pharmacovigilance is presented, where the authors identify studies using XAI and identify key challenges for several research issues for the use of XAI.
read more
Abstract: Explainable AI (XAI) is a methodology that complements the black box of artificial intelligence, and its necessity has recently been highlighted in various fields. The purpose of this research is to identify studies in the field of pharmacovigilance using XAI. Though there have been many previous attempts to select papers, with a total of 781 papers being confirmed, only 25 of them manually met the selection criteria. This study presents an intuitive review of the potential of XAI technologies in the field of pharmacovigilance. In the included studies, clinical data, registry data, and knowledge data were used to investigate drug treatment, side effects, and interaction studies based on tree models, neural network models, and graph models. Finally, key challenges for several research issues for the use of XAI in pharmacovigilance were identified. Although artificial intelligence (AI) is actively used in drug surveillance and patient safety, gathering adverse drug reaction information, extracting drug-drug interactions, and predicting effects, XAI is not normally utilized. Therefore, the potential challenges involved in its use alongside future prospects should be continuously discussed.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Empowering Healthcare with AI: Advancements in Medical Image Analysis, Electronic Health Records Analysis, and AI-Driven Chatbots
Balla Sahithya,G. M S,Balla Sahithi,Madhu Krishna K,Ajay Charan Devarlla,Yashavanth T R +5 more
- 01 Mar 2024
TL;DR: Empowering healthcare with AI through advancements in Medical Image Analysis, EHR analysis, and AI-driven chatbots. DenseNet201 model achieves an accuracy of 98.4% on various datasets.
1
Decrypting Disruptive Technologies: Review and Research Agenda of Explainable AI as a Game Changer
Vidushi Dabas,Asha Thomas,Puja Khatri,Francesca Iandolo,Antonio Usai +4 more
- 22 Nov 2023
TL;DR: A framework-based review of 122 articles was performed to incorporate the majority of the XAI literature using the TCM-ADO framework and seeks to accentuate the significant gaps in the literature and offer specific recommendations for further research.
1
References
Random Forests
Leo Breiman
- 01 Oct 2001
TL;DR: Internal estimates monitor error, strength, and correlation and these are used to show the response to increasing the number of features used in the forest, and are also applicable to regression.
•Proceedings Article
Neural Machine Translation by Jointly Learning to Align and Translate
Dzmitry Bahdanau,Kyunghyun Cho,Yoshua Bengio +2 more
- 01 Jan 2015
TL;DR: It is conjecture that the use of a fixed-length vector is a bottleneck in improving the performance of this basic encoder-decoder architecture, and it is proposed to extend this by allowing a model to automatically (soft-)search for parts of a source sentence that are relevant to predicting a target word, without having to form these parts as a hard segment explicitly.
25.7K
•Posted Content
Distilling the Knowledge in a Neural Network
TL;DR: This work shows that it can significantly improve the acoustic model of a heavily used commercial system by distilling the knowledge in an ensemble of models into a single model and introduces a new type of ensemble composed of one or more full models and many specialist models which learn to distinguish fine-grained classes that the full models confuse.
21.2K
•Proceedings Article
A unified approach to interpreting model predictions
Scott M. Lundberg,Su-In Lee +1 more
- 04 Dec 2017
TL;DR: In this article, a unified framework for interpreting predictions, SHAP (SHapley Additive exPlanations), is presented, which assigns each feature an importance value for a particular prediction.
"Why Should I Trust You?": Explaining the Predictions of Any Classifier
Marco Tulio Ribeiro,Sameer Singh,Carlos Guestrin +2 more
- 13 Aug 2016
TL;DR: In this article, the authors propose LIME, a method to explain models by presenting representative individual predictions and their explanations in a non-redundant way, framing the task as a submodular optimization problem.