IEEE Trans Med Imaging. 2021 Sep;40(9):2246-2257. doi: 10.1109/TMI.2021.3073986. Epub 2021 Aug 31.
In the last two years learning-based methods have started to show encouraging results in different supervised and unsupervised medical image registration tasks. Deep neural networks enable (near) real time applications through fast inference times and have tremendous potential for increased registration accuracies by task-specific learning. However, estimation of large 3D deformations, for example present in inhale to exhale lung CT or interpatient abdominal MRI registration, is still a major challenge for the widely adopted U-Net-like network architectures. Even when using multi-level strategies, current state-of-the-art DL registration results do not yet reach the high accuracy of conventional frameworks. To overcome the problem of large deformations for deep learning approaches, in this work, we present GraphRegNet, a sparse keypoint-based geometric network for dense deformable medical image registration. Similar to the successful 2D optical flow estimation of FlowNet or PWC-Net we leverage discrete dense displacement maps to facilitate the registration process. In order to cope with enormously increasing memory requirements when working with displacement maps in 3D medical volumes and to obtain a well-regularised and accurate deformation field we 1) formulate the registration task as the prediction of displacement vectors on a sparse irregular grid of distinctive keypoints and 2) introduce our efficient GraphRegNet for displacement regularisation, a combination of convolutional and graph neural network layers in a unified architecture. In our experiments on exhale to inhale lung CT registration we demonstrate substantial improvements (TRE below 1.4 mm) over other deep learning methods. Our code is publicly available at https://github.com/multimodallearning/graphregnet.
在过去的两年中,基于学习的方法开始在不同的有监督和无监督的医学图像配准任务中显示出令人鼓舞的结果。深度神经网络通过快速推理时间实现(接近)实时应用,并通过特定于任务的学习具有提高配准精度的巨大潜力。然而,对于广泛采用的 U-Net 类网络架构来说,估计大的 3D 变形(例如在吸气到呼气的肺部 CT 或患者间的腹部 MRI 配准中)仍然是一个主要挑战。即使使用多层次策略,当前最先进的深度学习配准结果也尚未达到传统框架的高精度。为了克服深度学习方法中大变形的问题,在这项工作中,我们提出了 GraphRegNet,这是一种基于稀疏关键点的用于密集变形医学图像配准的几何网络。类似于 FlowNet 或 PWC-Net 在成功的 2D 光流估计中,我们利用离散密集位移图来促进配准过程。为了应对在 3D 医学体中使用位移图时内存需求的急剧增加,并获得良好正则化和准确的变形场,我们 1)将配准任务表示为在稀疏不规则关键点网格上预测位移向量,以及 2)引入我们的高效 GraphRegNet 进行位移正则化,这是卷积和图神经网络层在统一架构中的组合。在我们关于呼气到吸气肺部 CT 配准的实验中,我们证明了与其他深度学习方法相比有了实质性的改进(TRE 低于 1.4 毫米)。我们的代码可在 https://github.com/multimodallearning/graphregnet 上公开获得。