用基因图谱先验知识提升抗癌药效预测可解释性
GraphPINE: Graph Importance Propagation for Interpretable Drug Response Prediction
- 基于基因-药物互作图初始化节点重要性,训练中动态更新
- 在952种药物上实现0.894的PR-AUC和0.796的ROC-AUC
- 适合需要可解释性的生物医学预测任务,尤其关注机制挖掘
可解释性对生物医学研究至关重要。现有方法多依赖注意力、梯度或Shapley值,但无法有效利用强先验知识,且缺乏对预测特征间已知关系的约束。本文提出GraphPINE,一种利用领域先验知识初始化节点重要性并可在训练中优化的图神经网络架构,用于药物反应预测。通常需人工查阅文献理解预测特征,而现有方法获取的重要性未融合先验知识。GraphPINE采用类LSTM序列结构,引入重要性传播层,统一更新特征矩阵与节点重要性,并通过GNN进行特征值传播。该机制支持基于先验的特征学习与更优图表示。实验基于超过5,000个基因节点的基因-基因图与药物-靶点互作(DTI)图,数据来自权威来源,并按相关论文数量加权。GraphPINE在952种药物上实现PR-AUC 0.894、ROC-AUC 0.796。代码已公开。
原文摘要 · Abstract (English)
Explainability is necessary for many tasks in biomedical research. Recent explainability methods have focused on attention, gradient, and Shapley value. These do not handle data with strong associated prior knowledge and fail to constrain explainability results based on known relationships between predictive features. We propose GraphPINE, a graph neural network (GNN) architecture leveraging domain-specific prior knowledge to initialize node importance optimized during training for drug response prediction. Typically, a manual post-prediction step examines literature (i.e., prior knowledge) to understand returned predictive features. While node importance can be obtained for gradient and attention after prediction, node importance from these methods lacks complementary prior knowledge; GraphPINE seeks to overcome this limitation. GraphPINE differs from other GNN gating methods by utilizing an LSTM-like sequential format. We introduce an importance propagation layer that unifies 1) updates for feature matrix and node importance and 2) uses GNN-based graph propagation of feature values. This initialization and updating mechanism allows for informed feature learning and improved graph representation. We apply GraphPINE to cancer drug response prediction using drug screening and gene data collected for over 5,000 gene nodes included in a gene-gene graph with a drug-target interaction (DTI) graph for initial importance. The gene-gene graph and DTIs were obtained from curated sources and weighted by article count discussing relationships between drugs and genes. GraphPINE achieves a PR-AUC of 0.894 and ROC-AUC of 0.796 across 952 drugs. Code is available at https://anonymous.4open.science/r/GraphPINE-40DE.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。