CVIVSPJun 12, 2025

Unsupervised Deformable Image Registration with Structural Nonparametric Smoothing

arXiv:2506.10813v14 citationsh-index: 4Has CodeIPMI
Originality Incremental advance
AI Analysis

This addresses aperture and large-displacement challenges in medical imaging, particularly for retinal vessel alignment, though it is incremental as it builds on existing unsupervised DIR methods.

The paper tackled the problem of unsupervised deformable image registration for images with sparse features and large displacements, such as retinal vessels, by introducing SmoothProper, a plug-and-play neural module that reduces registration error to 1.88 pixels on 2912x2912 images.

Learning-based deformable image registration (DIR) accelerates alignment by amortizing traditional optimization via neural networks. Label supervision further enhances accuracy, enabling efficient and precise nonlinear alignment of unseen scans. However, images with sparse features amid large smooth regions, such as retinal vessels, introduce aperture and large-displacement challenges that unsupervised DIR methods struggle to address. This limitation occurs because neural networks predict deformation fields in a single forward pass, leaving fields unconstrained post-training and shifting the regularization burden entirely to network weights. To address these issues, we introduce SmoothProper, a plug-and-play neural module enforcing smoothness and promoting message passing within the network's forward pass. By integrating a duality-based optimization layer with tailored interaction terms, SmoothProper efficiently propagates flow signals across spatial locations, enforces smoothness, and preserves structural consistency. It is model-agnostic, seamlessly integrates into existing registration frameworks with minimal parameter overhead, and eliminates regularizer hyperparameter tuning. Preliminary results on a retinal vessel dataset exhibiting aperture and large-displacement challenges demonstrate our method reduces registration error to 1.88 pixels on 2912x2912 images, marking the first unsupervised DIR approach to effectively address both challenges. The source code will be available at https://github.com/tinymilky/SmoothProper.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes