Next Article in Journal
Drug Development in Non-Oncogene-Addicted Non-Small Cell Lung Cancer
Previous Article in Journal
Pediatric Hepatoblastoma: From Developmental Molecular Mechanisms to Innovative Therapeutic Strategies
Previous Article in Special Issue
Artificial Intelligence and Machine Learning in Lung Cancer: Advances in Imaging, Detection, and Prognosis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

From Black Box to Biological Insight: AttentioFuse Unlocks Multi-Omics Dynamics in Lung Cancer

1
Institutes of Biomedical Sciences, Fudan University, 131 Dongan Road, Shanghai 200032, China
2
Intelligent Medicine Institute, Fudan University, Shanghai 200032, China
3
Shanghai Institute of Infectious Disease and Biosecurity, Fudan University, Shanghai 200032, China
4
Shanghai Institute of Stem Cell Research and Clinical Translation, Shanghai 200120, China
*
Authors to whom correspondence should be addressed.
Cancers 2026, 18(5), 878; https://doi.org/10.3390/cancers18050878
Submission received: 13 February 2026 / Revised: 4 March 2026 / Accepted: 6 March 2026 / Published: 9 March 2026
(This article belongs to the Special Issue AI-Based Applications in Cancers)

Simple Summary

Lung cancer is often staged using imaging and pathology, but tumors within the same stage can behave very differently. Multi-omics profiles contain complementary information that may improve risk stratification, yet many deep learning models act as “black boxes” that are hard to audit clinically. We present AttentioFuse, an interpretable Reactome-guided mid-fusion framework that links predictive signals to a gene–pathway–modality evidence chain. In TCGA LUAD/LUSC cohorts, AttentioFuse achieves competitive performance for T- and N-stage prediction and provides pathway-resolved explanations that are coherent across folds. Importantly, these explanations are hypothesis-generating and do not imply causality without experimental validation.

Abstract

Background: Lung adenocarcinoma (LUAD) and squamous cell carcinoma (LUSC), the major subtypes of non-small cell lung cancer (NSCLC), exhibit distinct molecular landscapes that demand precision in prognosis and therapy. While deep learning models can achieve high predictive accuracy, their black-box nature limits clinical translation. Methods: We introduce AttentioFuse, an interpretable deep learning framework employing a Reactome-guided mid-fusion strategy for multi-omics integration. AttentioFuse builds on three pillars: (i) dual-phase learning with omics-specific encoders to preserve modality-unique patterns, (ii) hierarchical attention mechanisms (cross-omics, feature-level, and fusion-layer) to quantify layer contributions dynamically, and (iii) integrated explainability combining DeepSHAP and global attention weights for gene-to-pathway interpretation. Two depth variants are instantiated under identical priors: a three-layer configuration (3F) for main discrimination and a five-layer configuration (AttentioFuse-5X) for deeper hierarchical interpretation; the 5X variant is trained end-to-end and yields comparable accuracy while enhancing pathway-level resolution. Results: Evaluated on The Cancer Genome Atlas (TCGA) LUAD/LUSC cohorts, AttentioFuse matches state-of-the-art performance in TNM staging while uncovering actionable biological insights, including pan-NSCLC AKT/mTOR metabolic control, histology-divergent Notch signaling roles, and additional pathways related to developmental reactivation, microbiota-associated metastasis, and extracellular matrix remodeling. Conclusions: By design, AttentioFuse-5X bridges predictive performance with hierarchical, pathway-resolved explanations, advancing oncology by transforming black-box predictions into biologically grounded decision support.

1. Introduction

Non-small cell lung cancer (NSCLC) is dominated by LUAD and LUSC, two histologies that together account for over 80% of cases yet differ markedly in molecular circuitry and clinical behavior [1]. While tumor-node-metastasis (TNM) remains the clinical backbone for staging, labels are influenced by imaging/pathology workflows and can be noisy across centers, complicating the development—and interpretation—of purely molecular predictors.
Recent progress in artificial intelligence (AI), machine learning (ML), and deep learning (DL) has enabled predictive modeling from high-dimensional molecular measurements and clinical endpoints. In oncology, such models are increasingly explored for patient stratification, biomarker discovery, and treatment-related decision support, especially when informative signals are distributed across heterogeneous omics layers. However, clinical translation typically requires more than headline accuracy: models should be auditable, mechanism-linked, and robust to cohort and workflow heterogeneity [2,3,4].
Multi-omics integration (transcriptome, copy-number variation, single-nucleotide variants, etc.) is a natural route to expose mechanisms underpinning prognosis and treatment response. Deep models often achieve strong discrimination, but their black-box nature limits clinical translation where mechanism-aware evidence is required [5]. Integration strategies span early fusion (IntegratalNet; concatenate then encode), mid-fusion (independent encoders with intermediate interaction), and late/ensemble fusion (decision-level aggregation). Beyond generic fusion, biologically informed networks align hidden units to pathway hierarchies to yield pathway-level attributions (e.g., PASNet; P-NET as a mask-based variant) [6,7,8,9,10]. Parallel lines include factor/similarity approaches (MOFA, DIABLO, SNF) that learn shared/omics-specific structure [11,12,13], and recent attention-based multimodal fusion that provides modality-level weights and better tolerance to missing modalities [14,15].
Recent technical reviews provide systematic taxonomies of multi-omics integration methods, spanning classical correlation/matrix-factorization approaches to modern deep learning and deep generative architectures, and emphasize practical issues such as missing modalities, normalization, and cohort shift. These overviews motivate mid-fusion designs that preserve modality-specific encoders while explicitly modeling cross-omics interactions [16,17,18].
In parallel, there is growing emphasis on explainable AI (XAI) for omics modeling, where explanations should be reproducible across resampling or retraining and should connect feature-level signals to biologically meaningful units (e.g., pathways). Pathway-guided interpretable deep learning architectures have therefore become an active direction for reconciling predictive modeling with mechanism-oriented interpretation [19,20].
Under real-world constraints, heterogeneous cohorts pose practical issues we do not claim to eliminate: label-uncertainty in morphology-driven TNM; incomplete priors, as curation under-represents many regulatory programs; and cross-cohort heterogeneity in assay pipelines and omics availability (e.g., TCGA has SNV/CNV/transcriptome, whereas external resources may offer only a subset). Accordingly, auditability is emphasized alongside headline accuracy, and external cohorts are treated as feasibility checks under available modalities.
Although pathologic TNM is determined post-operatively, multi-omics profiles can be obtained from pre-treatment biopsies or diagnostic specimens. Our goal is therefore not to replace pathology, but to provide preoperative, mechanism-linked risk stratification that complements imaging-based staging when uncertainty exists. In the clinical timeline, the proposed prediction can be applied (i) after diagnostic sampling but before definitive therapy, to flag patients likely to harbor locally advanced disease (T3–4/N1–3) or distant spread (M1) and thus motivate intensified staging work-up and multidisciplinary planning; and (ii) perioperatively, to contextualize molecular aggressiveness and guide hypothesis-driven discussions of neoadjuvant/adjuvant strategies. Because TNM labels can be workflow-dependent and noisy across centers, we adopt clinically interpretable binarizations (Tis/T1–2 vs. T3–4; N0 vs. N1–3; M0 vs. M1) to reduce label granularity-driven variance while preserving decision-relevant thresholds.
AttentioFuse is an interpretation-oriented mid-fusion framework with (i) omics-specific encoders to preserve modality-unique signals, (ii) a hierarchical attention stack (feature-, cross-omics-, fusion-level) that yields sample-wise modality weights and pathway contributions, and (iii) integrated explainability that reconciles local DeepSHAP gene attributions with global attention summaries into a consistent gene-to-pathway-to-omics evidence chain [21]. AttentioFuse is presented in two depth variants (3F and 5X); the five-layer AttentioFuse-5X emphasizes hierarchical interpretability under end-to-end fine-tuning without materially altering model ranking. By design, the architecture remains modular when some modalities are absent (Figure 1).
Compared with prior multi-omics predictors, AttentioFuse is designed to address three gaps simultaneously: (i) preserving modality-specific structure via masked omics encoders while enabling explicit cross-omics interaction modeling at a mid-fusion stage; (ii) producing a coherent gene-to-pathway evidence chain by combining gene-level attributions with pathway-aware aggregation under Reactome priors; and (iii) offering a dual-depth instantiation under identical priors, where 3F serves as the main benchmarking backbone and 5X increases hierarchical resolution for interpretation without aiming for performance gains.
Preview on LUSC and LUAD. In LUSC-only previews, AttentioFuse-3F attains ≈0.92 accuracy (ACC)/≈0.91 F1 on T-stage and ≈0.86/≈0.85 on N-stage without class balancing, exceeding early-fusion counterparts; M-stage saturates across models at ≈0.98. In LUAD-only previews, AttentioFuse-3F reaches ≈0.91/≈0.90 on T-stage and ≈0.86–0.87 on N-stage, while M-stage is near-ceiling (≈0.93–0.97). These trends persist with or without SMOTE—balancing shifts absolute numbers slightly but does not change relative ordering [22].
Our goal is mechanism-aware decision support under realistic constraints: deliver competitive discrimination and surface pathway-resolved rationales, as well as make explicit where priors, labels, and modality availability cap performance. Alongside discrimination, we report calibration and decision-analytic summaries to contextualize utility, and we quantify explanation stability.

