Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

C3S3: Complementary Competition and Contrastive Selection for Semi-Supervised Medical Image Segmentation

Created by
  • Haebom

Author

Jiaying He, Yitong Lin, Jiahe Chen, Honghui Xu, Jianwei Zheng

Outline

To address the problem of insufficient annotation data in the medical field, the proposed semi-supervised learning-based medical image segmentation model C3S3 focuses on accurately identifying the boundary contour by combining competitive and contrastive learning. The result-driven contrastive learning module improves the boundary location accuracy, and the dynamic complementary competitive module generates pseudo labels with two high-performance sub-networks to improve the segmentation quality. Experimental results using MRI and CT scan datasets show that it outperforms existing state-of-the-art models, and achieves at least 6% performance improvement in 95HD and ASD metrics. The source code is available on GitHub.

Takeaways, Limitations

Takeaways:
Significantly improved the accuracy of boundary contouring in medical image segmentation.
We effectively solved the problem of insufficient annotation data through semi-supervised learning.
We present an effective combination of competitive and contrastive learning.
We demonstrate superior performance compared to existing state-of-the-art models on two public datasets.
Limitations:
Further validation of the generalization performance of the proposed model is needed.
Its applicability to various medical imaging types and diseases needs to be further evaluated.
Analysis of the model's computational complexity and efficiency may be required.
👍