Fast Symmetric Diffeomorphic Image Registration with Convolutional Neural Networks
Tony C. W. Mok,Albert C. S. Chung +1 more
- 14 Jun 2020
- pp 4644-4653
TL;DR: A novel, efficient unsupervised symmetric image registration method which maximizes the similarity between images within the space of diffeomorphic maps and estimates both forward and inverse transformations simultaneously.
read more
Abstract: Diffeomorphic deformable image registration is crucial in many medical image studies, as it offers unique, special features including topology preservation and invertibility of the transformation. Recent deep learning-based deformable image registration methods achieve fast image registration by leveraging a convolutional neural network (CNN) to learn the spatial transformation from the synthetic ground truth or the similarity metric. However, these approaches often ignore the topology preservation of the transformation and the smoothness of the transformation which is enforced by a global smoothing energy function alone. Moreover, deep learning-based approaches often estimate the displacement field directly, which cannot guarantee the existence of the inverse transformation. In this paper, we present a novel, efficient unsupervised symmetric image registration method which maximizes the similarity between images within the space of diffeomorphic maps and estimates both forward and inverse transformations simultaneously. We evaluate our method on 3D image registration with a large scale brain image dataset. Our method achieves state-of-the-art registration accuracy and running time while maintaining desirable diffeomorphic properties.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
CorticalFlow: A Diffeomorphic Mesh Deformation Module for Cortical Surface Reconstruction
TL;DR: CorticalFlow, a new geometric deep-learning model that, given a 3-dimensional image, learns to deform a reference template towards a targeted object, is introduced, allowing the generation of surfaces with several hundred thousand vertices from a small GPU memory footprint.
5
Modality-Agnostic Structural Image Representation Learning for Deformable Multi-Modality Medical Image Registration
Tony C. W. Mok,Zi Li,Yunhao Bai,Jianpeng Zhang,Wei Liu,Yan-Jie Zhou,Ke Yan,Dakai Jin,Yu Shi,Xiaoli Yin,Le Lü,Ling Zhang +11 more
- 16 Jun 2024
5
Cross-Modality Multi-Atlas Segmentation via Deep Registration and Label Fusion
TL;DR: Wang et al. as discussed by the authors proposed a cross-modal multi-atlas segmentation (Cmmas) framework, which uses available atlases from a certain modality to segment a target image from another modality.
5
SuperWarp: Supervised Learning and Warping on U-Net for Invariant Subvoxel-Precise Registration
Sean I. Young,Yaël Balbastre,Adrian V. Dalca,William M. Wells,Juan Eugenio Iglesias,Bruce Fischl +5 more
- 15 May 2022
TL;DR: This paper argues that the relative failure of supervised registration approaches can be blamed on the use of regular U-Nets, which are jointly tasked with feature extraction, feature matching and deformation estimation, and introduces a simple but crucial modi cation to the U-Net that disentangles feature extraction and matching from deformation prediction.
5
BIDMIR: Bi-Directional Medical Image Registration with Symmetric Attention and Cyclic Consistency Regularization
28 Mar 2022
TL;DR: In this article , a bi-directional medical image registration method, referred as BIDMIR, integrating symmetric attention with cyclic consistency regularization, is proposed, which explicitly models the intra-and inter-image long-range relevance in the embedding.
5
References
U-Net: Convolutional Networks for Biomedical Image Segmentation
Olaf Ronneberger,Philipp Fischer,Thomas Brox +2 more
- 05 Oct 2015
TL;DR: Neber et al. as discussed by the authors proposed a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently, which can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks.
Automatic differentiation in PyTorch
Adam Paszke,Sam Gross,Soumith Chintala,Gregory Chanan,Edward Z. Yang,Zachary DeVito,Zeming Lin,Alban Desmaison,Luca Antiga,Adam Lerer +9 more
- 28 Oct 2017
TL;DR: An automatic differentiation module of PyTorch is described — a library designed to enable rapid research on machine learning models that focuses on differentiation of purely imperative programs, with a focus on extensibility and low overhead.
•Proceedings Article
Spatial transformer networks
Max Jaderberg,Karen Simonyan,Andrew Zisserman,Koray Kavukcuoglu +3 more
- 07 Dec 2015
TL;DR: This work introduces a new learnable module, the Spatial Transformer, which explicitly allows the spatial manipulation of data within the network, and can be inserted into existing convolutional architectures, giving neural networks the ability to actively spatially transform feature maps.
A fast diffeomorphic image registration algorithm
TL;DR: DARTEL has been applied to intersubject registration of 471 whole brain images, and the resulting deformations were evaluated in terms of how well they encode the shape information necessary to separate male and female subjects and to predict the ages of the subjects.
8.1K
Large-Scale Machine Learning with Stochastic Gradient Descent
Léon Bottou
- 01 Jan 2010
TL;DR: A more precise analysis uncovers qualitatively different tradeoffs for the case of small-scale and large-scale learning problems.