2024

VM-UNet: Vision Mamba UNet for Medical Image Segmentation

Ruan, Jiacheng, Li, Jincheng, Xiang, Suncheng

Understand

In the realm of medical image segmentation, both CNN-based and Transformer-based models have been extensively explored.

  • However, CNNs exhibit limitations in long-range modeling capabilities, whereas Transformers are hampered by their quadratic computational complexity.
  • Recently, State Space Models (SSMs), exemplified by Mamba, have emerged as a promising approach.
  • They not only excel in modeling long-range interactions but also maintain a linear computational complexity.

Reading the bibliography…