← Home

EchoLung

Cross-Anatomy Transfer from Cardiac Echo to Lung Ultrasound

overview

Lung ultrasound datasets are tiny (<200 videos) while cardiac echo has 10K+ videos. EchoLung demonstrates that self-supervised models pretrained on cardiac videos achieve substantially better performance on downstream lung imaging tasks compared to random initialization.

approach

Three-stage pipeline using V-JEPA2 ViT-L backbone:

The frozen cardiac representations transfer effectively despite the anatomical domain shift between heart and lung ultrasound.

results

TaskPretrainedRandom InitGain
POCUS 3-class97.5% ± 2.3%73.3%+24.2pp
COVID-BLUES binary75.2% ± 5.3%63.3%+11.9pp
Severity scoring7.9%Negative result

Both gains are statistically significant (p < 0.01) with Cohen’s d > 2.4. Evaluated with 5-fold cross-validation, confusion matrices, AUC-ROC, Cohen’s kappa, and MCC.

gallery

negative result

Severity classification achieved only 7.9% accuracy. The frozen cardiac representations lack the granular B-line quantification patterns necessary for COVID severity scoring — a useful finding for understanding representation transfer limitations.

key findings