hh.sePublications
Change search
Link to record
Permanent link

Direct link
Alternative names
Publications (10 of 31) Show all publications
Amirahmadi, A., Etminani, F. & Ohlsson, M. (2025). Adaptive noise-augmented attention for enhancing Transformer fine-tuning on longitudinal medical data. Frontiers in Artificial Intelligence, 8, 1-12, Article ID 1663484.
Open this publication in new window or tab >>Adaptive noise-augmented attention for enhancing Transformer fine-tuning on longitudinal medical data
2025 (English)In: Frontiers in Artificial Intelligence, E-ISSN 2624-8212, Vol. 8, p. 1-12, article id 1663484Article in journal (Refereed) Published
Abstract [en]

Transformer models pre-trained on self-supervised tasks and fine-tuned on downstream objectives have achieved remarkable results across a variety of domains. However, fine-tuning these models for clinical predictions from longitudinal medical data, such as electronic health records (EHR), remains challenging due to limited labeled data and the complex, event-driven nature of medical sequences. While self-attention mechanisms are powerful for capturing relationships within sequences, they may underperform when modeling subtle dependencies between sparse clinical events under limited supervision. We introduce a simple yet effective fine-tuning technique, Adaptive Noise-Augmented Attention (ANAA), which injects adaptive noise directly into the self-attention weights and applies a 2D Gaussian kernel to smooth the resulting attention maps. This mechanism broadens the attention distribution across tokens while refining it to emphasize more informative events. Unlike prior approaches that require expensive modifications to the architecture and pre-training phase, ANAA operates entirely during fine-tuning. Empirical results across multiple clinical prediction tasks demonstrate consistent performance improvements. Furthermore, we analyze how ANAA shapes the learned attention behavior, offering interpretable insights into the model's handling of temporal dependencies in EHR data. © 2025 Amirahmadi, Etminani and Ohlsson.

Place, publisher, year, edition, pages
Lausanne: Frontiers Media S.A., 2025
Keywords
adaptive noise, augmentation, electronic health records (EHR), fine-tuning, medical data, representation learning, self-attention, Transformer
National Category
Natural Language Processing
Research subject
Health Innovation, IDC
Identifiers
urn:nbn:se:hh:diva-57641 (URN)10.3389/frai.2025.1663484 (DOI)001585845000001 ()41041085 (PubMedID)2-s2.0-105018335736 (Scopus ID)
Funder
Swedish Research Council, 2019-00198Knowledge Foundation, 20200208 01 H
Note

This research is included in the CAISR Health research profile.

Available from: 2025-11-03 Created: 2025-11-03 Last updated: 2026-02-19Bibliographically approved
Amirahmadi, A., Etminani, F. & Ohlsson, M. (2025). Group-Sparse Manifold-Aware Integrated Gradients for Multimodal Transformers on EHR Trajectories. In: Proceedings of Machine Learning Research: . Paper presented at Machine Learning for Health (ML4H) 2025, San Diego, USA, 1-2 december, 2025 (pp. 1-19). Cambridge, MA: JMLR, 297
Open this publication in new window or tab >>Group-Sparse Manifold-Aware Integrated Gradients for Multimodal Transformers on EHR Trajectories
2025 (English)In: Proceedings of Machine Learning Research, Cambridge, MA: JMLR , 2025, Vol. 297, p. 1-19Conference paper, Published paper (Refereed)
Abstract [en]

Integrated Gradients (IG) is a popular method for explaining clinical deep models—including widely used multimodal, pretrained Transformers—but its utility on EHR code sequences is hampered by (i) the lack of principled baselines for sequence of discrete tokens and (ii) dense, hard-to-interpret generated attributions. To address both, first, we introduce a manifold-aware baseline: the expected value under the empirical dist—implemented as the position-wise empirical mean of pre-Transformer token embeddings on held-out validation data, which keeps IG interpolants near the data manifold. Second, we introduce {GS-IG}, which preserves the straight path geometry but re-parameterizes the schedule (\alpha(t)=t^{\theta}) and selects (\theta) per input by minimizing a token-level (\ell_{2,1}) (group-sparsity) objective, producing concise, practitioner-friendly explanations. On MIMIC-IV (incident heart failure) and MDC (early mortality), the manifold-aware baseline improves faithfulness (higher Comprehensiveness, lower Sufficiency), and GS-IG reduces token-level (\ell_{2,1}) by 9–18% with negligible change in those metrics on the manifold-aware baseline. The method is lightweight and yields faithful, sparse, and actionable. © 2025 A. Amirahmadi, F. Etminani & M. Ohlsson.

