paper-with-me

Papers

WiNet: Wavelet-based Incremental Learning for Efficient Medical Image Registration

2024-07-18 · Xinxing Cheng, Xi Jia, Wenqi Lu, Qiufu Li, Linlin Shen, Alexander Krull, Jinming Duan

Deep image registration has demonstrated exceptional accuracy and fast inference. Recent advances have adopted either multiple cascades or pyramid architectures to estimate dense deformation fields in a coarse-to-fine manner. However, due to the cascaded nature and repeated composition/warping operations on feature maps, these methods negatively increase memory usage during training and testing. Moreover, such approaches lack explicit constraints on the learning process of small deformations at different scales, thus lacking explainability. In this study, we introduce a model-driven WiNet that incrementally estimates scale-wise wavelet coefficients for the displacement/velocity field across various scales, utilizing the wavelet coefficients derived from the original input image pair. By exploiting the properties of the wavelet transform, these estimated coefficients facilitate the seamless reconstruction of a full-resolution displacement/velocity field via our devised inverse discrete wavelet transform (IDWT) layer. This approach avoids the complexities of cascading networks or composition operations, making our WiNet an explainable and efficient competitor with other coarse-to-fine methods. Extensive experimental results from two 3D datasets show that our WiNet is accurate and GPU efficient. The code is available at https://github.com/x-xc/WiNet .

📄 PDF Abstract BibTeX arXiv:2407.13426

Code (1)

x-xc/WiNet 공식 구현 pytorch

Tasks

GPUImage RegistrationIncremental LearningMedical Image Registration

Similar Papers 제목 키워드 기반

Multimodal Medical Image registration using Discrete Wavelet Transform and Gaussian Pyramids

2020-09-13

In this research paper, authors propose multimodal brain image registration using discrete wavelet transform(DWT) followed by Gaussian pyramids. The reference and target images are decomposed into their LL, LH, HL and LL…

Image RegistrationMedical Image Registration

ABN: Anti-Blur Neural Networks for Multi-Stage Deformable Image Registration

2022-12-06 · Yao Su, Xin Dai, Lifang He, Xiangnan Kong

Deformable image registration, i.e., the task of aligning multiple images into one coordinate system by non-linear transformation, serves as an essential preprocessing step for neuroimaging data. Recent research on defor…

Deformable Medical Image RegistrationImage RegistrationMedical Image Registration

Sub-Pixel Registration of Wavelet-Encoded Images

2017-05-01 · Vildan Atalay Aydin, Hassan Foroosh

Sub-pixel registration is a crucial step for applications such as super-resolution in remote sensing, motion compensation in magnetic resonance imaging, and non-destructive testing in manufacturing, to name a few. Recent…

Compressive SensingMotion CompensationSuper-Resolution

An investigation towards wavelet based optimization of automatic image registration techniques

2013-03-27 · Arun P. V., Dr. S. K. Katiyar

Image registration is the process of transforming different sets of data into one coordinate system and is required for various remote sensing applications like change detection, image fusion, and other related areas. Th…

Change DetectionImage Registration

Invariant Scattering Transform for Medical Imaging

2023-04-20 · Md Manjurul Ahsan, Shivakumar Raman, Zahed Siddique

Over the years, the Invariant Scattering Transform (IST) technique has become popular for medical image analysis, including using wavelet transform computation using Convolutional Neural Networks (CNN) to capture pattern…

Medical Image Analysis