CVJun 21, 2024

Skip and Skip: Segmenting Medical Images with Prompts

arXiv:2406.14958v1
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing dependence on costly pixel-level annotations for medical image segmentation, though it is incremental as it still uses some pixel-level supervision.

The paper tackles medical image lesion segmentation by proposing a dual U-shaped two-stage framework that uses image-level labels to prompt segmentation, achieving better results than networks relying solely on pixel-level annotations.

Most medical image lesion segmentation methods rely on hand-crafted accurate annotations of the original image for supervised learning. Recently, a series of weakly supervised or unsupervised methods have been proposed to reduce the dependence on pixel-level annotations. However, these methods are essentially based on pixel-level annotation, ignoring the image-level diagnostic results of the current massive medical images. In this paper, we propose a dual U-shaped two-stage framework that utilizes image-level labels to prompt the segmentation. In the first stage, we pre-train a classification network with image-level labels, which is used to obtain the hierarchical pyramid features and guide the learning of downstream branches. In the second stage, we feed the hierarchical features obtained from the classification branch into the downstream branch through short-skip and long-skip and get the lesion masks under the supervised learning of pixel-level labels. Experiments show that our framework achieves better results than networks simply using pixel-level annotations.

Foundations

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

Your Notes