Search papers, labs, and topics across Lattice.
This study introduces ESRVS, a method for retinal vessel segmentation that operates effectively with only one annotated image alongside a pool of unlabeled images. By leveraging target-domain-adapted DINOv3 features and combining prototype-similarity maps with a physics-inspired prior, ESRVS generates high-quality pseudo-labels and refines them through weighted training and adversarial techniques. The method outperforms existing semi-supervised approaches across multiple datasets, achieving superior segmentation metrics while utilizing significantly less labeled data.
Achieving top-tier retinal vessel segmentation with just one annotated image, ESRVS redefines the limits of semi-supervised learning in medical imaging.
Learning from minimal human supervision is a long-standing goal in medical image analysis, where dense expert annotations are costly. We study retinal vessel segmentation in an extreme semi-supervised setting with one annotated image and a pool of unlabeled images. We propose ESRVS, which selects a representative reference image for manual annotation and transfers vessel cues using target-domain-adapted DINOv3 features. ESRVS constructs a multi granular vessel prototype, combines prototype-similarity maps with a physics-inspired prior to generate initial pseudo-labels, and refines the transferred supervision through weighted pseudo-label training and adversarial refinement. Across eight public datasets, ESRVS achieves the best Dice and clDice on six datasets, and the best HD95 on all eight datasets among the compared semi-supervised methods, although those methods use 10 to 20% labeled data. With Mask2Former, ESRVS retains on average 93.7% of fully supervised Dice and 95.1% of fully supervised clDice. These results demonstrate the potential of foundation-model label propagation for highly label-efficient retinal vessel segmentation. Code is available at https://github.com/IAANNH/ESRVS.