Rad-JEPA 3D: Radiology Joint-Embedding Predictive Model for 3D Computed Tomography

📅 2026-07-28
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitation of existing self-supervised methods for 3D medical imaging, which often fail to preserve coarse-grained spatial and geometric structures essential for downstream tasks such as organ disentanglement, anomaly detection, and spatial reasoning. To overcome this, the authors propose a joint embedding prediction architecture that reconstructs latent representations of full CT scans from masked views, integrating sequential slice continuity modeling with cross-plane spatial context capture. The core innovations include a hybrid H-Mamba encoder combining Mamba state-space models with grouped-query attention, along with a hidden state orthogonal regularization (HSOR) technique to enhance intermediate representation quality. Pretrained on approximately 120,000 CT scans, the model achieves state-of-the-art performance in closed-ended medical visual question answering and sets a new benchmark on the Spatial-Med dataset with the highest average spatial reasoning score, despite having only 4 billion parameters.
📝 Abstract
Self-supervised pretraining is central to 3D medical image analysis, where unlabeled CT volumes are abundant but expert annotations are scarce. Yet existing volumetric encoders often fail to preserve the coarse spatial and geometric structure that downstream reasoning depends on, limiting their performance on organ disentanglement, abnormality detection, and spatial understanding when paired with language models. We introduce Rad-JEPA 3D, a joint-embedding predictive framework that learns volumetric CT representations by predicting the latent features of a complete scan from a masked view. At its core is a hybrid H-Mamba encoder that fuses a Mamba state-space branch, which models inter-slice continuity through sequential scanning, with a grouped-query attention branch, which captures cross-plane spatial context, combined through a lightweight per-token router. To improve the quality of intermediate representations, we further propose Hidden States Orthogonal Regularization (HSOR), which aligns student-teacher hidden states and reduces feature redundancy throughout the encoder. This layer-wise regularization produces more consistent and discriminative volumetric representations, leading to improved performance on organ recognition and spatial reasoning tasks. Pretrained on approximately 120,000 CT scans, Rad-JEPA 3D attains state-of-the-art results despite its compact size: with only 4.0B total parameters, it achieves competitive results with state-of-the-art on closed-ended VQA and the best average spatial-reasoning score on the Spatial-Med benchmark. Ablation studies confirm that the hybrid block and HSOR contribute complementary gains, and that the induced spatial structure can substitute for raw language-model scale on volumetric reasoning tasks.
Problem

Research questions and friction points this paper is trying to address.

3D medical image analysis
spatial structure preservation
organ disentanglement
abnormality detection
spatial reasoning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Rad-JEPA 3D
H-Mamba encoder
Hidden States Orthogonal Regularization
self-supervised pretraining
3D medical image analysis