2. Materials and Methods

2.1. Data Acquisition and Processing

The primary cohort was TCGA LUAD/LUSC, accessed via TCGAbiolinks (downloaded September 2024) [23]. mRNA expression matrices were processed by removing mitochondrial genes (MT-*) and applying log1p; gene-level CNV followed GISTIC2, with high-confidence events retained [24]. SNVs were derived from MAF-like inputs by excluding non-functional classes (silent/UTR/intron/IGR), applying a t_alt_count > 5 filter when available (otherwise skipped with logging), deduplicating sample–gene pairs, and pivoting to a binary sample × gene mutation matrix (any qualifying variant to 1). All omics were harmonized to 12-character TCGA short IDs with duplicate aliquots averaged.
Pathologic TNM labels were binarized into clinically interpretable groups—T (Tis/T1–2 vs. T3–4), N (N0 vs. N1–3), and M (M0 vs. M1) [25]—to reduce label-granularity-driven variance and mitigate workflow-related label noise while preserving clinically actionable decision thresholds. Clinical rows were deduplicated by patient identifier; TX/NX/MX and not reported were excluded. For each analysis we aligned patients by short-ID intersection across the required modalities and re-indexed matrices accordingly. To avoid leakage, normalization and fold-wise feature-mean imputation were fit on training folds and applied to validation/test portions using training statistics only. Class imbalance was probed via an optional borderline-SMOTE (Borderline Synthetic Minority Over-sampling Technique, Borderline-SMOTE) (k = 5, capped at ≤15% synthetic samples) applied within training folds; we report results with and without this option.
External evaluation was conducted as a portability feasibility check using publicly available resources under a modality-available protocol [26,27,28]. Because external resources may differ in assay pipelines and often provide only a subset of modalities, external experiments were restricted to the modalities available in each dataset and are interpreted as generalizability signals rather than head-to-head biological comparisons. Harmonization followed consistent steps: identifier standardization and gene-name cleaning (including removal of version suffixes where applicable), feature-space alignment by intersection to a shared gene set, and within-cohort preprocessing (numeric coercion, imputation of missing values where needed, and scaling). When preprocessing parameters were transferred, transformations were fitted using training data only and applied to held-out splits without accessing external labels.
Overall, these external analyses suggest that AttentioFuse can qualitatively transfer under modality-available settings, while performance is primarily constrained by domain shift and missing modalities rather than the fusion design itself; full external portability results are provided in Supplementary Material File S1.
We assembled TCGA LUAD and LUSC multi-omics cohorts by harmonizing patient identifiers (12-character TCGA short IDs) and retaining only patients present in all required modalities. This yielded 505 LUAD and 482 LUSC patients with tri-omics profiles (mRNA, CNV, and SNV). For each staging task, we then excluded cases with missing or unknown pathologic labels (TX/NX/MX or not reported) and applied the predefined binarizations (Tis/T1–2 vs. T3–4; N0 vs. N1–3; M0 vs. M1). As a result, the final label-available sample sizes were: LUAD—T: 503 (438/65), N: 494 (326/168), M: 366 (341/25); and LUSC—T: 407 (333/74), N: 400 (263/137), M: 334 (329/5). Counts are reported as class 0/class 1.

2.2. Model Design

AttentioFuse employs mask matrices derived from the Reactome database (v86) [29] to constrain layer connectivity. We instantiate two depth variants that share the same Reactome priors: a three-layer configuration (3F) used for main classification experiments, and a five-layer configuration (5X) used when deeper pathway hierarchy and interpretation are the focus. The 5X shares identical Reactome masks and yields comparable predictive accuracy but introduces extra depth and parameters primarily useful for hierarchical interpretation (Figure 2).

2.2.1. Omics-Specific Encoders

Each molecular modality is processed through dedicated pathways using masked linear layers:
h m ( + 1 ) = ϕ W m ( ) M ( ) h m ( ) + b m ( ) ,
where M ( ) denotes Reactome-derived binary masks, ⊙ is the Hadamard product, and ϕ ( · ) is LeakyReLU with α = 0.01 :
LeakyReLU ( x ) = x , x > 0 , α x , x 0 .
Intuitively, each masked layer propagates signals only along Reactome-supported gene–pathway links, so the model learns pathway-structured representations rather than unconstrained dense mappings.
Gene–pathway relationships from Reactome were encoded as binary mask matrices. During training, these masks were applied to W via Hadamard product, suppressing weights of Reactome-unsupported connections and enforcing the network to learn biologically supported gene–pathway relationships.

2.2.2. Cross-Omics Attention Fusion

