Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dong845/MCP-MedSAM


https://github.com/dong845/MCP-MedSAM

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MCP-MedSAM

Pytorch Implementation of the paper "[MCP-MedSAM: A Powerful Lightweight Medical Segment Anything Model Trained with a Single GPU in Just One Day](https://arxiv.org/abs/2412.05888)". This paper introduces a new variant of MedSAM, integrating a lightweight pre-trained tiny ViT, two novel prompts (modality prompt and content prompt), and a modality-based data sampling strategy. These enhancements enable the model to achieve strong performance without long training time and large GPU resource consumption. The code will come soon.

## Citation

```bash
@misc{lyu2024mcpmedsampowerfullightweightmedical,
title={MCP-MedSAM: A Powerful Lightweight Medical Segment Anything Model Trained with a Single GPU in Just One Day},
author={Donghang Lyu and Ruochen Gao and Marius Staring},
year={2024},
eprint={2412.05888},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2412.05888},
}
```