SITReg: Multi-resolution architecture for symmetric, inverse consistent, and topology preserving image registration
Joel Honkamaa, Pekka Marttinen
TL;DR
The paper tackles deformable intra-modality medical image registration by ensuring three critical priors—symmetry, inverse consistency, and topology preservation—through a novel multi-resolution architecture called SITReg. It introduces a symmetric, half-way deformation update across scales, a memory-efficient deformation inversion layer based on a fixed-point formulation, and topology-preserving, invertible cubic-spline deformation networks. Theoretical guarantees (inverse consistency, symmetry, topology preservation) are provided, alongside practical convergence and memory benefits via Anderson acceleration. Empirically, SITReg achieves state-of-the-art Dice and TRE on brain MRI (OASIS, LPBA40) and inspiration-exhale lung CT (Lung250M-4B) in an unsupervised setting, with competitive inference performance. The work delivers a principled, end-to-end trainable framework that produces invertible, symmetric deformations without heavy multi-stage training.
Abstract
Deep learning has emerged as a strong alternative for classical iterative methods for deformable medical image registration, where the goal is to find a mapping between the coordinate systems of two images. Popular classical image registration methods enforce the useful inductive biases of symmetricity, inverse consistency, and topology preservation by construction. However, while many deep learning registration methods encourage these properties via loss functions, no earlier methods enforce all of them by construction. Here, we propose a novel registration architecture based on extracting multi-resolution feature representations which is by construction symmetric, inverse consistent, and topology preserving. We also develop an implicit layer for memory efficient inversion of the deformation fields. Our method achieves state-of-the-art registration accuracy on three datasets. The code is available at https://github.com/honkamj/SITReg.
