Skip to main content
QUICK REVIEW

[論文レビュー] MISSFormer: An Effective Medical Image Segmentation Transformer

Xiaohong Huang, Zhifang Deng|arXiv (Cornell University)|Sep 15, 2021
Advanced Neural Network Applications参考文献 40被引用数 170
ひとこと要約

MISSFormer は Enhanced Transformer Block と Enhanced Transformer Context Bridge を備えた階層型 U 形トランスフォーマをゼロから訓練し、Synapse および ACDC データセットで最先端の医用画像分割を達成する。

ABSTRACT

The CNN-based methods have achieved impressive results in medical image segmentation, but they failed to capture the long-range dependencies due to the inherent locality of the convolution operation. Transformer-based methods are recently popular in vision tasks because of their capacity for long-range dependencies and promising performance. However, it lacks in modeling local context. In this paper, taking medical image segmentation as an example, we present MISSFormer, an effective and powerful Medical Image Segmentation tranSFormer. MISSFormer is a hierarchical encoder-decoder network with two appealing designs: 1) A feed-forward network is redesigned with the proposed Enhanced Transformer Block, which enhances the long-range dependencies and supplements the local context, making the feature more discriminative. 2) We proposed Enhanced Transformer Context Bridge, different from previous methods of modeling only global information, the proposed context bridge with the enhanced transformer block extracts the long-range dependencies and local context of multi-scale features generated by our hierarchical transformer encoder. Driven by these two designs, the MISSFormer shows a solid capacity to capture more discriminative dependencies and context in medical image segmentation. The experiments on multi-organ and cardiac segmentation tasks demonstrate the superiority, effectiveness and robustness of our MISSFormer, the experimental results of MISSFormer trained from scratch even outperform state-of-the-art methods pre-trained on ImageNet. The core designs can be generalized to other visual segmentation tasks. The code has been released on Github: https://github.com/ZhifangDeng/MISSFormer

研究の動機と目的

  • 医用画像分割における長距離依存性をモデル化するCNNの制限に対処する。
  • 正確なセグメンテーションのための位置情報を持たない階層型U字トランスフォーマを提案する。
  • 局所およびグローバル文脈を捉えるEnhanced Transformer BlockとEnhanced Transformer Context Bridgeを設計する。
  • ゼロから医療データセットで訓練し、標準的なデータ拡張を用い、SGD最適化子と多項式学習率ポリシーを使用する。

提案手法

  • 特徴表現の識別性と局所/グローバル文脈統合を改善する Enhanced Mix-FFN と呼ぶ再設計されたフィードフォワードネットワーク。
  • LayerNorm、Efficient Self-Attention、Enhanced Mix-FFNを組み合わせた Enhanced Transformer Block は、長距離情報と局所情報を高い計算負荷を抑えつつモデル化する。
  • Flatten した多レベルのトークンを連結し、Enhanced Transformer Block を通して処理することで多スケール特徴を融合する Enhanced Transformer Context Bridge。
  • 4x4パッチの重複を持つ階層型エンコーダ-デコーダ、パッチのマージ/拡張、スキップ接続を備えU字型アーキテクチャを形成。
  • SGDオプティマイザと多項式学習率ポリシーを用い、標準的なデータ拡張でゼロから医用データセットで訓練。

実験結果

リサーチクエスチョン

  • RQ1MISSFormer は Synapse および ACDC データセット上でゼロから訓練された状態で最先端の医用画像分割手法を上回ることができるか?
  • RQ2Enhanced Transformer Block と Context Bridge は、従来の Transformer/MLP ベースの手法より識別性と文脈モデリングを改善するか?
  • RQ3Enhanced Transformer Context Bridge によるマルチスケール特徴融合は、分割精度とエッジ境界の識別性にどのように影響するか?
  • RQ4Enhanced Mix-FFN の異なるスキップ接続と再帰的ステップは、収束と性能にどのような影響を及ぼすか?

主な発見

Architecture DSC ↑ HD ↓ Aorta Gallbladder Kidney(L) Kidney(R) Liver Pancreas Spleen Stomach
V-Net68.81-75.3451.8777.1080.7587.8440.0580.5656.98
DARR69.77-74.7453.7772.3173.2494.0854.1889.9045.96
R50 U-Net74.6836.8787.7463.6680.6078.1993.7456.9085.8774.16
U-Net76.8539.7089.0769.7277.7768.6093.4353.9886.6775.58
R50 Att-Unet75.5736.9755.9263.9179.2072.7193.5649.3787.1974.95
Att-UNet77.7736.0289.5568.8877.9871.1193.5758.0487.3075.75
R50 ViT71.2932.8773.7355.1375.8072.2091.5145.9981.9973.95
TranUnet77.4831.6987.2363.1381.8777.0294.0855.8685.0875.62
Swin-Unet79.1321.5585.4766.5383.2879.6194.2956.5890.6676.60
MISSFormer_S80.7419.6585.3166.4783.3781.6594.5263.4991.5179.63
MISSFormer81.9618.2086.9968.6585.2182.0094.4165.6791.9280.81
  • MISSFormer は Synapse および ACDC データセットで最先端の性能を達成し、ImageNet 事前学習済みの手法を上回ることが多い。
  • Simple Enhanced Mix-FFN と再帰的なスキップ接続は、ベースライン SegFormer 系の変種と比べて訓練の安定性と分割精度を向上させる。
  • アブレーションでは、Enhanced Transformer Context Bridge とマルチスケール融合を備えた MISSFormer は Dice-Sørensen Coefficient (DSC) の顕著な向上とエッジ境界の改善を示した。
  • MISSFormer_S(マルチスケールブリッジなし)は MISSFormer よりも劣っており、マルチスケール情報統合の利点が示唆される。
  • MISSFormer は難例において堅牢なエッジ予測と強力なパフォーマンスを示し、Synapse での組織ごとの結果は競合的または優れており、ACDC での全体的な頑健性も示す。

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

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

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

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