arXiv:2501.16246cs.CV2025-01被引 7

用CLIP和SAM结合实现无需标注的脑肿瘤精准分割

CLISC: Bridging clip and sam by enhanced cam for unsupervised brain tumor segmentation

  • 先用CLIP生成图像级伪标签,再通过改进的CAM定位病灶区域
  • 利用病灶区域生成SAM提示,获得高质量分割伪标签,3D网络训练后达85.6%的Dice分数
  • 无需人工标注,性能接近有监督方法,适合医疗影像自动化分析

脑肿瘤分割对诊断至关重要,但现有深度学习方法依赖大量标注图像,标注成本高。无监督分割虽可避免人工标注,但性能常受限。本文提出一种新方法,融合基础模型能力,分三步进行:(1) 使用视觉-语言模型CLIP获取图像级伪标签,训练分类网络;通过类激活图(CAM)提取感兴趣区域(ROIs),并采用自适应掩码数据增强提升定位精度;(2) 利用ROIs生成边界框和点提示,输入分割任意模型(SAM)以获得分割伪标签;(3) 使用这些伪标签训练3D分割网络,并在自学习过程中基于SAM输出与网络预测的相似性过滤低质量伪标签。在BraTS2020数据集上的评估显示,本方法平均Dice相似系数(DSC)达85.60%,优于五种前沿无监督方法超过10个百分点。此外,性能优于直接使用SAM进行零样本推理,且接近完全监督学习效果。

原文摘要 · Abstract (English)

Brain tumor segmentation is important for diagnosis of the tumor, and current deep-learning methods rely on a large set of annotated images for training, with high annotation costs. Unsupervised segmentation is promising to avoid human annotations while the performance is often limited. In this study, we present a novel unsupervised segmentation approach that leverages the capabilities of foundation models, and it consists of three main steps: (1) A vision-language model (i.e., CLIP) is employed to obtain image-level pseudo-labels for training a classification network. Class Activation Mapping (CAM) is then employed to extract Regions of Interest (ROIs), where an adaptive masking-based data augmentation is used to enhance ROI identification.(2) The ROIs are used to generate bounding box and point prompts for the Segment Anything Model (SAM) to obtain segmentation pseudo-labels. (3) A 3D segmentation network is trained with the SAM-derived pseudo-labels, where low-quality pseudo-labels are filtered out in a self-learning process based on the similarity between the SAM's output and the network's prediction. Evaluation on the BraTS2020 dataset demonstrates that our approach obtained an average Dice Similarity Score (DSC) of 85.60%, outperforming five state-of-the-art unsupervised segmentation methods by more than 10 percentage points. Besides, our approach outperforms directly using SAM for zero-shot inference, and its performance is close to fully supervised learning.

脑肿瘤分割无监督学习CLIPSAM

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。