paper-with-me

홈 › Papers

SRA-Seg: Synthetic to Real Alignment for Semi-Supervised Medical Image Segmentation

2026-02-03 · OFM Riaz Rahman Aranya, Kevin Desai arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.02944

Code (0)

등록된 구현이 없습니다.

Tasks

Semi-supervised Medical Image Segmentation

Similar Papers 제목 키워드 기반

Mutual- and Self- Prototype Alignment for Semi-supervised Medical Image Segmentation

2022-06-03 · Zhenxi Zhang, Chunna Tian, Zhicheng Jiao

Semi-supervised learning methods have been explored in medical image segmentation tasks due to the scarcity of pixel-level annotation in the real scenario. Proto-type alignment based consistency constraint is an intuitio…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

SemiGDA: Generative Dual-distribution Alignment for Semi-Supervised Medical Image Segmentation

2026-04-25 · Kaiwen Huang, Yi Zhou, Yizhe Zhang, Jingxiong Li 외 arxiv

Semi-supervised learning addresses label scarcity and high annotation costs in medical image segmentation by exploiting the latent information in unlabeled data to enhance model performance. Traditional discriminative se…

Semi-supervised Medical Image SegmentationRepresentation Learning

Semi-MedRef: Semi-Supervised Medical Referring Image Segmentation with Cross-Modal Alignment

2026-05-15 · Yuchen Li, Zhen Zhao, Yi Liu, Luping Zhou arxiv

Medical referring image segmentation (MRIS) predicts lesion masks from medical images and natural-language referring expressions, but acquiring paired pixel-level annotations and referring texts is costly. Semi-supervise…

Contrastive LearningImage Segmentation

Semi-supervised classification using a supervised autoencoder for biomedical applications

2022-08-22 · Cyprien Gille, Frederic Guyard, Michel Barlaud

In this paper we present a new approach to solve semi-supervised classification tasks for biomedical applications, involving a supervised autoencoder network. We create a network architecture that encodes labels into the…

General Classification

Segment Together: A Versatile Paradigm for Semi-Supervised Medical Image Segmentation

2023-11-20 · Qingjie Zeng, Yutong Xie, Zilin Lu, Mengkang Lu 외

Annotation scarcity has become a major obstacle for training powerful deep-learning models for medical image segmentation, restricting their deployment in clinical scenarios. To address it, semi-supervised learning by ex…

BenchmarkingImage SegmentationMedical Image SegmentationSegmentation+2