The fusion module processes multi-omics embeddings (m modalities; e.g., m = 3 for TCGA: mRNA/CNV/SNV) through a hierarchical attention mechanism [30]. Each modality is encoded into a 29-dimensional pathway activation vector by the Reactome-guided encoders. The multimodal integration module employs attention to dynamically weigh cross-omics interactions:
Attn ( Q , K , V ) = softmax Q K d V ,
where Q , K , V are linear projections of the tri-omics embeddings and d is the pathway dimension for scaling.
Here, the attention weights quantify how strongly one omics embedding attends to another, enabling sample-specific cross-omics interaction modeling.
A two-layer neural gate g dynamically weights combined features:
g = σ W 2 GELU ( Gaussian Error Linear Unit ) W 1 z + b 1 + b 2 ,
where σ is the sigmoid function and z stacks modality-pathway features. This gate acts as a soft feature selector, amplifying informative fused components while down-weighting less relevant ones. The final fused embedding integrates gated features while preserving original modality characteristics through residual learning:
h fuse = W f ( g z ) + 1 m i = 1 m h i .
The residual term preserves the average modality signal, which stabilizes training and avoids over-reliance on a single omics layer.

2.2.3. Interpretation Methods

For a sample x and modality m, DeepSHAP yields gene-level attributions ϕ m , g ( x ) for each input gene g (signed contributions to the logit of the positive class). We define the global gene importance as
I m , g gene = 1 | D | x D ϕ m , g ( x ) .
We use the mean absolute attribution so that both positive and negative contributions are treated as evidence strength.
Let A g , p { 0 , 1 } denote Reactome membership (gene g belongs to pathway node p under the masked hierarchy). We aggregate gene attributions to modality-specific pathway scores:
S m , p ( x ) = g A g , p ϕ m , g ( x ) , I m , p path = 1 | D | x D S m , p ( x ) .
This step aggregates gene-level attributions to the pathway level according to Reactome membership, yielding pathway-resolved evidence within each modality.
From the fusion module we extract attention-derived modality weights α m ( x ) , normalized by m α m ( x ) = 1 . The integrated pathway importance is then
I p int = 1 | D | x D m α m ( x ) S m , p ( x ) .
This integrates pathway scores across modalities using attention-derived modality weights, producing a single cross-omics pathway importance.
To quantify explanation stability across K = 5 folds, we compute a fold-specific pathway-importance vector I ( k ) = { I p int , ( k ) } p and report average pairwise Spearman correlation:
Stability = 2 K ( K 1 ) 1 i < j K ρ s ( I ( i ) , I ( j ) ) .
A higher value indicates that the pathway ranking is more reproducible across cross-validation folds.
To increase confidence that attention-weighted explanations are not artefacts, we perform a label-permutation test: training on permuted labels should reduce predictive performance to near-chance and disrupt pathway rankings.
To quantify the additional pathway resolution enabled by the deeper masked hierarchy in AttentioFuse-5X, we summarize the attribution distribution over pathway nodes at each masked layer. Let { w i } denote the non-negative node importances for a given layer (aggregated across modalities when applicable) and p i = w i / j w j the normalized attribution mass. We report (i) the number of non-negligible nodes N τ = # { i : p i τ } with τ = 0.001 , and (ii) the effective number of contributing nodes N eff = exp i p i log p i . These structural metrics characterize how many pathway nodes are meaningfully resolved at deeper Reactome levels, independent of predictive performance.
These metrics summarize how many pathway nodes meaningfully carry attribution mass, providing a quantitative proxy for biological resolution.

2.3. Comparative Model Implementation

We implemented classical and neural baselines: logistic regression (L2) [31], LASSO [32], Elastic-Net [33], Gaussian Naive Bayes [34], random forest [35], XGBoost [36], and a multilayer perceptron (MLP). The MLP mirrors the hidden-layer configuration used in our models (three fully connected layers with 256 units, LeakyReLU α = 0.01 , 30% dropout).
All experiments were evaluated using stratified 5-fold cross-validation. To prevent data leakage, preprocessing (scaling and any fold-wise imputation) was fitted on the training split of each fold only and then applied to the corresponding validation split using training-fold statistics. When enabled, Borderline-SMOTE was applied within the training split only.
We did not perform data-driven hyperparameter optimization (e.g., grid/random search) for the reported benchmarks. Instead, each model was evaluated with a fixed, pre-specified configuration or standard library defaults where appropriate, kept constant across folds and tasks (Table 1). This design avoids optimistic bias introduced by tuning on validation data and enables direct comparability across models. Accordingly, performance is reported as mean ± SD across the five folds.

2.4. Model Training Protocol

Optimization uses AdamW (Adam with decoupled weight decay) [37] (initial learning rate 0.01) with linear warm-up and Reduce-on-Plateau scheduling (factor 0.5, patience 5). Global gradient-norm clipping (L2-norm = 1.0) mitigates gradient explosions. Early stopping halts training after 10 consecutive epochs without validation loss improvement. Implementation used an NVIDIA RTX 4090 GPU with batch size 128. All linear layers were initialized with Kaiming (He) initialization [38]. Both 3F and AttentioFuse-5X are trained end-to-end under the same protocol.

3. Results

3.1. Introductory Summary of Omics-Model Characteristics

TNM staging was primarily evaluated on SMOTE-balanced datasets with oversampling confined to training folds inside stratified 5-fold CV. Accuracy (ACC) and weighted F1-score (F1) were used as headline metrics. The 3F model served as the main predictive backbone, whereas the 5X configuration was reserved for hierarchical interpretation. Under the balanced protocol, 3F and 5X exhibited highly similar trends (Supplementary Material File S2).
Under SMOTE balancing, M-stage classification reached near-ceiling performance across models. The near-ceiling performance for M-stage (especially in LUSC) is consistent with strong class separability and/or limited label complexity under the adopted M0 vs. M1 binarization. In TCGA, M1 cases are comparatively rare, and oversampling within training folds can further simplify discrimination by amplifying a small set of highly predictive molecular signatures. As a result, multiple model families achieve similarly high ACC/F1 and M-stage becomes less informative for comparing model capacity. We therefore focus mechanistic interpretation primarily on T- and N-stages, where discrimination is more challenging and pathway-level explanations are more diagnostic. For T-stage and N-stage, AttentioFuse-3F consistently matched or outperformed neural baselines and tree/boosting methods (Table 2). To mitigate concerns about oversampling artefacts, 3F without SMOTE was also evaluated under the same CV protocol; observed changes were small and task-dependent, supporting the SMOTE-balanced ACC/F1 as primary readouts. All metrics are summarized as mean ± SD across folds to reflect variability and robustness.

3.2. Quantitative Comparison Between 3F and 5X

