CVJun 30, 2025

Contrastive Learning with Diffusion Features for Weakly Supervised Medical Image Segmentation

arXiv:2506.23460v11 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the challenge of precise object localization in medical image segmentation with weak supervision, representing an incremental advancement by combining diffusion models with contrastive learning.

The paper tackles the problem of noisy saliency maps in weakly supervised medical image segmentation by introducing a contrastive learning method that maps diffusion features to a segmentation embedding space, achieving significant performance improvements over existing baselines on four tasks across two datasets.

Weakly supervised semantic segmentation (WSSS) methods using class labels often rely on class activation maps (CAMs) to localize objects. However, traditional CAM-based methods struggle with partial activations and imprecise object boundaries due to optimization discrepancies between classification and segmentation. Recently, the conditional diffusion model (CDM) has been used as an alternative for generating segmentation masks in WSSS, leveraging its strong image generation capabilities tailored to specific class distributions. By modifying or perturbing the condition during diffusion sampling, the related objects can be highlighted in the generated images. Yet, the saliency maps generated by CDMs are prone to noise from background alterations during reverse diffusion. To alleviate the problem, we introduce Contrastive Learning with Diffusion Features (CLDF), a novel method that uses contrastive learning to train a pixel decoder to map the diffusion features from a frozen CDM to a low-dimensional embedding space for segmentation. Specifically, we integrate gradient maps generated from CDM external classifier with CAMs to identify foreground and background pixels with fewer false positives/negatives for contrastive learning, enabling robust pixel embedding learning. Experimental results on four segmentation tasks from two public medical datasets demonstrate that our method significantly outperforms existing baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes