Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Fourier-Net: Fast Image Registration with Band-limited Deformation

About

Unsupervised image registration commonly adopts U-Net style networks to predict dense displacement fields in the full-resolution spatial domain. For high-resolution volumetric image data, this process is however resource-intensive and time-consuming. To tackle this problem, we propose the Fourier-Net, replacing the expansive path in a U-Net style network with a parameter-free model-driven decoder. Specifically, instead of our Fourier-Net learning to output a full-resolution displacement field in the spatial domain, we learn its low-dimensional representation in a band-limited Fourier domain. This representation is then decoded by our devised model-driven decoder (consisting of a zero padding layer and an inverse discrete Fourier transform layer) to the dense, full-resolution displacement field in the spatial domain. These changes allow our unsupervised Fourier-Net to contain fewer parameters and computational operations, resulting in faster inference speeds. Fourier-Net is then evaluated on two public 3D brain datasets against various state-of-the-art approaches. For example, when compared to a recent transformer-based method, named TransMorph, our Fourier-Net, which only uses 2.2\% of its parameters and 6.66\% of the multiply-add operations, achieves a 0.5\% higher Dice score and an 11.48 times faster inference speed. Code is available at \url{https://github.com/xi-jia/Fourier-Net}.

Xi Jia, Joseph Bartlett, Wei Chen, Siyang Song, Tianyang Zhang, Xinxing Cheng, Wenqi Lu, Zhaowen Qiu, Jinming Duan• 2022

Related benchmarks

TaskDatasetResultRank
Image RegistrationOASIS (test)
Dice Coefficient84.7
31
Medical Image RegistrationIXI (test)
Dice0.76
24
Volumetric Image RegistrationAbdominal Dataset 42 (test)
Dice42.8
16
Image Registration2D OASIS
Dice76.1
14
Brain MRI registrationOASIS Learn2Reg challenge task 3 2021 (val)
DSC86
14
Inter-subject RegistrationAbdomen CT Learn2Reg 2020 (test)
Dice0.428
12
Medical Image RegistrationIXI (val)
Dice Score73.5
11
Image RegistrationAbdomen CT (inter-subject)
Dice Coefficient40.55
10
Image RegistrationOASIS
Dice86.04
9
Unsupervised RegistrationReMIND2Reg Learn2Reg 2024 Challenge (test)
TRE4.128
7
Showing 10 of 10 rows

Other info

Code

Follow for update