To support the positioning of AttentioFuse-5X as an interpretation-oriented variant, we compared 3F and 5X in predictive quality under the same task definitions. The 3F configuration is reported with 5-fold cross-validation (mean ± SD; Table 2) as our main benchmarking backbone. The 5X configuration was evaluated in a dedicated interpretability-oriented setting to verify that additional depth does not materially degrade discrimination, while enabling deeper pathway-level analyses. As summarized in Table 3, 5X achieves comparable F1-scores on both LUAD and LUSC across TNM endpoints, supporting its use primarily for hierarchical interpretation rather than performance gains.
Beyond predictive performance (Table 3), we quantified the biological resolution enabled by the additional masked hierarchy in AttentioFuse-5X using the pathway-node attribution distributions underlying the Sankey visualizations (Supplementary Material File S3). In the two deeper layers unique to 5X, the intermediate layer (Layer 3; 153 nodes) resolved 50–110 non-negligible pathway nodes across tasks, with N eff ranging from 11.30 to 85.97, while the top pathway layer (Layer 4; 29 nodes) retained 19–29 non-negligible nodes with N eff ranging from 4.54 to 11.27. These results support that 5X provides additional hierarchical pathway structure at deeper Reactome levels, whereas 3F cannot expose these levels by design.

3.3. Interpretability Analysis of LUAD and LUSC Staging Characteristics

Unless otherwise noted, interpretability analyses were conducted with the five-layer AttentioFuse-5X variant, while predictive benchmarking relied on the 3F configuration. Attention maps and Sankey diagrams were derived by aggregating DeepSHAP gene attributions with global attention weights across cross-validation folds; pathway-level scores were normalized within stage.

3.3.1. Validated Pathways and Novel Mechanisms in LUSC

The framework demonstrated robust alignment with canonical squamous carcinoma biology while proposing testable hypotheses for LUSC progression (Figure 3). Key validated mechanisms included Hippo–Notch signaling crosstalk (T-stage), PDGFR/VEGF-linked metalloregulation (N-stage) [39], and ERBB–HSP90 functional coupling (M-stage), consistent with established LUSC molecular programs and therapeutic targets.
Putative novel signals centered on developmental pathway reactivation [40] (including germ-layer formation programs) and microbiota-associated metastasis [41], with signatures suggestive of parasite-infection–mitochondrial crosstalk. An unexpected melanogenesis signal [42] may reflect ROS regulation beyond pigmentation. In addition, WDR5–FCGR epigenetic linkages implied macrophage polarization via histone modification [43], warranting experimental validation.
To quantify the pathway-level structure summarized in Figure 3, we analyzed the normalized attribution distribution over the top Reactome pathway layer (Layer 4; 29 nodes) that underlies the Sankey visualization (Supplementary Material File S3). In LUSC T-stage, the top five pathways account for 78.7% of the attribution mass (top-10: 93.6%), dominated by Hemostasis (22.3%), Signal Transduction (17.9%), and Cell Cycle (16.3%). In N-stage, the top five account for 71.9% (top-10: 89.3%), led by Digestion and Absorption (27.6%) and Hemostasis (20.9%). In M-stage, the top five account for 69.3% (top-10: 89.2%), with Developmental Biology (21.6%) and Circadian Clock (18.9%) among the dominant contributors. Consistently, the effective number of contributing pathways at Layer 4 remains non-trivial (T: N eff = 9.16 , N: 10.21 , M: 11.27 ), indicating a concentrated yet multi-module explanatory structure rather than diffuse, low-specificity attribution.

3.3.2. Validated Pathways and Novel Mechanisms in LUAD

For adenocarcinoma, the model recapitulated mTORC1-mediated metabolic control in T-stage [44] and AKT–VEGF-linked angiogenic coupling in M-stage [45], aligning with LUAD metabolic and vascular dependencies. Putative novel hypotheses included embryonic nonsense-mediated mRNA decay activation [46] potentially sustaining stemness, and leptin signaling [47] consistent with obesity-associated matrix remodeling.
Mitochondrial calcium–FASTK interactions [48] suggested ion-flux-regulated RNA stability as a metabolic plasticity mechanism. Metastatic programs further implicated non-canonical collagen–Hedgehog crosstalk [49] linking extracellular mechanics to post-translational regulation. Finally, tRNA-derived networks [50] supported a potential epigenetic–metastatic coupling axis, consistent with TIMP3-linked invasion control (Figure 4).
We similarly quantified the pathway-level attribution structure summarized in Figure 4 using the normalized Layer 4 distribution (29 nodes; Supplementary Material File S3). LUAD T-stage shows a highly concentrated profile, with the top five pathways explaining 96.1% of the mass (top-10: 97.9%), dominated by Developmental Biology (49.8%) and Extracellular Matrix Organization (21.1%). In contrast, LUAD N- and M-stages exhibit broader multi-module support: for N-stage, the top five pathways account for 73.0% (top-10: 88.8%), led by Metabolism (40.6%); for M-stage, the top five pathways account for 77.2% (top-10: 91.5%), with Developmental Biology (34.0%), Disease (16.4%), and Signal Transduction (13.4%) among the leading contributors. The corresponding effective numbers further reflect this stage dependence (T: N eff = 4.54 vs. N: 9.52 and M: 9.14 ), providing a quantitative basis for the differing degrees of pathway concentration observed in the Sankey summaries.

3.4. NSCLC Common Mechanisms and Personalized Therapeutic Implications

Analyses revealed conserved oncogenic circuitry across LUAD and LUSC while highlighting histology-specific vulnerabilities. The AKT/mTOR axis emerged as a pan-NSCLC regulator across stages. Notch signaling exhibited histology-divergent roles; γ -secretase inhibitors combined with anti-angiogenics may warrant hypothesis-driven evaluation. Shared extracellular matrix remodeling signatures suggested potential liquid biopsy correlates. These histology-specific differences are summarized in Table 4, while modality-specific attention contributions are reported in Table 5; the full cross-omics, feature-level, and fusion-layer attention analyses are provided in Supplementary Material Figure S1.

4. Discussion

AttentioFuse demonstrates that model transparency can be achieved without sacrificing predictive performance in NSCLC multi-omics analysis. With Reactome-constrained encoders and a hierarchical attention stack, attributions are read coherently across levels—genes, pathways, and modalities—using DeepSHAP-based gradients. The 3F variant remains the primary predictive backbone due to its favorable bias–variance trade-off, while the 5X variant provides deeper pathway resolution with similar discrimination.
Several limitations should be considered when interpreting the present findings. First, interpretability is bounded by pathway prior coverage and curation quality; signals outside Reactome annotations may be under-represented. Second, TNM labels are workflow-dependent and may contain noise; our binarized endpoints reduce granularity-driven variance but cannot eliminate label uncertainty. Third, cohort size and class imbalance (notably for M1) can lead to near-ceiling performance and reduces the value of M-stage for model comparison. Fourth, attention gates and linear masks mainly capture approximately linear interactions within each attention slice, potentially under-modeling higher-order effects when modalities are sparse or missing. Finally, external evaluations are feasibility checks under modality-available settings; domain shift across cohorts (assay pipelines, cohort composition, and missing modalities) limits direct comparability and motivates future prospective validation on clinically collected multi-omics biopsies with harmonized protocols.
Importantly, the proposed explanations are hypothesis-generating: they highlight associations consistent with pathway priors and model attributions but do not imply causal effects without experimental validation.
From a translational perspective, AttentioFuse is intended for pre-treatment settings where diagnostic biopsies can be profiled (e.g., targeted sequencing and transcriptomics) to complement imaging-based staging. The model output can serve as a decision-support signal to prioritize intensified staging work-up (e.g., additional imaging or nodal assessment), support multidisciplinary planning, and provide pathway-resolved hypotheses that may guide biomarker-focused discussion of neoadjuvant/adjuvant strategies. The framework is not a replacement for pathology; rather, it provides mechanism-linked risk stratification that can be audited and interpreted alongside clinical findings.

