SRA-Seg: Synthetic to Real Alignment for Semi-Supervised Medical Image Segmentation
OFM Riaz Rahman Aranya, Kevin Desai
TL;DR
This work tackles the synthetic-to-real domain gap in semi-supervised medical image segmentation by introducing SRA-Seg, a framework that explicitly aligns synthetic and real distributions via a Similarity-Alignment loss built on frozen DINO-v2 embeddings, along with soft edge blending and EMA-based pseudo-labeling. It combines Soft-Segmentation Loss on soft targets with a SA-Loss that minimizes distances between synthetic and real feature embeddings, and employs soft-mix augmentation to create smooth boundary transitions. Evaluations on ACDC and FIVES show that, with only $10\%$ real labeled data and $90\%$ synthetic unlabeled data, SRA-Seg outperforms existing SSL methods using synthetic data and matches the performance of methods trained with real unlabeled data, achieving Dice scores of $89.34$ on ACDC and $84.42$ on FIVES. The results underscore the potential of principled synthetic-real feature alignment to alleviate annotation bottlenecks in medical imaging, while ablations and FID analyses highlight the importance of data quality and all proposed components.
Abstract
Synthetic data, an appealing alternative to extensive expert-annotated data for medical image segmentation, consistently fails to improve segmentation performance despite its visual realism. The reason being that synthetic and real medical images exist in different semantic feature spaces, creating a domain gap that current semi-supervised learning methods cannot bridge. We propose SRA-Seg, a framework explicitly designed to align synthetic and real feature distributions for medical image segmentation. SRA-Seg introduces a similarity-alignment (SA) loss using frozen DINOv2 embeddings to pull synthetic representations toward their nearest real counterparts in semantic space. We employ soft edge blending to create smooth anatomical transitions and continuous labels, eliminating the hard boundaries from traditional copy-paste augmentation. The framework generates pseudo-labels for synthetic images via an EMA teacher model and applies soft-segmentation losses that respect uncertainty in mixed regions. Our experiments demonstrate strong results: using only 10% labeled real data and 90% synthetic unlabeled data, SRA-Seg achieves 89.34% Dice on ACDC and 84.42% on FIVES, significantly outperforming existing semi-supervised methods and matching the performance of methods using real unlabeled data.
