Journal Article10.48550/arXiv.2203.04317
MICDIR: Multi-scale Inverse-consistent Deformable Image Registration using UNetMSS with Self-Constructing Graph Latent
Soumick Chatterjee,Himanshi Bajaj,Istiyak H. Siddiquee,Nandish Bandi Subbarayappa,Steve Simon,S. Shashidhar,Oliver Speck,Andreas Nürnberger +7 more
4
TL;DR: A self-constructing graph network has been used as the latent of the multi-scale UNet which can improve the learning process of the model and help the model to generalise better and to make the deformations inverse-consistent, cycle consistency loss has been employed.
read more
Abstract: Image registration is the process of bringing different images into a common coordinate system - a technique widely used in various applications of computer vision, such as remote sensing, image retrieval, and most commonly in medical imaging. Deep Learning based techniques have been applied successfully to tackle various complex medical image processing problems, including medical image registration. Over the years, several image registration techniques have been proposed using deep learning. Deformable image registration techniques such as Voxelmorph have been successful in capturing finer changes and providing smoother deformations. However, Voxelmorph, as well as ICNet and FIRE, do not explicitly encode global dependencies (i.e. the overall anatomical view of the supplied image) and therefore can not track large deformations. In order to tackle the aforementioned problems, this paper extends the Voxelmorph approach in three different ways. To improve the performance in case of small as well as large deformations, supervision of the model at different resolutions have been integrated using a multi-scale UNet. To support the network to learn and encode the minute structural co-relations of the given image-pairs, a self-constructing graph network (SCGNet) has been used as the latent of the multi-scale UNet - which can improve the learning process of the model and help the model to generalise better. And finally, to make the deformations inverse-consistent, cycle consistency loss has been employed. On the task of registration of brain MRIs, the proposed method achieved significant improvements over ANTs and VoxelMorph, obtaining a Dice score of 0.8013$\pm$0.0243 for intramodal and 0.6211$\pm$0.0309 for intermodal, while VoxelMorph achieved 0.7747$\pm$0.0260 and 0.6071$\pm$0.0510, respectively.
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
Liver Segmentation using Turbolift Learning for CT and Cone-beam C-arm Perfusion Imaging
Hana Haseljic,Soumick Chatterjee,Robert Frysch,Vojtech Kulvait,V. Semshchikov,Bennet Hensen,Frank Wacker,Inga Brüsch,Thomas Werncke,Oliver Speck,Andreas Nürnberger,Georg Rose +11 more
TL;DR: Turbolift learning as discussed by the authors trains a modified version of the multi-scale Attention UNet on different liver segmentation tasks serially, following the order of the trainings CT, CBCT, and TST, making the previous trainings act as pre-training stages for the subsequent ones.
3
A Heterogeneous Image-Matching Algorithm Based on a Multi-Level Screening Strategy
Xin Yao,Junwei Tian,Xingang Wang,Jian Huang,Xuesong Liu +4 more
- 18 Oct 2024
TL;DR: This paper proposes a heterologous image-matching method using a multi-level screening strategy to improve image alignment accuracy, stability, and efficiency in heterogeneous image datasets, outperforming other algorithms in these performance indexes.
Deep learning method for predicting weekly anatomical changes in patients with nasopharyngeal carcinoma during radiotherapy
Jing Wang,Yuxiang Liu,Ran Wei,Kuo Men,Jianrong Dai +4 more
TL;DR: This study develops a deep-learning method using LSTM-GAN to predict weekly anatomical changes in nasopharyngeal carcinoma patients during radiotherapy, achieving high accuracy in tumor target volumes and organ at risk delineation with minimal dosimetry deviations.
PatchMorph: A Stochastic Deep Learning Approach for Unsupervised 3D Brain Image Registration with Small Patches
Henrik Skibbe,Michal Byra,Akiya Watakabe,Tetsuo Yamamori,Marco Reisert +4 more
TL;DR: Experiments on human T1 MRI brain images and marmoset brain images from serial 2-photon tomography affirm PatchMorph's superior performance.
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
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.
Image quality assessment: from error visibility to structural similarity
TL;DR: In this article, a structural similarity index is proposed for image quality assessment based on the degradation of structural information, which can be applied to both subjective ratings and objective methods on a database of images compressed with JPEG and JPEG2000.
•Posted Content
Decoupled Weight Decay Regularization
Ilya Loshchilov,Frank Hutter +1 more
TL;DR: This work proposes a simple modification to recover the original formulation of weight decay regularization by decoupling the weight decay from the optimization steps taken w.r.t. the loss function, and provides empirical evidence that this modification substantially improves Adam's generalization performance.
14.4K
A Stochastic Approximation Method
Herbert Robbins,Sutton Monro +1 more
TL;DR: In this article, a method for making successive experiments at levels x1, x2, ··· in such a way that xn will tend to θ in probability is presented.