Self-supervised Learning of Echocardiographic Video Representations via Online Cluster Distillation
Divyanshu Mishra, Mohammadreza Salehi, Pramit Saha, Olga Patey, Aris T. Papageorghiou, Yuki M. Asano, J. Alison Noble
TL;DR
The paper tackles SSL for echocardiography, where high frame similarity and subtle pathologies hinder traditional self-supervision. It introduces DISCOVR, a dual-branch framework that jointly models temporal dynamics via video self-distillation and leverages online spatial guidance from an evolving image encoder, bridged by a semantic cluster distillation loss $L_{SCD}$ to fuse spatial semantics into temporal representations. Across six datasets covering fetal, pediatric, and adult populations, DISCOVR achieves state-of-the-art performance in anomaly detection, zero-shot and linear probing classification, segmentation, and LVEF prediction, without labeled anomalies or pretrained models. The results demonstrate robust generalization, strong clinical relevance, and potential to scale echocardiography analysis with minimal labeling and augmentation requirements.
Abstract
Self-supervised learning (SSL) has achieved major advances in natural images and video understanding, but challenges remain in domains like echocardiography (heart ultrasound) due to subtle anatomical structures, complex temporal dynamics, and the current lack of domain-specific pre-trained models. Existing SSL approaches such as contrastive, masked modeling, and clustering-based methods struggle with high intersample similarity, sensitivity to low PSNR inputs common in ultrasound, or aggressive augmentations that distort clinically relevant features. We present DISCOVR (Distilled Image Supervision for Cross Modal Video Representation), a self-supervised dual branch framework for cardiac ultrasound video representation learning. DISCOVR combines a clustering-based video encoder that models temporal dynamics with an online image encoder that extracts fine-grained spatial semantics. These branches are connected through a semantic cluster distillation loss that transfers anatomical knowledge from the evolving image encoder to the video encoder, enabling temporally coherent representations enriched with fine-grained semantic understanding.Evaluated on six echocardiography datasets spanning fetal, pediatric, and adult populations, DISCOVR outperforms both specialized video anomaly detection methods and state-of-the-art video-SSL baselines in zero-shot and linear probing setups,achieving superior segmentation transfer and strong downstream performance on clinically relevant tasks such as LVEF prediction. Code available at: https://github.com/mdivyanshu97/DISCOVR
