MungoMeng / Registration-NICE-Net

[MICCAI2022] NICE-Net: Non-Iterative Coarse-to-finE registration Networks for deformable image registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NICE-Net: a Non-Iterative Coarse-to-finE registration Network for deformable image registration

In this study, we propose a Non-Iterative Coarse-to-finE registration Network (NICE-Net) for deformable registration. In the NICE-Net, we propose: (i) a Single-pass Deep Cumulative Learning (SDCL) decoder that can cumulatively learn coarse-to-fine transformations within a single pass (iteration) of the network, and (ii) a Selectively-propagated Feature Learning (SFL) encoder that can learn common image features for the whole coarse-to-fine registration process and selectively propagate the features as needed. Extensive experiments on six public datasets of 3D brain Magnetic Resonance Imaging (MRI) show that our proposed NICE-Net can outperform state-of-the-art iterative deep registration methods while only requiring similar runtime to non-iterative methods.
For more details, please refer to our paper. [Springer] [arXiv]

Architecture

architecture

Publication

If this repository helps your work, please kindly cite our paper:

  • Mingyuan Meng, Lei Bi, Dagan Feng, Jinman Kim, "Non-iterative Coarse-to-fine Registration based on Single-pass Deep Cumulative Learning," International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI), pp. 88-97, 2022, doi: 10.1007/978-3-031-16446-0_9. [Springer] [arXiv]
  • Mingyuan Meng, Lei Bi, Dagan Feng, Jinman Kim, "Brain Tumor Sequence Registration with Non-iterative Coarse-to-fine Networks and Dual Deep Supervision," International MICCAI Brainlesion Workshop (BrainLes), pp. 273–282, 2022, doi: 10.1007/978-3-031-33842-7_24. [Springer] [arXiv]

About

[MICCAI2022] NICE-Net: Non-Iterative Coarse-to-finE registration Networks for deformable image registration

License:MIT License


Languages

Language:Python 100.0%