Skip to main content
QUICK REVIEW

[論文レビュー] VM-UNet: Vision Mamba UNet for Medical Image Segmentation

Jiacheng Ruan, Suncheng Xiang|arXiv (Cornell University)|Feb 4, 2024
Medical Image Segmentation Techniques被引用数 205
ひとこと要約

VM-UNetは、Vision Mambaブロックを使用する純粋な State Space Modelベースの医用画像分割のU-Netで、ISIC17/ISIC18およびSynapseデータセットで競合的な結果を達成します。

ABSTRACT

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. In this paper, leveraging state space models, we propose a U-shape architecture model for medical image segmentation, named Vision Mamba UNet (VM-UNet). Specifically, the Visual State Space (VSS) block is introduced as the foundation block to capture extensive contextual information, and an asymmetrical encoder-decoder structure is constructed with fewer convolution layers to save calculation cost. We conduct comprehensive experiments on the ISIC17, ISIC18, and Synapse datasets, and the results indicate that VM-UNet performs competitively in medical image segmentation tasks. To our best knowledge, this is the first medical image segmentation model constructed based on the pure SSM-based model. We aim to establish a baseline and provide valuable insights for the future development of more efficient and effective SSM-based segmentation systems. Our code is available at https://github.com/JCruan519/VM-UNet.

研究の動機と目的

  • 医用画像分割における純粋なSSMベースモデルの探究を動機付ける。
  • Vision Mambaブロック(VSS)を用いた非対称U-NetでVM-UNetアーキテクチャを提案する。
  • 公開データセットでの純粋なSSMベース医用画像分割のベースラインを確立する。
  • 皮膚病変および多臓器分割におけるVM-UNetを評価し競争力を検証する。

提案手法

  • パッチ埋め込み/展開を用いた4段階の非対称エンコーダ-デコーダを利用する。
  • エンコーダとデコーダの双方でコア特徴抽出器としてVision Mamba(VSS)ブロックを使用する。
  • VSSブロックでは、長距離の文脈モデリングのためにSS2Dを用いた2つの分岐経路を適用する。
  • SS2Dをスキャン展開/結合とMamba由来のS6ブロックで実装し、方向依存性を捉える。
  • 加法融合による単純なスキップ接続を採用し、BceDiceまたはCeDice損失で学習する。
  • VM-UNetをVMamba-S pretrained weightsで初期化し、ISIC17/ISIC18/Synapseデータセットで訓練する。

実験結果

リサーチクエスチョン

  • RQ1医用画像において純粋なSSMベースモデルが競争力のある分割性能を達成できるか?
  • RQ2Vision Mamba UNetは皮膚病変および臓器分割において、CNNベースおよびTransformerベースのベースラインとどう比較されるか?
  • RQ3事前学習済みのVMambaウェイトがVM-UNetの性能に与える影響は何か?
  • RQ4将来のSSMベース分割法におけるVM-UNetが設定するべきベースラインは何か?

主な発見

DatasetModelmIoU (%) ↑DSC (%) ↑Acc (%) ↑Spe (%) ↑Sen (%) ↑
ISIC17UNet76.9886.9995.6597.4386.82
ISIC17UTNetV277.3587.2395.8498.0584.85
ISIC17TransFuse79.2188.4096.1797.9887.14
ISIC17MALUNet78.7888.1396.1898.4784.78
ISIC17VM-UNet80.2389.0396.2997.5889.90
ISIC18UNet77.8687.5594.0596.6985.86
ISIC18UNet++78.3187.8394.0295.7588.65
ISIC18Att-UNet78.4387.9194.1396.2387.60
ISIC18UTNetV278.9788.2594.3296.4887.60
ISIC18SANet79.5288.5994.3995.9789.46
ISIC18TransFuse80.6389.2794.6695.7491.28
ISIC18MALUNet80.2589.0494.6296.1989.74
ISIC18VM-UNet81.3589.7194.9196.1391.12
SynapseVM-UNetDSC 81.08HD95 19.21Aorta 86.40Gallbladder 69.41Kidney(L) 86.16Kidney(R) 82.76Liver 94.17Pancreas 58.80Spleen 89.51Stomach 81.40
  • VM-UNetはISIC17およびISIC18で競合的なmIoU、DSC、および精度を達成し、いくつかのベースラインを上回る。
  • ISIC17では、VM-UNetはmIoU 80.23%、DSC 89.03%、Acc 96.29%、Spe 97.58%、Sen 89.90%を達成。
  • ISIC18では、VM-UNetはmIoU 81.35%、DSC 89.71%、Acc 94.91%、Spe 96.13%、Sen 91.12%を達成。
  • SynapseではVM-UNetはDSC 81.08%およびHD95 19.21をデータセット全体で達成。
  • Swin-UNet(純粋なTransformer)と比較して、DSCで1.95%、HD95で2.34mm上回る。
  • アブレーションにより、VMamba-S pretrained weightsの使用がランダム初期化より顕著に性能を向上させることを示した。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。