CVAISep 1, 2024

Curriculum Prompting Foundation Models for Medical Image Segmentation

arXiv:2409.00695v17 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in medical image segmentation by automating prompt generation, though it is incremental as it builds on existing SAM-based approaches.

The paper tackles the challenge of adapting foundation models like SAM for medical image segmentation by automating prompt generation with a coarse-to-fine curriculum prompting mechanism, achieving superior performance on three public datasets compared to other SAM-based methods.

Adapting large pre-trained foundation models, e.g., SAM, for medical image segmentation remains a significant challenge. A crucial step involves the formulation of a series of specialized prompts that incorporate specific clinical instructions. Past works have been heavily reliant on a singular type of prompt for each instance, necessitating manual input of an ideally correct prompt, which is less efficient. To tackle this issue, we propose to utilize prompts of different granularity, which are sourced from original images to provide a broader scope of clinical insights. However, combining prompts of varying types can pose a challenge due to potential conflicts. In response, we have designed a coarse-to-fine mechanism, referred to as curriculum prompting, that progressively integrates prompts of different types. Through extensive experiments on three public medical datasets across various modalities, we demonstrate the effectiveness of our proposed approach, which not only automates the prompt generation process but also yields superior performance compared to other SAM-based medical image segmentation methods. Code is available at: https://github.com/AnnaZzz-zxq/Curriculum-Prompting.

Code Implementations1 repo
Foundations

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

Your Notes