MIST: Multimodal Survival Prediction with Genomic-Guided Histology Attention
Summary
MIST introduces a novel multimodal approach for survival prediction in oncology by using genomic-guided histology attention, showing improved performance across multiple external datasets.
View Cached Full Text
Cached at: 09/21/26, 09:33 AM
# MIST: Multimodal Survival Prediction with Genomic-Guided Histology Attention Source: [https://arxiv.org/html/2609.21811](https://arxiv.org/html/2609.21811) Muhammet Sami YavuzAffiliation:AI for Image\-Guided Diagnosis and Therapy, School of Medicine and Health, Technical University of Munich \(TUM\), Munich, GermanyAffiliation:Munich Center for Machine Learning \(MCML\), Munich, GermanyRichard R\. ChenAffiliation:University of California, Irvine, Irvine, CA, USAJana Lipkova\*Affiliation:Department of Pathology, School of Medicine, and Department of Biomedical Engineering, School of Engineering, University of California, Irvine, Irvine, CA, USA \*Shared senior authorship E\-mail[sami\.yavuz@tum\.de](mailto:[email protected])Benedikt Wiestler\*Affiliation:AI for Image\-Guided Diagnosis and Therapy, School of Medicine and Health, Technical University of Munich \(TUM\), Munich, GermanyAffiliation:Munich Center for Machine Learning \(MCML\), Munich, Germany###### Abstract Multimodal survival models can combine complementary prognostic information from whole\-slide images and genomic profiles, but effective fusion remains challenging amid external cohort shift and computational complexity\. To address these challenges, we propose*MIST*,multimodalsurvival prediction with genomic\-guided histology attention\. MIST represents genomic features as tokens and allows them to query compact foundation\-model\-derived histology context tokens before survival prediction\. This design enriches molecular information with histology context rather than merging separately encoded modalities only at the final stage\. Training combines discrete\-time survival prediction with genomic feature masking, WSI dropout, and paired WSI–genomics contrastive alignment\. Across four external evaluations in colon, renal, lung, and glioblastoma cohorts, MIST improves external C\-index over standard fusion baselines in the primary comparisons\. These results support genomic\-guided histology attention as a compact and effective strategy for multimodal oncology outcome prediction\. Our code is available at[https://github\.com/samiyavuuz/MIST](https://github.com/samiyavuuz/MIST)\. ###### Keywords: Survival prediction Multimodal fusion Whole slide images Genomics Cross\-Attention ## 1Introduction Survival prediction from multimodal cancer data combines complementary prognostic information from whole\-slide histopathology images \(WSIs\) and molecular profiles that may not be visible from either modality alone\[[2](https://arxiv.org/html/2609.21811#bib.bib1),[3](https://arxiv.org/html/2609.21811#bib.bib2)\]\. Early histology–genomics models were limited by the cost of relating patch\-level image features to high\-dimensional molecular measurements, but pathology foundation models such as TITAN, GIGAPATH, and TANGLE\[[4](https://arxiv.org/html/2609.21811#bib.bib5),[14](https://arxiv.org/html/2609.21811#bib.bib6),[7](https://arxiv.org/html/2609.21811#bib.bib7)\]now provide compact slide\-level representations that make WSI/genomics fusion practical across cohorts\. External outcome prediction remains challenging, however, because models trained on TCGA\-like cohorts must generalize to independent institutions with different patient populations, tissue preparation, slide availability, and molecular assay designs\. Existing multimodal survival methods demonstrate the value of histology–genomics fusion but usually define interactions over modality\-level embeddings, coarse omic groups, or predefined pathways\. PathOmic\[[1](https://arxiv.org/html/2609.21811#bib.bib4)\]uses Kronecker\-product fusion of histology graph and genomic features; MCAT\[[2](https://arxiv.org/html/2609.21811#bib.bib1)\]introduces co\-attention between genomic categories and WSI patch tokens; PORPOISE\[[3](https://arxiv.org/html/2609.21811#bib.bib2)\]scales pan\-cancer histology–genomics fusion; and SurvPath\[[8](https://arxiv.org/html/2609.21811#bib.bib3)\]models dense pathway–histology interactions\. These designs can limit how individually observed genomic features modulate histology integration for a given patient\. This matters clinically because the prognostic relevance of morphology may depend on molecular context, and the available genomic evidence can vary across cohorts\. We present*MIST*, a genomic\-guided multimodal survival architecture for joint WSI/genomics outcome prediction\. Unlike late\-fusion and symmetric co\-attention baselines, MIST uses observed genomic feature tokens as queries over compact histology context tokens derived from the TITAN foundation model\. Thus, histology contributes through molecularly conditioned interactions before patient\-level survival prediction\. Variable\-rate genomic masking and WSI dropout regularize training, and paired WSI–genomics InfoNCE alignment encourages matched molecular and histology representations to agree\. We evaluate MIST across four distinct cancer types with varying molecular assays: colon adenocarcinoma, kidney renal clear cell carcinoma, lung squamous cell carcinoma, and glioblastoma\. Our contributions are: 1. 1\.A genomic\-guided histology attention module that integrates WSI context into the genomic token sequence through feature\-level cross\-attention\. 2. 2\.A multimodal survival training framework combining discrete\-time survival prediction with paired WSI–genomics InfoNCE alignment\. 3. 3\.An external evaluation showing that MIST improves survival prediction over standard fusion baselines in various oncology cohorts\. ## 2Method MIST is a multimodal survival model for fusing molecular data with WSI representations\. It builds on a missingness\-aware genomics\-only transformer\[[15](https://arxiv.org/html/2609.21811#bib.bib14)\], with histology\-enriched genomic features as a core element \(Fig\.[1](https://arxiv.org/html/2609.21811#S2.F1)\)\. Let𝐱∈ℝd\\mathbf\{x\}\\in\\mathbb\{R\}^\{d\}denote the genomic feature vector for a patient\. Each genomic feature is embedded independently as aDD\-dimensional token using a self\-normalizing network \(SNN\)\[[10](https://arxiv.org/html/2609.21811#bib.bib9)\], implemented as a linear layer followed by SELU activation and AlphaDropout\. We setD=128D=128in all experiments, yielding𝐄∈ℝd×D\\mathbf\{E\}\\in\\mathbb\{R\}^\{d\\times D\}as the resulting genomic token sequence\. Let𝒮=\{sℓ\}ℓ=1L\\mathcal\{S\}=\\\{s\_\{\\ell\}\\\}\_\{\\ell=1\}^\{L\}denote the set of available WSIs for a patient\. To incorporate histology information, we use a WSI encoderϕWSI\\phi\_\{\\mathrm\{WSI\}\}to map each slidesℓs\_\{\\ell\}to a slide\-level representation𝐡ℓ=ϕWSI\(sℓ\)∈ℝ768\\mathbf\{h\}\_\{\\ell\}=\\phi\_\{\\mathrm\{WSI\}\}\(s\_\{\\ell\}\)\\in\\mathbb\{R\}^\{768\}\. In this work,ϕWSI\\phi\_\{\\mathrm\{WSI\}\}is instantiated with TITAN\[[4](https://arxiv.org/html/2609.21811#bib.bib5)\]\. When multiple WSIs are available for a patient, we average their embeddings to obtain a patient\-level WSI representation𝐡=1L∑ℓ=1L𝐡ℓ\\mathbf\{h\}=\\frac\{1\}\{L\}\\sum\_\{\\ell=1\}^\{L\}\\mathbf\{h\}\_\{\\ell\}\. Since TITAN, a slide\-level foundation model, is trained to emphasize tumor and tumor\-adjacent morphology, each𝐡ℓ\\mathbf\{h\}\_\{\\ell\}already concentrates tumor\-relevant content, and averaging across slides reinforces this shared signal while damping slide\-specific noise\. We use lightweight projection layers to map𝐡\\mathbf\{h\}intoNctx=4N\_\{\\mathrm\{ctx\}\}=4compact histology context tokens𝐂∈ℝNctx×D\\mathbf\{C\}\\in\\mathbb\{R\}^\{N\_\{\\mathrm\{ctx\}\}\\times D\}and a global WSI summary token𝐰∈ℝD\\mathbf\{w\}\\in\\mathbb\{R\}^\{D\}\. Both the context\-token projection and the summary token𝐰\\mathbf\{w\}are obtained using a single linear layer\. Using multiple tokens provides a small learned dictionary of histology components over which different genomic features can place different attention weights\. We setNctx=4N\_\{\\mathrm\{ctx\}\}=4as a compact bottleneck that permits feature\-specific interactions while keeping the number of fusion parameters and the computational cost small\. This choice also matches the attention head count inherited from the SHIFT genomics\-only backbone\[[15](https://arxiv.org/html/2609.21811#bib.bib14)\], keeping the histology context consistent in scale with the rest of the architecture rather than introducing an independently tuned hyperparameter\. MIST uses genome\-guided cross\-attention to enrich the genomic token sequence prior to the transformer encoder\. Specifically, genomic tokens serve as queries, while the histology context tokens serve as keys and values: 𝐄hist=MultiHeadAttn\(𝐄,𝐂,𝐂\)\.\\mathbf\{E\}^\{\\mathrm\{hist\}\}=\\mathrm\{MultiHeadAttn\}\(\\mathbf\{E\},\\mathbf\{C\},\\mathbf\{C\}\)\.\(1\)This yields histology\-enriched genomic tokens𝐄hist∈ℝd×D\\mathbf\{E\}^\{\\mathrm\{hist\}\}\\in\\mathbb\{R\}^\{d\\times D\}, allowing each genomic feature token to attend to and be enriched by compact slide\-level context\. For patientii, the full transformer input is formed as𝐙i=\[CLS,𝐰i,𝐄ihist\]\\mathbf\{Z\}\_\{i\}=\[\\texttt\{CLS\},\\mathbf\{w\}\_\{i\},\\mathbf\{E\}^\{\\mathrm\{hist\}\}\_\{i\}\]\. The\[CLS\]token aggregates the final patient representation,𝐰i\\mathbf\{w\}\_\{i\}provides a global WSI summary, and𝐄ihist\\mathbf\{E\}^\{\\mathrm\{hist\}\}\_\{i\}carries feature\-level genomic evidence enriched by histology context\. This sequence is processed by a two\-layer transformer encoder with four attention heads\. Let𝐠i=T\(𝐙i\)0\\mathbf\{g\}\_\{i\}=T\(\\mathbf\{Z\}\_\{i\}\)\_\{0\}denote the final\[CLS\]output, which is passed through a SELU\-activated linear projection with dropout \(D→256D\{\\to\}256\) to obtain𝐠~i\\tilde\{\\mathbf\{g\}\}\_\{i\}\. The survival head produces𝐲^i=𝐖o𝐠~i\+𝐛o\\hat\{\\mathbf\{y\}\}\_\{i\}=\\mathbf\{W\}\_\{o\}\\tilde\{\\mathbf\{g\}\}\_\{i\}\+\\mathbf\{b\}\_\{o\}, which is converted into discrete survival hazard probabilities overK=4K=4time intervals using the discrete\-time negative log\-likelihood \(NLL, see Sec\.[2\.2](https://arxiv.org/html/2609.21811#S2.SS2)\) loss\[[16](https://arxiv.org/html/2609.21811#bib.bib8)\]\. ### 2\.1Training\-Time Regularization MIST uses two training\-time regularization mechanisms to improve robustness to incomplete inputs\.First, we apply variable\-rate masking \(VRM\) to regularize genomic encoding and reduce overfitting to dominant genomic features\. Natural genomic missingness is represented by the original availability mask, while VRM introduces an additional stochastic training\-time mask over observed features\. For each patient and epoch, exact\-kkVRM sampleski∼Uniform\{0,…,⌊f⋅d⌋\}k\_\{i\}\\sim\\mathrm\{Uniform\}\\\{0,\\ldots,\\lfloor f\\cdot d\\rfloor\\\}observed genomic feature positions and masks them in addition to naturally missing features \(we setf=0\.5f=0\.5\)\. Second, we apply WSI dropout to regularize histology enrichment and reduce overfitting to dominant WSIs\. With probabilitypwsi=0\.3p\_\{\\text\{wsi\}\}=0\.3, input WSI representations, i\.e\., TITAN embeddings, are omitted during training\. Dropped WSIs bypass histology enrichment, and their corresponding WSI summary tokens are masked in the transformer input\. Thus, VRM targets feature\-level genomic missingness, while WSI dropout acts as a slide\-level regularizer\. Missing inputs are handled through binary availability masks throughout the architecture\. Naturally absent genomic features and VRM\-selected features are excluded from transformer self\-attention\. Similarly, when no WSI is available for a patient, or when a WSI representation is omitted by WSI dropout, genome\-guided histology attention is skipped, the WSI summary token is masked in the transformer input, and the model proceeds using the remaining available tokens\. ### 2\.2Survival Objective and Alignment Loss We model survival in discrete time, following the same formulation as in\[[15](https://arxiv.org/html/2609.21811#bib.bib14)\]\. For each training fold, continuous survival times are partitioned intoK=4K=4intervals using quartiles of uncensored event times\. For each intervalj∈\{0,…,K−1\}j\\in\\\{0,\\ldots,K\-1\\\}, the network outputs a logity^j\\hat\{y\}\_\{j\}, which is converted into a hazard probabilityh^j=σ\(y^j\)\\hat\{h\}\_\{j\}=\\sigma\(\\hat\{y\}\_\{j\}\)\. The predicted survival probability through intervaljjis Sj=∏m=0j\(1−h^m\),S−1=1\.S\_\{j\}=\\prod\_\{m=0\}^\{j\}\(1\-\\hat\{h\}\_\{m\}\),\\qquad S\_\{\-1\}=1\.\(2\) The discrete\-time survival loss is formulated using one censored term and two event terms to capture the negative log\-likelihood of the observed data\. For C\-index computation, we use the scalar risk scorer=−∑j=0K−1Sjr=\-\\sum\_\{j=0\}^\{K\-1\}S\_\{j\}\. MIST also uses a symmetric InfoNCE alignment loss\[[12](https://arxiv.org/html/2609.21811#bib.bib10)\]to align the survival representation with the paired WSI representation\. Let𝐠i\\mathbf\{g\}\_\{i\}denote the final survival\[CLS\]representation for patientii, and let𝐡i\\mathbf\{h\}\_\{i\}denote the corresponding TITAN WSI embedding\. Two MLP projection heads,qgq\_\{g\}andqwq\_\{w\}, each implemented as Linear–GELU–Linear, map these vectors into a sharedDD\-dimensional contrastive space and produce normalized embeddings𝐳ig=qg\(𝐠i\)/∥qg\(𝐠i\)∥2\\mathbf\{z\}^\{g\}\_\{i\}=q\_\{g\}\(\\mathbf\{g\}\_\{i\}\)/\\lVert q\_\{g\}\(\\mathbf\{g\}\_\{i\}\)\\rVert\_\{2\}and𝐳iw=qw\(𝐡i\)/∥qw\(𝐡i\)∥2\\mathbf\{z\}^\{w\}\_\{i\}=q\_\{w\}\(\\mathbf\{h\}\_\{i\}\)/\\lVert q\_\{w\}\(\\mathbf\{h\}\_\{i\}\)\\rVert\_\{2\}\. For a minibatch subset ofNNpatients with paired genomic and WSI inputs, we compute the temperature\-scaled similarity matrixAij=\(\(𝐳ig\)⊤𝐳jw\)/τA\_\{ij\}=\(\(\\mathbf\{z\}^\{g\}\_\{i\}\)^\{\\top\}\\mathbf\{z\}^\{w\}\_\{j\}\)/\\tau, wherei,j∈1,…,Ni,j\\in\{1,\\ldots,N\}, andτ\\tauis the InfoNCE temperature\. The diagonal entries correspond to matched WSI\-genomics pairs from the same patient, while off\-diagonal entries are in\-batch negatives: ℒInfoNCE=12\[1N∑i=1N−logexp\(Aii\)∑j=1Nexp\(Aij\)\+1N∑i=1N−logexp\(Aii\)∑j=1Nexp\(Aji\)\]\.\\mathcal\{L\}\_\{\\mathrm\{InfoNCE\}\}=\\frac\{1\}\{2\}\\left\[\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}\-\\log\\frac\{\\exp\(A\_\{ii\}\)\}\{\\sum\_\{j=1\}^\{N\}\\exp\(A\_\{ij\}\)\}\+\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}\-\\log\\frac\{\\exp\(A\_\{ii\}\)\}\{\\sum\_\{j=1\}^\{N\}\\exp\(A\_\{ji\}\)\}\\right\]\.\(3\)This loss is computed only when at least two minibatch samples have both genomic and WSI inputs\. The final training objective is ℒ=ℒNLL\+ℒInfoNCE,τ=0\.07\.\\mathcal\{L\}=\\mathcal\{L\}\_\{\\mathrm\{NLL\}\}\+\\mathcal\{L\}\_\{\\mathrm\{InfoNCE\}\},\\qquad\\tau=0\.07\.\(4\) Figure 1:Overview of MIST\.\(1 \- Top\)Genomic features and WSI are separately embedded, and genomic tokens are cross\-attention\-enriched into𝐄hist\\mathbf\{E\}^\{\\mathrm\{hist\}\}\.\(3 \- Bottom\)From a multimodal input sequence, aCLStoken is generated through a Transformer encoder, and used for survival prediction\.\(2 \- Middle\)Training\-only: contrastive alignment of theCLStoken and histology embedding\. Solid arrows: training/inference forward path\. Dashed modules: training\-only operations\. ## 3Experiments ### 3\.1Datasets We evaluate MIST across four histomorphologically distinct cancer types with various molecular assays: colon adenocarcinoma \(COAD\), kidney renal clear cell carcinoma \(KIRC\), lung squamous cell carcinoma \(LUSC\), and glioblastoma \(GBM\)\. TCGA cohorts are used for model development, while CPTAC\[[5](https://arxiv.org/html/2609.21811#bib.bib12)\]and independent institutional cases serve as held\-out external tests\. TITAN slide\-level features are precomputed for all WSIs\. We preserve cancer\-specific genomic feature spaces from LinkedOmics multi\-omics\[[13](https://arxiv.org/html/2609.21811#bib.bib11)\]rather than imposing a pan\-cancer intersection\. The available molecular data span mutations and copy number variation \(CNV\) profiles\. Across cohorts, TCGA and external cases are aligned by gene symbol and case identifier, and unmeasured values remain NaNs rather than being imputed, so all models learn from observed genomic evidence and patient\-level TITAN WSI embeddings\. Full dataset statistics, modality availability, and genomic feature spaces are summarized in Table[1](https://arxiv.org/html/2609.21811#S3.T1)\. Genomic feature curation:For COAD, we use 143 recurrently mutated genes, selected as those mutated in at least 10% of COAD\-TCGA samples, together with the 500 genes with the highest variance in GISTIC2 thresholded CNV calls across COAD\-TCGA samples\. All features are restricted to genes shared between the TCGA and CPTAC cohorts\. Among COAD\-TCGA patients, 5 are mutation\-only, and 81 are CNV\-only, whereas all COAD\-CPTAC patients have both\. Notably, COAD\-CPTAC has a high censoring rate of 93\.1%, corresponding to approximately seven observed events; results on this cohort should therefore be interpreted with caution\. KIRC has 920 matched KIRC\-TCGA and KIRC\-CPTAC gene\-level copy\-number log2ratio features\. CNVs are selected using a 10% CNV\-frequency threshold, restricted to genes shared between TCGA and CPTAC\. GBM\-TCGA and GBM\-GERMAN include IDH1 mutation status and 35 clinically relevant CNV features, including 1p/19q codeletion\. These genes were selected based on genes predefined in the conumee R package\[[6](https://arxiv.org/html/2609.21811#bib.bib15)\]and enriched with additional CNV alterations described in\[[11](https://arxiv.org/html/2609.21811#bib.bib16)\]\. LUSC\-TCGA has 197 recurrently mutated genes, whereas LUSC\-US contains only 22, with the remaining genes missing\. For all cancers, we apply z\-score normalization to all genomic features, using the mean and standard deviation computed from the training data\. ### 3\.2Baselines and Evaluation Protocol All fusion baselines use the same missingness\-aware genomic backbone, TITAN embeddings, discrete survival loss, VRM setting, and WSI dropout probability as MIST; they differ only in the fusion operator\. Missing genomic features remain NaNs and are excluded by the shared backbone mask, while missing WSI is represented by a zero TITAN vector\. InfoNCE alignment is used only by MIST\. Concat\[[3](https://arxiv.org/html/2609.21811#bib.bib2)\]projects the TITAN embedding to the CLS dimension with a linear\-ReLU layer, concatenates it with the genomic\[CLS\]token, and uses a two\-layer MLP survival head \(512→256→K512\{\\to\}256\{\\to\}K, dropout 0\.25\)\.Bilinearadapts PORPOISE gated outer\-product fusion\[[3](https://arxiv.org/html/2609.21811#bib.bib2)\]: each modality is sigmoid\-gated using both embeddings, and the outer product of the gated vectors is compressed to 256 dimensions before survival prediction\.Co\-Attnimplements MCAT\-style bidirectional co\-attention\[[2](https://arxiv.org/html/2609.21811#bib.bib1)\], with the genomic\[CLS\]token attending to the projected TITAN embedding and the TITAN embedding attending to the genomic\[CLS\]token; the two enriched outputs are concatenated before a two\-layer MLP survival head\.Mask\-aware variantsdistinguish true modality absence from zero\-valued embeddings\. Mask\-aware concat appends binary genomics\- and WSI\-presence indicators to the fused representation; mask\-aware bilinear uses bilinear fusion only when both modalities are present and unimodal/default heads otherwise; mask\-aware co\-attention appends the same indicators and skips co\-attention when either modality is absent\. In addition to the fusion baselines, we include unimodal baselines\.Genomics\-onlyandWSI\-onlyanalyze only one modality at a time with no fusion operator to isolate the advantage of modality fusion\. To this end, we chose configurations similar to fusion baselines:Genomics\-onlypasses the genomic\[CLS\]token through a two\-layer survival head of the same shape asConcat’s genomic branch \(256→256→K256\{\\to\}256\{\\to\}K, dropout 0\.25\)\. It uses the same missingness\-aware genomic backbone and VRM feature masking\.WSI\-onlyprojects the TITAN embedding through the same Linear–ReLU layer and survival\-head shape asConcat’s WSI branch\. All models are trained on TCGA with stratified 5\-fold cross\-validation and evaluated on external cohorts\. We use Adam\[[9](https://arxiv.org/html/2609.21811#bib.bib13)\]with learning rate5×10−45\\times 10^\{\-4\}, weight decay10−510^\{\-5\}, batch size 16, up to 200 epochs, and early stopping based on validation loss \(survival NLL plusℓ1\\ell\_\{1\}weight regularization\)\. Table 1:TCGA development and external test cohorts for multimodal survival evaluation\.Slidescounts WSIs, allowing multiple slides per patient;Paired,WSI\-only, andGen\-onlydenote modality availability; Cens\. % is the censored fraction\. The final row is the paired GBM control restricted to paired multimodal cases\.CancerGenomic Type\#FeatTraining \(TCGA, train \+ val\)External Test CohortPatientsSlidesPairedWSI\-onlyGen\-onlyCens\. %CohortPatientsSlidesPairedWSI\-onlyGen\-onlyCens\. %COAD143 Mut \+ 500 CNV6434234294230078\.0%CPTAC1012141010093\.1%GBM1 Mut \+ 35 CNV3653285827611214420\.1%German1321321320068\.9%KIRC920 CNV9204884934880065\.8%CPTAC94319940077\.7%LUSC197 Mut1974654994650057\.6%US1021021020046\.1%Matched\-cohort control \(WSI\+genomics required for all patients\)GBM \(paired\)1 Mut \+ 35 CNV362766432760014\.1%German1321321320068\.9% ## 4Results ### 4\.1MIST Outperforms Established Baselines Across Cancer Types and Molecular Arrays Table[2](https://arxiv.org/html/2609.21811#S4.T2)compares MIST with standard fusion operators under identical training and feature settings\. In the four primary external evaluations, MIST achieves the highest C\-index and tAUC across all cohorts\. The strongest gains appear in cohorts where external generalization and molecular heterogeneity are most challenging\. On COAD\-CPTAC, MIST improves C\-index by 9\.3% relative to the best non\-MIST comparator and improves tAUC by 9\.6%\. In LUSC\-US, where the external mutation panel is compositionally sparser than the TCGA source panel, MIST improves C\-index by 7\.1% over the best baseline and tAUC by 8\.6%\. These results suggest that conditioning histology integration on observed genomic features improves external risk ranking beyond late fusion, bilinear fusion, and symmetric co\-attention\. Importantly, the unimodal baselines highlight the value of modality fusion in MIST: across all four primary external evaluations, MIST outperforms both the Genomics\-only and WSI\-only models\. This advantage is particularly pronounced over Genomics\-only, which hovers near chance level \(C\-index and tAUC≈0\.50\\approx 0\.50\) in every cohort, suggesting that fusing histology context into the genomic tokens is what allows the model to learn a transferable risk representation\. The paired GBM\-German control in Table[2](https://arxiv.org/html/2609.21811#S4.T2)corresponds to the final row of Table[1](https://arxiv.org/html/2609.21811#S3.T1)\. For this control, all preprocessing steps, including survival\-bin construction, are recomputed using only patients with both WSI and genomic measurements; MIST and all fusion baselines are then retrained with the primary optimization settings Crucially, restricting the cohort to fully paired cases not only reduces the available training data from 532 to 276 patients but also eliminates the modality\-level heterogeneity that MIST’s genomic\-guided histology attention, VRM, and WSI dropout were specifically designed to leverage\. Rather than indicating a fundamental limitation, MIST’s performance relative to symmetric co\-attention on this subset underscores its specialized design paradigm: MIST trades marginal performance gains on small, artificially complete datasets for robust, superior generalization on inherently incomplete, real\-world cohorts\. Table 2:Held\-out external test performance for MIST and fusion/unimodal baselines\. Each cell reports C\-index \| tAUC asmean±std\\text\{mean\}\_\{\\pm\\text\{std\}\}across five folds\. Both metrics are higher\-is\-better\. “\-M” denotes the mask\-aware version of the corresponding fusion baseline\. ### 4\.2MIST Produces Prognostically Relevant Risk Separation We next assessed whether ensemble\-averaged MIST risk scores separate external patients into prognostic groups\. Table[3](https://arxiv.org/html/2609.21811#S4.T3)reports patient\-level C\-index, bootstrap confidence intervals, and Kaplan–Meier log\-rank tests\. The clearest risk\-stratification signal is observed in KIRC\-CPTAC, where median\-risk groups separate significantly by log\-rank test \(Fig\.[2](https://arxiv.org/html/2609.21811#S4.F2), left\)\. LUSC\-US shows a trend toward separation \(Fig\.[2](https://arxiv.org/html/2609.21811#S4.F2), right\), consistent with the main external ranking result in the most structurally incomplete molecular setting\. Several cohorts have moderate patient\-level C\-indices but non\-significant log\-rank tests, particularly where event counts are small, underscoring that risk\-separation tests are more sensitive to cohort size and censoring than fold\-wise ranking metrics\. These analyses support the prognostic relevance of MIST scores but are complementary to the fold\-wise C\-index comparisons rather than definitive clinical stratification\. Table 3:MIST risk stratification on external cohorts\. Fold\-averaged risk scores yield a patient\-level C\-index \(bootstrap 95% CI\) and a median\-split log\-rank test, distinct from the fold\-wise comparison in Table[2](https://arxiv.org/html/2609.21811#S4.T2)\.Figure 2:Kaplan–Meier curves from MIST risk stratification\. Patients are dichotomized at the median averaged risk across the five\-fold\-trained models\.\(a\)KIRC\-CPTAC shows significant separation \(p=0\.0098p=0\.0098\), while\(b\)LUSC\-US shows trend\-level separation \(p=0\.0636p=0\.0636\) in the cohort with the strongest structural genomic feature mismatch\. ### 4\.3Ablations Support Genomic\-Guided Histology Attention and Alignment Finally, we ablated key components of MIST on KIRC\-CPTAC and LUSC\-US, two cohorts with clear external signal in the main evaluation \(see Table[4](https://arxiv.org/html/2609.21811#S4.T4)\)\. Each ablation removes one component while keeping the same training and evaluation protocol: genomic\-guided histology attention, the InfoNCE alignment term, variable\-rate genomic masking \(VRM\), or WSI dropout\. The ablations identify the genomic\-guided histology path and InfoNCE alignment as the most important contributors\. Removing histology attention decreases C\-index by 15\.3% on KIRC\-CPTAC and 7\.2% on LUSC\-US, while removing InfoNCE decreases C\-index by 10\.5% and 13\.5%, respectively\. WSI dropout has a smaller effect: it modestly improves KIRC\-CPTAC robustness, but has little impact on LUSC\-US\. VRM is similarly cohort\-dependent, with minimal effect on KIRC\-CPTAC and a slight decrease relative to the no\-VRM variant on LUSC\-US\. Overall, these results support MIST’s central design: observed genomic features should guide histology integration, and paired WSI–genomics alignment helps stabilize the learned multimodal representation\. Table 4:Component ablations on selected external cohorts, reported as C\-index with standard deviation as a subscript across five folds\. Higher is better\. ## 5Discussion and Conclusion In summary, MIST provides a compact strategy for WSI/genomics survival prediction in which observed genomic evidence guides the integration of histology context\. Across multiple external oncology cohorts, this genomic\-guided attention mechanism improves C\-index and tAUC over standard fusion baselines\. It also demonstrates clear gains in shifted or in the most systematically incomplete settings, such as COAD\-CPTAC, GBM\-German, KIRC\-CPTAC, and LUSC\-US\. The ablation results suggest that MIST’s performance arises from complementary mechanisms that promote biologically meaningful fusion and robustness under cohort shift\. First, the histology\-enriched genomic tokens allow each observed genomic feature to retrieve the morphological context most relevant to it, rather than compressing both modalities independently and combining them only at the patient level\. Second, the InfoNCE objective explicitly encourages the learned survival representation to remain consistent with the matched WSI while distinguishing it from other patients’ histology\. We speculate that this patient\-level alignment discourages modality\-specific shortcuts and stabilizes the shared representation across assay and institutional differences, consistent with the pronounced performance loss when InfoNCE was removed \(Table[4](https://arxiv.org/html/2609.21811#S4.T4)\)\. Finally, VRM exposes the model to varying subsets of genomic observations during training\[[15](https://arxiv.org/html/2609.21811#bib.bib14)\]\. This discourages reliance on a small number of dominant features and encourages the model to distribute evidence across the available genomic and histological inputs, which may be particularly valuable when external cohorts use incomplete or compositionally different molecular panels\. Collectively, these findings suggest that MIST benefits not from fusion alone, but from combining feature\-specific histology conditioning, cross\-modal representation alignment, and robustness to variable genomic availability\. While these performance gains highlight MIST’s strengths, the current study is limited by modest external cohort sizes and the exclusion of standard clinical covariates\. Future research will address these constraints by integrating explicit patient metadata into the model and incorporating imputation\-based baselines\. Overall, MIST provides a compact and effective approach for using genomic evidence to guide histology integration in multimodal cancer survival prediction\. ## References - \[1\]R\. J\. Chen, M\. Y\. Lu, J\. Wang, D\. F\. K\. Williamson, S\. J\. Rodig, N\. I\. Lindeman, and F\. Mahmood\(2022\)Pathomic fusion: an integrated framework for fusing histopathology and genomic features for cancer diagnosis and prognosis\.IEEE Transactions on Medical Imaging41\(4\),pp\. 757–770\.External Links:[Document](https://dx.doi.org/10.1109/TMI.2020.3021387)Cited by:[§1](https://arxiv.org/html/2609.21811#S1.p2.1)\. - \[2\]R\. J\. Chen, M\. Y\. Lu, W\. Weng, T\. Y\. Chen, D\. F\. K\. Williamson, T\. Manz, M\. Shady, and F\. Mahmood\(2021\)Multimodal co\-attention transformer for survival prediction in gigapixel whole slide images\.InProceedings of the IEEE/CVF International Conference on Computer Vision,pp\. 4015–4025\.External Links:[Document](https://dx.doi.org/10.1109/ICCV48922.2021.00398)Cited by:[§1](https://arxiv.org/html/2609.21811#S1.p1.1),[§1](https://arxiv.org/html/2609.21811#S1.p2.1),[§3\.2](https://arxiv.org/html/2609.21811#S3.SS2.p2.1)\. - \[3\]R\. J\. Chen, M\. Y\. Lu, D\. F\. K\. Williamson, T\. Y\. Chen, J\. Lipkova, Z\. Noor, M\. Shaban, M\. Shady, M\. Williams, B\. Joo, and F\. Mahmood\(2022\)Pan\-cancer integrative histology\-genomic analysis via multimodal deep learning\.Cancer Cell40\(8\),pp\. 865–878\.e6\.External Links:[Document](https://dx.doi.org/10.1016/j.ccell.2022.07.004)Cited by:[§1](https://arxiv.org/html/2609.21811#S1.p1.1),[§1](https://arxiv.org/html/2609.21811#S1.p2.1),[§3\.2](https://arxiv.org/html/2609.21811#S3.SS2.p2.1)\. - \[4\]T\. Ding, S\. J\. Wagner, A\. H\. Song, R\. J\. Chen, M\. Y\. Lu, A\. Zhang, A\. J\. Vaidya, G\. Jaume, M\. Shaban, A\. Kim, D\. F\. K\. Williamson,et al\.\(2025\)A multimodal whole\-slide foundation model for pathology\.Nature Medicine31\(11\),pp\. 3749–3761\.External Links:[Document](https://dx.doi.org/10.1038/s41591-025-03982-3)Cited by:[§1](https://arxiv.org/html/2609.21811#S1.p1.1),[§2](https://arxiv.org/html/2609.21811#S2.p3.1)\. - \[5\]N\. J\. Edwards, M\. Oberti, R\. R\. Thangudu, S\. Cai, P\. B\. McGarvey, S\. Jacob, S\. Madhavan, and K\. A\. Ketchum\(2015\)The CPTAC data portal: a resource for cancer proteomics research\.Journal of Proteome Research14\(6\),pp\. 2707–2713\.External Links:[Document](https://dx.doi.org/10.1021/pr501254j)Cited by:[§3\.1](https://arxiv.org/html/2609.21811#S3.SS1.p1.1)\. - \[6\]V\. Hovestadt and M\. ZapatkaConumee: enhanced copy\-number variation analysis using illumina dna methylation arrays\.Division of Molecular Genetics, German Cancer Research Center \(DKFZ\), Heidelberg, Germany\.Note:R package version 1\.9\.0External Links:[Link](https://bioconductor.org/packages/conumee/)Cited by:[§3\.1](https://arxiv.org/html/2609.21811#S3.SS1.p2.1)\. - \[7\]G\. Jaume, L\. Oldenburg, A\. Vaidya, R\. J\. Chen, D\. F\. Williamson, T\. Peeters, A\. H\. Song, and F\. Mahmood\(2024\)Transcriptomics\-guided slide representation learning in computational pathology\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 9632–9644\.Cited by:[§1](https://arxiv.org/html/2609.21811#S1.p1.1)\. - \[8\]G\. Jaume, A\. Vaidya, R\. J\. Chen, D\. F\. Williamson, P\. Liang, and F\. Mahmood\(2024\)Modeling dense multimodal interactions between biological pathways and histology for survival prediction\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,External Links:[Document](https://dx.doi.org/10.1109/CVPR52733.2024.01100)Cited by:[§1](https://arxiv.org/html/2609.21811#S1.p2.1)\. - \[9\]D\. P\. Kingma and J\. Ba\(2014\)Adam: a method for stochastic optimization\.arXiv preprint arXiv:1412\.6980\.Cited by:[§3\.2](https://arxiv.org/html/2609.21811#S3.SS2.p4.1)\. - \[10\]G\. Klambauer, T\. Unterthiner, A\. Mayr, and S\. Hochreiter\(2017\)Self\-normalizing neural networks\.InAdvances in Neural Information Processing Systems,Vol\.30\.Cited by:[§2](https://arxiv.org/html/2609.21811#S2.p2.1)\. - \[11\]M\. Touat, A\. Idbaih, M\. Sanson, and K\. Ligon\(2017\)Glioblastoma targeted therapy: updated approaches from recent biological insights\.Annals of Oncology28\(7\),pp\. 1457–1472\.Cited by:[§3\.1](https://arxiv.org/html/2609.21811#S3.SS1.p2.1)\. - \[12\]A\. van den Oord, Y\. Li, and O\. Vinyals\(2018\)Representation learning with contrastive predictive coding\.arXiv preprint arXiv:1807\.03748\.Cited by:[§2\.2](https://arxiv.org/html/2609.21811#S2.SS2.p3.1)\. - \[13\]S\. V\. Vasaikar, P\. Straub, J\. Wang, and B\. Zhang\(2018\)LinkedOmics: analyzing multi\-omics data within and across 32 cancer types\.Nucleic Acids Research46\(D1\),pp\. D956–D963\.External Links:[Document](https://dx.doi.org/10.1093/nar/gkx1090)Cited by:[§3\.1](https://arxiv.org/html/2609.21811#S3.SS1.p1.1)\. - \[14\]H\. Xu, N\. Usuyama, J\. Bagga, S\. Zhang, R\. Rao, T\. Naumann, C\. Wong, Z\. Gero, J\. González, Y\. Gu, Y\. Xu, M\. Wei, W\. Wang, S\. Ma, F\. Wei, J\. Yang, C\. Li, J\. Gao, J\. Rosemon, T\. Bower, S\. Lee, R\. Weerasinghe, B\. J\. Wright, A\. Robicsek, B\. Piening, C\. Bifulco, S\. Wang, and H\. Poon\(2024\)A whole\-slide foundation model for digital pathology from real\-world data\.Nature\.Cited by:[§1](https://arxiv.org/html/2609.21811#S1.p1.1)\. - \[15\]M\. S\. Yavuz, A\. C\. Erdur, S\. M\. Kahya, B\. Wiestler, and J\. Lipkova\(2026\)SHIFT: survival prediction from incomplete and heterogeneous genomic data\.External Links:2607\.07725,[Link](https://arxiv.org/abs/2607.07725)Cited by:[§2\.2](https://arxiv.org/html/2609.21811#S2.SS2.p1.1),[§2](https://arxiv.org/html/2609.21811#S2.p1.1),[§2](https://arxiv.org/html/2609.21811#S2.p4.1),[§5](https://arxiv.org/html/2609.21811#S5.p1.1)\. - \[16\]S\. G\. Zadeh and M\. Schmid\(2021\)Bias in cross\-entropy\-based training of deep survival networks\.IEEE Transactions on Pattern Analysis and Machine Intelligence43\(9\),pp\. 3126–3137\.External Links:[Document](https://dx.doi.org/10.1109/TPAMI.2020.2979450)Cited by:[§2](https://arxiv.org/html/2609.21811#S2.p6.1)\.
Similar Articles
MultiSigBERT: Beyond Survival Analysis through Multimodal and Sequential Modeling in Oncology
MultiSigBERT is a novel multimodal framework for survival analysis in oncology that uses path signature transforms to integrate electronic health record data for improved risk prediction.
AdaSurvMamba: Dynamic Fusion and Semantic Scanning for Multimodal Survival Analysis
Introduces AdaSurvMamba, an adaptive framework for multimodal survival analysis that uses a dual-scale importance-aware reconstruction module and semantic aggregation scanning to improve integration of whole slide images and genomic profiles, achieving consistent gains across five TCGA cohorts.
SHIFT: Survival Prediction from Incomplete and Heterogeneous Genomic Data
SHIFT is a missingness-aware survival model that uses masked self-attention to predict from incomplete genomic inputs without test-time imputation, showing strong generalization across cohorts in glioblastoma and lung squamous cell carcinoma.
LUNG-KGMM: Knowledge-Guided Multimodal Learning for Lung Cancer Incidence Prediction
The paper proposes LUNG-KGMM, a knowledge-guided multimodal framework for predicting lung cancer incidence by integrating EHR, radiology data, and clinical guidelines, demonstrating superior performance on the MIMIC dataset and real-world validation.
Multi-Modal Machine Learning for Breast Cancer Recurrence Prediction
This paper examines the integration of multi-modal clinical data, including treatment records, pathology reports, and clinician notes, using rule-based extraction and machine learning to improve breast cancer recurrence prediction compared to single-modal approaches.