REVIEW 2 major objections 6 minor 75 references
Interpretable graph-based models on multimodal biomedical data integration: A technical review and benchmarking
T0 review · 2 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read This review and benchmark finds that SHAP and sensitivity analysis, among four explainability methods for graph-based multimodal biomedical models, recover the broadest set of known Alzheimer's pathways and Gene Ontology terms.
desk verdict Useful taxonomy plus a narrow but honest benchmark; the method ranking is conditional on a post-hoc biological label, so treat it as a case study, not a definitive comparison. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is the four-category interpretability taxonomy combined with a benchmark protocol that ranks explainers by the biological plausibility of their top gene sets. The taxonomy separates modality or feature elimination, non-graph XAI such as gradient saliency, sensitivity analysis, and SHAP, graph-based XAI such as graph masking, GNNExplainer, and top-k pooling, and inherently interpretable designs such as attention weights, graph attention, filter weights, and decision trees. The benchmark then applies representative methods from Categories II and III to a replicated MOGONet graph model, a multi-omics graph convolutional network fusing mRNA, methylation, and miRNA views, on the ROSMAP Alzheimer's dataset, and evaluates the top 30 genes from each method through over-representation analysis against known GO terms and pathway databases at a $p \le 0.01$ threshold.
What would settle it
Re-run the same four explainers on a second disease whose pathway knowledge is independently curated, or hold out a later-curated set of Alzheimer's genes; if SHAP's and sensitivity analysis's overlap advantage over gradient saliency and graph masking disappears or reverses, the reported ranking is an artifact of the specific knowledge base rather than a property of the methods.
Extended reading notes
Core claim
The central claim is that the interpretability landscape for graph-based multimodal biomedical models can be usefully divided into four families, and that within these families there is no single best explainer: the right choice depends on whether a study values breadth of known disease biology, discovery of complementary signatures, or computational cost. On the paper's Alzheimer's benchmark, SHAP and sensitivity analysis identified the most established AD-related GO terms and pathways, including GPCR signalling and neurodevelopmental processes, whereas gradient saliency and graph masking highlighted metabolic and transport biology such as 14-3-3 protein binding and SLC-mediated transmembrane transport. Permutation tests showed that all four methods' top-30 gene sets carried average importance scores above random gene sets, with gradient saliency showing the largest offset from the null. The paper also argues that modality elimination, a common Category I technique, is unfair for graph models when edges depend on node features, because removing a modality can rebuild the graph and change what is being compared.
Load-bearing premise
The benchmark trusts that the curated set of already-known Alzheimer's Gene Ontology terms and pathways is a correct yardstick for explanation quality, so an incomplete or biased disease-knowledge list would weaken its ranking of SHAP and sensitivity analysis.
Editorial extensions
If this is right
- Researchers building graph models for clinical use can choose an explainer by goal: SHAP for broad disease-pathway coverage, sensitivity analysis for fast broad coverage, gradient saliency for speed, and graph masking for deeper but costlier biology.
- The review's taxonomy gives method developers a common vocabulary for comparing future explainers against four distinct interpretability strategies.
- The identified gaps, namely graph-native explainers, knowledge-graph edges, dynamic topology, and graph-in-graph hierarchies, mark concrete opportunities for the next generation of models.
- The benchmark's compute-cost and biological-depth trade-offs can inform resource budgeting, since full SHAP runs on hundreds of features can take weeks.
- The finding that all four methods beat random gene sets supports using any of them as a starting point, but with different expectations about which biology they will surface.
Reading between the lines
- A reader should treat the 'beat random' permutation result as a sanity check rather than a faithfulness proof: it shows top genes carry non-random signal, not that the signal matches the model's actual reasoning.
- The same four-method comparison could be run on other well-curated disease cohorts to test whether SHAP's breadth advantage generalizes or only reflects the maturity of Alzheimer's pathway databases.
- Combining one fast coarse explainer with one deep explainer may be a cheaper way to get both breadth and specificity, a strategy the paper hints at but does not itself benchmark.
- The graph-in-graph and LLM directions the paper sketches could turn the taxonomy into a design template: if each patient is a node inside a cohort graph and an internal subgraph, then Category II and III explainers would need to report at two levels simultaneously, a testable extension no current study in the review addresses.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript combines a technical literature review with a small benchmarking study. The review surveys 26 papers (2019--September 2024) that apply interpretable graph-based models to multimodal biomedical data, classifies interpretability approaches into four families (modality/feature elimination, non-graph XAI, graph-based XAI, inherent interpretability), and summarizes trends in graph construction and model architectures. The benchmark replicates MOGONet on the ROSMAP Alzheimer's disease dataset and compares gradient saliency, sensitivity analysis, SHAP, and graph masking by ranking the top 30 genes from each method, testing those gene sets against random gene sets via permutation, and counting enrichment of Gene Ontology and pathway terms. The paper's central empirical claim is that SHAP and sensitivity analysis recover the broadest set of known AD-associated GO terms and pathways, while gradient saliency and graph masking surface complementary metabolic and transport signatures, with all four methods beating random gene sets.
Significance. If the benchmark's ground truth were established objectively, the paper would provide a useful, reproducible comparison of explainability methods for graph-based multimodal biomedical models, and the proposed four-category taxonomy plus the design flowchart would be a practical reference for practitioners. The review fills a plausible gap at the intersection of interpretability, graph-based modeling, and multimodal biomedical data, and it is one of few works to combine a literature survey with a concrete benchmark. Strengths include the transparent PRISMA-style selection process, the public availability of code and data on GitHub, and the use of permutation testing as a sanity check for gene rankings. The main weakness is that the benchmark's outcome measure ("Alzheimer-related" GO/pathway terms) is defined post hoc, which makes the headline ranking dependent on the authors' subjective labeling rather than an independent, pre-specified ground truth.
major comments (2)
- [Section 5.5, Figure 8c/d; Methods ("Gene ontology and pathway analyses")] The benchmark's central ranking of SHAP and sensitivity analysis over gradient saliency and graph masking is based on counts of "Alzheimer-related GO terms" and "pathway terms" that are not defined independently of the enrichment results. Section 5.5 states that SHAP identified ten of eighteen "Alzheimer-related GO terms (unique GO terms identified by all methods)" and seven of fifteen pathway terms, but these eighteen and fifteen terms are the union of terms enriched at p ≤ 0.01 by any method, and the "Alzheimer-related" label is applied post hoc in the text (e.g., "temperature homeostasis" and "endocrine system development"). This makes the enrichment count a circular measure: the outcome variable is constructed from the same enrichment results being ranked. In addition, the Methods section says terms were prioritized by FDR (p < 0.01), while the benchmark retains terms with raw p-values ≤ 0.01, and no multiple-testing correction is described. Please define an objective, pre-specified AD gene or term panel (e.g., from DisGeNET, OMIM, or a curated pathway database) and use a consistent significance threshold with appropriate correction before claiming the method ranking.
- [Section 5.5 ("Benchmarking XAI approaches on MOGONet") and Methods] No classification performance is reported for the replicated MOGONet model on the ROSMAP test set. The Methods describe the training protocol (two-phase training, learning rates, epochs) but do not give accuracy, AUROC, F1, or any comparison to the original MOGONet results. If the replicated model does not predict AD status well, the feature attributions produced by the four XAI methods may reflect a poorly fitted or non-predictive model, undermining the biological interpretation of the top genes. Please report the model's discriminative performance on the held-out test set (and, ideally, a comparison with the original MOGONet publication), and state whether the explained model is the one used for the enrichment analysis.
minor comments (6)
- [Methods ("Gene ontology and pathway analyses") vs. Section 5.5] The Methods state that all GO terms and pathways were prioritized based on False Discovery Rate (FDR) values (p < 0.01), but Section 5.5 and Figure 8c/d retain terms with raw p-values ≤ 0.01 without any multiple-testing correction. Please reconcile the threshold and clarify whether FDR or raw p-values were used.
- [Figure 8 caption] The Figure 8a caption says "SHAP and gradient saliency were roughly able to detect a combination of the most important genes found by other techniques," but the main text states that SHAP and sensitivity analysis share more genes, while gradient saliency highlights distinct genes (NPNT, SYTL1, ANKRD30B). The caption should match the text.
- [General] The name "Pfiefer" appears in Sections 5.2 and 5.4 (e.g., "Zhang et al. [28] and Pfiefer et al. [30]"), while the reference list and other occurrences use "Pfeifer." Please standardize the spelling.
- [Section 2 (Methodology)] The search window is stated as "January 1, 2019, and September 31, 2024"; September has 30 days. Please correct the date to September 30, 2024.
- [Section 5.5 and Figure 8d] The pathway analysis retention criterion "an overlap > 1" is undefined in the text. Please specify what "overlap" refers to (number of genes from the top-30 list in the pathway) and report how many pathways were considered before filtering.
- [Section 6 (Discussion)] The claim that "SHAP and graph masking required more processing time" is only supported by a vague remark that generating the SHAP report "could take several weeks" in the Discussion. Since computational cost is one of the reported trade-offs, please provide concrete runtime measurements for all four methods on the same hardware.
Circularity Check
No significant circularity: the benchmark compares XAI rankings against external GO/pathway annotations; no fitted parameter or self-citation chain is load-bearing.
full rationale
The paper's central empirical claim is the benchmark comparison of four XAI methods on a replicated MOGONet/ROSMAP AD classification model. The evaluation metric is enrichment of each method's top 30 genes in Gene Ontology and pathway databases (WebGestalt ORA), i.e., an external literature-based reference, not a quantity derived from the model's own fitted parameters. The 'Alzheimer-related GO terms' are post hoc labels assigned by the authors to the union of enriched terms, so the ranking could be challenged on grounds of benchmark validity or pre-registration, but that is a correctness/external-validity concern, not circularity: the outcome variable is not defined in terms of the XAI scores being compared. No parameter is fitted to a subset and then predicted; no 'uniqueness theorem' from the authors' prior work is invoked; self-citations [13,14] are background references to earlier genomics deep learning, not load-bearing premises. The reported permutation tests compare top-gene importance against a random null, which is an independent statistical check. Thus the derivation chain is self-contained and no circular step can be exhibited.
Assumptions & free parameters
free parameters (5)
- Top-k gene list size =
30
- GO/pathway significance threshold =
0.01
- Number of random permutations =
1000
- SHAP weighted neighbors =
100
- Graph masking optimization epochs =
100
assumptions (5)
- domain assumption MOGONet was correctly replicated on ROSMAP
- domain assumption Known AD-associated GO and pathway terms are a valid quality benchmark for explanations
- domain assumption The PRISMA-style literature search correctly identified all relevant studies
- domain assumption WebGestalt ORA with the selected databases is a suitable enrichment method
- domain assumption The four XAI implementations match their canonical methods
Cite this review
Pith. "Pith review of Interpretable graph-based models on multimodal biomedical data integration: A technical review and benchmarking." pith.science (2026). https://pith.science/paper/X7DPYGVI
@misc{pith2026250501696,
author = {Pith},
title = {Pith review of: Interpretable graph-based models on multimodal biomedical data integration: A technical review and benchmarking},
year = {2026},
howpublished = {\url{https://pith.science/paper/X7DPYGVI}},
note = {Machine review of arXiv:2505.01696}
}
read the original abstract
Integrating heterogeneous biomedical data including imaging, omics, and clinical records supports accurate diagnosis and personalised care. Graph-based models fuse such non-Euclidean data by capturing spatial and relational structure, yet clinical uptake requires regulator-ready interpretability. We present the first technical survey of interpretable graph based models for multimodal biomedical data, covering 26 studies published between Jan 2019 and Sep 2024. Most target disease classification, notably cancer and rely on static graphs from simple similarity measures, while graph-native explainers are rare; post-hoc methods adapted from non-graph domains such as gradient saliency, and SHAP predominate. We group existing approaches into four interpretability families, outline trends such as graph-in-graph hierarchies, knowledge-graph edges, and dynamic topology learning, and perform a practical benchmark. Using an Alzheimer disease cohort, we compare Sensitivity Analysis, Gradient Saliency, SHAP and Graph Masking. SHAP and Sensitivity Analysis recover the broadest set of known AD pathways and Gene-Ontology terms, whereas Gradient Saliency and Graph Masking surface complementary metabolic and transport signatures. Permutation tests show all four beat random gene sets, but with distinct trade-offs: SHAP and Graph Masking offer deeper biology at higher compute cost, while Gradient Saliency and Sensitivity Analysis are quicker though coarser. We also provide a step-by-step flowchart covering graph construction, explainer choice and resource budgeting to help researchers balance transparency and performance. This review synthesises the state of interpretable graph learning for multimodal medicine, benchmarks leading techniques, and charts future directions, from advanced XAI tools to under-studied diseases, serving as a concise reference for method developers and translational scientists.
Reference graph
Works this paper leans on
-
[1]
S. J. Prince, Understanding deep learning. MIT press, 2023
work page 2023
-
[2]
I. H. Sarker, "Deep learning: a comprehensive overview on techniques, taxonomy, applications and research directions," SN Computer Science, vol. 2, no. 6, p. 420, 2021
work page 2021
-
[3]
Deep learning based diagnosis and prognosis of Alzheimer’s disease: A comprehensive review,
R. Sharma, T. Goel, M. Tanveer, C. Lin, and R. Murugan, "Deep learning based diagnosis and prognosis of Alzheimer’s disease: A comprehensive review," IEEE Transactions on Cognitive and Developmental Systems, 2023
work page 2023
-
[4]
Diagnosis of brain diseases in fusion of neuroimaging modalities using deep learning: A review,
A. Shoeibi et al., "Diagnosis of brain diseases in fusion of neuroimaging modalities using deep learning: A review," Information Fusion, vol. 93, pp. 85-117, 2023
work page 2023
-
[5]
Deep learning in cancer diagnosis, prognosis and treatment selection,
K. A. Tran, O. Kondrashova, A. Bradley, E. D. Williams, J. V . Pearson, and N. Waddell, "Deep learning in cancer diagnosis, prognosis and treatment selection," Genome Medicine, vol. 13, pp. 1-17, 2021
work page 2021
-
[6]
Deep Learning in COVID-19 Diagnosis, Prognosis and Treatment Selection,
S. Jin, G. Liu, and Q. Bai, "Deep Learning in COVID-19 Diagnosis, Prognosis and Treatment Selection," Mathematics, vol. 11, no. 6, p. 1279, 2023
work page 2023
-
[7]
Deep learning in drug discovery: an integrative review and future challenges,
H. Askr, E. Elgeldawi, H. Aboul Ella, Y . A. Elshaier, M. M. Gomaa, and A. E. Hassanien, "Deep learning in drug discovery: an integrative review and future challenges," Artificial Intelligence Review, vol. 56, no. 7, pp. 5975-6037, 2023
work page 2023
-
[8]
A review on deep learning-driven drug discovery: strategies, tools and applications,
S. Sumathi et al., "A review on deep learning-driven drug discovery: strategies, tools and applications," Current Pharmaceutical Design, vol. 29, no. 13, pp. 1013-1025, 2023
work page 2023
Show all 75 references
-
[9]
Deep learning for the prediction of treatment response in depression,
L. Squarcina, F. M. Villa, M. Nobile, E. Grisan, and P. Brambilla, "Deep learning for the prediction of treatment response in depression," Journal of affective disorders, vol. 281, pp. 618-622, 2021
2021
-
[10]
SALMON: survival analysis learning with multi-omics neural networks on breast cancer,
Z. Huang et al., "SALMON: survival analysis learning with multi-omics neural networks on breast cancer," Frontiers in genetics, vol. 10, p. 166, 2019
2019
-
[11]
DIABLO: an integrative approach for identifying key molecular drivers from multi-omics assays,
A. Singh et al., "DIABLO: an integrative approach for identifying key molecular drivers from multi-omics assays," Bioinformatics, vol. 35, no. 17, pp. 3055-3062, 2019
2019
-
[12]
Harnessing multimodal data integration to advance precision oncology,
K. M. Boehm, P. Khosravi, R. Vanguri, J. Gao, and S. P. Shah, "Harnessing multimodal data integration to advance precision oncology," Nature Reviews Cancer, vol. 22, no. 2, pp. 114-126, 2022
2022
-
[13]
Deep Learning in Spatially Resolved Transcriptomics: A Comprehensive Technical View,
R. Z. Nasab, Ghamsari, M. R. E., Argha, A., Macphillamy, C., Beheshti, A., Alizadehsani, R., ... & Alinejad-Rokny, H., "Deep Learning in Spatially Resolved Transcriptomics: A Comprehensive Technical View," arXiv preprint arXiv, vol. 2210.04453, 2022
-
[14]
MaxHiC: A robust background correction model to identify biologically relevant chromatin interactions in Hi-C and capture Hi-C experiments,
H. Alinejad-Rokny, Ghavami Modegh, R., Rabiee, H. R., Ramezani Sarbandi, E., Rezaie, N., Tam, K. T., & Forrest, A. R., "MaxHiC: A robust background correction model to identify biologically relevant chromatin interactions in Hi-C and capture Hi-C experiments," PLOS Computation...
2022
-
[15]
Application of explainable artificial intelligence for healthcare: A systematic review of the last decade (2011–2022),
H. W. Loh, C. P. Ooi, S. Seoni, P. D. Barua, F. Molinari, and U. R. Acharya, "Application of explainable artificial intelligence for healthcare: A systematic review of the last decade (2011–2022)," Computer Methods and Programs in Biomedicine, p. 107161, 2022
2011
-
[16]
How powerful are graph neural networks?,
K. Xu, W. Hu, J. Leskovec, and S. Jegelka, "How powerful are graph neural networks?," arXiv preprint arXiv:1810.00826, 2018
2018 arXiv
-
[17]
Graph attention networks,
P. Veličković, G. Cucurull, A. Casanova, A. Romero, P. Lio, and Y . Bengio, "Graph attention networks," arXiv preprint arXiv:1710.10903, 2017. 38
2017 arXiv
-
[18]
A generalization of transformer networks to graphs,
V . P. Dwivedi and X. Bresson, "A generalization of transformer networks to graphs," arXiv preprint arXiv:2012.09699, 2020
2012 arXiv
-
[19]
Interpretable multimodality embedding of cerebral cortex using attention graph network for identifying bipolar disorder,
H. Yang et al., "Interpretable multimodality embedding of cerebral cortex using attention graph network for identifying bipolar disorder," in Medical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13–17, ...
2019
-
[20]
Ensemble manifold regularized multi-modal graph convolutional network for cognitive ability prediction,
G. Qu et al., "Ensemble manifold regularized multi-modal graph convolutional network for cognitive ability prediction," IEEE Transactions on Biomedical Engineering, vol. 68, no. 12, pp. 3564-3573, 2021
2021
-
[21]
Multimodal graph coarsening for interpretable, MRI-based brain graph neural network,
I. Sebenius, A. Campbell, S. E. Morgan, E. T. Bullmore, and P. Liò, "Multimodal graph coarsening for interpretable, MRI-based brain graph neural network," in 2021 IEEE 31st International Workshop on Machine Learning for Signal Processing (MLSP), 2021: IEEE, pp. 1-6
2021
-
[22]
Attention-based node-edge graph convolutional networks for identification of autism spectrum disorder using multi-modal mri data,
Y . Chen et al., "Attention-based node-edge graph convolutional networks for identification of autism spectrum disorder using multi-modal mri data," in Pattern Recognition and Computer Vision: 4th Chinese Conference, PRCV 2021, Beijing, China, October 29–November 1, 2021, Proc...
2021
-
[23]
Sparse interpretation of graph convolutional networks for multi-modal diagnosis of alzheimer’s disease,
H. Zhou, Y . Zhang, B. Y . Chen, L. Shen, and L. He, "Sparse interpretation of graph convolutional networks for multi-modal diagnosis of alzheimer’s disease," in International Conference on Medical Image Computing and Computer-Assisted Intervention, 2022: Springer, pp. 469-478
2022
-
[24]
Multimodal brain connectomics-based prediction of Parkinson’s disease using graph attention networks,
A. Safai et al., "Multimodal brain connectomics-based prediction of Parkinson’s disease using graph attention networks," Frontiers in Neuroscience, vol. 15, p. 741489, 2022
2022
-
[25]
Feature aggregation graph convolutional network based on imaging genetic data for diagnosis and pathogeny identification of Alzheimer’s disease,
X.-a. Bi et al., "Feature aggregation graph convolutional network based on imaging genetic data for diagnosis and pathogeny identification of Alzheimer’s disease," Briefings in Bioinformatics, vol. 23, no. 3, p. bbac137, 2022
2022
-
[26]
Bracenet: Graph-embedded neural network for brain network analysis,
X. Kan, Y . Kong, T. Yu, and Y . Guo, "Bracenet: Graph-embedded neural network for brain network analysis," in 2022 IEEE International Conference on Big Data (Big Data), 2022: IEEE, pp. 4979-4987
2022
-
[27]
Integration of multiomics data with graph convolutional networks to identify new cancer genes and their associated molecular mechanisms,
R. Schulte-Sasse, S. Budach, D. Hnisz, and A. Marsico, "Integration of multiomics data with graph convolutional networks to identify new cancer genes and their associated molecular mechanisms," Nature Machine Intelligence, vol. 3, no. 6, pp. 513-526, 2021
2021
-
[28]
AutoGGN: a gene graph network AutoML tool for multi-omics research,
L. Zhang et al., "AutoGGN: a gene graph network AutoML tool for multi-omics research," Artificial Intelligence in the Life Sciences, vol. 1, p. 100019, 2021
2021
-
[29]
GNN-SubNet: disease subnetwork detection with explainable graph neural networks,
B. Pfeifer, A. Saranti, and A. Holzinger, "GNN-SubNet: disease subnetwork detection with explainable graph neural networks," Bioinformatics, vol. 38, no. Supplement_2, pp. ii120-ii126, 2022
2022
-
[30]
Graph-guided random forest for gene set selection,
B. Pfeifer, H. Baniecki, A. Saranti, P. Biecek, and A. Holzinger, "Graph-guided random forest for gene set selection," arXiv preprint arXiv:2108.11674, 2021
2021 arXiv
-
[31]
Multi-omic graph transformers for cancer classification and interpretation,
E. Kaczmarek, A. Jamzad, T. Imtiaz, J. Nanayakkara, N. Renwick, and P. Mousavi, "Multi-omic graph transformers for cancer classification and interpretation," in P ACIFIC SYMPOSIUM ON BIOCOMPUTING 2022, 2021: World Scientific, pp. 373-384
2022
-
[32]
Hybrid graph convolutional network with online masked autoencoder for robust multimodal cancer survival prediction,
W. Hou, C. Lin, L. Yu, J. Qin, R. Yu, and L. Wang, "Hybrid graph convolutional network with online masked autoencoder for robust multimodal cancer survival prediction," IEEE Transactions on Medical Imaging, 2023. 39
2023
-
[33]
Single-cell biological network inference using a heterogeneous graph transformer,
A. Ma et al., "Single-cell biological network inference using a heterogeneous graph transformer," Nature Communications, vol. 14, no. 1, p. 964, 2023
2023
-
[34]
Drug–target interaction predication via multi- channel graph neural networks,
Y . Li, G. Qiao, K. Wang, and G. Wang, "Drug–target interaction predication via multi- channel graph neural networks," Briefings in Bioinformatics, vol. 23, no. 1, p. bbab346, 2022
2022
-
[35]
U-gat: Multimodal graph attention network for covid-19 outcome prediction,
M. Keicher et al., "U-gat: Multimodal graph attention network for covid-19 outcome prediction," arXiv preprint arXiv:2108.00860, 2021
2021 arXiv
-
[36]
MOGONET integrates multi-omics data using graph convolutional networks allowing patient classification and biomarker identification,
T. Wang et al., "MOGONET integrates multi-omics data using graph convolutional networks allowing patient classification and biomarker identification," Nature communications, vol. 12, no. 1, p. 3445, 2021
2021
-
[37]
Combining neuroimaging and omics datasets for disease classification using graph neural networks,
Y . H. Chan, C. Wang, W. K. Soh, and J. C. Rajapakse, "Combining neuroimaging and omics datasets for disease classification using graph neural networks," Frontiers in Neuroscience, vol. 16, p. 866666, 2022
2022
-
[38]
MoGCN: a multi-omics integration method based on graph convolutional network for cancer subtype analysis,
X. Li, J. Ma, L. Leng, M. Han, and M. Li, "MoGCN: a multi-omics integration method based on graph convolutional network for cancer subtype analysis," Frontiers in Genetics, vol. 13, p. 806842, 2022
2022
-
[39]
Multimodal brain age estimation using interpretable adaptive population-graph learning,
K.-M. Bintsi, V . Baltatzis, R. A. Potamias, A. Hammers, and D. Rueckert, "Multimodal brain age estimation using interpretable adaptive population-graph learning," in International Conference on Medical Image Computing and Computer-Assisted Intervention, 2023: Springer, pp. 195-204
2023
-
[40]
Ia-gcn: Interpretable attention based graph convolutional network for disease prediction,
A. Kazi, S. Farghadani, I. Aganj, and N. Navab, "Ia-gcn: Interpretable attention based graph convolutional network for disease prediction," in International Workshop on Machine Learning in Medical Imaging, 2023: Springer, pp. 382-392
2023
-
[41]
Explainable and programmable hypergraph convolutional network for imaging genetics data fusion,
X.-a. Bi, S. Luo, S. Jiang, Y . Wang, Z. Xing, and L. Xu, "Explainable and programmable hypergraph convolutional network for imaging genetics data fusion," Information Fusion, vol. 100, p. 101950, 2023
2023
-
[42]
Patient-GAT: Sarcopenia Prediction using Multi-modal Data Fusion and Weighted Graph Attention Networks,
C. Xiao, N. Pham, E. Imel, and X. Luo, "Patient-GAT: Sarcopenia Prediction using Multi-modal Data Fusion and Weighted Graph Attention Networks," in Proceedings of the 38th ACM/SIGAPP Symposium on Applied Computing, 2023, pp. 614-617
2023
-
[43]
Integration of multi-omics data using adaptive graph learning and attention mechanism for patient classification and biomarker identification,
D. Ouyang et al., "Integration of multi-omics data using adaptive graph learning and attention mechanism for patient classification and biomarker identification," Computers in Biology and Medicine, vol. 164, p. 107303, 2023
2023
-
[44]
Predicting 30-day all-cause hospital readmission using multimodal spatiotemporal graph neural networks,
S. Tang et al., "Predicting 30-day all-cause hospital readmission using multimodal spatiotemporal graph neural networks," IEEE Journal of Biomedical and Health Informatics, vol. 27, no. 4, pp. 2071-2082, 2023
2023
-
[45]
A unified approach to interpreting model predictions,
S. M. Lundberg and S.-I. Lee, "A unified approach to interpreting model predictions," Advances in neural information processing systems, vol. 30, 2017
2017
-
[46]
Deep inside convolutional networks: Visualising image classification models and saliency maps,
K. Simonyan, A. Vedaldi, and A. Zisserman, "Deep inside convolutional networks: Visualising image classification models and saliency maps," arXiv preprint arXiv:1312.6034, 2013
2013 arXiv
-
[47]
Explainability methods for graph convolutional neural networks,
P. E. Pope, S. Kolouri, M. Rostami, C. E. Martin, and H. Hoffmann, "Explainability methods for graph convolutional neural networks," in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2019, pp. 10772-10781
2019
-
[48]
Axiomatic attribution for deep networks,
M. Sundararajan, A. Taly, and Q. Yan, "Axiomatic attribution for deep networks," in International conference on machine learning, 2017: PMLR, pp. 3319-3328
2017
-
[49]
Interpreting neural network connection weights,
D. G. Garson, "Interpreting neural network connection weights," 1991. 40
1991
-
[50]
Sanity checks for saliency maps,
J. Adebayo, J. Gilmer, M. Muelly, I. Goodfellow, M. Hardt, and B. Kim, "Sanity checks for saliency maps," Advances in neural information processing systems, vol. 31, 2018
2018
-
[51]
Learning important features through propagating activation differences,
A. Shrikumar, P. Greenside, and A. Kundaje, "Learning important features through propagating activation differences," in International conference on machine learning, 2017: PMLR, pp. 3145-3153
2017
-
[52]
Gnnexplainer: Generating explanations for graph neural networks,
Z. Ying, D. Bourgeois, J. You, M. Zitnik, and J. Leskovec, "Gnnexplainer: Generating explanations for graph neural networks," Advances in neural information processing systems, vol. 32, 2019
2019
-
[53]
Towards sparse hierarchical graph classifiers,
C. Cangea, P. Veličković, N. Jovanović, T. Kipf, and P. Liò, "Towards sparse hierarchical graph classifiers," arXiv preprint arXiv:1811.01287, 2018
2018 arXiv
-
[54]
Accelerating medicines partnership: Alzheimer’s disease (AMP-AD) knowledge portal aids Alzheimer’s drug discovery through open data sharing,
R. J. Hodes and N. Buckholtz, "Accelerating medicines partnership: Alzheimer’s disease (AMP-AD) knowledge portal aids Alzheimer’s drug discovery through open data sharing," Expert opinion on therapeutic targets, vol. 20, no. 4, pp. 389-391, 2016
2016
-
[55]
The accuracy versus interpretability trade-off in fraud detection model,
A. Nesvijevskaia, S. Ouillade, P. Guilmin, and J.-D. Zucker, "The accuracy versus interpretability trade-off in fraud detection model," Data & Policy, vol. 3, p. e12, 2021
2021
-
[56]
Attention-based interrelation modeling for explainable automated driving,
Z. Zhang, R. Tian, R. Sherony, J. Domeyer, and Z. Ding, "Attention-based interrelation modeling for explainable automated driving," IEEE Transactions on Intelligent Vehicles, vol. 8, no. 2, pp. 1564-1573, 2022
2022
-
[57]
Combination of deep neural network with attention mechanism enhances the explainability of protein contact prediction,
C. Chen, T. Wu, Z. Guo, and J. Cheng, "Combination of deep neural network with attention mechanism enhances the explainability of protein contact prediction," Proteins: Structure, Function, and Bioinformatics, vol. 89, no. 6, pp. 697-707, 2021
2021
-
[58]
Generic attention-model explainability for interpreting bi-modal and encoder-decoder transformers,
H. Chefer, S. Gur, and L. Wolf, "Generic attention-model explainability for interpreting bi-modal and encoder-decoder transformers," in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 397-406
2021
-
[59]
Interpretability in the medical field: A systematic mapping and review study,
H. Hakkoum, I. Abnane, and A. Idri, "Interpretability in the medical field: A systematic mapping and review study," Applied Soft Computing, vol. 117, p. 108391, 2022
2022
-
[60]
Evaluating explainability for graph neural networks,
C. Agarwal, O. Queen, H. Lakkaraju, and M. Zitnik, "Evaluating explainability for graph neural networks," Scientific Data, vol. 10, no. 1, p. 144, 2023
2023
-
[61]
Explainability in graph neural networks: An experimental survey,
P. Li, Y . Yang, M. Pagnucco, and Y . Song, "Explainability in graph neural networks: An experimental survey," arXiv preprint arXiv:2203.09258, 2022
2022 arXiv
-
[62]
Explainability in graph neural networks: A taxonomic survey,
H. Yuan, H. Yu, S. Gui, and S. Ji, "Explainability in graph neural networks: A taxonomic survey," IEEE transactions on pattern analysis and machine intelligence, vol. 45, no. 5, pp. 5782-5799, 2022
2022
-
[63]
Counterfactuals in explainable artificial intelligence (XAI): Evidence from human reasoning,
R. M. Byrne, "Counterfactuals in explainable artificial intelligence (XAI): Evidence from human reasoning," in IJCAI, 2019: California, CA, pp. 6276-6282
2019
-
[64]
Model-contrastive explanations through symbolic reasoning,
L. Malandri, F. Mercorio, M. Mezzanzanica, and A. Seveso, "Model-contrastive explanations through symbolic reasoning," Decision Support Systems, vol. 176, p. 114040, 2024
2024
-
[65]
A survey of contrastive and counterfactual explanation generation methods for explainable artificial intelligence,
I. Stepin, J. M. Alonso, A. Catala, and M. Pereira-Fariña, "A survey of contrastive and counterfactual explanation generation methods for explainable artificial intelligence," IEEE Access, vol. 9, pp. 11974-12001, 2021
2021
-
[66]
A large language model for electronic health records,
X. Yang et al., "A large language model for electronic health records," NPJ digital medicine, vol. 5, no. 1, p. 194, 2022
2022
-
[67]
Galactica: A large language model for science,
R. Taylor et al., "Galactica: A large language model for science," arXiv preprint arXiv:2211.09085, 2022. 41
2022 arXiv
-
[68]
Large language models in medicine,
A. J. Thirunavukarasu, D. S. J. Ting, K. Elangovan, L. Gutierrez, T. F. Tan, and D. S. W. Ting, "Large language models in medicine," Nature medicine, vol. 29, no. 8, pp. 1930- 1940, 2023
1930
-
[69]
Llms for knowledge graph construction and reasoning: Recent capabilities and future opportunities,
Y . Zhu et al., "Llms for knowledge graph construction and reasoning: Recent capabilities and future opportunities," World Wide Web, vol. 27, no. 5, p. 58, 2024
2024
-
[70]
Large language models encode clinical knowledge,
K. Singhal et al., "Large language models encode clinical knowledge," Nature, vol. 620, no. 7972, pp. 172-180, 2023
2023
-
[71]
Understanding the capabilities, limitations, and societal impact of large language models,
A. Tamkin, M. Brundage, J. Clark, and D. Ganguli, "Understanding the capabilities, limitations, and societal impact of large language models," arXiv preprint arXiv:2102.02503, 2021
2021 arXiv
-
[72]
A survey on hallucination in large language models: Principles, taxonomy, challenges, and open questions,
L. Huang et al., "A survey on hallucination in large language models: Principles, taxonomy, challenges, and open questions," ACM Transactions on Information Systems, 2024
2024
-
[73]
Bias and fairness in large language models: A survey,
I. O. Gallegos et al., "Bias and fairness in large language models: A survey," Computational Linguistics, pp. 1-79, 2024
2024
-
[74]
WebGestalt 2017: a more comprehensive, powerful, flexible and interactive gene set enrichment analysis toolkit,
J. Wang, Vasaikar, S., Shi, Z., Greer, M., & Zhang, B., "WebGestalt 2017: a more comprehensive, powerful, flexible and interactive gene set enrichment analysis toolkit," Nucleic acids research, vol. 45, no. W1, pp. W130-W137, 2017
2017
-
[75]
Generative multi-view human action recognition,
L. Wang, Z. Ding, Z. Tao, Y . Liu, and Y . Fu, "Generative multi-view human action recognition," in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019, pp. 6212-6221
2019
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.