Top Comments
đŤNew foundation model: EchoJEPA is trained on 18M heart ultrasounds uses latent prediction instead of pixel reconstruction.
â¸â¸â¸(ŕ´°á´ŕ´°ŕš)â¸â¸â¸ Hey everyone!! đ Always interested in seeing new ways technology might contribute to the healthcare space. Anyways, this study here recently caught my attention, and Iâm curious to hear your thoughts.Â
Reading an echocardiogram is part art, part science.
The images are noisy, patients move, and video quality captured varies wildly. Ultrasound recordings have "speckle" đ that grainy, flickering pattern dominating every frame. It's not like simple film grain or JPEG artefacts, instead more like random interference that contains zero anatomical information.Â
Yet for years, we've trained AI to reconstruct it pixel-by-pixel, essentially forcing models to become experts at guessing static, by porting natural video techniques into medical imaging: VideoMAE, MAE, contrastive learning; assuming that data scale would eventually bridge the domain gap.Â
Here, they implement a slowly-evolving "teacher" network (EMA) that naturally learns to ignore flickering speckles while locking onto temporally stable structures: chamber geometry, valve motion, wall thickening; achieving state-of-the-art performance on left ventricular ejection fraction (LVEF) estimation and right ventricular systolic pressure (RVSP) prediction.
đ The Result?Â
78% accuracy with just 1% of labels.Â
Only 2.3% degradation under simulated "difficult patient" conditions (acoustic shadowing, depth attenuation)
Zero-shot pediatric. This model beats other fine-tuned paediatric models, without ever seeing a childâs heart.
EchoJEPA adapts Meta's V-JEPA2 architecture with two critical domain-specific modifications: temporal resolution and augmentation strategy, beating masked autoencoding by 27% on ejection fraction estimation.
With EchoJEPA providing automated echocardiography analysis, it allows access to expert-level cardiac assessment in resource-limited settings. This especially true for people whose echocardiography may deviate from the standard like those with obesity, lung disease and even children.