Jump to content

Sparse approximation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Julius.kusuma (talk | contribs) at 20:48, 25 February 2008 (start article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Sparse approximation is the problem of finding a signal or vector estimate with sparseness property, that is having a small number of nonzero elements, that satisfies (approximately) a system of equations.

For example, consider a linear system of equations y = Ax, where y \in \Real^{M}, A \in \Real^{M \times N}, x \in \Real^{N}, and M < N. In general, this problem is ill-posed as there are infinitely many x that solve this system.

One way to enforce sparsity is to require the 0-norm to be small, such as: \min_x \|x\|_0, such that y = A x. However, it is known that this problem is NP-complete.