WiNet: Wavelet-based Incremental Learning for Efficient Medical Image Registration
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 .
Code (1)
Tasks
GPUImage RegistrationIncremental LearningMedical Image RegistrationSimilar Papers 제목 키워드 기반
Multimodal Medical Image registration using Discrete Wavelet Transform and Gaussian Pyramids
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 RegistrationABN: Anti-Blur Neural Networks for Multi-Stage Deformable Image Registration
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 RegistrationSub-Pixel Registration of Wavelet-Encoded Images
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-ResolutionAn investigation towards wavelet based optimization of automatic image registration techniques
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 RegistrationInvariant Scattering Transform for Medical Imaging
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