# Sparse Recovery for Orthogonal Polynomial Transforms

**Authors:** Anna Gilbert, Albert Gu, Christopher Re, Atri Rudra, Mary, Wootters

arXiv: 1907.08362 · 2019-07-22

## TL;DR

This paper develops sublinear-time algorithms for sparse recovery in orthogonal polynomial transforms, extending efficient sparse Fourier transform techniques to a broad class of classical orthogonal polynomials like Jacobi, Chebyshev, and Legendre.

## Contribution

It introduces a general reduction method for sparse recovery in orthogonal polynomial transforms and provides algorithms for Jacobi polynomial-based transforms, broadening the scope beyond Fourier transforms.

## Key findings

- Algorithms run in polynomial time in k and log N
- Effective for transforms from Jacobi polynomials including Chebyshev and Legendre
- High probability success for vectors with random support

## Abstract

In this paper we consider the following sparse recovery problem. We have query access to a vector $\vx \in \R^N$ such that $\vhx = \vF \vx$ is $k$-sparse (or nearly $k$-sparse) for some orthogonal transform $\vF$. The goal is to output an approximation (in an $\ell_2$ sense) to $\vhx$ in sublinear time. This problem has been well-studied in the special case that $\vF$ is the Discrete Fourier Transform (DFT), and a long line of work has resulted in sparse Fast Fourier Transforms that run in time $O(k \cdot \mathrm{polylog} N)$. However, for transforms $\vF$ other than the DFT (or closely related transforms like the Discrete Cosine Transform), the question is much less settled.   In this paper we give sublinear-time algorithms---running in time $\poly(k \log(N))$---for solving the sparse recovery problem for orthogonal transforms $\vF$ that arise from orthogonal polynomials. More precisely, our algorithm works for any $\vF$ that is an orthogonal polynomial transform derived from Jacobi polynomials. The Jacobi polynomials are a large class of classical orthogonal polynomials (and include Chebyshev and Legendre polynomials as special cases), and show up extensively in applications like numerical analysis and signal processing. One caveat of our work is that we require an assumption on the sparsity structure of the sparse vector, although we note that vectors with random support have this property with high probability.   Our approach is to give a very general reduction from the $k$-sparse sparse recovery problem to the $1$-sparse sparse recovery problem that holds for any flat orthogonal polynomial transform; then we solve this one-sparse recovery problem for transforms derived from Jacobi polynomials.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.08362/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.08362/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1907.08362/full.md

---
Source: https://tomesphere.com/paper/1907.08362