CVJul 24, 2025

Self-Supervised Ultrasound-Video Segmentation with Feature Prediction and 3D Localised Loss

arXiv:2507.18424v13 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the problem of medical image segmentation for clinicians by improving efficiency with limited annotations, though it is incremental as it builds on existing SSL methods.

The paper tackles the challenge of segmenting ultrasound videos with limited annotated data by adapting the V-JEPA self-supervised learning framework and introducing a 3D localisation auxiliary task to enhance locality in Vision Transformer representations, resulting in segmentation performance gains of up to 3.4% with full data and 8.35% with only 10% of training data.

Acquiring and annotating large datasets in ultrasound imaging is challenging due to low contrast, high noise, and susceptibility to artefacts. This process requires significant time and clinical expertise. Self-supervised learning (SSL) offers a promising solution by leveraging unlabelled data to learn useful representations, enabling improved segmentation performance when annotated data is limited. Recent state-of-the-art developments in SSL for video data include V-JEPA, a framework solely based on feature prediction, avoiding pixel level reconstruction or negative samples. We hypothesise that V-JEPA is well-suited to ultrasound imaging, as it is less sensitive to noisy pixel-level detail while effectively leveraging temporal information. To the best of our knowledge, this is the first study to adopt V-JEPA for ultrasound video data. Similar to other patch-based masking SSL techniques such as VideoMAE, V-JEPA is well-suited to ViT-based models. However, ViTs can underperform on small medical datasets due to lack of inductive biases, limited spatial locality and absence of hierarchical feature learning. To improve locality understanding, we propose a novel 3D localisation auxiliary task to improve locality in ViT representations during V-JEPA pre-training. Our results show V-JEPA with our auxiliary task improves segmentation performance significantly across various frozen encoder configurations, with gains up to 3.4\% using 100\% and up to 8.35\% using only 10\% of the training data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes