ArticleslgStudy

mathematics

Sparse approximation

Sparse approximation is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Sparse approximation rather than just read about it. In short: Sparse approximation (also known as sparse representation) theory deals with sparse solutions for systems of linear equations. Techniques for finding these solutions and exploiting them in applications have found wide use in image processing, signal processing, machine learning, medical imaging, and more.

Key takeaways

  • Sparse approximation belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Sparse approximation to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Sparse approximation from memory before moving on to harder problems.

Reference excerpt

Sparse approximation (also known as sparse representation) theory deals with sparse solutions for systems of linear equations. Techniques for finding these solutions and exploiting them in applications have found wide use in image processing, signal processing, machine learning, medical imaging, and more.

Sparse decomposition

Noiseless observations Consider a linear system of equations x = D α {\displaystyle x=D\alpha } , where D {\displaystyle D} is an underdetermined m × p {\displaystyle m\times p} matrix ( m < p ) {\displaystyle (m<p)} and x ∈ R m , α ∈ R p {\displaystyle x\in \mathbb {R} ^{m},\alpha \in \mathbb {R} ^{p}} . The matrix D {\displaystyle D} (typically assumed to be full-rank) is referred to as the dictionary, and x {\displaystyle x} is a signal of interest. The core sparse representation problem is defined as the quest for the sparsest possible representation α {\displaystyle \alpha } satisfying x = D α {\displaystyle x=D\alpha } . Due to the underdetermined nature of D {\displaystyle D} , this linear system admits in general infinitely many possible solutions, and among these we seek the one with the fewest non-zeros. Put formally, we solve

min α ∈ R p ‖ α ‖ 0 subject to x = D α , {\displaystyle \min _{\alpha \in \mathbb {R} ^{p}}\|\alpha \|_{0}{\text{ subject to }}x=D\alpha ,}

where ‖ α ‖ 0 = # { i : α i ≠ 0 , i = 1 , … , p } {\displaystyle \|\alpha \|_{0}=\#\{i:\alpha _{i}\neq 0,\,i=1,\ldots ,p\}} is the ℓ 0 {\displaystyle \ell _{0}} pseudo-norm, which counts the number of non-zero components of α {\displaystyle \alpha } . This problem is known to be NP-hard with a reduction to NP-complete subset selection problems in combinatorial optimization. Sparsity of α {\displaystyle \alpha } implies that only a few ( k ≪ m < p {\displaystyle k\ll m<p} ) components in it are non-zero. The underlying motivation for such a sparse decomposition is the desire to provide the simplest possible explanation of x {\displaystyle x} as a linear combination of as few as possible columns from D {\displaystyle D} , also referred to as atoms. As such, the signal x {\displaystyle x} can be viewed as a molecule composed of a few fundamental elements taken from D {\displaystyle D} . While the above posed problem is indeed NP-Hard, its solution can often be found using approximation algorithms. One such option is a convex relaxation of the problem, obtained by using the ℓ 1 {\displaystyle \ell _{1}} -norm instead of ℓ 0 {\displaystyle \ell _{0}} , where ‖ α ‖ 1 {\displaystyle \|\alpha \|_{1}} simply sums the absolute values of the entries in α {\displaystyle \alpha } . This is known as the basis pursuit (BP) algorithm, which can be handled using any linear programming solver. An alternative approximation method is a greedy technique, such as the matching pursuit (MP), which finds the location of the non-zeros one at a time. Surprisingly, under mild conditions on D {\displaystyle D} (using the spark (mathematics), the mutual coherence or the restricted isometry property) and the level of sparsity in the solution, k {\displaystyle k} , the sparse representation problem can be shown to have a unique solution, and BP and MP are guaranteed to find it perfectly.

Noisy observations Often the observed signal x {\displaystyle x} is noisy. By relaxing the equality constraint and imposing an ℓ 2 {\displaystyle \ell _{2}} -norm on the data-fitting term, the sparse decomposition problem becomes

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Sparse approximation

Start with the simplest possible case. Write down what Sparse approximation claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Sparse approximation before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Sparse approximation ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Sparse approximation

In research
Sparse approximation appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Sparse approximation in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Sparse approximation is common in secondary-school and first-year university syllabi. It links to neighbouring topics Numerical linear algebra, so understanding it makes those chapters shorter.
In everyday life
Look for Sparse approximation outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Sparse approximation in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Sparse approximation means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Sparse approximation out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Sparse approximation in simple terms?

Sparse approximation (also known as sparse representation) theory deals with sparse solutions for systems of linear equations. Techniques for finding these solutions and exploiting them in applications have found wide use in image processing, signal processing, machine learning, medical imaging, an…

Why does Sparse approximation matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Sparse approximation?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Sparse approximation.

Tags

  • Numerical linear algebra

Keep exploring