On-the-Fly Guidance Training for Medical Image Registration
Yuelin Xin, Yicheng Chen, Shengxiang Ji, Kun Han, Xiaohui Xie
TL;DR
Medical image registration faces label scarcity and the trade-off between weakly-supervised and unsupervised approaches. OFG introduces a two-stage, plug-and-play training framework that generates instance-specific pseudo-ground truth on-the-fly via a differentiable optimizer, supervising the predicted deformation with $L_{ofg}$ and refining deformations through $\phi_{opt}$ without affecting inference speed. The framework employs a differentiable optimizer with energy $E_{opt}(I_f, I_m, \phi) = NCC(I_f, I_m \circ \phi) + \sum_p ||\nabla \phi(p)||^2$ and uses $L_{ofg} = \frac{1}{n} \sum (\phi_{pre} - \phi_{opt})^2$ for training, enabling incremental guidance and self-improving model-optimizer dynamics. Extensive experiments on brain MRI datasets (IXI, OASIS, LPBA40) and Abdomen CT demonstrate consistent improvements over baselines across multiple models, with enhanced deformation smoothness and substantial reductions in non-diffeomorphic regions, while incurring modest training overhead and no inference burden. The code is publicly available, facilitating broad adoption as a drop-in improvement for learning-based registration methods.
Abstract
This study introduces a novel On-the-Fly Guidance (OFG) training framework for enhancing existing learning-based image registration models, addressing the limitations of weakly-supervised and unsupervised methods. Weakly-supervised methods struggle due to the scarcity of labeled data, and unsupervised methods directly depend on image similarity metrics for accuracy. Our method proposes a supervised fashion for training registration models, without the need for any labeled data. OFG generates pseudo-ground truth during training by refining deformation predictions with a differentiable optimizer, enabling direct supervised learning. OFG optimizes deformation predictions efficiently, improving the performance of registration models without sacrificing inference speed. Our method is tested across several benchmark datasets and leading models, it significantly enhanced performance, providing a plug-and-play solution for training learning-based registration models. Code available at: https://github.com/cilix-ai/on-the-fly-guidance
