IVCVNov 21, 2023

GMISeg: General Medical Image Segmentation without Re-Training

arXiv:2311.12539v52 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge for non-experts in deploying AI models to new medical segmentation tasks, though it is incremental as it builds on existing pre-trained models.

The paper tackles the problem of medical image segmentation models lacking generalizability to new tasks, requiring retraining, and presents GMISeg, a model that achieves segmentation on unknown tasks without retraining by using visual prompts and low-rank fine-tuning, with evaluation across diverse datasets.

Deep learning models have become the dominant method for medical image segmentation. However, they often struggle to be generalisable to unknown tasks involving new anatomical structures, labels, or shapes. In these cases, the model needs to be re-trained for the new tasks, posing a significant challenge for non-machine learning experts and requiring a considerable time investment. Here I developed a general model that can solve unknown medical image segmentation tasks without requiring additional training. Given an example set of images and visual prompts for defining new segmentation tasks, GMISeg (General Medical Image Segmentation) leverages a pre-trained image encoder based on ViT and applies a low-rank fine-tuning strategy to the prompt encoder and mask decoder to fine-tune the model without in an efficient manner. I evaluated the performance of the proposed method on medical image datasets with different imaging modalities and anatomical structures. The proposed method facilitated the deployment of pre-trained AI models to new segmentation works in a user-friendly way.

Foundations

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

Your Notes