Understanding Structured Health Data through Interaction-Aware Mixture-of-Experts

arXiv cs.LG Papers

Summary

The paper studies interaction-aware mixture-of-experts for post-stroke rigidity prediction using multi-level views of structured health records, showing that while performance gains are minimal, routing attribution reveals systematic importance differences across views, highlighting view construction as key to interpretability.

arXiv:2607.12255v1 Announce Type: new Abstract: We study interaction-aware mixture-of-experts for post-stroke rigidity prediction using multi-level views of structured health records. Despite minimal performance gains, routing attribution reveals systematic importance differences across views, underscoring view construction as key to interpretability.
Original Article
View Cached Full Text

Cached at: 07/15/26, 04:18 AM

# Understanding Structured Health Data through Interaction-Aware Mixture-of-Experts
Source: [https://arxiv.org/html/2607.12255](https://arxiv.org/html/2607.12255)
###### Abstract

We study interaction\-aware mixture\-of\-experts for post\-stroke rigidity prediction using multi\-level views of structured health records\. Despite minimal performance gains, routing attribution reveals systematic importance differences across views, underscoring view construction as key to interpretability\.

Structured Health Data, Mixture\-of\-Experts, Clinical Prediction, Interpretability, Machine Learning

## 1Introduction

Structured health data are a dominant substrate for clinical prediction, spanning billing codes, diagnoses, procedures, vital signs, and other irregular clinical measurements organized in tabular form\(Shickelet al\.,[2018](https://arxiv.org/html/2607.12255#bib.bib1); Xu and others,[2025](https://arxiv.org/html/2607.12255#bib.bib2)\)\. Common modeling approaches reflect this structure, as gradient\-boosted decision trees and tabular neural networks remain strong baselines on structured health\-data tasks\(Chen and Guestrin,[2016](https://arxiv.org/html/2607.12255#bib.bib3); Gorishniyet al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib4); Somepalliet al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib5); Popovet al\.,[2020](https://arxiv.org/html/2607.12255#bib.bib6); Wanget al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib7); Shwartz\-Ziv and Armon,[2022](https://arxiv.org/html/2607.12255#bib.bib8); McElfresh and others,[2023](https://arxiv.org/html/2607.12255#bib.bib9)\)\. Yet most structured\-data models either treat the record as a single tabular input, leaving clinically meaningful interactions to be learned implicitly, or attach naturally distinct modalities such as text or imaging\. It remains unclear whether transforming a single structured record into multiple alternative representations, and modeling interactions among them, can improve predictive performance while making the prediction process easier to interpret\.

To explore this question, we adopt the terminology of multi\-view learning, where aviewdenotes an alternative representation of the same underlying example\(Sun,[2013](https://arxiv.org/html/2607.12255#bib.bib32)\)\. Multi\-view learning is designed to exploit complementary and shared information across views, and has been applied broadly—for instance, to fuse imaging and clinical text in medical diagnosis\(Wanget al\.,[2018](https://arxiv.org/html/2607.12255#bib.bib35)\)or to combine different sensor modalities in activity recognition\(Zhanget al\.,[2019](https://arxiv.org/html/2607.12255#bib.bib36)\)\. How to construct and exploit multiple views of a*single*structured health record, however, remains underexplored\.

For structured health data, such views can be constructed at multiple levels\. At themodel level, when the same structured input is passed through different predictive models, each model’s learned representation constitutes a view, since different architectures encode different inductive biases\(Gorishniyet al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib4); Popovet al\.,[2020](https://arxiv.org/html/2607.12255#bib.bib6); Shwartz\-Ziv and Armon,[2022](https://arxiv.org/html/2607.12255#bib.bib8)\)\. At thedata level, the same structured input can be partitioned by clinical semantics into administrative, procedural, diagnostic, vital\-sign, and code groups\(Johnson and others,[2023](https://arxiv.org/html/2607.12255#bib.bib13); Ma and others,[2025](https://arxiv.org/html/2607.12255#bib.bib14)\)\. At therepresentation level, the record can be encoded through different paradigms—graph\-based patient–feature structure\(Brodyet al\.,[2022](https://arxiv.org/html/2607.12255#bib.bib15); Choiet al\.,[2020](https://arxiv.org/html/2607.12255#bib.bib16); Rocheteauet al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib17)\), tabular representation learning, and text embeddings from natural\-language renderings of the record\(Hegselmannet al\.,[2023](https://arxiv.org/html/2607.12255#bib.bib18); Lee and others,[2024](https://arxiv.org/html/2607.12255#bib.bib19); Steinberget al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib20)\)\. Furthermore, While simple concatenation of different views has the potential to improve predictive performance, it does not distinguish view\-specific signal from information shared across views or emerging only through their combination, which can be critical for providing explanation in sensitive contexts such as healthcare\.

To characterize these distinctions principally, we employ the Partial Information Decomposition \(PID\) framework, which decomposes the information that a set of views carries about a target into redundancy, uniqueness, and synergy\(Williams and Beer,[2010](https://arxiv.org/html/2607.12255#bib.bib21); Bertschingeret al\.,[2014](https://arxiv.org/html/2607.12255#bib.bib22); Lianget al\.,[2023](https://arxiv.org/html/2607.12255#bib.bib23)\)\. Specifically, we adopt the recently proposed I2MoE framework\(Xinet al\.,[2025](https://arxiv.org/html/2607.12255#bib.bib24)\), which routes inputs through specialized experts and explicitly present view\-specific and synergistic signals, to study post\-stroke rigidity prediction using a national inpatient stroke cohort derived 129,401 hospital admissions\. Using this setup, we examine whether model\-level, data\-level, and representation\-level views—all derived from the same structured health record—provide useful interaction structure for prediction and interpretation\.

Our results show that introducing a multi\-view approach yields minimal improvements in predictive performance, consistent with views being alternative decompositions of the same record rather than independent modalities\. Nevertheless, routing attribution reveals that model\-level, data\-level, and representation\-level view designs produce systematically different allocations of importance across distinct views, and that these allocations are locally consistent across similar patients\. These findings suggest that view construction is a meaningful design choice for interpretability even when predictive gains are modest, and point toward routing\-based attribution as a practical lens for building explanations from structured health records\.

## 2Related Work

##### Structured tabular health modeling\.

Structured health data are central to clinical prediction because they capture diagnoses, procedures, utilization, and longitudinal measurements at scale\(Shickelet al\.,[2018](https://arxiv.org/html/2607.12255#bib.bib1); Xu and others,[2025](https://arxiv.org/html/2607.12255#bib.bib2)\)\. These data are commonly modeled as a single tabular representation\. Gradient\-boosted trees, including XGBoost, remain strong baselines for tabular prediction\(Chen and Guestrin,[2016](https://arxiv.org/html/2607.12255#bib.bib3)\), while tabular neural architectures such as SAINT, NODE, and DCN\-V2 provide competitive alternatives for structured inputs\(Somepalliet al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib5); Popovet al\.,[2020](https://arxiv.org/html/2607.12255#bib.bib6); Wanget al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib7)\)\. These methods, however, largely preserve a single\-view treatment of the record and abstract away from the distinct clinical concepts each measure represent\. We ask whether a single structured health record can instead be expressed through multiple view definitions, and whether those views make interaction\-aware prediction and interpretation more informative\.

##### Interaction modeling and interpretability\.

Clinical prediction from structured records often depends on how variables act together rather than in isolation\. Interpretable additive models with pairwise terms have shown that selected feature interactions can support clinical risk prediction while remaining inspectable\(Caruanaet al\.,[2015](https://arxiv.org/html/2607.12255#bib.bib29)\), while neural interaction detection and post\-hoc attribution methods explain dependencies in trained predictors\(Tsanget al\.,[2018](https://arxiv.org/html/2607.12255#bib.bib31); Lundberg and Lee,[2017](https://arxiv.org/html/2607.12255#bib.bib30)\)\. These approaches primarily operate at the level of variables or variable pairs\. In contrast, view\-based modeling organizes a structured record into higher\-level sources before fusion, shifting the question to whether each view contributes distinct, duplicated, or jointly useful signal\. Partial Information Decomposition formalizes these cases as unique, redundant, and synergistic information\(Williams and Beer,[2010](https://arxiv.org/html/2607.12255#bib.bib21); Bertschingeret al\.,[2014](https://arxiv.org/html/2607.12255#bib.bib22); Lianget al\.,[2023](https://arxiv.org/html/2607.12255#bib.bib23)\)\. I2MoE implements this idea in a predictive MoE through unique, synergy, and redundancy experts\(Xinet al\.,[2025](https://arxiv.org/html/2607.12255#bib.bib24)\)\. Our work uses this framework to evaluate whether view\-level interaction modeling is useful when all views are constructed from the same structured health record\.

## 3Methods

Table 1:Summary of predictive performance\.∗denotes a statistically significant improvement over XGBoost across random seeds\.### 3\.1Task Definition

To study how interaction\-aware modeling behaves when a single structured record is expressed through alternative views, we use post\-stroke rigidity prediction as a binary classification task\. The cohort is derived from adult HCUP/NIS stroke hospitalizations from 2016–2020, consisting of 129,401 admissions\. HCUP/NIS is an all\-payer database of U\.S\. hospital inpatient stays derived from hospital billing data and includes clinical and resource\-use information typically available from discharge abstracts\. We define rigidity using a clinician\-curated set of 55 ICD\-10\-CM codes\. Selected predictor variables span administrative factors, procedures, diagnoses, clinical signs, and grouped ICD indicators\.

### 3\.2Three View Definitions

For structured health data, the view structure is often a modeling choice rather than a fixed property of the raw record\. The structured nature of these records allows alternative views to be defined at different stages of the modeling pipeline: before modeling by grouping variables, during modeling through architecture\-specific encoders, and after upstream encoding by fusing learned representations\. We use these three stages to define data\-level, model\-level, and representation\-level views while keeping the I2MoE formulation fixed\.

#### 3\.2\.1Model\-Level Views

The model\-level formulation treats representations from tabular prediction backbones as views\. We encode the full processed record with SAINT, NODE, and DCN\-V2\(Somepalliet al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib5); Popovet al\.,[2020](https://arxiv.org/html/2607.12255#bib.bib6); Wanget al\.,[2021](https://arxiv.org/html/2607.12255#bib.bib7)\), three models designed for structured tabular inputs with different inductive biases: attention\-based feature modeling, tree\-inspired representation learning, and explicit feature crossing\. Their hidden representations are passed to separate unique experts, evaluating whether tabular\-specialized models produce distinct predictive signals from the same record\.

#### 3\.2\.2Data\-Level Views

The data\-level formulation defines views by semantic feature partition\. The record is split into administrative, procedure, diagnosis, clinical sign, and ICD\-indicator groups\. Each group is encoded by a separate multilayer perceptron unique expert\. This examines whether interaction structure emerges when views correspond to clinically meaningful subdomains of the same structured record\.

#### 3\.2\.3Representation\-Level Views

The representation\-level formulation defines views after upstream encoding\. For each patient, we use a frozen GATv2 encoder\(Brodyet al\.,[2022](https://arxiv.org/html/2607.12255#bib.bib15)\)to obtain a graph representation, a frozen NODE encoder\(Popovet al\.,[2020](https://arxiv.org/html/2607.12255#bib.bib6)\)to obtain a tabular representation, and a frozen Qwen3\-Embedding encoder\(Zhanget al\.,[2025](https://arxiv.org/html/2607.12255#bib.bib33)\)applied to a structured\-text rendering of the record to obtain a text representation\. These embeddings are then fused by I2MoE\. This evaluates whether interaction\-aware fusion is more useful after view\-specific representation learning\.

### 3\.3I2MoE Formulation and Objective

Let\{𝐡m\}m=1M\\\{\\mathbf\{h\}\_\{m\}\\\}\_\{m=1\}^\{M\}denote the view\-specific representations, withM=3M\{=\}3for model\-level and representation\-level views andM=5M\{=\}5for data\-level views\. Following I2MoE\(Xinet al\.,[2025](https://arxiv.org/html/2607.12255#bib.bib24)\), we use one unique expert per view, one synergy expert, one redundancy expert, and a reweighting networkgg:

y^=σ​\(∑m=1Mwmu​fmu​\(𝐡m\)\+ws​fs​\(𝐡\)\+wr​fr​\(𝐡\)\),\\hat\{y\}\\;=\\;\\sigma\\\!\\left\(\\sum\_\{m=1\}^\{M\}w\_\{m\}^\{u\}f\_\{m\}^\{u\}\(\\mathbf\{h\}\_\{m\}\)\+w^\{s\}f^\{s\}\(\\mathbf\{h\}\)\+w^\{r\}f^\{r\}\(\\mathbf\{h\}\)\\right\),\(1\)where\[w1u,…,wMu,ws,wr\]=g​\(\[𝐡1;…;𝐡M\]\)\[w\_\{1\}^\{u\},\\dots,w\_\{M\}^\{u\},w^\{s\},w^\{r\}\]=g\(\[\\mathbf\{h\}\_\{1\};\\dots;\\mathbf\{h\}\_\{M\}\]\)\. The synergy expert is intended to capture signal that emerges only when views are considered jointly, whereas the redundancy expert captures signal shared across views\.

We optimize the task loss and the weakly supervised I2MoE interaction loss, which encourages unique, synergy, and redundancy experts to capture view\-specific, combined, and shared information:

ℒtotal=ℒtask\+λint​ℒint,\\mathcal\{L\}\_\{\\mathrm\{total\}\}\\;=\\;\\mathcal\{L\}\_\{\\mathrm\{task\}\}\+\\lambda\_\{\\mathrm\{int\}\}\\mathcal\{L\}\_\{\\mathrm\{int\}\},\(2\)We refer readers toXinet al\.\([2025](https://arxiv.org/html/2607.12255#bib.bib24)\)for the full construction ofℒint\\mathcal\{L\}\_\{\\mathrm\{int\}\}\.

### 3\.4Experimental Protocol

For each view definition, we train a full I2MoE model with unique, synergy, and redundancy experts, together with three ablations that remove the synergy expert, the redundancy expert, or both\. We evaluate predictive performance using AUROC, AUPRC, and F1, with all predictive results averaged over 30 random seeds\. We use expert\-routing weights for interpretation at two levels\. Global interpretation summarizes how each view definition allocates predictive mass across unique, synergy, and redundancy experts at the cohort level, estimated by averaging expert\-routing weights over the test cohort and across retrainings\. Local interpretation asks whether patients with similar learned representations receive similar expert\-weight allocations\. For this, we use the representation\-level model and compare expert\-routing distances between nearest\-neighbor patients in the learned representation space and randomly matched patients\.

## 4Experiments and Results

### 4\.1Predictive Performance

The three view definitions are competitive with strong graph and tabular baselines, but their advantages are metric\-dependent \([Table1](https://arxiv.org/html/2607.12255#S3.T1)\)\. Compared with XGBoost, the model\-level view shows a statistically significant increase in AUROC and AUPRC, while the representation\-level view shows a statistically significant increase in F1 but lower AUROC\. The data\-level view is not significantly different from XGBoost on the main metrics\. This is the central empirical pattern of our study\. A single structured health record can be re\-expressed as model\-level, data\-level, or representation\-level views, and these choices change prediction behavior\. However, the performance gains are limited because the views are alternative decompositions of the same underlying record rather than independent modalities\.

### 4\.2Interaction Ablation

The interaction ablations in[Table1](https://arxiv.org/html/2607.12255#S3.T1)show no statistically significant degradation after removing synergy, redundancy, or both\. This suggests that the interaction experts are not the main source of the observed predictive performance\. Instead, most predictive signal appears recoverable from the unique experts and the reweighting network\. In this setting, synergy and redundancy experts are more diagnostic than performance\-improving: they expose how the model allocates mass to view\-specific, shared, and combined signals, but do not by themselves produce a clear predictive gain\. This suggests that, when views are constructed from the same structured record rather than separate data sources, extracting additional predictive signal may require stronger interaction modeling or more distinctive view construction\.

![Refer to caption](https://arxiv.org/html/2607.12255v1/x1.png)Figure 1:Cohort\-level expert routing across retrainings\.
### 4\.3Global Interpretation

I2MoE provides routing\-based interpretation through a reweighting network that assigns an expert weight to each unique, synergy, and redundancy expert for each prediction\. Averaging these weights over the test cohort summarizes how the model allocates prediction across the view\-specific, shared, and jointly useful signals defined in[Section3\.3](https://arxiv.org/html/2607.12255#S3.SS3)\([Figure1](https://arxiv.org/html/2607.12255#S4.F1)\)\. Model\-level views place high mass on both synergy and redundancy experts\. This is consistent with the fact that the views are different tabular backbones trained on the same input, whose learned representations can overlap substantially while still producing complementary decision patterns\. Data\-level views also route substantial mass through synergy and redundancy experts, reflecting the dependence among clinical groups such as diagnoses, procedures, signs, and administrative factors\. These groups are clinically distinct but not statistically independent, so shared and combined signal are expected\. In contrast, representation\-level views allocate more mass to unique experts, suggesting that graph, tabular, and text\-derived embeddings preserve more view\-specific signal\. Overall, global expert weights show that view definition changes how the model distributes prediction across view\-specific and interaction experts\. We interpret these weights as model allocation patterns rather than direct clinical evidence of synergy or redundancy, since all views are derived from the same structured record\.

### 4\.4Local Interpretation

We further study how the model assigns expert weights for individual patients through the I2MoE reweighting network\. This analysis is performed for the representation\-level model, where each patient has a learned graph\-tabular\-text representation\. To study patient\-neighborhood behavior, we select 10 evaluation patients and use each one to define a local neighborhood in this representation space\. For each selected patient, we compare the expert\-weight distributions of its nearest neighbors with those of randomly matched patients \([Figure2](https://arxiv.org/html/2607.12255#S4.F2)\)\. Nearby patients have consistently smaller expert\-weight distance than random controls, suggesting that patient\-level expert weights vary in a locally consistent way rather than changing arbitrarily across similar cases\. Such local consistency is an encouraging property that enables future work on utilizing expert routing information to provide meaningful patient\-level explanations\.

![Refer to caption](https://arxiv.org/html/2607.12255v1/x2.png)Figure 2:Patient\-level routing consistency\.

## 5Conclusion

We examined interaction\-aware mixture\-of\-experts modeling for post\-stroke rigidity prediction when one structured health record is expressed through model\-level, data\-level, and representation\-level views\. Multi\-view modeling yields metric\-dependent but limited predictive gains, reflecting that the views are alternative representations of the same structured health record rather than independent modalities\. Furthermore, removing interaction experts does not significantly degrade performance—suggesting that explicit synergy and redundancy modeling is more useful for diagnosing how views are used than for improving prediction\. Routing analyses reveal that view construction choices produce systematically different expert allocations at the cohort level, and that these allocations are locally consistent across similar patients\. Together, these findings position routing\-based attribution as a promising foundation for offering accurate prediction with patient\-level explanation in healthcare context based on structured data\. Future work in this direction can aim to connect expert\-level routing to finer\-grained clinical concepts, and developing view constructions that extract more distinctive signal from the same underlying record\.

## Impact Statement

This paper presents work whose goal is to advance the field of machine learning for structured health data\. Predictive models used in healthcare may affect clinical decision\-making and patient outcomes\. Their deployment therefore requires careful assessment of generalizability, calibration, fairness, interpretability, privacy, and potential distribution shifts\. The methods studied in this work are intended to support research and should not be used as a substitute for professional clinical judgment without appropriate external validation and oversight\.

## References

- N\. Bertschinger, J\. Rauh, E\. Olbrich, J\. Jost, and N\. Ay \(2014\)Quantifying unique information\.Entropy16\(4\),pp\. 2161–2183\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p4.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px2.p1.1)\.
- S\. Brody, U\. Alon, and E\. Yahav \(2022\)How attentive are graph attention networks?\.InICLR,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1),[§3\.2\.3](https://arxiv.org/html/2607.12255#S3.SS2.SSS3.p1.1)\.
- R\. Caruana, Y\. Lou, J\. Gehrke, P\. Koch, M\. Sturm, and N\. Elhadad \(2015\)Intelligible models for healthcare: predicting pneumonia risk and hospital 30\-day readmission\.InKDD,pp\. 1721–1730\.Cited by:[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px2.p1.1)\.
- T\. Chen and C\. Guestrin \(2016\)XGBoost: a scalable tree boosting system\.InKDD,pp\. 785–794\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px1.p1.1)\.
- E\. Choi, Z\. Xu, Y\. Li, M\. W\. Dusenberry, G\. Flores, Y\. Xue, and A\. M\. Dai \(2020\)Learning the graphical structure of electronic health records with graph convolutional transformer\.InAAAI,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- Y\. Gorishniy, I\. Rubachev, V\. Khrulkov, and A\. Babenko \(2021\)Revisiting deep learning models for tabular data\.InNeurIPS,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- S\. Hegselmann, A\. Buendia, H\. Lang, M\. Agrawal, X\. Jiang, and D\. Sontag \(2023\)TabLLM: few\-shot classification of tabular data with large language models\.InAISTATS,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- A\. E\. W\. Johnsonet al\.\(2023\)MIMIC\-IV, a freely accessible electronic health record dataset\.Scientific Data10\(1\),pp\. 1\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- S\. A\. Leeet al\.\(2024\)Multimodal clinical pseudo\-notes for emergency department prediction tasks using multiple embedding model for EHR \(MEME\)\.arXiv preprint arXiv:2402\.00160\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- P\. P\. Liang, Y\. Cheng, X\. Fan, C\. K\. Ling, S\. Nie, R\. J\. Chen, Z\. Deng, N\. Allen, R\. Auerbach, F\. Mahmood, R\. Salakhutdinov, and L\. Morency \(2023\)Quantifying & modeling multimodal interactions: an information decomposition framework\.InNeurIPS,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p4.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px2.p1.1)\.
- S\. M\. Lundberg and S\. Lee \(2017\)A unified approach to interpreting model predictions\.InNeurIPS,Cited by:[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px2.p1.1)\.
- L\. Maet al\.\(2025\)Harnessing the potential of multimodal EHR data: a comprehensive survey of clinical predictive modeling for intelligent healthcare\.Information Fusion\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- D\. McElfreshet al\.\(2023\)When do neural nets outperform boosted trees on tabular data?\.InNeurIPS Datasets and Benchmarks,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1)\.
- S\. Popov, S\. Morozov, and A\. Babenko \(2020\)Neural oblivious decision ensembles for deep learning on tabular data\.InICLR,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§1](https://arxiv.org/html/2607.12255#S1.p3.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px1.p1.1),[§3\.2\.1](https://arxiv.org/html/2607.12255#S3.SS2.SSS1.p1.1),[§3\.2\.3](https://arxiv.org/html/2607.12255#S3.SS2.SSS3.p1.1)\.
- E\. Rocheteau, C\. Tong, P\. Veličković, N\. Lane, and P\. Liò \(2021\)Predicting patient outcomes with graph representation learning\.InAAAI W3PHIAI Workshop,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- B\. Shickel, P\. J\. Tighe, A\. Bihorac, and P\. Rashidi \(2018\)Deep EHR: a survey of recent advances in deep learning techniques for electronic health record \(EHR\) analysis\.IEEE Journal of Biomedical and Health Informatics22\(5\),pp\. 1589–1604\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px1.p1.1)\.
- R\. Shwartz\-Ziv and A\. Armon \(2022\)Tabular data: deep learning is not all you need\.Information Fusion81,pp\. 84–90\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- G\. Somepalli, M\. Goldblum, A\. Schwarzschild, C\. B\. Bruss, and T\. Goldstein \(2021\)SAINT: improved neural networks for tabular data via row attention and contrastive pre\-training\.arXiv preprint arXiv:2106\.01342\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px1.p1.1),[§3\.2\.1](https://arxiv.org/html/2607.12255#S3.SS2.SSS1.p1.1)\.
- E\. Steinberg, K\. Jung, J\. A\. Fries, C\. K\. Corbin, S\. R\. Pfohl, and N\. H\. Shah \(2021\)Language models are an effective representation learning technique for electronic health record data\.Journal of Biomedical Informatics113,pp\. 103637\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p3.1)\.
- S\. Sun \(2013\)A survey of multi\-view machine learning\.Neural Computing and Applications23\(7–8\),pp\. 2031–2038\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p2.1)\.
- M\. Tsang, D\. Cheng, and Y\. Liu \(2018\)Detecting statistical interactions from neural network weights\.InICLR,Cited by:[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px2.p1.1)\.
- R\. Wang, R\. Shivanna, D\. Cheng, S\. Jain, D\. Lin, L\. Hong, and E\. Chi \(2021\)DCN V2: improved deep & cross network and practical lessons for web\-scale learning to rank systems\.InThe Web Conference,pp\. 1785–1797\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px1.p1.1),[§3\.2\.1](https://arxiv.org/html/2607.12255#S3.SS2.SSS1.p1.1)\.
- X\. Wang, Y\. Peng, L\. Lu, Z\. Lu, and R\. M\. Summers \(2018\)Tienet: text\-image embedding network for common thorax disease classification and reporting in chest x\-rays\.InProceedings of the IEEE conference on computer vision and pattern recognition,pp\. 9049–9058\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p2.1)\.
- P\. L\. Williams and R\. D\. Beer \(2010\)Nonnegative decomposition of multivariate information\.arXiv preprint arXiv:1004\.2515\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p4.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px2.p1.1)\.
- J\. Xin, S\. Yun, J\. Peng, I\. Choi, J\. L\. Ballard, T\. Chen, and Q\. Long \(2025\)I2MoE: interpretable multimodal interaction\-aware mixture\-of\-experts\.InICML,Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p4.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px2.p1.1),[§3\.3](https://arxiv.org/html/2607.12255#S3.SS3.p1.4),[§3\.3](https://arxiv.org/html/2607.12255#S3.SS3.p2.1)\.
- W\. Xuet al\.\(2025\)A comprehensive survey of electronic health record modeling: from deep learning approaches to large language models\.arXiv preprint arXiv:2507\.12774\.Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p1.1),[§2](https://arxiv.org/html/2607.12255#S2.SS0.SSS0.Px1.p1.1)\.
- X\. Zhang, Y\. Wong, M\. S\. Kankanhalli, and W\. Geng \(2019\)Hierarchical multi\-view aggregation network for sensor\-based human activity recognition\.PLOS ONE14\(9\),pp\. e0221390\.External Links:[Document](https://dx.doi.org/10.1371/journal.pone.0221390)Cited by:[§1](https://arxiv.org/html/2607.12255#S1.p2.1)\.
- Y\. Zhang, M\. Li, D\. Long, X\. Zhang, H\. Lin, B\. Yang, P\. Xie, A\. Yang, D\. Liu, J\. Lin, F\. Huang, and J\. Zhou \(2025\)Qwen3 Embedding: advancing text embedding and reranking through foundation models\.arXiv preprint arXiv:2506\.05176\.Cited by:[§3\.2\.3](https://arxiv.org/html/2607.12255#S3.SS2.SSS3.p1.1)\.

Similar Articles

Multimodal Routing for Interpretable, Robust, and Auditable Clinical Prediction

arXiv cs.LG

This paper proposes an explicit multimodal routing framework for clinical prediction using EHR data, enabling interpretable, robust, and auditable reasoning across structured variables, clinical notes, and chest X-rays via discrete unimodal, bimodal, and trimodal routes with inference-time route masking for missing modality simulation.

iLENS: Interpretable LLM-Guided Mixture-of-Experts for Neuroimaging Survival Analysis

arXiv cs.LG

This paper introduces iLENS, an interpretable LLM-guided mixture-of-experts framework for survival prediction and patient subtyping in Alzheimer's disease using neuroimaging data. The approach provides transparent, biologically grounded rationales for its routing decisions, bridging high-performance survival analysis with interpretable clinical decision support.

LLMs for Cardiovascular Risk Prediction from Structured Clinical Data

arXiv cs.CL

This paper presents a hybrid framework that combines structured clinical data with LLM-generated narratives for coronary artery disease prediction, achieving high fidelity in variable extraction and comparing ML models with LLM-based zero-shot and few-shot classification.