paper-with-me

홈 › Papers

SuperCL: Superpixel Guided Contrastive Learning for Medical Image Segmentation Pre-training

2025-04-20 · Shuang Zeng, Lei Zhu, Xinliang Zhang, Hangzhou He, Yanye Lu

Medical image segmentation is a critical yet challenging task, primarily due to the difficulty of obtaining extensive datasets of high-quality, expert-annotated images. Contrastive learning presents a potential but still problematic solution to this issue. Because most existing methods focus on extracting instance-level or pixel-to-pixel representation, which ignores the characteristics between intra-image similar pixel groups. Moreover, when considering contrastive pairs generation, most SOTA methods mainly rely on manually setting thresholds, which requires a large number of gradient experiments and lacks efficiency and generalization. To address these issues, we propose a novel contrastive learning approach named SuperCL for medical image segmentation pre-training. Specifically, our SuperCL exploits the structural prior and pixel correlation of images by introducing two novel contrastive pairs generation strategies: Intra-image Local Contrastive Pairs (ILCP) Generation and Inter-image Global Contrastive Pairs (IGCP) Generation. Considering superpixel cluster aligns well with the concept of contrastive pairs generation, we utilize the superpixel map to generate pseudo masks for both ILCP and IGCP to guide supervised contrastive learning. Moreover, we also propose two modules named Average SuperPixel Feature Map Generation (ASP) and Connected Components Label Generation (CCL) to better exploit the prior structural information for IGCP. Finally, experiments on 8 medical image datasets indicate our SuperCL outperforms existing 12 methods. i.e. Our SuperCL achieves a superior performance with more precise predictions from visualization figures and 3.15%, 5.44%, 7.89% DSC higher than the previous best results on MMWHS, CHAOS, Spleen with 10% annotations. Our code will be released after acceptance.

📄 PDF Abstract BibTeX arXiv:2504.14737

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningImage SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Classification Done Right for Vision-Language Pre-Training

2024-11-05 · Zilong Huang, Qinghao Ye, Bingyi Kang, Jiashi Feng 외

We introduce SuperClass, a super simple classification method for vision-language pre-training on image-text data. Unlike its contrastive counterpart CLIP who contrast with a text encoder, SuperClass directly utilizes to…

Classification

Superpixel-guided Iterative Learning from Noisy Labels for Medical Image Segmentation

2021-07-21 · Shuailin Li, Zhitong Gao, Xuming He

Learning segmentation from noisy labels is an important task for medical image analysis due to the difficulty in acquiring highquality annotations. Most existing methods neglect the pixel correlation and structural prior…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+2

DenseMP: Unsupervised Dense Pre-training for Few-shot Medical Image Segmentation

2023-07-13 · Zhaoxin Fan, Puquan Pan, Zeren Zhang, Ce Chen 외

Few-shot medical image semantic segmentation is of paramount importance in the domain of medical image analysis. However, existing methodologies grapple with the challenge of data scarcity during the training phase, lead…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+1

SuperCLIP: CLIP with Simple Classification Supervision

2025-12-16 · Weiheng Zhao, Zilong Huang, Jiashi Feng, Xinggang Wang arxiv

Contrastive Language-Image Pretraining (CLIP) achieves strong generalization in vision-language tasks by aligning images and texts in a shared embedding space. However, recent findings show that CLIP-like models still un…

Contrastive LearningText Retrieval

Superclass Learning With Representation Enhancement

2023-01-01 · CVPR 2023 1 · Jinlong Kang, Liyuan Shang, Suyun Zhao, Hong Chen 외

In many real scenarios, data are often divided into a handful of artificial super categories in terms of expert knowledge rather than the representations of images. Concretely, a superclass may contain massive and va…