CVMay 17, 2024

Blackbox Adaptation for Medical Image Segmentation

arXiv:2405.10913v11 citationsh-index: 21Has CodeMICCAI
Originality Incremental advance
AI Analysis

This addresses the challenge for medical practitioners needing efficient and private adaptation of pre-trained models without access to internal parameters or extensive resources, representing a novel approach in a specific domain.

The paper tackles the problem of adapting large foundation models for medical image segmentation when model parameters are inaccessible due to blackbox APIs, privacy constraints, and limited compute, by proposing BAPS, a blackbox adaptation technique that improves the original model's performance by around 4% across four modalities.

In recent years, various large foundation models have been proposed for image segmentation. There models are often trained on large amounts of data corresponding to general computer vision tasks. Hence, these models do not perform well on medical data. There have been some attempts in the literature to perform parameter-efficient finetuning of such foundation models for medical image segmentation. However, these approaches assume that all the parameters of the model are available for adaptation. But, in many cases, these models are released as APIs or blackboxes, with no or limited access to the model parameters and data. In addition, finetuning methods also require a significant amount of compute, which may not be available for the downstream task. At the same time, medical data can't be shared with third-party agents for finetuning due to privacy reasons. To tackle these challenges, we pioneer a blackbox adaptation technique for prompted medical image segmentation, called BAPS. BAPS has two components - (i) An Image-Prompt decoder (IP decoder) module that generates visual prompts given an image and a prompt, and (ii) A Zero Order Optimization (ZOO) Method, called SPSA-GC that is used to update the IP decoder without the need for backpropagating through the foundation model. Thus, our method does not require any knowledge about the foundation model's weights or gradients. We test BAPS on four different modalities and show that our method can improve the original model's performance by around 4%.

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