TCIP: Threshold-Controlled Iterative Pyramid Network for Deformable Medical Image Registration
Heming Wu, Di Wang, Tai Ma, Peng Zhao, Yubin Xiao, Zhongke Wu, Xing-Ce Wang, Chuang Li, Xuan Wu, You Zhou
TL;DR
TCIP tackles misalignment propagation and inefficient iteration in deformable medical image registration by coupling a lightweight Feature-Enhanced Residual Module (FERM) with a dual-stage Threshold-Controlled Iterative (TCI) strategy in a pyramid framework. FERM enhances decoding layers by fusing features, applying 3D channel attention, and producing deformation fields, while TCI adaptively determines when to stop iterations based on stability and convergence measured via Normalized Cross-Correlation. The approach achieves state-of-the-art Dice scores across four datasets (three brain MRI, one abdomen CT) with comparable speed and substantially fewer parameters, and ablation studies confirm the effectiveness of FERM and TCI. Overall, TCIP provides a robust, efficient solution for multi-scale deformable registration with strong generalizability and potential for further refinements in attention mechanisms and local region weighting.
Abstract
Although pyramid networks have demonstrated superior performance in deformable medical image registration, their decoder architectures are inherently prone to propagating and accumulating anatomical structure misalignments. Moreover, most existing models do not adaptively determine the number of iterations for optimization under varying deformation requirements across images, resulting in either premature termination or excessive iterations that degrades registration accuracy. To effectively mitigate the accumulation of anatomical misalignments, we propose the Feature-Enhanced Residual Module (FERM) as the core component of each decoding layer in the pyramid network. FERM comprises three sequential blocks that extract anatomical semantic features, learn to suppress irrelevant features, and estimate the final deformation field, respectively. To adaptively determine the number of iterations for varying images, we propose the dual-stage Threshold-Controlled Iterative (TCI) strategy. In the first stage, TCI assesses registration stability and with asserted stability, it continues with the second stage to evaluate convergence. We coin the model that integrates FERM and TCI as Threshold-Controlled Iterative Pyramid (TCIP). Extensive experiments on three public brain MRI datasets and one abdomen CT dataset demonstrate that TCIP outperforms the state-of-the-art (SOTA) registration networks in terms of accuracy, while maintaining comparable inference speed and a compact model parameter size. Finally, we assess the generalizability of FERM and TCI by integrating them with existing registration networks and further conduct ablation studies to validate the effectiveness of these two proposed methods.
