用超图建模多表数据,实现高效高维医疗数据融合分析
Methodological and Conceptual Framework for 5D Multi-Table Analysis: A Unified Approach for Complex Data Reuse
- 将关系数据库转为超图,用五维嵌入表示复杂关联
- 注意力计算复杂度仅随平均关联度线性增长,远低于传统方法
- 在罕见病标签预测中表现优异,适合高基数医疗数据场景
多表学习在医疗等复杂信息系统中仍是重大挑战。关系数据包含大量数据、高维变量、高基数类别特征、复杂的表间依赖及重复时间观测。本文提出关系超图变压器(RHT),将关系数据库表示为超图,学习五维嵌入(PentE),并通过稀疏关系注意力机制实现计算复杂度与平均关系度成正比,而非实体数的平方。我们正式定义了该架构,推导其注意力机制复杂度,并提供开源参考实现。在公开的Synthea合成电子健康记录数据集上评估,任务为基于每次就诊预测SNOMED CT疾病代码的多标签分类,具有高类别基数和长尾标签分布。与表格、关系和时序图基线对比,RHT生成更具语义一致性的嵌入,同时保持计算可扩展性。在此基准中,XGBoost在罕见代码召回率上最高,而RHT达到最强的嵌入语义一致性。我们还通过消融实验量化各组件贡献。临床验证将在获得PhysioNet认证后于MIMIC-IV数据集上进行。源代码与实验协议见配套仓库。
原文摘要 · Abstract (English)
Multi-table learning remains a major challenge in machine learning for healthcare and other complex information systems. Relational data combine several sources of complexity, including large data volume, high-dimensional variables, high-cardinality categorical features, complex inter-table dependencies, and repeated temporal observations. We introduce the Relational Hypergraph Transformer (RHT), a unified architecture that represents relational databases as hypergraphs, learns pentadimensional embeddings (PentE), and performs sparse relational attention with complexity proportional to the average relational degree rather than the square of the number of entities. We formally define the architecture, derive the complexity of its attention mechanism, and provide an open-source reference implementation. We evaluate RHT on the public Synthea synthetic electronic health record dataset using multi-label prediction of SNOMED CT condition codes per encounter, a task characterized by high categorical cardinality and long-tailed label distributions. Comparisons with tabular, relational, and temporal graph baselines show that RHT produces more semantically coherent embeddings while remaining computationally scalable. In this benchmark, the highest rare-code recall is achieved by XGBoost, whereas RHT attains the strongest embedding semantic coherence. We also report ablation studies quantifying the contribution of each architectural component. Clinical validation on MIMIC-IV is planned following PhysioNet credentialing. Source code and experimental protocols are provided in the accompanying repository.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。