AdaSurvMamba: Dynamic Fusion and Semantic Scanning for Multimodal Survival Analysis
Summary
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.
View Cached Full Text
Cached at: 07/21/26, 06:48 AM
# AdaSurvMamba: Dynamic Fusion and Semantic Scanning for Multimodal Survival Analysis
Source: [https://arxiv.org/html/2607.16260](https://arxiv.org/html/2607.16260)
11institutetext:Dalian University of Technology22institutetext:University of Alberta33institutetext:Yale University
33email:yrpiao@dlut\.edu\.cn, miaozhang@dlut\.edu\.cnTingwei LiuBaokun YueJingjing LiYongri Piao\(🖂\)Miao Zhang\(🖂\)Leiye LiuJiahong JiangWei JiHuchuan Lu
###### Abstract
Multimodal survival analysis utilizing whole slide images \(WSIs\) and genomic profiles is fundamental for cancer prognosis\. Recently, state\-space models like Mamba have emerged as powerful tools for sequence modeling\. However, translating this success to complex multimodal tasks is hindered by two critical limitations\. First, conventional fusion strategies assume a static multimodal interaction strength, ignoring the fluctuating diagnostic importance of each modality across different patients and local regions\. Second, the standard Mamba architecture processes tokens along predefined physical paths\. This rigid scanning disrupts the semantic continuity of spatially scattered medical features and exacerbates long\-range decay\. To address these challenges, we introduce AdaSurvMamba as a novel adaptive framework for multimodal survival analysis\. The framework features a Dual\-Scale Importance\-Aware Reconstruction \(DSIR\) module to dynamically modulate cross\-modal interaction strength\. It evaluates diagnostic importance at both the sequence and token levels to reconstruct the input representations\. Furthermore, we propose a Semantic Aggregation Scanning \(SAS\) module to overcome contextual fragmentation\. The SAS module dynamically reorganizes discrete tokens into semantically continuous sequences via a shared prototype pool\. It explicitly modulates the state transition step size using global modality context and semantic priors to adaptively control the information absorption rate\. Experiments across five TCGA cohorts demonstrate consistent gains over existing methods\. Code is available at[https://github\.com/zjlGO/AdaSurvMamba](https://github.com/zjlGO/AdaSurvMamba)\.
## 1Introduction
Deep learning has greatly advanced WSI analysis in computational pathology\[[28](https://arxiv.org/html/2607.16260#bib.bib27),[26](https://arxiv.org/html/2607.16260#bib.bib28)\]\. Survival analysis is a fundamental task in cancer prognosis and treatment planning\[[20](https://arxiv.org/html/2607.16260#bib.bib1)\]\. Accurate prediction requires a comprehensive understanding of the tumor, which further motivates the use of multimodal data in clinical decision\-making\. Specifically, Whole Slide Images \(WSIs\) reveal detailed tumor morphology, while genomic profiles provide critical insights into molecular alterations\. These two modalities offer distinct yet highly complementary prognostic clues\[[19](https://arxiv.org/html/2607.16260#bib.bib2),[21](https://arxiv.org/html/2607.16260#bib.bib3)\]\. Consequently, multimodal deep learning approaches that integrate WSIs and genomics have recently achieved remarkable success in survival prediction\[[3](https://arxiv.org/html/2607.16260#bib.bib13),[7](https://arxiv.org/html/2607.16260#bib.bib14),[4](https://arxiv.org/html/2607.16260#bib.bib5)\]\.
Many early approaches in this field rely on late fusion to integrate these diverse features\[[2](https://arxiv.org/html/2607.16260#bib.bib4),[4](https://arxiv.org/html/2607.16260#bib.bib5)\]\. While effective to some extent, these strategies often fail to capture critical cross\-modal synergies\. Recent methods have attempted to address this limitation by introducing attention mechanisms or hybrid supervision to better align pathological and genomic features\[[3](https://arxiv.org/html/2607.16260#bib.bib13),[7](https://arxiv.org/html/2607.16260#bib.bib14),[8](https://arxiv.org/html/2607.16260#bib.bib16),[17](https://arxiv.org/html/2607.16260#bib.bib17)\]\. In parallel, the Mamba architecture has achieved notable success in sequence modeling tasks, such as whole slide image classification\[[24](https://arxiv.org/html/2607.16260#bib.bib6),[12](https://arxiv.org/html/2607.16260#bib.bib7),[25](https://arxiv.org/html/2607.16260#bib.bib29),[27](https://arxiv.org/html/2607.16260#bib.bib30)\]\. This success has inspired initial attempts to apply Mamba to multimodal survival analysis, leading to frameworks like SurvMamba\[[5](https://arxiv.org/html/2607.16260#bib.bib8)\]and ME\-Mamba\[[23](https://arxiv.org/html/2607.16260#bib.bib9)\]\. Unlike prior survival models using fixed cross\-modal interactions or predefined scans, DSIR learns patient\- and token\-level modality relevance, while SAS performs semantic reordering before scanning\. This also differs from visual Mamba variants that mainly redesign spatial scan paths for regular images, as our design targets sparse WSI regions and unordered genomic features\.
Another challenge is the disruption of semantic continuity during the scanning process\. Standard Mamba models process features along predefined scanning paths\. However, the specific arrangement of input tokens profoundly impacts the sequence modeling performance\[[11](https://arxiv.org/html/2607.16260#bib.bib11),[16](https://arxiv.org/html/2607.16260#bib.bib12)\]\. In WSIs, biologically related tissue patches often scatter across distant locations\. Genomic features also lack a natural sequential order\. Processing these inputs in a fixed order forces semantically connected elements to be far apart in the sequence\. Since Mamba suffers from long\-range decay\[[9](https://arxiv.org/html/2607.16260#bib.bib10)\], this forced distance prevents effective interactions and causes severe semantic fragmentation\. Consequently, how to gather these discrete features into semantically connected sequences remains a critical problem to address\.
To address these challenges, we propose AdaSurvMamba, a novel adaptive framework for multimodal survival analysis\. It dynamically controls feature interactions and maintains semantic continuity\. The framework contains a Dual\-Scale Importance\-Aware Reconstruction \(DSIR\) module and a Semantic Aggregation Scanning \(SAS\) module\. The DSIR module overcomes the rigidity of existing fusion methods\. It evaluates diagnostic importance at both the sequence and token levels to rebuild the input representations\. This reconstruction directly regulates the multimodal interaction strength\. It allows the model to focus on the most critical prognostic signals\. Building upon this, the SAS module overcomes the issue of semantic fragmentation\. It further reorganizes the rebuilt features into semantically continuous scanning sequences\. This keeps related tokens connected during the state transition process and avoids the drawbacks of predefined scanning paths\. Together, the DSIR and SAS modules enable AdaSurvMamba to flexibly integrate features and capture robust context\. Extensive experiments on multiple public datasets validate the effectiveness of our framework\.
## 2Method
Figure[1](https://arxiv.org/html/2607.16260#S2.F1)illustrates the overall architecture of AdaSurvMamba\. The framework processes WSI patches and genomic profiles\. A frozen foundation model encodes WSI patches, while a learnable SNN maps six functional groups derived from RNA\-seq, CNV, and mutation data into six tokens𝐗g∈ℝ6×D\\mathbf\{X\}\_\{g\}\\in\\mathbb\{R\}^\{6\\times D\}\. The Dual\-Scale Importance\-Aware Reconstruction \(DSIR\) module then computes global and local importance weights to dynamically adjust these multimodal features\. Next, the Semantic Aggregation Scanning \(SAS\) module reorganizes the adjusted tokens into semantically coherent sequences for state space modeling\. Finally, the network aggregates the enhanced representations to predict patient survival\.
Figure 1:Overview of the proposed AdaSurvMamba framework\. For visual clarity, the detailed computational flow within the DSIR and SAS modules is primarily illustrated using the pathology \(WSI\) branch, while the genomic branch follows a symmetric processing paradigm\.### 2\.1Preliminaries
Mamba formulates sequence modeling through structured state space models \(SSMs\)\. The continuous dynamics map an inputx\(t\)x\(t\)to outputy\(t\)y\(t\)via a hidden stateh\(t\)h\(t\):
h′\(t\)=𝐀h\(t\)\+𝐁x\(t\),y\(t\)=𝐂h\(t\)\+𝐃x\(t\),h^\{\\prime\}\(t\)=\\mathbf\{A\}h\(t\)\+\\mathbf\{B\}x\(t\),\\quad y\(t\)=\\mathbf\{C\}h\(t\)\+\\mathbf\{D\}x\(t\),\(1\)where𝐀\\mathbf\{A\},𝐁\\mathbf\{B\},𝐂\\mathbf\{C\}, and𝐃\\mathbf\{D\}are learnable matrices\. Discretization converts this process into a recurrent form:
ht=𝐀¯ht−1\+𝐁¯xt\.h\_\{t\}=\\mathbf\{\\bar\{A\}\}h\_\{t\-1\}\+\\mathbf\{\\bar\{B\}\}x\_\{t\}\.\(2\)The key innovation lies in its selectivity mechanism\. The parameters𝐁\\mathbf\{B\},𝐂\\mathbf\{C\}, and the timescaleΔ\\Deltabecome input\-dependent functions\. This allows the model to selectively retain or forget information during state transitions\. However, this recurrent process strictly follows the predefined physical order of input tokens\. Such rigidity prevents effective modeling of long\-range dependencies in multimodal medical data\.
### 2\.2Dual\-Scale Importance\-Aware Reconstruction
Existing fusion methods apply static interaction weights across all samples\. This overlooks the fact that modality importance varies both across patients and within local feature pairs\. The DSIR module addresses this by dynamically reconstructing features at two complementary scales\.
Cross\-modal context extraction\.We establish early interactions between pathological tokens𝐗p∈ℝN×D\\mathbf\{X\}\_\{p\}\\in\\mathbb\{R\}^\{N\\times D\}and genomic tokens𝐗g∈ℝM×D\\mathbf\{X\}\_\{g\}\\in\\mathbb\{R\}^\{M\\times D\}\. To avoid the heavy computational burden of standard cross\-attention, we employ an efficient co\-attention mechanism\. It calculates a joint affinity matrix from the linearly projected modalities to derive attention vectors, which then explicitly modulate the original tokens\. This produces context\-aware features𝐂p∈ℝN×D\\mathbf\{C\}\_\{p\}\\in\\mathbb\{R\}^\{N\\times D\}and𝐂g∈ℝM×D\\mathbf\{C\}\_\{g\}\\in\\mathbb\{R\}^\{M\\times D\}, effectively bridging the initial semantic gap with minimal overhead\.
Global importance evaluation\.The dominant prognostic modality often differs across patients\. We quantify this macroscopic preference through a global confidence router\. Global average pooling condenses𝐗p\\mathbf\{X\}\_\{p\}and𝐗g\\mathbf\{X\}\_\{g\}into vectors𝐯p,𝐯g∈ℝD\\mathbf\{v\}\_\{p\},\\mathbf\{v\}\_\{g\}\\in\\mathbb\{R\}^\{D\}\. A multi\-layer perceptron processes their concatenation to produce sequence\-level importance weights𝐰p,𝐰g∈ℝD\\mathbf\{w\}\_\{p\},\\mathbf\{w\}\_\{g\}\\in\\mathbb\{R\}^\{D\}\. These weights reflect the overall contribution of each modality for the current patient\.
Local feature modulation\.Even after global adjustment, the importance of individual token pairs still varies\. We model this microscopic variation through a local fusion network\. Taking the pathological branch as an example, the network processes the concatenated tensor\[𝐗p,𝐂g\]\[\\mathbf\{X\}\_\{p\},\\mathbf\{C\}\_\{g\}\]to produce initial gate logits𝐋p∈ℝN×2×D\\mathbf\{L\}\_\{p\}\\in\\mathbb\{R\}^\{N\\times 2\\times D\}\. We then inject the global importance weights to obtain the final gating signals:
𝐋~p\[:,0,:\]=𝐋p\[:,0,:\]\+𝐰p,𝐋~p\[:,1,:\]=𝐋p\[:,1,:\]\+𝐰g\.\\tilde\{\\mathbf\{L\}\}\_\{p\}\[:,0,:\]=\\mathbf\{L\}\_\{p\}\[:,0,:\]\+\\mathbf\{w\}\_\{p\},\\quad\\tilde\{\\mathbf\{L\}\}\_\{p\}\[:,1,:\]=\\mathbf\{L\}\_\{p\}\[:,1,:\]\+\\mathbf\{w\}\_\{g\}\.\(3\)A softmax operation applied along the modality dimension yields the dynamic gates𝐆raw\\mathbf\{G\}\_\{raw\}and𝐆ctx\\mathbf\{G\}\_\{ctx\}\. The reconstructed pathological representation becomes:
𝐗^p=𝐗p⊙𝐆raw\+𝐂g⊙𝐆ctx\.\\hat\{\\mathbf\{X\}\}\_\{p\}=\\mathbf\{X\}\_\{p\}\\odot\\mathbf\{G\}\_\{raw\}\+\\mathbf\{C\}\_\{g\}\\odot\\mathbf\{G\}\_\{ctx\}\.\(4\)The genomic branch undergoes a symmetric process to produce𝐗^g∈ℝM×D\\hat\{\\mathbf\{X\}\}\_\{g\}\\in\\mathbb\{R\}^\{M\\times D\}\. This dual\-scale strategy amplifies critical signals before they enter the SSM\.
### 2\.3Semantic Aggregation Scanning
Standard Mamba processes tokens along fixed physical paths\. This disrupts the semantic continuity of medical features that are spatially scattered in the original data\. The SAS module solves this by dynamically reorganizing tokens and modulating state transitions based on semantic content\.
Semantic prototype construction\.Pathology and genomics have distinct information structures\. We build a shared prototype pool𝐄shared∈ℝr×dp\\mathbf\{E\}\_\{shared\}\\in\\mathbb\{R\}^\{r\\times d\_\{p\}\}to map both modalities into a unified semantic space\. Hererris the rank for semantic decoupling anddpd\_\{p\}is the prototype dimension\. For modalitym∈\{p,g\}m\\in\\\{p,g\\\}, we learn a coefficient matrix𝐐m∈ℝTm×r\\mathbf\{Q\}\_\{m\}\\in\\mathbb\{R\}^\{T\_\{m\}\\times r\}to extract modality\-specific prototypes:
𝐏m=𝐐m𝐄shared∈ℝTm×dp,\\mathbf\{P\}\_\{m\}=\\mathbf\{Q\}\_\{m\}\\mathbf\{E\}\_\{shared\}\\in\\mathbb\{R\}^\{T\_\{m\}\\times d\_\{p\}\},\(5\)whereTmT\_\{m\}is the number of prototypes for that modality\. This design captures modal specifics while enforcing cross\-modal alignment through the shared pool\. Since genomics is compressed into six pathway\-level tokens, fewer prototypes summarize major molecular programs without over\-fragmentation, whereas numerous heterogeneous WSI patches require finer grouping\. This is an ablation\-supported design choice rather than an assumption of limited genomic heterogeneity\.
Semantic sequence formation\.A linear router and Gumbel\-Softmax generate discrete routing weights𝐑m∈ℝLm×Tm\\mathbf\{R\}\_\{m\}\\in\\mathbb\{R\}^\{L\_\{m\}\\times T\_\{m\}\}for each token in𝐗^m\\hat\{\\mathbf\{X\}\}\_\{m\}\. These weights serve a dual architectural purpose\. Spatially, they dictate an argsort operation to deterministically cluster identically assigned tokens, forming the continuous sequence𝐗~m\\tilde\{\\mathbf\{X\}\}\_\{m\}\. Semantically, they are multiplied with the prototype pool to extract a differentiable context bias\. By explicitly injecting this bias into the continuous SSM step size \(Δt\\Delta\_\{t\}\), the model establishes a valid gradient pathway back to the router, thereby optimizing the discrete semantic reorganization end\-to\-end\.
Unimodal Context Aggregation\.Before entering the SAS module, each modality branch independently aggregates its reconstructed sequence via attention pooling\. This produces global feature vectors𝐟p∈ℝD\\mathbf\{f\}\_\{p\}\\in\\mathbb\{R\}^\{D\}and𝐟g∈ℝD\\mathbf\{f\}\_\{g\}\\in\\mathbb\{R\}^\{D\}, which capture the overall diagnostic signal of pathology and genomics for the current patient\. These vectors are also passed through a classifier to generate auxiliary hazard predictions𝐡^p\\hat\{\\mathbf\{h\}\}\_\{p\}and𝐡^g\\hat\{\\mathbf\{h\}\}\_\{g\}, providing additional supervision\. The global features serve as compact representations of modality\-level importance\.
Semantic\-guided state modulation\.In state space models, the step sizeΔ\\Deltagoverns how much new information flows into the hidden state\. We explicitly guide this flow using both the semantic prototypes and the global modality context\. First, we compress each token feature𝐱^t\\hat\{\\mathbf\{x\}\}\_\{t\}\(thett\-th row of𝐗~m\\tilde\{\\mathbf\{X\}\}\_\{m\}\) into a low\-dimensional dynamic vector𝐱tdyn\\mathbf\{x\}\_\{t\}^\{\\mathrm\{dyn\}\}via a linear projectionProjdyn\\mathrm\{Proj\}\_\{\\mathrm\{dyn\}\}:
𝐱tdyn=Projdyn\(𝐱^t\)∈ℝddyn\.\\mathbf\{x\}\_\{t\}^\{\\mathrm\{dyn\}\}=\\mathrm\{Proj\}\_\{\\mathrm\{dyn\}\}\(\\hat\{\\mathbf\{x\}\}\_\{t\}\)\\in\\mathbb\{R\}^\{d\_\{\\mathrm\{dyn\}\}\}\.\(6\)We then concatenate𝐱tdyn\\mathbf\{x\}\_\{t\}^\{\\mathrm\{dyn\}\}with the global features𝐟=\[𝐟p;𝐟g\]∈ℝ2D\\mathbf\{f\}=\[\\mathbf\{f\}\_\{p\};\\mathbf\{f\}\_\{g\}\]\\in\\mathbb\{R\}^\{2D\}and feed the result into a step size generatorProjΔ\\mathrm\{Proj\}\_\{\\Delta\}, a linear layer that outputs the base step size:
Δbase,t=ProjΔ\(\[𝐱tdyn;𝐟\]\)∈ℝdΔ\.\\Delta\_\{\\mathrm\{base\},t\}=\\mathrm\{Proj\}\_\{\\Delta\}\\big\(\[\\mathbf\{x\}\_\{t\}^\{\\mathrm\{dyn\}\};\\mathbf\{f\}\]\\big\)\\in\\mathbb\{R\}^\{d\_\{\\Delta\}\}\.\(7\)This injects patient\-level modality dominance into the token\-wise state transition\. Meanwhile, we compute a prototype bias by aggregating the modality\-specific prototypes according to the routing weights:
𝐁proto,t=Gate\(𝐑m,t𝐏m\)∈ℝdΔ,\\mathbf\{B\}\_\{\\mathrm\{proto\},t\}=\\mathrm\{Gate\}\\big\(\\mathbf\{R\}\_\{m,t\}\\mathbf\{P\}\_\{m\}\\big\)\\in\\mathbb\{R\}^\{d\_\{\\Delta\}\},\(8\)where𝐑m,t∈ℝTm\\mathbf\{R\}\_\{m,t\}\\in\\mathbb\{R\}^\{T\_\{m\}\}is the routing vector for tokentt, andGate\\mathrm\{Gate\}is a linear layer followed bytanh\\tanhactivation\. The final semantic\-guided step size is the sum of both contributions:
Δt=Δbase,t\+𝐁proto,t\.\\Delta\_\{t\}=\\Delta\_\{\\mathrm\{base\},t\}\+\\mathbf\{B\}\_\{\\mathrm\{proto\},t\}\.\(9\)We apply the selective scan usingΔt\\Delta\_\{t\}on the reordered sequence𝐗~m\\tilde\{\\mathbf\{X\}\}\_\{m\}\. This ensures that tokens belonging to the same semantic group receive coherent state updates, and that the update intensity is further modulated by the overall importance of each modality\. Following the scan, the enhanced token representations are aggregated into a unified patient profile and fed into a prediction head to estimate the discrete\-time survival hazard probabilities\.
Optimization objective\.Following\[[3](https://arxiv.org/html/2607.16260#bib.bib13)\], we apply discrete\-time negative log\-likelihood to the fused and two unimodal predictions\. The total objective isℒ=ℒmain\+λ\(ℒauxp\+ℒauxg\)\\mathcal\{L\}=\\mathcal\{L\}\_\{\\mathrm\{main\}\}\+\\lambda\(\\mathcal\{L\}\_\{\\mathrm\{aux\}\}^\{p\}\+\\mathcal\{L\}\_\{\\mathrm\{aux\}\}^\{g\}\), where the auxiliary terms preserve modality\-specific prognostic information\.
## 3Experiments
### 3\.1Experiment Protocol
Datasets\.We evaluated AdaSurvMamba on five TCGA\[[14](https://arxiv.org/html/2607.16260#bib.bib15)\]benchmark cohorts: BLCA \(n=373n=373\), BRCA \(n=956n=956\), GBMLGG \(n=569n=569\), LUAD \(n=453n=453\), and UCEC \(n=480n=480\)\. Each patient comprises diagnostic WSIs and paired genomic profiles \(RNA\-Seq, copy number variation, and somatic mutations\)\. Following established protocols, we grouped the genomic features into six functional categories\.
Implementation details\.WSIs were cropped into512×512512\\times 512patches at20×20\\timesmagnification\. Pre\-trained foundation models \(ResNet\-50\[[10](https://arxiv.org/html/2607.16260#bib.bib18)\]and UNI\[[1](https://arxiv.org/html/2607.16260#bib.bib19)\]\) extracted the instance\-level morphological features\. For the proposed SAS module, the semantic decoupling rankrrand the prototype dimensiondpd\_\{p\}were set to 32 and 64, respectively\. Based on our ablation studies, the optimal number of prototypes for genomics and pathology were configured asTg=4T\_\{g\}=4andTp=16T\_\{p\}=16\. We implemented the framework in PyTorch on a single RTX 4090 GPU\. The network was optimized using Adam with a learning rate of2×10−42\\times 10^\{\-4\}and weight decay of1×10−51\\times 10^\{\-5\}\. The auxiliary loss weightλ\\lambdawas empirically set to 0\.5 to balance fused survival prediction and modality\-specific supervision\. We report the mean Concordance Index \(C\-Index\) and standard deviation from 5\-fold cross\-validation\.
Table 1:Results of different methods\. The best results are shown in bold, and the second\-best results are underlined\.
### 3\.2Comparison with State\-of\-the\-Arts
Table[1](https://arxiv.org/html/2607.16260#S3.T1)presents the performance comparison of AdaSurvMamba against existing methods across five TCGA cohorts\. We include both unimodal baselines \(using only genomics or only WSIs\) and state\-of\-the\-art multimodal fusion approaches\. For genomic\-only methods, we compare with MLP and SNN\[[15](https://arxiv.org/html/2607.16260#bib.bib25)\]\. For WSI\-only methods, we consider ABMIL\[[13](https://arxiv.org/html/2607.16260#bib.bib20)\]and Transmil\[[18](https://arxiv.org/html/2607.16260#bib.bib21)\]\. For multimodal methods, we evaluate against advanced frameworks including MCAT\[[3](https://arxiv.org/html/2607.16260#bib.bib13)\], MOTCAT\[[22](https://arxiv.org/html/2607.16260#bib.bib22)\], MMP\[[19](https://arxiv.org/html/2607.16260#bib.bib2)\], CCL\[[29](https://arxiv.org/html/2607.16260#bib.bib23)\], GHANT\[[21](https://arxiv.org/html/2607.16260#bib.bib3)\], LD\-VAE\[[30](https://arxiv.org/html/2607.16260#bib.bib24)\], and MGCM\[[6](https://arxiv.org/html/2607.16260#bib.bib26)\]\. SurvMamba\[[5](https://arxiv.org/html/2607.16260#bib.bib8)\]and ME\-Mamba\[[23](https://arxiv.org/html/2607.16260#bib.bib9)\]are not included because their official implementations were not publicly available at submission time, preventing reproduction under our unified protocol\. As shown in Table[1](https://arxiv.org/html/2607.16260#S3.T1), AdaSurvMamba achieves consistent improvements over these competitors across all datasets\. Specifically, under the UNI setting, our framework achieves an average C\-Index improvement of 2\.32% over the best competing method across all five cohorts\. Similar gains are observed with ResNet50 features, where the average improvement reaches 2\.43%\. These consistent performance gains highlight the effectiveness of our adaptive multimodal interaction strategy for accurate survival prediction\.
### 3\.3Ablation Study
We conduct extensive ablation studies on the BLCA and BRCA cohorts using ResNet50 features to systematically validate our proposed designs\. The baseline model is a standard Mamba architecture utilizing straightforward concatenation fusion and default 1D physical scanning\.
Effectiveness of Core Modules\.Table[5](https://arxiv.org/html/2607.16260#S3.T5)isolates the macroscopic contributions of our architectural components\. The baseline yields suboptimal performance due to its static fusion and rigid scanning paths\. Integrating the DSIR module notably improves the C\-Index, demonstrating the necessity of dynamically modulating multimodal interactions\. Furthermore, employing the SAS module effectively mitigates long\-range decay by reorganizing scattered features into semantically continuous sequences, achieving the best overall performance when combined\.
Internal Mechanisms of DSIR\.We investigate the fine\-grained design of the DSIR module in Table[5](https://arxiv.org/html/2607.16260#S3.T5)\. We compare our global\-guided dynamic gating against naive modulation strategies\. Our gating mechanism significantly outperforms simple scalar shifting or additive attention\. This indicates that a simple spatial shift is insufficient to model microscopic token\-pair relevance, whereas our softmax\-based gating decisively amplifies critical local prognostic signals under macroscopic guidance\.
Internal Mechanisms of SAS\.We deeply analyze the SAS module from two perspectives: scanning strategy and semantic capacity\. First, Table[5](https://arxiv.org/html/2607.16260#S3.T5)compares our semantic scanning against alternative scanning paths, including conventional 1\-way \(sequential\) and 2\-way \(bidirectional\) physical scans, as well as a random shuffle scan\. While 2\-way scanning marginally improves upon the 1\-way baseline by capturing bidirectional physical contexts, it still suffers from spatial rigidity\. Conversely, the random shuffle strategy severely disrupts inherent local continuity, leading to performance degradation\. Our semantic scanning, however, leverages learned prototypes to meaningfully reorganize tokens\. It significantly outperforms all physical and random scanning paths by constructing semantically coherent sequences, while requiring only a single efficient forward pass\. Second, Table[5](https://arxiv.org/html/2607.16260#S3.T5)analyzes the impact of modality\-specific prototype sizes \(Tg,TpT\_\{g\},T\_\{p\}\)\. The best setting \(Tg=4,Tp=16T\_\{g\}=4,T\_\{p\}=16\) reflects the different token scales rather than limited genomic heterogeneity\.
Table 2:Ablation of core modules\.
Table 3:DSIR modulation strategies\.
Table 4:SAS scanning paths\.
Table 5:SAS prototype sizes\(Tg,Tp\)\(T\_\{g\},T\_\{p\}\)\.
## 4Conclusion
We presented AdaSurvMamba, an adaptive state\-space framework for multimodal cancer survival prediction\. By introducing DSIR for dynamic interaction modulation and SAS for semantic scanning with adaptive step\-size control, our approach overcomes the limitations of static fusion and rigid physical scanning\. Results on five TCGA cohorts show consistent gains\. External validation remains future work because cohorts with matched WSIs, genomic profiles, and survival outcomes are still scarce\.
\{credits\}
#### 4\.0\.1\\discintname
We declared no competing interests\.
## References
- \[1\]R\. J\. Chen, T\. Ding, M\. Y\. Lu, D\. F\. Williamson, G\. Jaume, A\. H\. Song, B\. Chen, A\. Zhang, D\. Shao, M\. Shaban,et al\.\(2024\)Towards a general\-purpose foundation model for computational pathology\.Nature medicine30\(3\),pp\. 850–862\.Cited by:[§3\.1](https://arxiv.org/html/2607.16260#S3.SS1.p2.9),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.110.110.110.110.110.110.110.114.4.2.1)\.
- \[2\]R\. J\. Chen, M\. Y\. Lu, J\. Wang, D\. F\. Williamson, S\. J\. Rodig, N\. I\. Lindeman, and F\. Mahmood\(2020\)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\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[3\]R\. J\. Chen, M\. Y\. Lu, W\. Weng, T\. Y\. Chen, D\. F\. 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\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1),[§1](https://arxiv.org/html/2607.16260#S1.p2.1),[§2\.3](https://arxiv.org/html/2607.16260#S2.SS3.p6.1),[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.25.25.25.25.25.25.25.25.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.75.75.75.75.75.75.75.75.6)\.
- \[4\]R\. J\. Chen, M\. Y\. Lu, D\. F\. Williamson, T\. Y\. Chen, J\. Lipkova, Z\. Noor, M\. Shaban, M\. Shady, M\. Williams, B\. Joo,et al\.\(2022\)Pan\-cancer integrative histology\-genomic analysis via multimodal deep learning\.Cancer cell40\(8\),pp\. 865–878\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1),[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[5\]Y\. Chen, J\. Xie, Y\. Lin, Y\. Song, W\. Yang, and R\. Yu\(2024\)Survmamba: state space model with multi\-grained multi\-modal interaction for survival prediction\.arXiv preprint arXiv:2404\.08027\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1),[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1)\.
- \[6\]J\. Cui, Y\. Li, D\. Shen, and Y\. Wang\(2026\)MGCM: multi\-modal graph convolutional mamba for cancer survival prediction\.Pattern Recognition169,pp\. 111991\.Cited by:[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.105.105.105.105.105.105.105.105.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.55.55.55.55.55.55.55.55.6)\.
- \[7\]S\. Ding, J\. Li, J\. Wang, S\. Ying, and J\. Shi\(2024\)Multimodal co\-attention fusion network with online data augmentation for cancer subtype classification\.IEEE Transactions on Medical Imaging43\(11\),pp\. 3977–3989\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1),[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[8\]B\. Fu, J\. He, X\. Zhang, Y\. Peng, Z\. Zhang, Q\. Tang, X\. Liu, Y\. Cao, and R\. Wang\(2025\)HSFSurv: a hybrid supervision framework at individual and feature levels for multimodal cancer survival analysis\.Medical Image Analysis,pp\. 103810\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[9\]A\. Gu and T\. Dao\(2024\)Mamba: linear\-time sequence modeling with selective state spaces\.InFirst conference on language modeling,Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p3.1)\.
- \[10\]K\. He, X\. Zhang, S\. Ren, and J\. Sun\(2016\)Deep residual learning for image recognition\.InProceedings of the IEEE conference on computer vision and pattern recognition,pp\. 770–778\.Cited by:[§3\.1](https://arxiv.org/html/2607.16260#S3.SS1.p2.9),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.110.110.110.110.110.110.110.113.3.2.1)\.
- \[11\]T\. Huang, X\. Pei, S\. You, F\. Wang, C\. Qian, and C\. Xu\(2024\)Localmamba: visual state space model with windowed selective scan\.InEuropean conference on computer vision,pp\. 12–22\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p3.1)\.
- \[12\]Y\. Huang, W\. Zhao, Y\. Fu, L\. Zhu, and L\. Yu\(2024\)Unleash the power of state space model for whole slide image with local aware scanning and importance resampling\.IEEE Transactions on Medical Imaging44\(2\),pp\. 1032–1042\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[13\]M\. Ilse, J\. Tomczak, and M\. Welling\(2018\)Attention\-based deep multiple instance learning\.InInternational conference on machine learning,pp\. 2127–2136\.Cited by:[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.15.15.15.15.15.15.15.15.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.65.65.65.65.65.65.65.65.6)\.
- \[14\]C\. Kandoth, M\. D\. McLellan, F\. Vandin, K\. Ye, B\. Niu, C\. Lu, M\. Xie, Q\. Zhang, J\. F\. McMichael, M\. A\. Wyczalkowski,et al\.\(2013\)Mutational landscape and significance across 12 major cancer types\.Nature502\(7471\),pp\. 333–339\.Cited by:[§3\.1](https://arxiv.org/html/2607.16260#S3.SS1.p1.5)\.
- \[15\]G\. Klambauer, T\. Unterthiner, A\. Mayr, and S\. Hochreiter\(2017\)Self\-normalizing neural networks\.Advances in neural information processing systems30\.Cited by:[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.10.10.10.10.10.10.10.10.6)\.
- \[16\]L\. Liu, M\. Zhang, J\. Yin, T\. Liu, W\. Ji, Y\. Piao, and H\. Lu\(2025\)Defmamba: deformable visual state space model\.InProceedings of the Computer Vision and Pattern Recognition Conference,pp\. 8838–8847\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p3.1)\.
- \[17\]M\. Liu, C\. Cai, J\. Li, P\. Xu, J\. Li, J\. Ma, and J\. Xu\(2025\)Murrenet: modeling holistic multimodal interactions between histopathology and genomic profiles for survival prediction\.InInternational Conference on Medical Image Computing and Computer\-Assisted Intervention,pp\. 396–406\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[18\]Z\. Shao, H\. Bian, Y\. Chen, Y\. Wang, J\. Zhang, X\. Ji,et al\.\(2021\)Transmil: transformer based correlated multiple instance learning for whole slide image classification\.Advances in neural information processing systems34,pp\. 2136–2147\.Cited by:[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.20.20.20.20.20.20.20.20.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.70.70.70.70.70.70.70.70.6)\.
- \[19\]A\. H\. Song, R\. J\. Chen, G\. Jaume, A\. J\. Vaidya, A\. S\. Baras, and F\. Mahmood\(2024\)Multimodal prototyping for cancer survival prediction\.arXiv preprint arXiv:2407\.00224\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1),[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.35.35.35.35.35.35.35.35.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.85.85.85.85.85.85.85.85.6)\.
- \[20\]A\. H\. Song, G\. Jaume, D\. F\. Williamson, M\. Y\. Lu, A\. Vaidya, T\. R\. Miller, and F\. Mahmood\(2023\)Artificial intelligence for digital and computational pathology\.Nature Reviews Bioengineering1\(12\),pp\. 930–949\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1)\.
- \[21\]Z\. Wang, Y\. Zhang, Y\. Xu, S\. Imoto, H\. Chen, and J\. Song\(2025\)Histo\-genomic knowledge association for cancer prognosis from histopathology whole slide images\.IEEE Transactions on Medical Imaging44\(5\),pp\. 2170–2181\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1),[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.45.45.45.45.45.45.45.45.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.95.95.95.95.95.95.95.95.6)\.
- \[22\]Y\. Xu and H\. Chen\(2023\)Multimodal optimal transport\-based co\-attention transformer with global structure consistency for survival prediction\.InProceedings of the IEEE/CVF international conference on computer vision,pp\. 21241–21251\.Cited by:[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.30.30.30.30.30.30.30.30.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.80.80.80.80.80.80.80.80.6)\.
- \[23\]C\. Zhang, L\. Qu, X\. Liu, and Z\. Song\(2026\)ME\-mamba: multi\-expert mamba with efficient knowledge capture and fusion for multimodal survival analysis\.Computerized Medical Imaging and Graphics129,pp\. 102733\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1),[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1)\.
- \[24\]J\. Zhang, A\. T\. Nguyen, X\. Han, V\. Q\. Trinh, H\. Qin, D\. Samaras, and M\. S\. Hosseini\(2025\)2dmamba: efficient state space model for image representation with applications on giga\-pixel whole slide image classification\.InProceedings of the Computer Vision and Pattern Recognition Conference,pp\. 3583–3592\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[25\]T\. Zheng, K\. Jiang, Y\. Xiao, S\. Zhao, and H\. Yao\(2025\)M3amba: memory mamba is all you need for whole slide image classification\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 15601–15610\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[26\]T\. Zheng, H\. Yao, K\. Jiang, Y\. Xiao, and S\. Zhao\(2025\)GMMamba: group masking mamba for whole slide image classification\.InProceedings of the IEEE/CVF International Conference on Computer Vision,pp\. 9935–9944\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1)\.
- \[27\]T\. Zheng, H\. Yao, S\. Zhao, K\. Jiang, and Y\. Xiao\(2025\)GraphMamba: whole slide image classification meets graph\-driven selective state space model\.Pattern Recognition167,pp\. 111768\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p2.1)\.
- \[28\]J\. Zhong, M\. Zhang, L\. Liu, T\. Liu, J\. Jiang, Y\. Piao, R\. Xu, F\. Tian, W\. Sun, H\. Bi,et al\.\(2026\)Diffusion\-based cross\-staining feature transformation for whole slide image analysis: from h&e to ihc representation learning\.Medical Image Analysis,pp\. 104138\.Cited by:[§1](https://arxiv.org/html/2607.16260#S1.p1.1)\.
- \[29\]H\. Zhou, F\. Zhou, and H\. Chen\(2024\)Cohort\-individual cooperative learning for multimodal cancer survival analysis\.IEEE Transactions on Medical Imaging44\(2\),pp\. 656–667\.Cited by:[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.40.40.40.40.40.40.40.40.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.90.90.90.90.90.90.90.90.6)\.
- \[30\]J\. Zhou, J\. Tang, Y\. Zuo, P\. Wan, D\. Zhang, and W\. Shao\(2025\)Robust multimodal survival prediction with conditional latent differentiation variational autoencoder\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 10384–10393\.Cited by:[§3\.2](https://arxiv.org/html/2607.16260#S3.SS2.p1.1),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.100.100.100.100.100.100.100.100.6),[Table 1](https://arxiv.org/html/2607.16260#S3.T1.50.50.50.50.50.50.50.50.6)\.Similar Articles
Graph Mamba Survival Analysis Based on Topology-Aware ordering
This paper proposes TopoMamSurv, a Graph Mamba framework for whole-slide image survival analysis that uses topology-aware ordering to address Mamba's sensitivity to input order, and incorporates bidirectional Mamba and GCN for spatial context modeling.
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.
SAGEAgent: A Self-Evolving Agent for Cost-Aware Modality Acquisition in Multimodal Survival Prediction
SAGEAgent is an LLM-based clinical agent that sequentially decides which diagnostic modalities to acquire for cancer patients to balance predictive accuracy with clinical invasiveness, reducing acquisition burden by 55% while maintaining competitive survival prediction performance.
Probing, Fusion, and Trustworthiness: A Systematic Evaluation of Foundation Model Representations for Multimodal Cancer Analysis
This paper systematically evaluates foundation model representations for multimodal cancer analysis, benchmarking unimodal and multimodal fusion strategies on real-world cohorts, and assessing trustworthiness via conformal prediction.
Federated Survival Analysis in Healthcare: A Multi-Model Evaluation on Cross-Institutional Heterogeneous Breast Cancer Data
This paper systematically evaluates three survival models (Cox, DeepSurv, RSF) under federated learning on heterogeneous breast cancer data, finding that FL outperforms local training and RSF offers the best balance of performance across clients.