paper-with-me

홈 › Papers

Fourier-Net+: Leveraging Band-Limited Representation for Efficient 3D Medical Image Registration

2023-07-06 · Xi Jia, Alexander Thorley, Alberto Gomez, Wenqi Lu, Dipak Kotecha, Jinming Duan

U-Net style networks are commonly utilized in unsupervised image registration to predict dense displacement fields, which for high-resolution volumetric image data is a resource-intensive and time-consuming task. To tackle this challenge, we first propose Fourier-Net, which replaces the costly U-Net style expansive path with a parameter-free model-driven decoder. Instead of directly predicting a full-resolution displacement field, our Fourier-Net learns a low-dimensional representation of the displacement field in the band-limited Fourier domain which our model-driven decoder converts to a full-resolution displacement field in the spatial domain. Expanding upon Fourier-Net, we then introduce Fourier-Net+, which additionally takes the band-limited spatial representation of the images as input and further reduces the number of convolutional layers in the U-Net style network's contracting path. Finally, to enhance the registration performance, we propose a cascaded version of Fourier-Net+. We evaluate our proposed methods on three datasets, on which our proposed Fourier-Net and its variants achieve comparable results with current state-of-the art methods, while exhibiting faster inference speeds, lower memory footprint, and fewer multiply-add operations. With such small computational cost, our Fourier-Net+ enables the efficient training of large-scale 3D registration on low-VRAM GPUs. Our code is publicly available at \url{https://github.com/xi-jia/Fourier-Net}.

📄 PDF Abstract BibTeX arXiv:2307.02997

Code (1)

xi-jia/fourier-net 공식 구현 pytorch

Tasks

DecoderImage RegistrationMedical Image RegistrationUnsupervised Image Registration

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

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

2022-11-29 · Xi Jia, Joseph Bartlett, Wei Chen, Siyang Song 외

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…

DecoderImage RegistrationMedical Image RegistrationUnsupervised Image Registration

Unlimited Sampling Theorem Based on Fractional Fourier Transform

2021-10-22 · Hui Zhao, Bing-Zhao Li

The recovery of bandlimited signals with high dynamic range is a hot issue in sampling research. The unlimited sampling theory expands the recordable range of traditional analog-to-digital converters (ADCs) arbitrarily, …

On BT-limited Signals

2020-05-28 · Xiang-Gen Xia

In this paper, we introduce and characterize a subspace of bandlimited signals. The subspace consists of all $\Omega$ bandlimited signals such that the non-zero parts of their Fourier transforms are pieces of some $T$ ba…

A Universal Sampling Method for Reconstructing Signals with Simple Fourier Transforms

2018-12-20 · Haim Avron, Michael Kapralov, Cameron Musco, Christopher Musco 외

Reconstructing continuous signals from a small number of discrete samples is a fundamental problem across science and engineering. In practice, we are often interested in signals with 'simple' Fourier structure, such as …

FAN-Unet: Enhancing Unet with vision Fourier Analysis Block for Biomedical Image Segmentation

2024-11-28 · Jiashu Xu

Medical image segmentation is a critical aspect of modern medical research and clinical practice. Despite the remarkable performance of Convolutional Neural Networks (CNNs) in this domain, they inherently struggle to cap…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation