Skip to main content
QUICK REVIEW

[論文レビュー] Inverse-Consistent Deep Networks for Unsupervised Deformable Image Registration

Jun Zhang|arXiv (Cornell University)|Sep 10, 2018
Medical Image Segmentation Techniques参考文献 58被引用数 108
ひとこと要約

ICNetは未監督の変形登録フレームワークに逆一貫性と反折り畳み制約を導入し、グラウンドトゥルース registrationsなしで脳MRIの最先端性能を達成します。

ABSTRACT

Deformable image registration is a fundamental task in medical image analysis, aiming to establish a dense and non-linear correspondence between a pair of images. Previous deep-learning studies usually employ supervised neural networks to directly learn the spatial transformation from one image to another, requiring task-specific ground-truth registration for model training. Due to the difficulty in collecting precise ground-truth registration, implementation of these supervised methods is practically challenging. Although several unsupervised networks have been recently developed, these methods usually ignore the inherent inverse-consistent property (essential for diffeomorphic mapping) of transformations between a pair of images. Also, existing approaches usually encourage the to-be-estimated transformation to be locally smooth via a smoothness constraint only, which could not completely avoid folding in the resulting transformation. To this end, we propose an Inverse-Consistent deep Network (ICNet) for unsupervised deformable image registration. Specifically, we develop an inverse-consistent constraint to encourage that a pair of images are symmetrically deformed toward one another, until both warped images are matched. Besides using the conventional smoothness constraint, we also propose an anti-folding constraint to further avoid folding in the transformation. The proposed method does not require any supervision information, while encouraging the diffeomoprhic property of the transformation via the proposed inverse-consistent and anti-folding constraints. We evaluate our method on T1-weighted brain magnetic resonance imaging (MRI) scans for tissue segmentation and anatomical landmark detection, with results demonstrating the superior performance of our ICNet over several state-of-the-art approaches for deformable image registration. Our code will be made publicly available.

研究の動機と目的

  • グラウンドトゥルース登録の不足のため、監督なしの変形登録を動機づける。
  • 逆写像になるように双方向変換を逆一貫性として強制する。
  • 学習された変換における折り畳みを防ぐ反折り畳み制約を導入する。
  • ICNetを用いて脳MRIで組織セグメンテーションと解剖学的ランドマーク検出の改善を実証する。

提案手法

  • 共有重みを持つデュアルブランチFCN(U-Net)を使用して、画像対間の流れF_ABとF_BAを学習する。
  • F_ABが推定される逆写像に近づくこととF_BAの逆像(L_inv)に近づくことを課す逆一貫性損失を組み込む。
  • 折り畳みを条件づける勾配符号を用いて折り畳みを抑制する反折り畳み損失を導入する(L_ant)。
  • 局所的な規則性を促す標準的な滑らかさ損失を適用する(L_smo)。
  • 整列ペア間の MSD に基づく対称的な類似性損失を最適化し、正則化項(α,L_smo; β,L_inv; γ,L_ant)と組み合わせる。
  • 畳み込み的なSTNによるワープとグリッドベースの逆フロー推定(G)を用いて実装する。
  • Adam(lr = 5e-4)を用いたPyTorchでエンドツーエンド訓練を行い、ADNI脳MRIデータで検証する。

実験結果

リサーチクエスチョン

  • RQ1双方向の変形場間で真の逆一貫性を未監視Deep Networkが強制できるか?
  • RQ2反折り畳み制約を追加することで折り畳みを減らし、滑らかさのみより登録忠実度を改善できるか?
  • RQ3非学習法および他の未監督手法と比較してICNetは組織セグメンテーションおよび解剖学的ランドマーク検出の下流タスクでどのように性能を示すか?

主な発見

TissueMetricDemonsSyNDLICNet-1ICNet-2ICNet
CSFDSC (%)77.16±1.8278.43±1.3879.76±1.2280.75±1.3182.08±1.1483.58±1.17
CSFSEN (%)71.99±2.1576.57±1.9677.38±1.9479.00±1.8480.16±1.7582.55±1.80
CSFPPV (%)83.16±2.0780.41±1.4782.34±1.3882.61±1.4484.13±1.3684.66±1.31
CSFASD0.69±0.050.73±0.030.68±0.030.65±0.030.60±0.030.56±0.03
CSFHD11.63±0.8411.74±0.7811.60±0.8011.41±0.7411.29±0.7111.10±0.78
GMDSC (%)76.15±1.3374.16±1.1075.04±1.0677.93±1.0578.30±1.0480.59±0.98
GMSEN (%)74.71±1.6374.23±1.2074.41±1.2277.96±1.2477.92±1.2582.28±1.15
GMPPV (%)77.65±1.3874.11±1.4475.70±1.4177.92±1.3878.70±1.3778.99±1.38
GMASD0.58±0.030.65±0.020.63±0.020.58±0.020.56±0.020.54±0.02
GMHD9.85±1.259.13±0.929.13±1.019.20±1.049.16±1.049.07±1.05
WMDSC (%)84.02±1.7584.67±1.1086.03±1.0186.92±1.1187.82±1.0088.13±0.94
WMSEN (%)80.99±2.0482.79±1.7585.35±1.6385.03±1.7386.17±1.7186.56±1.61
WMPPV (%)87.31±2.0586.66±1.2586.74±1.2488.92±1.3289.13±1.2490.22±1.19
WMASD0.80±0.060.88±0.040.81±0.040.76±0.040.71±0.040.71±0.04
WMHD13.73±1.3813.40±1.1312.77±1.2213.18±1.2813.16±1.2412.71±1.11
  • ICNetはDemons、SyN、およびベースラインDL法に比べて脳組織(CSF, GM, WM)全体で優れた登録性能を示す。
  • CSFではICNetがDSC 83.58、SEN 82.55を達成し、DemonsのDSC 77.16; SEN 71.99およびSyNのDSC 78.43; SEN 76.57を上回る。
  • CSF PPVではICNetが84.66を達成し、Demons 83.16、SyN 80.41、DL 82.34を上回る。
  • CSF ASDとHDではICNetはASD 0.56とHD 11.10で競合他手法と比べて一般的に低い誤差を示す。
  • GMとWMではICNetが最良のDSC、SEN、PPVを示し(例: WM DSC 88.13, WM PPV 90.22)、テスト済み手法の中で最も低いHD(WM HD 12.71)を示す。
  • 逆一貫性または反折り畳み制約のないICNet変種は性能が劣ることが確認され、提案制約の有効性が裏付けられる。

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

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

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

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