ArticleslgStudy

mathematics

Matching pursuit

Matching pursuit 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 Matching pursuit rather than just read about it. In short: Matching pursuit (MP) is a sparse approximation algorithm which finds the "best matching" projections of multidimensional data onto the span of an over-complete (i.e., redundant) dictionary D {\displaystyle D} . The basic idea is to approximately represent a signal f {\displaystyle f} from Hilbert space H {\displaystyle H} as a weighted sum of finitely many functions g γ n {\displaystyle g_{\gamma _{n}}} (called ato…

Matching pursuit — main illustration
Matching pursuit — illustration

Key takeaways

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

Reference excerpt

Matching pursuit (MP) is a sparse approximation algorithm which finds the "best matching" projections of multidimensional data onto the span of an over-complete (i.e., redundant) dictionary D {\displaystyle D} . The basic idea is to approximately represent a signal f {\displaystyle f} from Hilbert space H {\displaystyle H} as a weighted sum of finitely many functions g γ n {\displaystyle g_{\gamma _{n}}} (called atoms) taken from D {\displaystyle D} . An approximation with N {\displaystyle N} atoms has the form

f ( t ) ≈ f ^ N ( t ) := ∑ n = 1 N a n g γ n ( t ) {\displaystyle f(t)\approx {\hat {f}}_{N}(t):=\sum _{n=1}^{N}a_{n}g_{\gamma _{n}}(t)}

where g γ n {\displaystyle g_{\gamma _{n}}} is the γ n {\displaystyle \gamma _{n}} th column of the matrix D {\displaystyle D} and a n {\displaystyle a_{n}} is the scalar weighting factor (amplitude) for the atom g γ n {\displaystyle g_{\gamma _{n}}} . Normally, not every atom in D {\displaystyle D} will be used in this sum. Instead, matching pursuit chooses the atoms one at a time in order to maximally (greedily) reduce the approximation error. This is achieved by finding the atom that has the highest inner product with the signal (assuming the atoms are normalized), subtracting from the signal an approximation that uses only that one atom, and repeating the process until the signal is satisfactorily decomposed, i.e., the norm of the residual is small, where the residual after calculating γ N {\displaystyle \gamma _{N}} and a N {\displaystyle a_{N}} is denoted by

R N + 1 = f − f ^ N {\displaystyle R_{N+1}=f-{\hat {f}}_{N}} . If R n {\displaystyle R_{n}} converges quickly to zero, then only a few atoms are needed to get a good approximation to f {\displaystyle f} . Such sparse representations are desirable for signal coding and compression. More precisely, the sparsity problem that matching pursuit is intended to approximately solve is

min x ‖ f − D x ‖ 2 2 subject to ‖ x ‖ 0 ≤ N , {\displaystyle \min _{x}\|f-Dx\|_{2}^{2}\ {\text{ subject to }}\ \|x\|_{0}\leq N,}

where ‖ x ‖ 0 {\displaystyle \|x\|_{0}} is the L 0 {\displaystyle L_{0}} pseudo-norm (i.e. the number of nonzero elements of x {\displaystyle x} ). In the previous notation, the nonzero entries of x {\displaystyle x} are x γ n = a n {\displaystyle x_{\gamma _{n}}=a_{n}} . Solving the sparsity problem exactly is NP-hard, which is why approximation methods like MP are used. For comparison, consider the Fourier transform representation of a signal - this can be described using the terms given above, where the dictionary is built from sinusoidal basis functions (the smallest possible complete dictionary). The main disadvantage of Fourier analysis in signal processing is that it extracts only the global features of the signals and does not adapt to the analysed signals f {\displaystyle f} . By taking an extremely redundant dictionary, we can look in it for atoms (functions) that best match a signal f {\displaystyle f} .

The algorithm

… excerpt ends here. Continue reading the full article.

Illustrations

Matching pursuit: A signal and its wavelet representation. Each pixel in the heat map (top) represents an atom (a wavelet centered in time according to the horizontal position and with frequency corresponding to height). The color of the pixel gives the inner product of the corresponding wavelet atom with the signal (bottom). Matching pursuit should represent the signal by just a few atoms, such as the three at the centers of the clearly visible ellipses.
A signal and its wavelet representation. Each pixel in the heat map (top) represents an atom (a wavelet centered in time according to the horizontal position and with frequency corresponding to height). The color of the pixel gives the inner product of the corresponding wavelet atom with the signal (bottom). Matching pursuit should represent the signal by just a few atoms, such as the three at the centers of the clearly visible ellipses.
Matching pursuit: Example of the retrieval of an unknown signal (gray line) from few measurements (black dots) using a orthogonal matching pursuit algorithm (purple dots show the retrieved coefficients).
Example of the retrieval of an unknown signal (gray line) from few measurements (black dots) using a orthogonal matching pursuit algorithm (purple dots show the retrieved coefficients).

Worked examples

Example 1 — a first encounter with Matching pursuit

Start with the simplest possible case. Write down what Matching pursuit 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 Matching pursuit 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 Matching pursuit 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 Matching pursuit

In research
Matching pursuit 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 Matching pursuit 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
Matching pursuit is common in secondary-school and first-year university syllabi. It links to neighbouring topics Multivariate statistics, Signal processing, so understanding it makes those chapters shorter.
In everyday life
Look for Matching pursuit 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 Matching pursuit in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Matching pursuit 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 Matching pursuit out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Matching pursuit in simple terms?

Matching pursuit (MP) is a sparse approximation algorithm which finds the "best matching" projections of multidimensional data onto the span of an over-complete (i.e., redundant) dictionary D {\displaystyle D} . The basic idea is to approximately represent a signal f {\displaystyle f} from Hilbert…

Why does Matching pursuit 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 Matching pursuit?

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 Matching pursuit.

Tags

  • Multivariate statistics
  • Signal processing

Keep exploring