T TNBC Atlas

For researchers & clinicians

Synthesis: Multimodal fusion (omics + imaging + clinical)

Modern TNBC clinical decisions integrate information from multiple data modalities — genomic profiling, histopathology, radiology, blood-based biomarkers, and clinical features. Machine learning approaches that explicitly fuse these modalities have shown improved predictive performance over single-modality approaches across multiple clinical prediction tasks (pCR likelihood, IO benefit, recurrence risk, treatment selection). This page covers the methodological landscape of multimodal fusion, the architectures used, the TNBC-specific applications and reported performance, and the operational considerations for clinical translation.

Evidence grades (GRADE-adapted): A high — multiple well-conducted RCTs or systematic reviews converge. B moderate — single pivotal RCT or consistent observational evidence. C limited — single observational study, mechanistic, or expert consensus. D preclinical / hypothesis-generating.

Why multimodal fusion

Each TNBC data modality captures partial information about tumor biology and likely clinical outcomes:

A unified predictor that integrates all available modalities should, in principle, capture more of the relevant biology than any single-modality approach. Whether and how to achieve this integration is the multimodal fusion research question.

Fusion architectures

ML approaches to multimodal fusion fall into several categories:

Early fusion (feature concatenation)

Features from each modality are extracted independently, concatenated into a single feature vector, and processed by a standard classifier (random forest, SVM, neural network). Simple but doesn't model cross-modality interactions explicitly. Often a baseline approach.

Late fusion (decision-level aggregation)

Each modality has its own classifier that produces a probability score; scores are aggregated (averaged, weighted, or combined via a meta-classifier) to produce the final prediction. Modular and robust to missing modalities but doesn't model cross-modality interactions.

Intermediate fusion (representation-level)

Each modality has its own encoder that produces a learned representation; representations are combined in a shared latent space, with a unified classifier on top. Allows cross-modality interactions while respecting modality-specific structure.

Attention-based fusion

Cross-attention mechanisms (from the transformer architecture) explicitly model interactions between modalities, allowing the model to learn which modality contributes most to each prediction. Multi-head attention can capture multiple interaction patterns simultaneously.

Graph-based fusion

Multi-modal data is represented as a graph where nodes are features or modalities and edges capture relationships. Graph neural networks process these structured representations.

TNBC-specific multimodal applications

Outcome prediction

Multimodal models for predicting pCR, EFS, OS, or other clinical outcomes have been developed integrating various data combinations:

Published TNBC multimodal models for pCR prediction report AUC values in the 0.80–0.88 range — higher than the 0.65–0.80 of single-modality approaches. Validation across independent cohorts remains limited.

Subtype refinement

Multimodal subtype classification combining bulk transcriptomics, methylation, mutation data, and IHC features (the Burstein-framework methodology, modernized with ML) has been applied to produce refined subtype calls. The FUSCC Jiang 2019 framework is the most prominent example[1]B.

Treatment selection

Reinforcement learning approaches modeling sequential treatment decisions in metastatic TNBC have been proposed but are at very early research stage. The data requirements (large numbers of treatment-sequenced patients with detailed multi-modal profiling) limit current applicability.

Foundation models and pretraining

Large pre-trained foundation models for biomedical data are an active research direction with TNBC applications:

Whether foundation-model-based multimodal fusion outperforms task-specific training in TNBC clinical prediction tasks is being demonstrated.

Data and validation challenges

Multimodal TNBC research faces substantial data challenges:

Regulatory and operational considerations

Multimodal clinical-decision-support tools face regulatory complexity. A multimodal pCR predictor combining H&E features, RNA-seq, and clinical features would require:

The most likely first-deployment multimodal tools will combine routinely-collected data (H&E and clinical features at minimum; possibly imaging) rather than requiring specialized molecular profiling. Tools requiring routine RNA-seq are unlikely to reach broad clinical adoption until RNA-seq becomes routine in TNBC workup (which is not currently the case).

Evidence table

Approach Modalities TNBC task Performance
Early fusion baselines Feature concatenation Various Modest improvement over unimodal
Late fusion Per-modality classifiers pCR, OS Robust to missing modalities
Attention-based fusion H&E + RNA + clinical pCR prediction AUC 0.80–0.88
FUSCC integrative framework Transcriptome + methylome + CNV + mutation Subtype + treatment matching Used in FUTURE-series trials
Foundation-model based fusion Pretrained encoders + task fine-tuning Emerging across tasks Comparable to specialized models

Open questions and active investigation


For the component-modality ML directions, see the ML subtype classification synthesis, the ML pathology pCR synthesis, and the ai pathology synthesis. For the biological subtype frameworks that multimodal models often try to refine, see the Burstein synthesis and the Lehmann/Pietenpol synthesis.

References

Each citation links to the original publication via DOI. The same records are searchable in the evidence library by title or DOI.

  1. Jiang YZ, Ma D, Suo C, et al. Genomic and transcriptomic landscape of triple-negative breast cancers: subtypes and treatment strategies. Cancer Cell. 2019;35(3):428–440.e5. doi:10.1016/j.ccell.2019.02.001.
  2. Lipkova J, Chen RJ, Chen B, et al. Artificial intelligence for multimodal data integration in oncology. Cancer Cell. 2022;40(10):1095–1110. doi:10.1016/j.ccell.2022.09.012.
  3. Chen RJ, Lu MY, Williamson DFK, et al. Pan-cancer integrative histology-genomic analysis via multimodal deep learning. Cancer Cell. 2022;40(8):865–878. doi:10.1016/j.ccell.2022.07.004.

Last reviewed: 2026-06-04. Researcher-layer synthesis page. Evidence grades follow the GRADE-adapted rubric defined at the top of this page.