paper-with-me

Papers

ACSGRegNet: A Deep Learning-based Framework for Unsupervised Joint Affine and Diffeomorphic Registration of Lumbar Spine CT via Cross- and Self-Attention Fusion

2022-08-04 · Xiaoru Gao, Guoyan Zheng

Registration plays an important role in medical image analysis. Deep learning-based methods have been studied for medical image registration, which leverage convolutional neural networks (CNNs) for efficiently regressing a dense deformation field from a pair of images. However, CNNs are limited in its ability to extract semantically meaningful intra- and inter-image spatial correspondences, which are of importance for accurate image registration. This study proposes a novel end-to-end deep learning-based framework for unsupervised affine and diffeomorphic deformable registration, referred as ACSGRegNet, which integrates a cross-attention module for establishing inter-image feature correspondences and a self-attention module for intra-image anatomical structures aware. Both attention modules are built on transformer encoders. The output from each attention module is respectively fed to a decoder to generate a velocity field. We further introduce a gated fusion module to fuse both velocity fields. The fused velocity field is then integrated to a dense deformation field. Extensive experiments are conducted on lumbar spine CT images. Once the model is trained, pairs of unseen lumbar vertebrae can be registered in one shot. Evaluated on 450 pairs of vertebral CT data, our method achieved an average Dice of 0.963 and an average distance error of 0.321mm, which are better than the state-of-the-art (SOTA).

📄 PDF Abstract BibTeX arXiv:2208.02642

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage RegistrationMedical Image AnalysisMedical Image Registration

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Closed-Form Diffeomorphic Transformations for Time Series Alignment

2022-06-16 · Iñigo Martinez, Elisabeth Viles, Igor G. Olaizola

Time series alignment methods call for highly expressive, differentiable and invertible warping functions which preserve temporal topology, i.e diffeomorphisms. Diffeomorphic warping functions can be generated from the i…

CPUFormGPUSensitivity+3

FineMorphs: Affine-diffeomorphic sequences for regression

2023-05-26 · Michele Lohr, Laurent Younes

A multivariate regression model of affine and diffeomorphic transformation sequences - FineMorphs - is presented. Leveraging concepts from shape analysis, model states are optimally "reshaped" by diffeomorphisms generate…

regression

SrvfNet: A Generative Network for Unsupervised Multiple Diffeomorphic Shape Alignment

2021-04-27 · Elvis Nunez, Andrew Lizarraga, Shantanu H. Joshi

We present SrvfNet, a generative deep learning framework for the joint multiple alignment of large collections of functional data comprising square-root velocity functions (SRVF) to their templates. Our proposed framewor…

Decoder

Aladdin: Joint Atlas Building and Diffeomorphic Registration Learning with Pairwise Alignment

2022-02-07 · CVPR 2022 1 · Zhipeng Ding, Marc Niethammer

Atlas building and image registration are important tasks for medical image analysis. Once one or multiple atlases from an image population have been constructed, commonly (1) images are warped into an atlas space to stu…

Image RegistrationMedical Image Analysis

Fast Diffeomorphic Image Registration using Patch based Fully Convolutional Networks

2024-04-05 · Jiong Wu, Shuang Zhou, Li Lin, Xin Wang 외

Diffeomorphic image registration is a fundamental step in medical image analysis, owing to its capability to ensure the invertibility of transformations and preservation of topology. Currently, unsupervised learning-base…

Image RegistrationMedical Image Analysis