--- license: other license_name: physionet-credentialed-health-data-license-150 license_link: https://physionet.org/content/mimic-iv-echo/view-license/0.1/ extra_gated_heading: "Access to MIMIC-IV-Echo V-JEPA & EchoJEPA Embeddings" extra_gated_description: > This dataset contains metadata derived from MIMIC-IV-Echo, which is a credentialed dataset on PhysioNet. To access this dataset, you must have an active PhysioNet credentialed account with signed Data Use Agreement (DUA) for MIMIC-IV-Echo. extra_gated_fields: PhysioNet username: text I have an active credentialed account on PhysioNet: checkbox I have signed the MIMIC-IV-Echo Data Use Agreement: checkbox I agree to not redistribute this data: checkbox Affiliation: text tags: - medical-imaging - echocardiography - embeddings - mimic-iv-echo - v-jepa2 - video-embeddings - self-supervised-learning --- # MIMIC-IV-Echo V-JEPA & EchoJEPA Embeddings Pre-computed video embeddings for all ~525K [MIMIC-IV-Echo](https://physionet.org/content/mimic-iv-echo/) echocardiography clips using [V-JEPA2](https://github.com/facebookresearch/jepa) / V-JEPA2.1 and EchoJEPA fine-tuned variants. > **Access requirement:** You must have [PhysioNet credentialed access](https://physionet.org/settings/credentialing/) and a signed DUA for [MIMIC-IV-Echo](https://physionet.org/content/mimic-iv-echo/) before requesting access. ## Models Folder names map directly to source checkpoints. V-JEPA **2** and V-JEPA **2.1** are distinct — see the Description column. EchoJEPA models are all V-JEPA 2.1 fine-tuned on echocardiography.
| Status | Folder | Arch | Dim | Description | Checkpoint |
|---|---|---|---|---|---|
| ✅ | vjepa2-vitl | ViT-L 300M | 1024 | V-JEPA 2 base model, pretrained on natural video — no echo fine-tuning | vitl.pt |
| ✅ | vjepa2-vitl-scratch-pt-210-c25 | ViT-L 300M | 1024 | V-JEPA 2 architecture, trained from random init on MIMIC-IV-Echo. pt-210 = 210 pretraining epochs; c25 = checkpoint 25 | vitl-scratch-pt-210-c25.pt |
| ✅ | vjepa2.1-vitl-mimic-pt-117 | ViT-L 300M | 1024 | EchoJEPA — ViT-L fine-tuned from V-JEPA 2.1 on MIMIC-IV-Echo. pt-117 = 117 fine-tuning epochs | vjepa21_vitl_mimic_pt117.pt |
| ✅ | vjepa2.1-vitb-mimic-pt-169-c60 | ViT-B 86M | 768 | EchoJEPA — ViT-B fine-tuned from V-JEPA 2.1 on MIMIC-IV-Echo. pt-169 = 169 epochs; c60 = checkpoint 60 | vjepa2_1_vitb_mimic_pt169_c60.pt |
| ✅ | vjepa2.1-vitl-mimic-pt-100 | ViT-L 300M | 1024 | EchoJEPA — ViT-L fine-tuned from V-JEPA 2.1 on MIMIC-IV-Echo. pt-100 = 100 fine-tuning epochs | vjepa21_vitl_mimic_pt100.pt |
| ✅ | vjepa2-vitl-vmix22m-pt-220-c55 | ViT-L 300M | 1024 | V-JEPA 2 ViT-L fine-tuned on a 22M-clip video mix. pt-220 = 220 epochs; c55 = checkpoint 55 | vitl-vmix22m-pt220-c55.pt |