Place, publisher, year, edition, pages
Cambridge, MA: JMLR, 2025
Series
Proceedings of Machine Learning Research, ISSN 2640-3498
Keywords
Integrated Gradients, Explainability, Multimodal Transformers, Group Sparsity, Manifold-aware, Electronic Health Records (EHR), Patient trajectories
National Category
Computer and Information Sciences
Identifiers
urn:nbn:se:hh:diva-58437 (URN)
Conference
Machine Learning for Health (ML4H) 2025, San Diego, USA, 1-2 december, 2025
Funder
Swedish Research Council, 019-00198Knowledge Foundation, 20200208 01 H
Available from: 2026-02-16 Created: 2026-02-16 Last updated: 2026-02-19Bibliographically approved
Fathy, G. M., Soliman, A., Etminani, F. & Ohlsson, M. (2025). Leveraging Temporal Aggregation and Graph Structures to Analyze EHR Trajectories. In: Conference Proceedings: 2025 IEEE Conference on Artificial Intelligence, CAI 2025. Paper presented at 3rd IEEE Conference on Artificial Intelligence, CAI 2025, 5 - 7 May, 2025, Santa Clara, United States (pp. 579-582). IEEE
Open this publication in new window or tab >>Leveraging Temporal Aggregation and Graph Structures to Analyze EHR Trajectories
2025 (English)In: Conference Proceedings: 2025 IEEE Conference on Artificial Intelligence, CAI 2025, IEEE, 2025, p. 579-582Conference paper, Published paper (Refereed)
Abstract [en]

Electronic Health Records (EHRs) provide valuable source of information detailing patient encounters over time and representing patient trajectories. By leveraging machine learning (ML) techniques, researchers can develop models to support healthcare professionals in decision-making for better patient care. However, EHRs exhibit a complex temporal structure, with diverse entities such as diagnostic codes and medications posing challenges when representing patient trajectory over time. Several methods are used in literature to represent EHRs as time-series data. Some represent patient trajectory as an irregular time series with the sequence of patient encounters. Others use fixed time intervals and aggregate patient encounters within a particular time window. This paper examines the optimization of temporal granularity by exploring two aggregation methods: the established time-based aggregation and a newly introduced similarity-based approach, which aggregates consecutive encounters with a high overlap of clinical codes. Additionally, this study utilizes graph and recurrent neural network models to represent patient trajectories and assess how these aggregation techniques affect model performance. Furthermore, we propose a hybrid ML model combining graph neural networks with a recurrent model. We evaluated model performance using two clinical prediction tasks, the first is to predict the top-k diagnoses codes for the last patient encounter, while the second is to predict top k codes at every future encounter. Results show that time-based aggregation enhances performance of recurrent models, while similarity-based aggregation allows hybrid and graph neural models to reach higher performance than recurrent model. © 2025 The Author(s). Published by Elsevier Inc. on behalf of American College of Emergency Physicians.

Place, publisher, year, edition, pages
IEEE, 2025
Keywords
Electronic Health Records (EHRs), Graph Neural Networks, Patient Trajectory, Recurrent Neural Networks, Time-Series Representation Learning
National Category
Computer Sciences
Research subject
Health Innovation, IDC
Identifiers
urn:nbn:se:hh:diva-57156 (URN)10.1109/CAI64502.2025.00106 (DOI)001597593600099 ()2-s2.0-105011295652 (Scopus ID)979-8-3315-2400-5 (ISBN)
Conference
3rd IEEE Conference on Artificial Intelligence, CAI 2025, 5 - 7 May, 2025, Santa Clara, United States
Funder
Swedish Research Council, 2019-00198Swedish Heart Lung Foundation, 2018 0173Vinnova, 2018-0192
Note

This research is included in the CAISR Health research profile.

