-
Notifications
You must be signed in to change notification settings - Fork 74.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-uniform FFT layer #27193
Comments
@zaccharieramzi Thanks for your contribution. we will keep this noted. |
@zaccharieramzi. While this is an interesting possible feature, we have no plans to work on it currently. Let us know if you plan to start this work. It could easily go external to to TF in a custom op library to start and prove out the usability of the feature. Thanks! |
Sure. So for the record I have been working on it in this PR: odlgroup/odl#1488. It still needs some polishing to fit the requirements of |
@zaccharieramzi, |
Well it has been implemented but not in TensorFlow itself. |
System information
Describe the feature and the current behavior/state.
Have a layer similar to the fft layer that will implement the non-uniform FFT.
Will this change the current api? How? This will allow to have one more option when using the signal module,
nfft
.Who will benefit with this feature? People working with neural networks involving Non-uniform FFT. The main application I know of is MRI, but according to the Wikipedia page there may be more applications. In particular, I think computed tomography can make use of it to accelerate acquisition times.
Any Other info. Since the NuFFT is not based on the FFT it would require a custom kernel and is therefore not trivial to implement. I haven't looked much into it but it could potentially make use of the Flatiron Institute library.
The text was updated successfully, but these errors were encountered: