Contrastive Patient-Level Pretraining Enables Longitudinal and Multimodal Fusion for Lung Cancer Risk Prediction

Abstract

Leveraging longitudinal and multimodal data is important for clinical predictive tasks. Contrastive language-image pretraining (CLIP) has been successful in learning multimodal representations by aligning paired images and captions, i.e. medical images and corresponding radiology report. However, in real clinical settings, the alignment of unpaired modalities, such as medical images and clinical notes collected at different times, is an open challenge, even though such data are ubiquitous in practice. This study conducts contrastive pretraining between longitudinal chest CTs and clinical variables on the patient level using a large public lung cancer screening dataset. Leveraging a time-distanced transformer to encode longitudinal imaging and an open-source text embedding to encode clinical variables, we optimize contrastive loss between the embedded modalities from same patient (positive pair) against those from different patients (negative pair). We find that finetuning the CLIP representation significantly improves prediction of lung cancer risk in two types of clinical populations (0.895 and 0.893 AUC) compared to conventional multimodal fusion (0.873 and 0.875 AUC) and single modality baselines. These results demonstrate how contrastive patient-level pretraining can enable longitudinal and multimodal fusion without additional training data. We released our code and pre-trained weights at https://github.com/MASILab/lung-cplp.

Cite

Text

Li et al. "Contrastive Patient-Level Pretraining Enables Longitudinal and Multimodal Fusion for Lung Cancer Risk Prediction." Medical Imaging with Deep Learning, 2025.

Markdown

[Li et al. "Contrastive Patient-Level Pretraining Enables Longitudinal and Multimodal Fusion for Lung Cancer Risk Prediction." Medical Imaging with Deep Learning, 2025.](https://mlanthology.org/midl/2025/li2025midl-contrastive/)

BibTeX

@inproceedings{li2025midl-contrastive,
  title     = {{Contrastive Patient-Level Pretraining Enables Longitudinal and Multimodal Fusion for Lung Cancer Risk Prediction}},
  author    = {Li, Thomas and Zuo, Lianrui and Liu, Yihao and Krishnan, Aravind and Sandler, Kim L. and Lasko, Thomas A and Maldonado, Fabien and Landman, Bennett Allan},
  booktitle = {Medical Imaging with Deep Learning},
  year      = {2025},
  url       = {https://mlanthology.org/midl/2025/li2025midl-contrastive/}
}