Skip to content

MICCAI 2024: Tri-Plane Mamba: Efficiently Adapting Segment Anything Model for 3D Medical Images

Notifications You must be signed in to change notification settings

xmed-lab/TP-Mamba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Efficiently Adapting Vision Foundational Models on 3D Medical Image Segmentation πŸš€

Official PyTorch implementation for our works on the topic of efficiently adapting the pre-trained Vision Foundational Models (VFM) on 3D Medical Image Segmentation task.

[1] "Tri-Plane Mamba: Efficiently Adapting Segment Anything Model for 3D Medical Images" (MICCAI 2024)

🌊🌊🌊 News

πŸ’§ [2024-10-22] Re-organize and Upload partial core codes.

πŸ”₯πŸ”₯πŸ”₯ Contributions

We foucs on proposing more advanced adapters or training algorithms to adapt the pre-trained VFM (both natural and medical-specific models) on 3d medical image segmentation.

πŸ”₯ Data-Efficient: Use less data to achieve more competitive performance, such as semi-supervised, few-shot, zero-shot, and so on.

πŸ”₯ Parameter-Efficient: Enhance the representation by lightweight adapters, such as local-feature, global-feature, or other existing adapters.

🧰 Installation

πŸ”¨ TODO

⭐⭐⭐ Usage

πŸ’‘ Supported Adapters

Name Type Supported
Baseline (Frozen SAM) None βœ”οΈ
LoRA pixel-independent βœ”οΈ
SSF pixel-independent TODO
multi-scale conv local βœ”οΈ
PPM local TODO
Mamba global TODO
Linear Attention global TODO

πŸ“‹ Results and Models

πŸ“Œ TODO

πŸ“š Citation

If you think our paper helps you, please feel free to cite it in your publications.

πŸ“— TP-Mamba

@InProceedings{Wan_TriPlane_MICCAI2024,
        author = { Wang, Hualiang and Lin, Yiqun and Ding, Xinpeng and Li, Xiaomeng},
        title = { { Tri-Plane Mamba: Efficiently Adapting Segment Anything Model for 3D Medical Images } },
        booktitle = {proceedings of Medical Image Computing and Computer Assisted Intervention -- MICCAI 2024},
        year = {2024},
        publisher = {Springer Nature Switzerland},
        volume = {LNCS 15009},
        month = {October},
        page = {pending}
}

🍻 Acknowledge

We sincerely appreciate these precious repositories 🍺MONAI and 🍺SAM.

About

MICCAI 2024: Tri-Plane Mamba: Efficiently Adapting Segment Anything Model for 3D Medical Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages