FF-PNet: A Pyramid Network Based on Feature and Field for Brain Image Registration
Ying Zhang, Shuai Guo, Chenxi Sun, Yuchen Zhu, Jinhai Xiang
TL;DR
FF-PNet introduces a pyramid-based, unsupervised brain image registration framework that decouples coarse feature encoding from fine deformation refinement through two residual fusion modules. RFFM strengthens context-feature decoding, while RDFFM refines deformation fields via cross-layer fusion, enabling parallel coarse-to-fine alignment without relying on attention or transformers. Across LPBA and OASIS brain MRI datasets, FF-PNet demonstrates superior registration accuracy, evidenced by higher Dice similarity and lower HD95 and SDlogJ compared with both U-Net–based and pyramid-based baselines. The approach is lightweight, generalizable, and readily integrable into other pyramid architectures to enhance non-rigid registration performance.
Abstract
In recent years, deformable medical image registration techniques have made significant progress. However, existing models still lack efficiency in parallel extraction of coarse and fine-grained features. To address this, we construct a new pyramid registration network based on feature and deformation field (FF-PNet). For coarse-grained feature extraction, we design a Residual Feature Fusion Module (RFFM), for fine-grained image deformation, we propose a Residual Deformation Field Fusion Module (RDFFM). Through the parallel operation of these two modules, the model can effectively handle complex image deformations. It is worth emphasizing that the encoding stage of FF-PNet only employs traditional convolutional neural networks without any attention mechanisms or multilayer perceptrons, yet it still achieves remarkable improvements in registration accuracy, fully demonstrating the superior feature decoding capabilities of RFFM and RDFFM. We conducted extensive experiments on the LPBA and OASIS datasets. The results show our network consistently outperforms popular methods in metrics like the Dice Similarity Coefficient.
