Contrastive Joint-Embedding Prediction for Representation Learning in Structural MRI

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

COJEPA is a self-supervised framework designed for representation learning in volumetric brain MRI, addressing the scarcity of labeled medical imaging data. It integrates a joint-embedding predictive architecture (JEPA) with a contrastive loss (CO) to achieve both local predictivity and global discriminability. The model extends I-JEPA to 3D, incorporating foreground-aware block masking, a hierarchical convolutional patch embedding, and world-space sinusoidal positional encodings. Trained without labels on T1-weighted structural MRI from 2,286 individuals (HCP-YA and AABC cohorts, ages 22 to 90), COJEPA was evaluated across zero-shot twin retrieval, BraTS 2024 brain tumor segmentation, and OpenBHB age regression. It achieved a monozygotic twin recall of 0.84 at rank@1 and a finetuning age MAE of 2.55 years on OpenBHB 3.0T, while matching CO on BraTS whole-tumor Dice.

Key takeaway

For Machine Learning Engineers developing models for volumetric brain MRI with scarce labeled data, COJEPA presents a compelling self-supervised solution. Its combined JEPA and contrastive loss objective yields representations that are both discriminative and locally structured, outperforming individual methods in key metrics. You should explore this hybrid approach to enhance model performance in tasks like segmentation, retrieval, and regression, particularly when working with 3D medical images.

Key insights

COJEPA combines JEPA and contrastive learning for robust, self-supervised 3D MRI representation learning.

Principles

Method

Extends I-JEPA to 3D using foreground-aware block masking, hierarchical convolutional patch embedding, and world-space sinusoidal positional encodings.

In practice

Topics

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.