5. Conclusions

AttentioFuse provides an interpretable, Reactome-guided mid-fusion framework for multi-omics staging prediction in LUAD and LUSC. By combining pathway-masked encoders with hierarchical attention and DeepSHAP-based attribution, the framework links predictive signals to a coherent gene–pathway–modality evidence chain.
Across TCGA cohorts, AttentioFuse achieves competitive discrimination for T- and N-stage and near-ceiling performance for M-stage under a binarized endpoint definition. The dual-depth design enables practical trade-offs: the 3F configuration serves as a robust benchmarking backbone, whereas the 5X configuration increases hierarchical resolution for interpretation while maintaining comparable predictive quality.
Future work should focus on prospective validation in clinically collected biopsy cohorts with harmonized pipelines and on extending the modality-available protocol to broader real-world settings. Importantly, the reported pathway findings are hypothesis-generating and are intended to prioritize mechanistic follow-up rather than imply causal inference.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/cancers18050878/s1, Supplementary Material File S1: External portability analyses on ICGC and GTEx under the modality-available protocol; Supplementary Material File S2: Full benchmarking results for all evaluated models and modalities; Supplementary Material File S3: Feature-importance scores (gene and pathway levels); Supplementary Material Figure S1: Attention-contribution analyses (cross-omics, feature-level, fusion-layer components).

Author Contributions

Y.H. (Yuhang Huang) conducted the experiments, analyzed the data, and drafted the manuscript. F.Z. supervised the overall study, provided the research direction, guided the experimental design, and contributed to the critical revision of the manuscript. L.L. provided laboratory resources and funding, and offered significant intellectual input during the preparation and revision of the manuscript. L.Z. was responsible for the interpretation of clinical significance and pathway analysis. Y.H. (Yungang He) reviewed the manuscript, provided critical feedback on methodology and interpretation, and approved the final version for submission. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Key Research and Development Program of China (2024YFA1307702), and the Shanghai Science and Technology Innovation Action Plan in Computational Biology (24JS2840200).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The source code for the AttentioFuse framework is available on GitHub under the MIT license: https://github.com/YuHang-aw/Attentio_Fuse.git (accessed on 5 March 2026). Public LUAD and LUSC data from TCGA were accessed with TCGAbiolinks and are also available from the GDC portal https://portal.gdc.cancer.gov/ (accessed on 15 May 2025). The Reactome pathway database (v86) can be downloaded from https://reactome.org/download-data (accessed on 10 May 2025).

Acknowledgments

