Skip to main content

NUFFT module for PyTorch.

Project description

NUFFT module for PyTorch

Introduction

There is no NUFFT function in PyTorch, neither is Toeplitz $\ell_2$-loss module, which is important for non-Cartesian MRI reconstruction works. To fill this gap, this package provides:

  1. A high performance NUFFT torch.nn module wrapping cufinufft [3] and finufft [1,2] - they are the fastest NUFFT backend I have ever seen.
  2. Another elegant $\ell_2$-loss module for non-Cartesian reconstruction with DCF preconditioning boosted by Toeplitz operator. Basically, this is done by replacing the two-pass NUFFTs with a Cartesian fast Fourier convolution. This method is also fast but slightly slower than cufinufft in practice. Use as you need.

Both CPU and GPU are supported. Benchmark indicates a $2\mathbf{ms}$ (NUFFT module) or a $3\mathbf{ms}$ (Toeplitz $\ell_2$-loss module) time cost per iteration in a ${256}\times{256}$ inverse NUFFT problem using a RTX3090 GPU.

Install

For offline installing:

bash install.bash

To install with pip:

pip install torchfinufft-ryan

Usage

Please refer to the exmaple folder - there are minimal example(s) for tutorial.

References

[1] Barnett AH. Aliasing error of the kerne exp($\beta\sqrt{1-z^2}$) in the nonuniform fast Fourier transform. Applied and Computational Harmonic Analysis. 2021 Mar 1;51:1–16.

[2] Barnett AH, Magland J, af Klinteberg L. A Parallel Nonuniform Fast Fourier Transform Library Based on an “Exponential of Semicircle" Kernel. SIAM J Sci Comput. 2019 Jan;41(5):C479–504.

[3] Shih Y hsuan, Wright G, Anden J, Blaschke J, Barnett AH. cuFINUFFT: a load-balanced GPU library for general-purpose nonuniform FFTs. 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW). 2021 June;688–97.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torchfinufft_ryan-1.0.1.tar.gz (8.8 kB view details)

Uploaded Source

File details

Details for the file torchfinufft_ryan-1.0.1.tar.gz.

File metadata

  • Download URL: torchfinufft_ryan-1.0.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for torchfinufft_ryan-1.0.1.tar.gz
Algorithm Hash digest
SHA256 613e699c3c17bec7e30f04f8dc0826d4ed6dabb123c7c2c869fa62d3eb4ad2ef
MD5 b25dd72240c893dc1bd9cad2a384bcd6
BLAKE2b-256 fceb18648f827a31af44359366d84501ee8412195d980be378cecc096f20ef26

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page