English

ViM-UNet: Vision Mamba for Biomedical Segmentation

Computer Vision and Pattern Recognition 2024-05-16 v2

Abstract

CNNs, most notably the UNet, are the default architecture for biomedical segmentation. Transformer-based approaches, such as UNETR, have been proposed to replace them, benefiting from a global field of view, but suffering from larger runtimes and higher parameter counts. The recent Vision Mamba architecture offers a compelling alternative to transformers, also providing a global field of view, but at higher efficiency. Here, we introduce ViM-UNet, a novel segmentation architecture based on it and compare it to UNet and UNETR for two challenging microscopy instance segmentation tasks. We find that it performs similarly or better than UNet, depending on the task, and outperforms UNETR while being more efficient. Our code is open source and documented at https://github.com/constantinpape/torch-em/blob/main/vimunet.md.

Keywords

Cite

@article{arxiv.2404.07705,
  title  = {ViM-UNet: Vision Mamba for Biomedical Segmentation},
  author = {Anwai Archit and Constantin Pape},
  journal= {arXiv preprint arXiv:2404.07705},
  year   = {2024}
}

Comments

Published in MIDL 2024

R2 v1 2026-06-28T15:51:03.740Z