[論文レビュー] Inverse-Consistent Deep Networks for Unsupervised Deformable Image Registration
ICNetは未監督の変形登録フレームワークに逆一貫性と反折り畳み制約を導入し、グラウンドトゥルース registrationsなしで脳MRIの最先端性能を達成します。
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は組織セグメンテーションおよび解剖学的ランドマーク検出の下流タスクでどのように性能を示すか?
主な発見
- 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が作成し、人間の編集者が確認しました。