Available from: 2026-01-08 Created: 2026-01-08 Last updated: 2026-02-02Bibliographically approved
Setoodefar, M., Tabesh, H., Etminani, F., Mazaheri Habibi, M. R., Dabir, Z. & Fatemi Aghda, S. A. (2025). Ranking patients’ non-clinical preferences in referring to specialist physicians in the private sector: a cross-sectional study. BMC Health Services Research, 25(1), 1-9, Article ID 1519.
Open this publication in new window or tab >>Ranking patients’ non-clinical preferences in referring to specialist physicians in the private sector: a cross-sectional study
Show others...
2025 (English)In: BMC Health Services Research, E-ISSN 1472-6963, Vol. 25, no 1, p. 1-9, article id 1519Article in journal (Refereed) Published
Abstract [en]

Background: Understanding non-clinical factors that influence how women choose obstetricians and gynecologists (OB/GYNs) is essential for delivering patient-centered care. This study aimed to identify and rank the non-clinical preferences when selecting OB/GYN specialists in the private healthcare sector in Mashhad, Iran. Methods: This cross-sectional study, conducted from January to February 2018, 462 patients completed a validated 45-item questionnaire (CVI = 0.80, Cronbach’s alpha = 0.88) assessing their non-clinical preferences. Preferences were rated on a 5-point scale and ranked using Friedman’s test. Associations between demographic factors and preferences were analyzed using the Kruskal-Wallis test and ordinal logistic regression. Results: The highest-rated criteria included physicians’ attentiveness and respect for patients, respectful staff behavior, short waiting times, and ensuring privacy during examinations. The latest important criteria were physician age, university affiliation, and office proximity to patient’s home. Education level, pregnancy experience, and number of prior OB/GYN visits were significantly associated with certain preferences. Multivariate regression revealed that higher education and more prior OB/GYN visits independently predicted greater importance placed on short waiting time and respectful staff behavior. Conclusion: Beyond clinical competence, non-clinical factors-particularly those related to interpersonal behavior, communication, and privacy-are central to patient-centered care in OB/GYN settings. Recognizing and integrating these preferences into service delivery can strengthen trust, enhance satisfaction, and support ethical, patient-centered care in the private healthcare sector. © The Author(s) 2025.

Place, publisher, year, edition, pages
London: BioMed Central (BMC), 2025
Keywords
Gynecology, Obstetrics, Patient preference, Patient-centered care, Private healthcare, Specialist physicians
National Category
Health Care Service and Management, Health Policy and Services and Health Economy
Identifiers
urn:nbn:se:hh:diva-57992 (URN)10.1186/s12913-025-13643-3 (DOI)2-s2.0-105022890184 (Scopus ID)
Available from: 2025-12-12 Created: 2025-12-12 Last updated: 2025-12-12Bibliographically approved
Rakai, E., Etminani, F., Younan, N., Andersson, A., Andersson, M., Vik, T., . . . Sandgren, E. (2025). Systematic, randomized atrial fibrillation screening using detailed phenotyping with a risk prediction model combined with patch electrocardiogram in a Swedish population aged 65 years or older: the CONSIDERING-AF trial. Europace, 27(9), 1-9, Article ID euaf190.
Open this publication in new window or tab >>Systematic, randomized atrial fibrillation screening using detailed phenotyping with a risk prediction model combined with patch electrocardiogram in a Swedish population aged 65 years or older: the CONSIDERING-AF trial
Show others...
2025 (English)In: Europace, ISSN 1099-5129, E-ISSN 1532-2092, Vol. 27, no 9, p. 1-9, article id euaf190Article in journal (Refereed) Published
Abstract [en]