This work was supported by the Medical Science Data Center in Shanghai Medical College of Fudan University. We also thank all members of the Intelligent Medicine Institute for constructive feedback during the development of this project.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Alduais, Y. Non-small cell lung cancer (NSCLC): A review of risk factors, diagnosis, and treatment. Medicine 2023, 102, e32899. [Google Scholar] [CrossRef]
  2. Yates, J.; Van Allen, E.M. New horizons at the interface of artificial intelligence and translational cancer research. Cancer Cell 2025, 43, 708–727. [Google Scholar] [CrossRef]
  3. Lotter, W.; Hassett, M.; Schultz, N.; Kehl, K.; Van Allen, E.; Cerami, E. Artificial Intelligence in Oncology: Current Landscape, Challenges, and Future Directions. Cancer Discov. 2024, 14, 711–726. [Google Scholar] [CrossRef]
  4. Huang, D.; Li, Z.; Jiang, T.; Yang, C.; Li, N. Artificial intelligence in lung cancer: Current applications, future perspectives, and challenges. Front. Oncol. 2024, 14, 1486310. [Google Scholar] [CrossRef]
  5. Wysocka, M. A systematic review of biologically-informed deep learning models for cancer: Fundamental trends for encoding and interpreting oncology data. BMC Bioinform. 2023, 24, 198. [Google Scholar] [CrossRef]
  6. Elmarakeby, H.A.; Hwang, D.; Arafeh, R.; Crowdis, J.; Gang, S.; Liu, D.; AlDubayan, S.H.; Salari, K.; Kregel, S.; Richter, C.; et al. Biologically informed deep neural network for prostate cancer discovery. Nature 2021, 598, 348–352. [Google Scholar] [CrossRef]
  7. van Hilten, A.; Kushner, S.A.; Kayser, M.; Ikram, M.A.; Adams, H.H.H.; Klaver, C.C.W.; Niessen, W.J.; Roshchupkin, G.V. GenNet framework: Interpretable deep learning for predicting phenotypes from genetic data. Commun. Biol. 2021, 4, 1094. [Google Scholar] [CrossRef]
  8. Ghosh Roy, G.; Geard, N.; Verspoor, K.; He, S. MPVNN: Mutated Pathway Visible Neural Network architecture for interpretable prediction of cancer-specific survival risk. Bioinformatics 2022, 38, 5026–5032. [Google Scholar] [CrossRef]
  9. Huang, X.; Huang, K.; Johnson, T.; Radovich, M.; Zhang, J.; Ma, J.; Wang, Y. ParsVNN: Parsimony visible neural networks for uncovering cancer-specific and drug-sensitive genes and pathways. NAR Genom. Bioinform. 2021, 3, lqab097. [Google Scholar] [CrossRef]
  10. Hao, J.; Kim, Y.; Kim, T.-K.; Kang, M. PASNet: Pathway-associated sparse deep neural network for prognosis prediction from high-throughput data. BMC Bioinform. 2018, 19, 510. [Google Scholar] [CrossRef]
  11. Singh, A.; Shannon, C.P.; Gautier, B.; Rohart, F.; Vacher, M.; Tebbutt, S.J.; Lê Cao, K.A. DIABLO: An integrative approach for identifying key molecular drivers from multi-omics assays. Bioinformatics 2019, 35, 3055–3062. [Google Scholar] [CrossRef]
  12. Argelaguet, R.; Velten, B.; Arnol, D.; Dietrich, S.; Zenz, T.; Marioni, J.C.; Buettner, F.; Huber, W.; Stegle, O. Multi-Omics Factor Analysis—A framework for unsupervised integration of multi-omics data sets. Mol. Syst. Biol. 2018, 14, e8124. [Google Scholar] [CrossRef]
  13. Wang, B.; Mezlini, A.M.; Demir, F.; Fiume, M.; Tu, Z.; Brudno, M.; Haibe-Kains, B.; Goldenberg, A. Similarity network fusion for aggregating data types on a genomic scale. Nat. Methods 2014, 11, 333–337. [Google Scholar] [CrossRef]
  14. Liu, J.; Capurro, D.D.; Nguyen, A.; Verspoor, K. Attention-based multimodal fusion with contrast for robust clinical prediction in the face of missing modalities. J. Biomed. Inform. 2023, 145, 104466. [Google Scholar] [CrossRef]
  15. Beaude, A.; Augé, M.; Zehraoui, F.; Hanczar, B. CrossAttOmics: Multiomics data integration with cross-attention. Bioinformatics 2025, 41, btaf302. [Google Scholar] [CrossRef]
  16. Baião, A.R.; Cai, Z.; Poulos, R.C.; Robinson, P.J.; Reddel, R.R.; Zhong, Q.; Vinga, S.; Gonçalves, E. A technical review of multi-omics data integration methods: From classical statistical to deep generative approaches. Brief. Bioinform. 2025, 26, bbaf355. [Google Scholar] [CrossRef]
  17. Li, X.; Pan, B.; He, Y.; Wang, Z.; Tang, Y.; Zhang, Y.; Wang, L.; Han, J. Deep learning–driven multi-omics analysis: Enhancing cancer diagnostics and treatments. Brief. Bioinform. 2025, 26, bbaf440. [Google Scholar] [CrossRef]
  18. Ballard, J.L.; Wang, Z.; Li, W.; Shen, L.; Long, Q. Deep learning-based approaches for multi-omics data integration and analysis. BioData Min. 2024, 17, 38. [Google Scholar] [CrossRef]
  19. Toussaint, P.A.; Leiser, F.; Thiebes, S.; Schlesner, M.; Brors, B.; Sunyaev, A. Towards explainable artificial intelligence for omics data: A systematic mapping study. Brief. Bioinform. 2024, 25, bbad453. [Google Scholar] [CrossRef]
  20. Zhou, Q.; Madala, N.S.; Huang, C. Pathway-guided architectures for interpretable AI in biological research. Comput. Struct. Biotechnol. J. 2025, 27, 4779–4791. [Google Scholar] [CrossRef]
  21. Fernando, Z.T.; Singh, J.; Anand, A. A study on the interpretability of neural retrieval models using DeepSHAP. In Proceedings of the 42nd International ACM SIGIR Conference, Paris, France, 21–25 July 2019; ACM: New York, NY, USA, 2019. [Google Scholar]
  22. Han, H.; Wang, W.Y.; Mao, B.H. Borderline-SMOTE: A new over-sampling method in imbalanced data sets learning. In Advances in Intelligent Computing; Springer: Berlin/Heidelberg, Germany, 2005. [Google Scholar]
  23. Colaprico, A. TCGAbiolinks: An R/Bioconductor package for integrative analysis of TCGA data. Nucleic Acids Res. 2016, 44, e71. [Google Scholar] [CrossRef]
  24. Mermel, C.H. GISTIC2.0 facilitates sensitive and confident localization of the targets of focal somatic copy-number alteration in human cancers. Genome Biol. 2011, 12, R41. [Google Scholar] [CrossRef]
  25. Asamura, H. IASLC Lung Cancer Staging Project: The new database to inform revisions in the ninth edition of the TNM classification of lung cancer. J. Thorac. Oncol. 2023, 18, 564–575. [Google Scholar] [CrossRef]
  26. GTEx Consortium. The GTEx Consortium atlas of genetic regulatory effects across human tissues. Science 2020, 369, 1318–1330. [Google Scholar] [CrossRef]
  27. Zhang, J.; Baran, J.; Cros, A.; Guberman, J.M.; Haider, S.; Hsu, J.; Liang, Y.; Rivkin, E.; Wang, J.; Whitty, B.; et al. International Cancer Genome Consortium Data Portal—A one-stop shop for cancer genomics data. Database 2011, bar026. [Google Scholar] [CrossRef]
  28. PCAWG Consortium. Pan-cancer analysis of whole genomes. Nature 2020, 578, 82–93. [Google Scholar] [CrossRef]
  29. Croft, D. Reactome: A database of reactions, pathways and biological processes. Nucleic Acids Res. 2011, 39, D691–D697. [Google Scholar] [CrossRef]
  30. Vaswani, A. Attention is all you need. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2017. [Google Scholar]
  31. Fan, R.-E.; Chang, K.-W.; Hsieh, C.-J.; Wang, X.-R.; Lin, C.-J. LIBLINEAR: A library for large linear classification. J. Mach. Learn. Res. 2008, 9, 1871–1874. [Google Scholar]
  32. Tibshirani, R. Regression shrinkage and selection via the Lasso. J. R. Stat. Soc. Ser. B 1996, 58, 267–288. [Google Scholar] [CrossRef]
  33. Zou, H.; Hastie, T. Regularization and variable selection via the elastic net. J. R. Stat. Soc. Ser. B 2005, 67, 301–320. [Google Scholar] [CrossRef]
  34. Domingos, P.; Pazzani, M. On the optimality of the simple Bayesian classifier under zero-one loss. Mach. Learn. 1997, 29, 103–130. [Google Scholar] [CrossRef]
  35. Breiman, L. Random forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
  36. Chen, T.; Guestrin, C. XGBoost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; ACM: New York, NY, USA, 2016. [Google Scholar]
  37. Loshchilov, I.; Hutter, F. Decoupled weight decay regularization. arXiv 2017, arXiv:1711.05101. [Google Scholar]
  38. He, K.; Zhang, X.; Ren, S.; Sun, J. Delving deep into rectifiers: Surpassing human-level performance on ImageNet classification. In Proceedings of the 2015 IEEE International Conference on Computer Vision (ICCV), Santiago, Chile, 7–13 December 2015; IEEE: New York, NY, USA, 2015. [Google Scholar]
  39. Zou, X. Targeting the PDGF/PDGFR signaling pathway for cancer therapy: A review. Int. J. Biol. Macromol. 2022, 202, 539–557. [Google Scholar] [CrossRef]
  40. Raz, A.A.; Yamashita, Y.M. Rewinding the clock: Mechanisms of dedifferentiation. Curr. Opin. Genet. Dev. 2025, 93, 102353. [Google Scholar] [CrossRef]
  41. Ivleva, E.A.; Grivennikov, S.I. Microbiota-driven mechanisms at different stages of cancer development. Neoplasia 2022, 32, 100829. [Google Scholar] [CrossRef]
  42. D’Mello, S.A. Signaling pathways in melanogenesis. Int. J. Mol. Sci. 2016, 17, 1144. [Google Scholar] [CrossRef]
  43. Yang, S.R. Cigarette smoke induces proinflammatory cytokine release by activation of NF-κB and posttranslational modifications of histone deacetylase in macrophages. Am. J. Physiol. Lung Cell. Mol. Physiol. 2006, 291, L46–L57. [Google Scholar] [CrossRef]
  44. Odaka, Y. Dihydroartemisinin inhibits the mammalian target of rapamycin-mediated signaling pathways in tumor cells. Carcinogenesis 2014, 35, 192–200. [Google Scholar] [CrossRef]
  45. Cheng, J. The Caspase-3/PKCδ/Akt/VEGF-A signaling pathway mediates tumor repopulation during radiotherapy. Clin. Cancer Res. 2019, 25, 3732–3743. [Google Scholar] [CrossRef]
  46. Han, X. Nonsense-mediated mRNA decay: A nonsense pathway makes sense in stem cell biology. Nucleic Acids Res. 2018, 46, 1038–1051. [Google Scholar] [CrossRef]
  47. Martínez-Martínez, E. The potential role of leptin in the vascular remodeling associated with obesity. Int. J. Obes. 2014, 38, 1565–1572. [Google Scholar] [CrossRef]
  48. Garbincius, J.F.; Elrod, J.W. Mitochondrial calcium exchange in physiology and disease. Physiol. Rev. 2022, 102, 893–992. [Google Scholar] [CrossRef]
  49. Pritchard, J.E. Non-canonical Hedgehog signaling mediates profibrotic hematopoiesis-stroma crosstalk in myeloproliferative neoplasms. Cell Rep. 2024, 43, 113608. [Google Scholar] [CrossRef]
  50. Park, J. tRNA-derived small RNAs: Novel epigenetic regulators. Cancers 2020, 12, 2773. [Google Scholar] [CrossRef]
