LDRNet: Large Deformation Registration Model for Chest CT Registration
Cheng Wang, Qiyu Gao, Fandong Zhang, Shu Zhang, Yizhou Yu
TL;DR
LDRNet addresses large-deformation chest CT registration by a fast unsupervised coarse-to-fine network that integrates a refine block and a rigid block to capture local and global alignment. The method jointly refines a deformation field across resolutions while applying a learned rigid transform to guide global matching, guided by a loss combining $L_{sim}$ and regularizers $L_{range}$ and $L_{smooth}$ with explicit bounds on the field. Across SegTHOR and private chest CT datasets, LDRNet surpasses common baselines such as VoxelMorph, ANTs, and LapIRN in accuracy and is significantly faster, enabling real-time-like performance. The results are supported by extensive ablations and qualitative visualizations, though regional continuity and generalization with limited data remain areas for improvement.”
Abstract
Most of the deep learning based medical image registration algorithms focus on brain image registration tasks.Compared with brain registration, the chest CT registration has larger deformation, more complex background and region over-lap. In this paper, we propose a fast unsupervised deep learning method, LDRNet, for large deformation image registration of chest CT images. We first predict a coarse resolution registration field, then refine it from coarse to fine. We propose two innovative technical components: 1) a refine block that is used to refine the registration field in different resolutions, 2) a rigid block that is used to learn transformation matrix from high-level features. We train and evaluate our model on the private dataset and public dataset SegTHOR. We compare our performance with state-of-the-art traditional registration methods as well as deep learning registration models VoxelMorph, RCN, and LapIRN. The results demonstrate that our model achieves state-of-the-art performance for large deformation images registration and is much faster.
