CVOct 23, 2024

MsMorph: An Unsupervised pyramid learning network for brain image registration

arXiv:2410.18228v1h-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses accuracy and interpretability issues in medical image registration for brain MRI analysis, representing an incremental improvement over existing methods.

The paper tackles the problem of low accuracy and interpretability in brain image registration by proposing MsMorph, an unsupervised pyramid learning network that mimics manual registration processes, achieving state-of-the-art results on brain MRI datasets with improved metrics like Dice score and Hausdorff distance.

In the field of medical image analysis, image registration is a crucial technique. Despite the numerous registration models that have been proposed, existing methods still fall short in terms of accuracy and interpretability. In this paper, we present MsMorph, a deep learning-based image registration framework aimed at mimicking the manual process of registering image pairs to achieve more similar deformations, where the registered image pairs exhibit consistency or similarity in features. By extracting the feature differences between image pairs across various as-pects using gradients, the framework decodes semantic information at different scales and continuously compen-sates for the predicted deformation field, driving the optimization of parameters to significantly improve registration accuracy. The proposed method simulates the manual approach to registration, focusing on different regions of the image pairs and their neighborhoods to predict the deformation field between the two images, which provides strong interpretability. We compared several existing registration methods on two public brain MRI datasets, including LPBA and Mindboggle. The experimental results show that our method consistently outperforms state of the art in terms of metrics such as Dice score, Hausdorff distance, average symmetric surface distance, and non-Jacobian. The source code is publicly available at https://github.com/GaodengFan/MsMorph

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