Aims Atrial fibrillation (AF), often asymptomatic and underdiagnosed, is an independent risk factor for ischaemic stroke. A knowledge gap remains regarding the optimal target population and method to use for AF screening. We aimed to test whether screening for AF using a machine learning–based risk prediction model (RPM) and 14-day continuous patch electrocardiogram (ECG) (Philips ePatch) in high-risk individuals ≥ 65 years is more effective than standard care. Methods and results Individuals ≥ 65 years were assigned to general or RPM cohort. The general cohort was randomized to control or invitation. In the RPM cohort, high-risk individuals, identified by RPM, were randomized to control or invitation. The primary outcome was 6-month AF incidence, analysed as intention-to-invite, comparing RPM + invitation with general + control. Of the 2960 randomized individuals, participation was 43% (632/1480) in invitation arms. Atrial fibrillation incidence was higher in RPM + invitation than in general + control arm (3.8%, 28/740 vs. 0.7%, 5/740; P < 0.001), yielding a risk ratio of 5.6, [95% confidence interval (2.2, 14.4)], and a number needed to invite of 32. Atrial fibrillation was more often detected in RPM + invitation than in general + invitation arm (1.1%, 8/740; P < 0.001), but not more often than in RPM + control arm (2.2%, 16/740; P = 0.07). No difference was found between general + invitation and general + control arms (1.1%, 8/740 vs. 0.7%, 5/740; P = 0.40). Conclusion Among high-risk individuals ≥ 65 years, the combination of a machine learning–based RPM and long-term ECG recording was superior to standard care in identifying new AF cases. © The Author(s) 2025.

Place, publisher, year, edition, pages
Oxford: Oxford University Press, 2025
Keywords
Atrial Fibrillation, Ischaemic Stroke, Long-term Ecg Recording, Machine Learning, Screening, Age, Aged, Atrial Fibrillation, Controlled Study, Diagnosis, Electrocardiography, Epidemiology, Female, Human, Incidence, Machine Learning, Male, Mass Screening, Pathophysiology, Phenotype, Predictive Value, Procedures, Randomized Controlled Trial, Risk Assessment, Risk Factor, Sweden, Very Elderly, Age Factors, Aged, Aged, 80 And Over, Atrial Fibrillation, Electrocardiography, Female, Humans, Incidence, Machine Learning, Male, Mass Screening, Phenotype, Predictive Value Of Tests, Risk Assessment, Risk Factors
National Category
Cardiology and Cardiovascular Disease
Identifiers
urn:nbn:se:hh:diva-57458 (URN)10.1093/europace/euaf190 (DOI)40842182 (PubMedID)2-s2.0-105016509680 (Scopus ID)
Available from: 2025-10-22 Created: 2025-10-22 Last updated: 2025-10-22Bibliographically approved
Amirahmadi, A., Etminani, F., Björk, J., Melander, O. & Ohlsson, M. (2025). Trajectory-Ordered Objectives for Self-Supervised Representation Learning of Temporal Healthcare Data Using Transformers: Model Development and Evaluation Study. JMIR Medical Informatics, 13, Article ID e68138.
Open this publication in new window or tab >>Trajectory-Ordered Objectives for Self-Supervised Representation Learning of Temporal Healthcare Data Using Transformers: Model Development and Evaluation Study
Show others...
2025 (English)In: JMIR Medical Informatics, E-ISSN 2291-9694, Vol. 13, article id e68138Article in journal (Refereed) Published
Abstract [en]

Background: The growing availability of electronic health records (EHRs) presents an opportunity to enhance patient care by uncovering hidden health risks and improving informed decisions through advanced deep learning methods. However, modeling EHR sequential data, that is, patient trajectories, is challenging due to the evolving relationships between diagnoses and treatments over time. Significant progress has been achieved using transformers and self-supervised learning. While BERT-inspired models using masked language modeling (MLM) capture EHR context, they often struggle with the complex temporal dynamics of disease progression and interventions.

Objective: This study aims to improve the modeling of EHR sequences by addressing the limitations of traditional transformer-based approaches in capturing complex temporal dependencies.

Methods: We introduce Trajectory Order Objective BERT (Bidirectional Encoder Representations from Transformers; TOO-BERT), a transformer-based model that advances the MLM pretraining approach by integrating a novel TOO to better learn the complex sequential dependencies between medical events. TOO-Bert enhanced the learned context by MLM by pretraining the model to distinguish ordered sequences of medical codes from permuted ones in a patient trajectory. The TOO is enhanced by a conditional selection process that focus on medical codes or visits that frequently occur together, to further improve contextual understanding and strengthen temporal awareness. We evaluate TOO-BERT on 2 extensive EHR datasets, MIMIC-IV hospitalization records and the Malmo Diet and Cancer Cohort (MDC)-comprising approximately 10 and 8 million medical codes, respectively. TOO-BERT is compared against conventional machine learning methods, a transformer trained from scratch, and a transformer pretrained on MLM in predicting heart failure (HF), Alzheimer disease (AD), and prolonged length of stay (PLS).

Results: TOO-BERT outperformed conventional machine learning methods and transformer-based approaches in HF, AD, and PLS prediction across both datasets. In the MDC dataset, TOO-BERT improved HF and AD prediction, increasing area under the receiver operating characteristic curve (AUC) scores from 67.7 and 69.5 with the MLM-pretrained Transformer to 73.9 and 71.9, respectively. In the MIMIC-IV dataset, TOO-BERT enhanced HF and PLS prediction, raising AUC scores from 86.2 and 60.2 with the MLM-pretrained Transformer to 89.8 and 60.4, respectively. Notably, TOO-BERT demonstrated strong performance in HF prediction even with limited fine-tuning data, achieving AUC scores of 0.877 and 0.823, compared to 0.839 and 0.799 for the MLM-pretrained Transformer, when fine-tuned on only 50% (442/884) and 20% (176/884) of the training data, respectively.

Conclusions: These findings demonstrate the effectiveness of integrating temporal ordering objectives into MLM-pretrained models, enabling deeper insights into the complex temporal relationships inherent in EHR data. Attention analysis further highlights TOO-BERT's capability to capture and represent sophisticated structural patterns within patient trajectories, offering a more nuanced understanding of disease progression.

 ©Ali Amirahmadi, Farzaneh Etminani, Jonas Björk, Olle Melander, Mattias Ohlsson.

Place, publisher, year, edition, pages
Toronto: JMIR Publications, 2025
Keywords
BERT, alzheimer disease, deep learning, disease prediction, effectiveness, electronic health record, heart failure, language mode, masked language mode, patient trajectories, prolonged health of stay, representation learning, temporal, transformer
National Category
Information Systems
Research subject
Health Innovation, IDC
Identifiers
urn:nbn:se:hh:diva-56834 (URN)10.2196/68138 (DOI)001519087300002 ()40465350 (PubMedID)2-s2.0-105008277733 (Scopus ID)
Funder
Swedish Research Council, 2019-00198Knowledge Foundation, 20200208 01 H
Available from: 2025-07-08 Created: 2025-07-08 Last updated: 2026-02-19Bibliographically approved
Budu, E., Soliman, A., Rögnvaldsson, T. & Etminani, F. (2024). Evaluating Temporal Fidelity in Synthetic Time-series Electronic Health Records. In: 2024 IEEE Conference on Artificial Intelligence (CAI): . Paper presented at 2nd IEEE Conference on Artificial Intelligence, CAI 2024, Singapore, Singapore, 25-27 June, 2024 (pp. 541-548). Piscataway, NJ: IEEE
Open this publication in new window or tab >>Evaluating Temporal Fidelity in Synthetic Time-series Electronic Health Records
2024 (English)In: 2024 IEEE Conference on Artificial Intelligence (CAI), Piscataway, NJ: IEEE, 2024, p. 541-548Conference paper, Published paper (Refereed)
Abstract [en]

Synthetic data generation has been proposed as a potential solution to accessing Electronic Health Records (EHRs) while minimizing the privacy risks associated with real EHRs. Nevertheless, the practical use of synthetic EHRs rests on their ability to resemble the quality of real EHRs. Existing evaluations of synthetic EHRs often focus on assessing them as static snapshots frozen in time, neglecting temporal dependencies and varying temporal patterns. Moreover, some of these methods rely on subjective judgments, are limited to segmentable time-series, and employ methods that adopt a one-to-one approach. This study employs a comprehensive approach to evaluating fidelity in synthetic time-series EHRs to address these challenges. We extend the functionality of time-series analysis methods such as temporal clustering, time-series similarity measures, Sample Entropy, and trend analysis, to evaluate varying temporal patterns in synthetic time-series EHRs. Our findings provide valuable insights into how synthetic EHRs align with real EHRs in the temporal context, considering aspects such as patient groupings, temporal dynamics, predictability, and directional change. We empirically demonstrate the feasibility of assessing temporal fidelity with these methods, offering an understanding of the quality of synthetic EHRs in capturing the varying temporal patterns inherent in EHRs. © 2024 IEEE.