Figure 1. Architecture of the AttentioFuse framework. The framework processes multi-omics data (single-nucleotide variants (SNV), copy-number variation (CNV), and transcriptome) through individual sub-networks to preserve omics-specific patterns. These representations are fused at a mid-stage using a trainable attention layer, weighting each omics layer’s contribution. Interpretation combines DeepSHAP with global attention weights, providing feature-importance scores at gene/omics levels and attention contribution visualizations. A five-layer variant (AttentioFuse-5X) extends the masked hierarchy to deepen pathway granularity while retaining the same priors and fusion design.
Figure 1. Architecture of the AttentioFuse framework. The framework processes multi-omics data (single-nucleotide variants (SNV), copy-number variation (CNV), and transcriptome) through individual sub-networks to preserve omics-specific patterns. These representations are fused at a mid-stage using a trainable attention layer, weighting each omics layer’s contribution. Interpretation combines DeepSHAP with global attention weights, providing feature-importance scores at gene/omics levels and attention contribution visualizations. A five-layer variant (AttentioFuse-5X) extends the masked hierarchy to deepen pathway granularity while retaining the same priors and fusion design.
Cancers 18 00878 g001
Figure 2. AttentioFuse model architecture and interpretation methodology. (a) Node counts per masked layer for each omics-specific sub-network in the AttentioFuse-5X variant; AttentioFuse-3F follows the same Reactome-based hierarchy at reduced depth. (b) Mid-fusion stage, showing stacked omics representations, the fusion layer with attention mechanisms, and the interpretation workflow.
Figure 2. AttentioFuse model architecture and interpretation methodology. (a) Node counts per masked layer for each omics-specific sub-network in the AttentioFuse-5X variant; AttentioFuse-3F follows the same Reactome-based hierarchy at reduced depth. (b) Mid-fusion stage, showing stacked omics representations, the fusion layer with attention mechanisms, and the interpretation workflow.
Cancers 18 00878 g002
Figure 3. Sankey diagram visualization of key pathway contributions to TNM staging in LUSC. Nodes are colored by omics type: transcriptome (red), CNV (blue), and SNV (green). The diagram highlights validated mechanisms such as Hippo–Notch signaling (T-stage), PDGFR/VEGF-metalloregulation (N-stage), and ERBB–HSP90 coupling (M-stage), alongside putative novel findings including developmental pathway reactivation and microbiota-associated metastasis.
Figure 3. Sankey diagram visualization of key pathway contributions to TNM staging in LUSC. Nodes are colored by omics type: transcriptome (red), CNV (blue), and SNV (green). The diagram highlights validated mechanisms such as Hippo–Notch signaling (T-stage), PDGFR/VEGF-metalloregulation (N-stage), and ERBB–HSP90 coupling (M-stage), alongside putative novel findings including developmental pathway reactivation and microbiota-associated metastasis.
Cancers 18 00878 g003
Figure 4. Sankey diagram of validated and putative novel pathway contributions in LUAD. The diagram highlights validated mechanisms such as mTORC1-mediated metabolic control in T-stage and AKT–VEGF angiogenic coupling in M-stage, alongside additional pathway hypotheses including nonsense-mediated mRNA decay, leptin signaling, mitochondrial calcium programs, collagen–Hedgehog crosstalk, and tRNA-derived networks.
Figure 4. Sankey diagram of validated and putative novel pathway contributions in LUAD. The diagram highlights validated mechanisms such as mTORC1-mediated metabolic control in T-stage and AKT–VEGF angiogenic coupling in M-stage, alongside additional pathway hypotheses including nonsense-mediated mRNA decay, leptin signaling, mitochondrial calcium programs, collagen–Hedgehog crosstalk, and tRNA-derived networks.
Cancers 18 00878 g004aCancers 18 00878 g004b
Table 1. Fixed hyperparameter configurations used for model comparison. No data-driven hyperparameter optimization was performed.
Table 1. Fixed hyperparameter configurations used for model comparison. No data-driven hyperparameter optimization was performed.
ModelConfiguration (Fixed Across Folds/Tasks)
AttentioFuse (3F/5X)AdamW; initial lr = 0.01; batch size = 128; early stopping (patience = 10); gradient clipping (1.0); Reduce-on-Plateau (factor = 0.5, patience = 5); Kaiming initialization; LeakyReLU ( α = 0.01).
IntegratalNet/MLPSame cross-validation protocol; MLP with 3 hidden layers (256 units), LeakyReLU ( α = 0.01), dropout = 0.30.
LogReg (L2)Standard implementation with fixed regularization strength; stratified 5-fold CV.
LASSO/Elastic-NetStandard implementation with fixed regularization strength (and fixed l 1 ratio for Elastic-Net).
Random Forest/XGBoostStandard implementations with default settings.
GaussianNBDefault settings.
Table 2. Comparative performance of multi-model approaches in TNM staging prediction for LUAD and LUSC cohorts with Borderline-SMOTE. Values are reported as mean ± SD across 5 folds (ACC and weighted F1).
Table 2. Comparative performance of multi-model approaches in TNM staging prediction for LUAD and LUSC cohorts with Borderline-SMOTE. Values are reported as mean ± SD across 5 folds (ACC and weighted F1).
CohortStageIntegratalNetAttentioFuse-3FMLPLogRegXGBoostLASSOElastic-NetGNBRF
LUADTACC: 0.81 ± 0.06
F1: 0.80 ± 0.03
ACC: 0.89 ± 0.07
F1: 0.89 ± 0.08
ACC: 0.73 ± 0.17
F1: 0.73 ± 0.12
ACC: 0.59 ± 0.03
F1: 0.66 ± 0.03
ACC: 0.87 ± 0.01
F1: 0.81 ± 0.02
ACC: 0.68 ± 0.03
F1: 0.73 ± 0.03
ACC: 0.59 ± 0.04
F1: 0.66 ± 0.03
ACC: 0.87 ± 0.00
F1: 0.81 ± 0.00
ACC: 0.87 ± 0.01
F1: 0.82 ± 0.01
NACC: 0.56 ± 0.12
F1: 0.53 ± 0.19
ACC: 0.87 ± 0.15
F1: 0.87 ± 0.16
ACC: 0.55 ± 0.16
F1: 0.49 ± 0.17
ACC: 0.60 ± 0.05
F1: 0.61 ± 0.05
ACC: 0.66 ± 0.04
F1: 0.64 ± 0.04
ACC: 0.60 ± 0.05
F1: 0.61 ± 0.05
ACC: 0.60 ± 0.05
F1: 0.60 ± 0.05
ACC: 0.64 ± 0.02
F1: 0.53 ± 0.03
ACC: 0.70 ± 0.03
F1: 0.66 ± 0.03
MACC: 0.92 ± 0.01
F1: 0.89 ± 0.01
ACC: 0.94 ± 0.02
F1: 0.92 ± 0.03
ACC: 0.91 ± 0.01
F1: 0.89 ± 0.00
ACC: 0.60 ± 0.00
F1: 0.70 ± 0.00
ACC: 0.93 ± 0.00
F1: 0.90 ± 0.00
ACC: 0.74 ± 0.04
F1: 0.80 ± 0.02
ACC: 0.61 ± 0.02
F1: 0.70 ± 0.02
ACC: 0.93 ± 0.00
F1: 0.90 ± 0.00
ACC: 0.93 ± 0.00
F1: 0.90 ± 0.00
LUSCTACC: 0.74 ± 0.06
F1: 0.71 ± 0.03
ACC: 0.81 ± 0.11
F1: 0.82 ± 0.10
ACC: 0.72 ± 0.11
F1: 0.70 ± 0.07
ACC: 0.59 ± 0.03
F1: 0.64 ± 0.02
ACC: 0.79 ± 0.03
F1: 0.73 ± 0.04
ACC: 0.65 ± 0.03
F1: 0.68 ± 0.03
ACC: 0.59 ± 0.03
F1: 0.64 ± 0.02
ACC: 0.82 ± 0.00
F1: 0.74 ± 0.00
ACC: 0.82 ± 0.01
F1: 0.74 ± 0.00
NACC: 0.55 ± 0.11
F1: 0.50 ± 0.13
ACC: 0.78 ± 0.15
F1: 0.77 ± 0.16
ACC: 0.61 ± 0.03
F1: 0.60 ± 0.04
ACC: 0.58 ± 0.04
F1: 0.59 ± 0.05
ACC: 0.63 ± 0.04
F1: 0.60 ± 0.05
ACC: 0.60 ± 0.04
F1: 0.60 ± 0.04
ACC: 0.57 ± 0.04
F1: 0.57 ± 0.04
ACC: 0.65 ± 0.02
F1: 0.53 ± 0.03
ACC: 0.62 ± 0.03
F1: 0.57 ± 0.05
MACC: 0.98 ± 0.01
F1: 0.98 ± 0.00
ACC: 0.98 ± 0.01
F1: 0.98 ± 0.00
ACC: 0.98 ± 0.01
F1: 0.98 ± 0.00
ACC: 0.68 ± 0.00
F1: 0.80 ± 0.00
ACC: 0.99 ± 0.00
F1: 0.98 ± 0.00
ACC: 0.93 ± 0.02
F1: 0.95 ± 0.01
ACC: 0.71 ± 0.03
F1: 0.81 ± 0.02
ACC: 0.99 ± 0.00
F1: 0.98 ± 0.00
ACC: 0.99 ± 0.00
F1: 0.98 ± 0.00
Table 3. Quantitative comparison between AttentioFuse-3F and AttentioFuse-5X under the same stratified 5-fold CV protocol. Values are mean ± SD (ACC/F1).
Table 3. Quantitative comparison between AttentioFuse-3F and AttentioFuse-5X under the same stratified 5-fold CV protocol. Values are mean ± SD (ACC/F1).
CohortTaskVariantACC (Mean ± SD)F1 (Mean ± SD)
LUADT3F0.89 ± 0.070.89 ± 0.08
LUADT5X0.92 ± 0.040.95 ± 0.06
LUADN3F0.87 ± 0.150.87 ± 0.16
LUADN5X0.73 ± 0.160.76 ± 0.18
LUADM3F0.94 ± 0.020.92 ± 0.03
LUADM5X0.99 ± 0.000.99 ± 0.00
LUSCT3F0.81 ± 0.110.82 ± 0.10
LUSCT5X0.96 ± 0.020.93 ± 0.00
LUSCN3F0.78 ± 0.150.77 ± 0.16
LUSCN5X0.80 ± 0.150.80 ± 0.10
LUSCM3F0.98 ± 0.010.98 ± 0.00
LUSCM5X0.99 ± 0.001.00 ± 0.00
Table 4. Histology-specific divergences.
Table 4. Histology-specific divergences.
FeatureLUAD SignatureLUSC Signature
Driver alterationsEGFR/KRAS/ALK mutationsPIK3CA/SOX2 amplifications
Metabolic reprogrammingCPT1A-driven fatty acid oxidation dominanceHK2/PKM2-driven glycolytic flux amplification
Immune landscapeCD68-marked PD-L1+ TAM-enriched microenvironmentCD8A-marked CD8+ T-cell infiltrated microenvironment
Metastatic patternHematogenous (bone/brain) via AKT–VEGF angiogenesisLocoregional (mediastinum) via Hippo–Notch crosstalk
Table 5. Contribution scores across the three attention mechanisms within AttentioFuse-5X.
Table 5. Contribution scores across the three attention mechanisms within AttentioFuse-5X.
CohortModalityCross-OmicsFeature-LevelFusion-Layer
TNMTNMTNM
LUADSNV0.170.580.620.100.550.10352.441969.28363.14
CNV0.100.540.10356.301935.07367.40
Transcriptome0.100.540.10360.971963.64352.20
LUSCSNV0.160.190.210.120.120.12514.42509.82515.76
CNV0.120.120.12518.30512.27527.57
Transcriptome0.120.120.12521.04515.37517.99
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Huang, Y.; He, Y.; Zeng, L.; Liu, L.; Zhong, F. From Black Box to Biological Insight: AttentioFuse Unlocks Multi-Omics Dynamics in Lung Cancer. Cancers 2026, 18, 878. https://doi.org/10.3390/cancers18050878

AMA Style

Huang Y, He Y, Zeng L, Liu L, Zhong F. From Black Box to Biological Insight: AttentioFuse Unlocks Multi-Omics Dynamics in Lung Cancer. Cancers. 2026; 18(5):878. https://doi.org/10.3390/cancers18050878

Chicago/Turabian Style

Huang, Yuhang, Yungang He, Liyan Zeng, Lei Liu, and Fan Zhong. 2026. "From Black Box to Biological Insight: AttentioFuse Unlocks Multi-Omics Dynamics in Lung Cancer" Cancers 18, no. 5: 878. https://doi.org/10.3390/cancers18050878

APA Style

Huang, Y., He, Y., Zeng, L., Liu, L., & Zhong, F. (2026). From Black Box to Biological Insight: AttentioFuse Unlocks Multi-Omics Dynamics in Lung Cancer. Cancers, 18(5), 878. https://doi.org/10.3390/cancers18050878

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop