English

Dimension-independent Sparse Fourier Transform

Data Structures and Algorithms 2019-02-28 v1

Abstract

The Discrete Fourier Transform (DFT) is a fundamental computational primitive, and the fastest known algorithm for computing the DFT is the FFT (Fast Fourier Transform) algorithm. One remarkable feature of FFT is the fact that its runtime depends only on the size NN of the input vector, but not on the dimensionality of the input domain: FFT runs in time O(NlogN)O(N\log N) irrespective of whether the DFT in question is on ZN\mathbb{Z}_N or Znd\mathbb{Z}_n^d for some d>1d>1, where N=ndN=n^d. The state of the art for Sparse FFT, i.e. the problem of computing the DFT of a signal that has at most kk nonzeros in Fourier domain, is very different: all current techniques for sublinear time computation of Sparse FFT incur an exponential dependence on the dimension dd in the runtime. In this paper we give the first algorithm that computes the DFT of a kk-sparse signal in time poly(k,logN)\text{poly}(k, \log N) in any dimension dd, avoiding the curse of dimensionality inherent in all previously known techniques. Our main tool is a new class of filters that we refer to as adaptive aliasing filters: these filters allow isolating frequencies of a kk-Fourier sparse signal using O(k)O(k) samples in time domain and O(klogN)O(k\log N) runtime per frequency, in any dimension dd. We also investigate natural average case models of the input signal: (1) worst case support in Fourier domain with randomized coefficients and (2) random locations in Fourier domain with worst case coefficients. Our techniques lead to an O~(k2)\widetilde O(k^2) time algorithm for the former and an O~(k)\widetilde O(k) time algorithm for the latter.

Keywords

Cite

@article{arxiv.1902.10633,
  title  = {Dimension-independent Sparse Fourier Transform},
  author = {Michael Kapralov and Ameya Velingker and Amir Zandieh},
  journal= {arXiv preprint arXiv:1902.10633},
  year   = {2019}
}
R2 v1 2026-06-23T07:53:13.465Z