Abstract Background Many registration problems are ill‐posed in homogeneous/noisy regions, and dense voxel‐wise decoders can be unnecessarily high‐dimensional. A sparse control‐point parameterization provides a compact, smooth deformation representation while reducing memory and improving stability. Purpose This work investigates the required control points for learning‐based registration network development. In particular, as sparse as control points are configured and compared with alternative approaches, including those using scattered control points and displacements sampled at every voxel, that is, dense displacement fields. Method We present GridReg, a learning‐based registration frametwork that replaces dense voxel‐wise decoding with displacement predictions at a sparse grid of control points. This design substantially cuts the parameter count and memory while retaining registration accuracy. Multiscale 3D encoder feature maps are flattened into a 1D token sequence with positional encoding to retain spatial context. The model then predicts a sparse gridded deformation field using a cross‐attention module: Each control point attends to encoder tokens within its local grid neighborhood to estimate its displacement, which is subsequently interpolated to a dense field. We further introduce grid‐adaptive training, enabling an adaptive model to operate at multiple grid sizes at inference without retraining. Results This work quantitatively demonstrates the benefits of using sparse grids. Using three data sets for registering prostate gland, pelvic organs and neurological structures, the experimental results suggest a much improved computational efficiency, due to the prediction of sparse‐grid‐sampled displacements. Alternatively, the superior registration performance was obtained using the proposed approach, with the similiar or less compute cost, compared with existing algorithms that predict DDFs (e.g., VoxelMorph/TransMorph) or displacements sampled on scattered key points (KeyMorph). Conclusion We conclude that predicting sparsely gridded displacements provides reduced computational cost and/or improved performance, independent of the encoder architecture, and can be readily implemented. Therefore, GridReg should potentially be considered for many registration tasks with adaptive grid sizes. The code is available via git@github.com:yanwenCi/GridReg.git .
Wen et al. (Sun,) studied this question.