Together, Then Apart: Balancing Alignment and Distinctiveness for Multimodal Survival Analysis

1Stony Brook University   2Stanford University   3Johns Hopkins University   4Brookhaven National Laboratory

*Equal contribution

Overview of the Together, Then Apart framework

TTA overview. Together learns shared prognostic structure across histology and genomics. Apart preserves complementary modality-specific evidence for survival prediction.

News


[Jun 2026] Paper accepted at ECCV 2026.

Overview


Learning shared prognostic signals and preserving modality-specific evidence are equally important for effective multimodal survival modeling.

Existing methods often favor cross-modal alignment, risking over-alignment collapse that obscures modality-specific evidence. TTA balances the two by aligning shared structure and preserving what remains distinct.

TTA combines three complementary strengths:

Method


Given a patient's pathology WSI and gene-expression profile, TTA follows four steps: a. Tokenization; b. Together for shared-prototype alignment; c. Apart for modality preservation; d. Prediction.

Together: shared-prototype UOT alignment

Map histology and genomics to the same prototype bank, which serves as a common coordinate system. Compute assignments with joint UOT under relaxed prototype-side marginal constraints.

Prototype-side relaxation. Here, \(Q\) denotes token-to-prototype transport and \(C_n\) its cost matrix for patient \(n\). We fix the token-side marginal \(a\) and relax the prototype-side marginal \(b\) with KL divergence:

\[ Q^\star =\arg\min_{Q\ge 0}\quad \langle Q,C_n\rangle +\gamma\,\mathrm{KL}\!\left(Q^\top\mathbf{1}\,\middle\|\,b\right) \quad \mathrm{s.t.}\quad Q\mathbf{1}=a. \]

This allows patient-dependent deviations while preventing the plan from collapsing onto a few dominant prototypes.

Curriculum on transported mass. We use \(\rho\) to control the mass assigned to real prototypes, while the remaining mass is absorbed by a sink:

\[ \begin{aligned} b_\rho=\tfrac{\rho}{K}\mathbf{1}_K,\qquad Q_\rho^\star &=\arg\min_{Q\ge 0}\quad \langle Q,C_n\rangle +\gamma\,\mathrm{KL}\!\left(Q^\top\mathbf{1}\,\middle\|\,b_\rho\right)\\ &\mathrm{s.t.}\quad Q\mathbf{1}\le a,\qquad \mathbf{1}^\top Q\mathbf{1}=\rho. \end{aligned} \]

Small \(\rho\) keeps assignments conservative early in training, while larger \(\rho\) enforces more decisive matching.

Apart: anchor-guided modality preservation

Use modality-specific anchors and contrastive regularization to retain modality identity after alignment.

We append each modality anchor to its prototype tokens, refine them with lightweight self-attention, and apply contrastive regularization to maintain separation.

Main Results


TTA consistently outperforms multimodal baselines, achieving the best Overall C-index of 0.693 with a +2.6% gain over MMP. It ranks first on BRCA, STAD, and KIRC. Results are 5-fold mean ± std.

Model BRCA BLCA STAD CRC KIRC Overall
MCAT0.650 ± 0.0960.623 ± 0.0550.528 ± 0.1120.579 ± 0.1340.699 ± 0.1210.615
CMTA0.687 ± 0.0770.622 ± 0.0560.539 ± 0.0760.568 ± 0.1020.711 ± 0.1210.625
MOTCat0.717 ± 0.0580.631 ± 0.0590.576 ± 0.0750.598 ± 0.1280.708 ± 0.1090.646
SurvPath0.696 ± 0.0610.619 ± 0.0510.555 ± 0.1330.588 ± 0.1340.742 ± 0.1010.640
PIBD0.683 ± 0.0560.661 ± 0.0340.552 ± 0.0540.582 ± 0.0770.732 ± 0.1390.642
MRePath0.703 ± 0.0360.651 ± 0.0600.579 ± 0.0620.639 ± 0.1010.743 ± 0.1120.663
MMP0.724 ± 0.0670.640 ± 0.0500.594 ± 0.0660.634 ± 0.1180.743 ± 0.1330.667
LD-CVAE0.709 ± 0.0470.676 ± 0.0350.589 ± 0.0830.602 ± 0.1200.751 ± 0.1390.665
TTA (Ours)0.726 ± 0.0390.662 ± 0.0790.613 ± 0.0790.685 ± 0.1310.778 ± 0.1170.693

Ablation Study


Ablations confirm that Together and Apart are complementary: either stage improves Overall C-index, while combining both yields a +5.0% gain.

Together and Apart stages

TogetherApartBRCABLCASTADCRCKIRCOverall
  0.682 ± 0.0820.660 ± 0.0630.558 ± 0.0710.561 ± 0.1700.756 ± 0.1240.643
 0.675 ± 0.0780.682 ± 0.0670.582 ± 0.0430.587 ± 0.1770.784 ± 0.0880.662
 0.683 ± 0.0340.651 ± 0.0770.585 ± 0.0990.625 ± 0.1450.785 ± 0.0980.666
0.726 ± 0.0390.662 ± 0.0790.613 ± 0.0790.685 ± 0.1310.778 ± 0.1170.693

Shared prototypes and joint UOT

Shared prototypes and joint UOT jointly improve Overall C-index by +1.2%, showing that a common prototype geometry and unified transport plan align cross-modal evidence more coherently.

Shared PrototypesJoint UOTBRCABLCASTADCRCKIRCOverall
  0.755 ± 0.0250.671 ± 0.0250.594 ± 0.0630.609 ± 0.1990.780 ± 0.1080.681
 0.713 ± 0.0340.662 ± 0.0810.605 ± 0.0810.672 ± 0.1100.768 ± 0.1300.684
0.726 ± 0.0390.662 ± 0.0790.613 ± 0.0790.685 ± 0.1310.778 ± 0.1170.693

Anchor refinement and contrastive regularization

Anchor refinement and contrastive regularization work best together, improving Overall C-index by +3.1% while preserving modality-specific structure.

Anchor RefinementContrastive RegularizationBRCABLCASTADCRCKIRCOverall
  0.675 ± 0.0780.682 ± 0.0670.582 ± 0.0430.587 ± 0.1770.784 ± 0.0880.662
 0.694 ± 0.0480.648 ± 0.0660.598 ± 0.0990.636 ± 0.1550.771 ± 0.1220.669
 0.688 ± 0.0720.678 ± 0.0530.589 ± 0.0320.627 ± 0.1340.778 ± 0.0830.672
0.726 ± 0.0390.662 ± 0.0790.613 ± 0.0790.685 ± 0.1310.778 ± 0.1170.693

Prototype-Centered Interpretability


The learned prototype structures reveal interpretable cross-modal patterns associated with clinical outcomes. Case-level visualizations show representative WSI patches and structured hallmark pathway signals associated with shared prototypes.

Prototype-centered visualization for TCGA-AR-A251
Prototype-centered visualization for TCGA-AR-A254

BibTeX


@inproceedings{liu2026together,
  title     = {Together, Then Apart: Balancing Alignment and Distinctiveness for Multimodal Survival Analysis},
  author    = {Liu, Wenjing and Ren, Qin and Zhang, Wen and Lin, Yuewei and You, Chenyu},
  booktitle = {Proceedings of the 19th European Conference on Computer Vision},
  year      = {2026}
}