Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Bidirectional Copy-Paste for Semi-Supervised Medical Image Segmentation

About

In semi-supervised medical image segmentation, there exist empirical mismatch problems between labeled and unlabeled data distribution. The knowledge learned from the labeled data may be largely discarded if treating labeled and unlabeled data separately or in an inconsistent manner. We propose a straightforward method for alleviating the problem - copy-pasting labeled and unlabeled data bidirectionally, in a simple Mean Teacher architecture. The method encourages unlabeled data to learn comprehensive common semantics from the labeled data in both inward and outward directions. More importantly, the consistent learning procedure for labeled and unlabeled data can largely reduce the empirical distribution gap. In detail, we copy-paste a random crop from a labeled image (foreground) onto an unlabeled image (background) and an unlabeled image (foreground) onto a labeled image (background), respectively. The two mixed images are fed into a Student network and supervised by the mixed supervisory signals of pseudo-labels and ground-truth. We reveal that the simple mechanism of copy-pasting bidirectionally between labeled and unlabeled data is good enough and the experiments show solid gains (e.g., over 21% Dice improvement on ACDC dataset with 5% labeled data) compared with other state-of-the-arts on various semi-supervised medical image segmentation datasets. Code is available at https://github.com/DeepMed-Lab-ECNU/BCP}.

Yunhao Bai, Duowen Chen, Qingli Li, Wei Shen, Yan Wang• 2023

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationACDC (test)
Avg DSC88.84
135
Medical Image SegmentationLA
Dice90.18
97
Medical Image SegmentationKvasir-SEG (test)
mIoU80.45
78
Medical Image SegmentationLA Atrial Segmentation Challenge 2018 (evaluation)
Dice89.62
75
SegmentationPancreas-CT (test)
Dice82.93
44
Image SegmentationISIC 2016 (test)
Dice Coefficient89.98
40
Medical Image SegmentationACDC 10% labeled (test)
Dice88.84
40
Aortic Dissection SegmentationImageTBAD (test)
True Lumen DSC76.06
33
Medical Image SegmentationACDC 5% labeled (test)
Dice0.8759
30
Brain Structure SegmentationOASIS (test)
Dice91.57
29
Showing 10 of 50 rows

Other info

Code

Follow for update