paper-with-me

홈 › Papers

ClickSAM: Fine-tuning Segment Anything Model using click prompts for ultrasound image segmentation

2024-02-08 · Aimee Guo, Grace Fei, Hemanth Pasupuleti, Jing Wang

The newly released Segment Anything Model (SAM) is a popular tool used in image processing due to its superior segmentation accuracy, variety of input prompts, training capabilities, and efficient model design. However, its current model is trained on a diverse dataset not tailored to medical images, particularly ultrasound images. Ultrasound images tend to have a lot of noise, making it difficult to segment out important structures. In this project, we developed ClickSAM, which fine-tunes the Segment Anything Model using click prompts for ultrasound images. ClickSAM has two stages of training: the first stage is trained on single-click prompts centered in the ground-truth contours, and the second stage focuses on improving the model performance through additional positive and negative click prompts. By comparing the first stage predictions to the ground-truth masks, true positive, false positive, and false negative segments are calculated. Positive clicks are generated using the true positive and false negative segments, and negative clicks are generated using the false positive segments. The Centroidal Voronoi Tessellation algorithm is then employed to collect positive and negative click prompts in each segment that are used to enhance the model performance during the second stage of training. With click-train methods, ClickSAM exhibits superior performance compared to other existing models for ultrasound image segmentation.

📄 PDF Abstract BibTeX arXiv:2402.05902

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Practical Region-level Attack against Segment Anything Models

2024-04-12 · Yifan Shen, Zhengyuan Li, Gang Wang

Segment Anything Models (SAM) have made significant advancements in image segmentation, allowing users to segment target portions of an image with a single click (i.e., user prompt). Given its broad applications, the rob…

Image SegmentationSemantic Segmentation

Segment Anything Model (SAM) for Digital Pathology: Assess Zero-shot Segmentation on Whole Slide Imaging

2023-04-09 · Ruining Deng, Can Cui, Quan Liu, Tianyuan Yao 외

The segment anything model (SAM) was released as a foundation model for image segmentation. The promptable segmentation model was trained by over 1 billion masks on 11M licensed and privacy-respecting images. The model s…

Image SegmentationMedical Image AnalysisSegmentationSemantic Segmentation+2

Inpaint Anything: Segment Anything Meets Image Inpainting

2023-04-13 · Tao Yu, Runseng Feng, Ruoyu Feng, Jinming Liu 외

Modern image inpainting systems, despite the significant progress, often struggle with mask selection and holes filling. Based on Segment-Anything Model (SAM), we make the first attempt to the mask-free image inpainting …

Image Inpainting

Track Anything: Segment Anything Meets Videos

2023-04-24 · Jinyu Yang, Mingqi Gao, Zhe Li, Shang Gao 외

Recently, the Segment Anything Model (SAM) gains lots of attention rapidly due to its impressive segmentation performance on images. Regarding its strong ability on image segmentation and high interactivity with differen…

Image SegmentationObject TrackingSegmentationSemantic Segmentation+1

Deep learning-based interactive segmentation in remote sensing

2023-08-25 · Zhe Wang, Shoukun Sun, Xiang Que, Xiaogang Ma 외

Interactive segmentation, a computer vision technique where a user provides guidance to help an algorithm segment a feature of interest in an image, has achieved outstanding accuracy and efficient human-computer interact…

Deep LearningInteractive SegmentationLand Cover ClassificationSegmentation+1