Deterministic Sparse Fourier Transform for Continuous Signals with Frequency Gap

Abstract

The Fourier transform is a fundamental tool in computer science and signal processing. In particular, when the signal is sparse in the frequency domain—having only $k$ distinct frequencies—sparse Fourier transform (SFT) algorithms can recover the signal in a sublinear time (proportional to the sparsity $k$). Most prior research focused on SFT for discrete signals, designing both randomized and deterministic algorithms for one-dimensional and high-dimensional discrete signals. However, SFT for continuous signals (i.e., $x^*(t)=\sum_{j=1}^k v_j e^{2\pi \mathbf{i} f_j t}$ for $t\in [0,T]$) is a more challenging task. The discrete SFT algorithms are not directly applicable to continuous signals due to the sparsity blow-up from the discretization. Prior to this work, there is a randomized algorithm that achieves an $\ell_2$ recovery guarantee in $\widetilde{O}(k\cdot \mathrm{polylog}(F/\eta))$ time, where $F$ is the band-limit of the frequencies and $\eta$ is the frequency gap. Nevertheless, whether we can solve this problem without using randomness remains open. In this work, we address this gap and introduce the first sublinear-time deterministic sparse Fourier transform algorithm in the continuous setting. Specifically, our algorithm uses $\widetilde{O}(k^2 \cdot \mathrm{polylog}(F/\eta))$ samples and $\widetilde{O}(k^2 \cdot \mathrm{polylog}(F/\eta))$ time to reconstruct the on-grid signal with arbitrary noise that satisfies a mild condition. This is the optimal recovery guarantee that can be achieved by any deterministic approach.

Cite

Text

Li et al. "Deterministic Sparse Fourier Transform for Continuous Signals with Frequency Gap." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Li et al. "Deterministic Sparse Fourier Transform for Continuous Signals with Frequency Gap." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/li2025icml-deterministic/)

BibTeX

@inproceedings{li2025icml-deterministic,
  title     = {{Deterministic Sparse Fourier Transform for Continuous Signals with Frequency Gap}},
  author    = {Li, Xiaoyu and Song, Zhao and Xie, Shenghao},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {35820-35857},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/li2025icml-deterministic/}
}