CVAIOct 28, 2023

One-shot Localization and Segmentation of Medical Images with Foundation Models

arXiv:2310.18642v119 citationsh-index: 20
Originality Synthesis-oriented
AI Analysis

This work addresses medical image analysis by enabling efficient segmentation with minimal data, though it is incremental as it adapts existing models to a new domain.

The paper tackled the problem of localizing and segmenting medical images using foundation models trained on natural images, achieving dice scores of 62%-90% across tasks with a one-shot approach and outperforming a few-shot method on most tasks.

Recent advances in Vision Transformers (ViT) and Stable Diffusion (SD) models with their ability to capture rich semantic features of the image have been used for image correspondence tasks on natural images. In this paper, we examine the ability of a variety of pre-trained ViT (DINO, DINOv2, SAM, CLIP) and SD models, trained exclusively on natural images, for solving the correspondence problems on medical images. While many works have made a case for in-domain training, we show that the models trained on natural images can offer good performance on medical images across different modalities (CT,MR,Ultrasound) sourced from various manufacturers, over multiple anatomical regions (brain, thorax, abdomen, extremities), and on wide variety of tasks. Further, we leverage the correspondence with respect to a template image to prompt a Segment Anything (SAM) model to arrive at single shot segmentation, achieving dice range of 62%-90% across tasks, using just one image as reference. We also show that our single-shot method outperforms the recently proposed few-shot segmentation method - UniverSeg (Dice range 47%-80%) on most of the semantic segmentation tasks(six out of seven) across medical imaging modalities.

Foundations

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

Your Notes