# An Asynchronous Parallel Approach to Sparse Recovery

**Authors:** Deanna Needell, Tina Woolf

arXiv: 1701.03458 · 2017-01-16

## TL;DR

This paper introduces an asynchronous parallel algorithm for sparse signal recovery, leveraging stochastic greedy methods to efficiently estimate sparse signals in shared-memory systems, with promising simulation results.

## Contribution

It presents a novel asynchronous parallel approach for sparse recovery that handles dense cost functions by focusing on the sparsity of the signal, using a stochastic greedy algorithm.

## Key findings

- Demonstrates potential benefits of asynchronous sparse recovery methods
- Shows effectiveness through numerical simulations
- Addresses challenges of dense cost functions in parallel settings

## Abstract

Asynchronous parallel computing and sparse recovery are two areas that have received recent interest. Asynchronous algorithms are often studied to solve optimization problems where the cost function takes the form $\sum_{i=1}^M f_i(x)$, with a common assumption that each $f_i$ is sparse; that is, each $f_i$ acts only on a small number of components of $x\in\mathbb{R}^n$. Sparse recovery problems, such as compressed sensing, can be formulated as optimization problems, however, the cost functions $f_i$ are dense with respect to the components of $x$, and instead the signal $x$ is assumed to be sparse, meaning that it has only $s$ non-zeros where $s\ll n$. Here we address how one may use an asynchronous parallel architecture when the cost functions $f_i$ are not sparse in $x$, but rather the signal $x$ is sparse. We propose an asynchronous parallel approach to sparse recovery via a stochastic greedy algorithm, where multiple processors asynchronously update a vector in shared memory containing information on the estimated signal support. We include numerical simulations that illustrate the potential benefits of our proposed asynchronous method.

## Full text

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

## Figures

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

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1701.03458/full.md

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