Place, publisher, year, edition, pages
Piscataway, NJ: IEEE, 2024
Keywords
Electronic Health Records (EHRs), fidelity, similarity, synthetic data, times-series
National Category
Computer and Information Sciences
Research subject
Health Innovation, IDC
Identifiers
urn:nbn:se:hh:diva-54492 (URN)10.1109/CAI59869.2024.00107 (DOI)001289387700097 ()2-s2.0-85201192531 (Scopus ID)979-8-3503-5409-6 (ISBN)979-8-3503-5410-2 (ISBN)
Conference
2nd IEEE Conference on Artificial Intelligence, CAI 2024, Singapore, Singapore, 25-27 June, 2024
Note

This research is included in the CAISR Health research profile.

Available from: 2024-08-26 Created: 2024-08-26 Last updated: 2025-10-01Bibliographically approved
Budu, E., Etminani, F., Soliman, A. & Rögnvaldsson, T. (2024). Evaluation of synthetic electronic health records: A systematic review and experimental assessment. Neurocomputing, 603, 1-21, Article ID 128253.
Open this publication in new window or tab >>Evaluation of synthetic electronic health records: A systematic review and experimental assessment
2024 (English)In: Neurocomputing, ISSN 0925-2312, E-ISSN 1872-8286, Vol. 603, p. 1-21, article id 128253Article, review/survey (Refereed) Published
Abstract [en]

Recent studies have shown how synthetic data generation methods can be applied to electronic health records (EHRs) to obtain synthetic versions that do not violate privacy rules. This growing body of research has resulted in the emergence of numerous methods for evaluating the quality of generated data, with new publications often introducing novel evaluation methods. This work presents a detailed review of synthetic EHRs, focusing on the various evaluation methods used to assess the quality of the generated EHRs. We discuss the existing evaluation methods, offering insights into their use as well as providing an interpretation of the evaluation metrics from the perspectives of achieving fidelity, utility and privacy. Furthermore, we highlight the key factors influencing the selection of evaluation methods, such as the type of data (e.g., categorical, continuous, or discrete) and the mode of application (e.g., patient level, cohort level, and feature level). To assess the effectiveness of current evaluation measures, we conduct a series of experiments to shed light on the potential limitations of these measures. The findings from these experiments reveal notable shortcomings, including the need for meticulous application of methods to the data to reduce inconsistent evaluations, the qualitative nature of some assessments subject to individual judgment, the need for clinical validations, and the absence of techniques to evaluate temporal dependencies within the data. This highlights the need to place greater emphasis on evaluation measures, their application, and the development of comprehensive evaluation frameworks as it is crucial for advancing progress in this field. © 2024 The Author(s)

Place, publisher, year, edition, pages
Amsterdam: Elsevier, 2024
Keywords
Electronic health records (EHRs), Evaluation, Synthetic data
National Category
Computer and Information Sciences
Research subject
Health Innovation, IDC
Identifiers
urn:nbn:se:hh:diva-54468 (URN)10.1016/j.neucom.2024.128253 (DOI)001294011200001 ()2-s2.0-85200824698 (Scopus ID)
Funder
Knowledge Foundation
Note

This research is included in the CAISR Health research profile.

Available from: 2024-08-21 Created: 2024-08-21 Last updated: 2025-10-01Bibliographically approved
Oss Boll, H., Amirahmadi, A., Ghazani, M. M., Ourique de Morais, W., Pignaton de Freitas, E., Soliman, A., . . . Recamonde-Mendoza, M. (2024). Graph neural networks for clinical risk prediction based on electronic health records: A survey. Journal of Biomedical Informatics, 151, Article ID 104616.
Open this publication in new window or tab >>Graph neural networks for clinical risk prediction based on electronic health records: A survey
Show others...
2024 (English)In: Journal of Biomedical Informatics, ISSN 1532-0464, E-ISSN 1532-0480, Vol. 151, article id 104616Article, review/survey (Refereed) Published
Abstract [en]

