TLDR: A new self-supervised learning approach, Joint-Embedding Predictive Architecture (JEPA), integrates CT scans and electronic health records to improve pulmonary nodule diagnosis. Developed by researchers at Vanderbilt University, the model shows strong performance on internal data but struggles to generalize to external patient cohorts. Synthetic experiments further reveal potential limitations, including instances of model collapse, highlighting the complexities of building robust multimodal AI for healthcare.
Researchers have developed a new artificial intelligence (AI) approach to improve the diagnosis of pulmonary nodules, which are small growths in the lungs that can sometimes indicate cancer. This innovative method, called a multimodal joint-embedding predictive architecture (JEPA), aims to overcome common challenges in medical AI, such as the scarcity of labeled data and the tendency for models to overfit, meaning they perform well only on the data they were trained on and struggle with new, unseen data.
The study, led by Thomas Z. Li and a team from Vanderbilt University, leverages self-supervised learning. This technique allows AI models to learn from vast amounts of unlabeled data, which is abundant in medical archives. By doing so, the model can develop a deeper understanding of various features without needing explicit labels for every piece of information. The team curated a large dataset called NoduleVU from Vanderbilt University Medical Center (VUMC), comprising over 27,000 CT scans and 24,000 clinical signature expressions from more than 5,000 patients. This dataset combines imaging data with electronic health records (EHRs), offering a rich, longitudinal view of patient health.
Understanding the JEPA Approach
The core of this research is the joint-embedding predictive architecture (JEPA). Unlike traditional self-prediction methods that try to reconstruct missing parts of an input directly, JEPA predicts the representation of masked portions of the input in a “latent space” – a more abstract, compressed version of the data. This approach helps the model learn meaningful, transferable features from both imaging and clinical data simultaneously. The model processes sequences of CT scans and clinical signatures, projecting them into a unified space where their relationships can be learned.
Clinical Performance: Internal vs. External
The researchers evaluated their multimodal JEPA model on two clinical cohorts: an internal test set (LiVU-SPN) and a completely separate, external test set (MCL-VUMC). In the internal test set, the multimodal JEPA model showed strong performance, outperforming both a purely supervised multimodal model and models that only used imaging data. This suggests that the self-supervised pretraining on the large unlabeled dataset was beneficial for internal data.
However, the results were more nuanced when tested on the external MCL-VUMC cohort. Here, the JEPA model performed similarly to a simpler imaging-only model and even slightly underperformed it. This finding highlights a critical challenge in medical AI: models often struggle to generalize their performance across different institutions and clinical settings due to variations in data distribution and patient populations. The authors suggest that integrating imaging and clinical signatures in this external cohort might have led to overfitting, especially given the increased number of model parameters relative to the training set size.
Synthetic Experiments to Uncover Limitations
To better understand why JEPA might underperform in certain contexts, the team designed a synthetic environment. They created artificial datasets with controlled “causal variables” that influenced both synthetic images (nodule-like lesions) and expressions (clinical signatures). This allowed them to isolate specific factors and observe how the model behaved. Surprisingly, in these synthetic experiments, JEPA pretraining did not significantly improve performance over a purely supervised approach, even with varying amounts of labeled data for fine-tuning. The researchers suspect a “model collapse” might be occurring during JEPA training, where the model learns trivial representations instead of meaningful features, despite showing low loss.
Also Read:
- Unpacking the Internal Maps of AI in Pathology: A Look at Foundation Model Representations
- SegReg: A Segmentation-Driven Approach for Precise Medical Image Alignment
Future Directions and Impact
This study represents a significant step forward in leveraging unlabeled multimodal medical archives to improve predictive models for pulmonary nodule diagnosis. While the JEPA approach demonstrated advantages in an internal setting, its limitations in generalizing to external cohorts and its unexpected behavior in synthetic environments underscore the complexities of developing robust AI for healthcare. The creation of the NoduleVU dataset itself is a valuable contribution, providing a rich resource for future research into pulmonary nodules. The full research paper can be accessed here.