Objective: This study aims to comprehensively review the use of graph neural networks (GNNs) for clinical risk prediction based on electronic health records (EHRs). The primary goal is to provide an overview of the state-of-the-art of this subject, highlighting ongoing research efforts and identifying existing challenges in developing effective GNNs for improved prediction of clinical risks. Methods: A search was conducted in the Scopus, PubMed, ACM Digital Library, and Embase databases to identify relevant English-language papers that used GNNs for clinical risk prediction based on EHR data. The study includes original research papers published between January 2009 and May 2023. Results: Following the initial screening process, 50 articles were included in the data collection. A significant increase in publications from 2020 was observed, with most selected papers focusing on diagnosis prediction (n = 36). The study revealed that the graph attention network (GAT) (n = 19) was the most prevalent architecture, and MIMIC-III (n = 23) was the most common data resource. Conclusion: GNNs are relevant tools for predicting clinical risk by accounting for the relational aspects among medical events and entities and managing large volumes of EHR data. Future studies in this area may address challenges such as EHR data heterogeneity, multimodality, and model interpretability, aiming to develop more holistic GNN models that can produce more accurate predictions, be effectively implemented in clinical settings, and ultimately improve patient care. © 2024 The Authors

Place, publisher, year, edition, pages
Maryland Heights, MO: Academic Press, 2024
Keywords
Artificial intelligence, Deep learning, Electronic health records, Graph neural networks, Graph representation learning, Keyword
National Category
Computer Sciences
Research subject
Health Innovation, IDC; Health Innovation, IDC
Identifiers
urn:nbn:se:hh:diva-53018 (URN)10.1016/j.jbi.2024.104616 (DOI)38423267 (PubMedID)2-s2.0-85186598720 (Scopus ID)
Note

Funding: This work was financed in part by the Swedish Council for Higher Education through the Linnaeus-Palme Partnership, Sweden (3.3.1.34.16456), Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES), Brazil - Finance Code 001, and Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq), Brazil through grants nr. 309505/2020-8 and 308075/2021-8. We also acknowledge the support from Fundação de Amparo à Pesquisa do Estado do Rio Grande do Sul (FAPERGS), Brazil through grants nr. 22/2551-0000390-7 (Project CIARS) and 21/2551-0002052-0.

This research is included in the CAISR Health research profile.

Available from: 2024-03-28 Created: 2024-03-28 Last updated: 2025-10-01Bibliographically approved
Rajabi, E. & Etminani, K. (2024). Knowledge-graph-based explainable AI: A systematic review. Journal of information science, 50(4), 1019-1029
Open this publication in new window or tab >>Knowledge-graph-based explainable AI: A systematic review
2024 (English)In: Journal of information science, ISSN 0165-5515, E-ISSN 1741-6485, Vol. 50, no 4, p. 1019-1029Article in journal (Refereed) Published
Abstract [en]

In recent years, knowledge graphs (KGs) have been widely applied in various domains for different purposes. The semantic model of KGs can represent knowledge through a hierarchical structure based on classes of entities, their properties, and their relationships. The construction of large KGs can enable the integration of heterogeneous information sources and help Artificial Intelligence (AI) systems be more explainable and interpretable. This systematic review examines a selection of recent publications to understand how KGs are currently being used in eXplainable AI systems. To achieve this goal, we design a framework and divide the use of KGs into four categories: extracting features, extracting relationships, constructing KGs, and KG reasoning. We also identify where KGs are mostly used in eXplainable AI systems (pre-model, in-model, and post-model) according to the aforementioned categories. Based on our analysis, KGs have been mainly used in pre-model XAI for feature and relation extraction. They were also utilised for inference and reasoning in post-model XAI. We found several studies that leveraged KGs to explain the XAI models in the healthcare domain. © The Author(s) 2022.

Place, publisher, year, edition, pages
London: Sage Publications, 2024
Keywords
artificial intelligence, explainable AI, Knowledge graph, systematic review
National Category
Computer Sciences
Research subject
Health Innovation, IDC
Identifiers
urn:nbn:se:hh:diva-48791 (URN)10.1177/01655515221112844 (DOI)000857784800001 ()39135903 (PubMedID)2-s2.0-85138794892 (Scopus ID)
Note

Funding: The work conducted in the study has been partially funded by NSERC (Natural Sciences and Engineering Research Council) Discovery Grant (RGPIN-2020-05869).

This research is included in the CAISR Health research profile.

Available from: 2022-12-12 Created: 2022-12-12 Last updated: 2025-10-01Bibliographically approved
Organisations
Identifiers
ORCID iD: ORCID iD iconorcid.org/0000-0003-2006-6229

Search in DiVA

Show all publications