请输入您要查询的百科知识:

 

词条 Matching pursuit
释义

  1. The algorithm

  2. Properties

  3. Applications

  4. Extensions

  5. See also

  6. References

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 . The basic idea is to approximately represent a signal from Hilbert space as a weighted sum of finitely many functions (called atoms) taken from . An approximation with atoms has the form

where is the th column of the matrix and is the scalar weighting factor (amplitude) for the atom . Normally, not every atom in 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 and is denoted by

.

If converges quickly to zero, then only a few atoms are needed to get a good approximation to . Such sparse representations are desirable for signal coding and compression. More precisely, the sparsity problem that matching pursuit is intended to approximately solve is

where is the pseudo-norm (i.e. the number of nonzero elements of ). In the previous notation, the nonzero entries of are . 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 .

By taking an extremely redundant dictionary, we can look in it for atoms (functions) that best match a signal .

The algorithm

If contains a large number of vectors, searching for the most sparse representation of is computationally unacceptable for practical applications.

In 1993, Mallat and Zhang[1] proposed a greedy solution that they named "Matching Pursuit."

For any signal and any dictionary , the algorithm iteratively generates a sorted list of atom indices and weighting scalars, which form the sub-optimal solution to the problem of sparse signal representation.

{{algorithm-begin|name=Matching Pursuit}}
  Input: Signal: , dictionary  with normalized columns .  Output: List of coefficients  and indices for corresponding atoms .  Initialization:

;

;

  Repeat:    Find  with maximum inner product ;

;

;

;

  Until stop condition (for example: )  return
{{algorithm-end}}

In signal processing, the concept of matching pursuit is related to statistical projection pursuit, in which "interesting" projections are found; ones that deviate more from a normal distribution are considered to be more interesting.

Properties

  • The algorithm converges (i.e. ) for any that is in the space spanned by the dictionary.
  • The error decreases monotonically.
  • As at each step, the residual is orthogonal to the selected filter, the energy conservation equation is satisfied for each :

.

  • In the case that the vectors in are orthonormal, rather than being redundant, then MP is a form of principal component analysis

Applications

Matching pursuit has been applied to signal, image[2] and video coding,[3][4] shape representation and recognition,[5] 3D objects coding,[6] and in interdisciplinary applications like structural health monitoring.[7] It has been shown that it performs better than DCT based coding for low bit rates in both efficiency of coding and quality of image.[8]

The main problem with matching pursuit is the computational complexity of the encoder. In the basic version of an algorithm, the large dictionary needs to be searched at each iteration. Improvements include the use of approximate dictionary representations and suboptimal ways of choosing the best match at each iteration (atom extraction).[9]

The matching pursuit algorithm is used in MP/SOFT, a method of simulating quantum dynamics.[10]

MP is also used in dictionary learning.[11][12] In this algorithm, atoms are learned from a database (in general, natural scenes such as usual images) and not chosen from generic dictionaries.

Extensions

A popular extension of Matching Pursuit (MP) is its orthogonal version: Orthogonal Matching Pursuit[13][14] (OMP). The main difference from MP is that after every step, all the coefficients extracted so far are updated, by computing the orthogonal projection of the signal onto the subspace spanned by the set of atoms selected so far. This can lead to results better than standard MP, but requires more computation.

Extensions such as Multichannel MP[15] and Multichannel OMP[16] allow to process multicomponent signals. An obvious extension of Matching Pursuit is over multiple positions and scales, by augmenting the dictionary to be that of a wavelet basis. This can be done efficiently using the convolution operator without changing the core algorithm.[17]

Matching pursuit is related to the field of compressed sensing and has been extended by researchers in that community. Notable extensions are Orthogonal Matching Pursuit (OMP),[18] Stagewise OMP (StOMP),[19] compressive sampling matching pursuit (CoSaMP),[20] Generalized OMP (gOMP),[21] and Multipath Matching Pursuit (MMP).[22]

See also

  • CLEAN algorithm
  • Principal component analysis (PCA)
  • Projection pursuit
  • Image processing
  • Signal processing
  • Sparse approximation

References

1. ^{{cite journal | last1 = Mallat | first1 = S. G. | last2 = Zhang | first2 = Z. | year = 1993 | title = Matching Pursuits with Time-Frequency Dictionaries | url = | journal = IEEE Transactions on Signal Processing | volume = 1993 | issue = 12| pages = 3397–3415 | doi = 10.1109/78.258082 | bibcode = 1993ITSP...41.3397M }}
2. ^{{cite journal | last1 = Perrinet | first1 = L. | title = Sparse models for Computer Vision|year= 2015 | url = https://www.invibe.net/LaurentPerrinet/Publications/Perrinet15bicv | journal = Biologically Inspired Computer Vision | volume = 14 | issue = | pages = 319–346| doi = 10.1002/9783527680863.ch14 | arxiv = 1701.06859| isbn = 9783527680863 }}
3. ^{{cite journal | last1 = Bergeaud | first1 = F. | last2 = Mallat | first2 = S. | title = Matching pursuit of images|year= 1995 | url = | journal = Proc. International Conference on Image Processing | volume = 1 | issue = | pages = 53–56 | doi = 10.1109/ICIP.1995.529037 | isbn = 978-0-7803-3122-8 }}
4. ^{{cite journal | last1 = Neff | first1 = R. | last2 = Zakhor | first2 = A. | year = 1997 | title = Very low bit-rate video coding based on matching pursuits | url = | journal = IEEE Transactions on Circuits and Systems for Video Technology | volume = 7 | issue = 1| pages = 158–171 | doi = 10.1109/76.554427 }}
5. ^{{cite journal | last1 = Mendels | first1 = F. | last2 = Vandergheynst | first2 = P. | last3 = Thiran | first3 = J.P. | year = 2006 | title = Matching pursuit-based shape representation and recognition using scale-space | doi = 10.1002/ima.20078 | journal = International Journal of Imaging Systems and Technology| volume = 16| issue = 5| pages = 162–180}}
6. ^{{cite journal | last1 = Tosic | first1 = I. | last2 = Frossard | first2 = P. | last3 = Vandergheynst | first3 = P. | year = 2005 | title = Progressive coding of 3D objects based on over-complete decompositions | doi = 10.1109/tcsvt.2006.883502 | journal = IEEE Transactions on Circuits and Systems for Video Technology| volume = 16| issue = 11| pages = 1338–1349| url = http://infoscience.epfl.ch/record/87305 }}
7. ^{{cite journal | last1 = Chakraborty | first1 = Debejyo | last2 = Kovvali | first2 = Narayan | last3 = Wei | first3 = Jun | last4 = Papandreou-Suppappola | first4 = Antonia | last5 = Cochran | first5 = Douglas | last6 = Chattopadhyay | first6 = Aditi | year = 2009 | title = Damage Classification Structural Health Monitoring in Bolted Structures Using Time-frequency Techniques | url = | journal = Journal of Intelligent Material Systems and Structures | volume = 20 | issue = 11| pages = 1289–1305 | doi = 10.1177/1045389X08100044 }}
8. ^{{cite journal | last1 = Perrinet | first1 = L. U. | last2 = Samuelides | first2 = M. | last3 = Thorpe | first3 = S. | year = 2002 | title = Sparse spike coding in an asynchronous feed-forward multi-layer neural network using Matching Pursuit | url = http://www.incm.cnrs-mrs.fr/LaurentPerrinet/Publications/Perrinet02sparse | journal = Neurocomputing | volume = 57C | issue = | pages = 125–34 | doi = 10.1016/j.neucom.2004.01.010 }}{{dead link|date=January 2018 |bot=InternetArchiveBot |fix-attempted=yes }}
9. ^{{cite journal | last1 = Lin | first1 = Jian-Liang | last2 = Hwang | first2 = Wen-Liang | last3 = Pei | first3 = Soo-Chang | year = 2007 | title = Fast matching pursuit video coding by combining dictionary approximation and atom extraction | url = | journal = IEEE Transactions on Circuits and Systems for Video Technology | volume = 17 | issue = 12| pages = 1679–1689 | doi=10.1109/tcsvt.2007.903120| citeseerx = 10.1.1.671.9670 }}
10. ^{{cite journal | last1 = Wu | first1 = Yinghua | last2 = Batista | first2 = Victor S. | year = 2003 | title = Matching-pursuit for simulations of quantum processes | doi = 10.1063/1.1560636 | journal = Chem. Phys. | volume = 118 | issue = 15| pages = 6720–6724| bibcode = 2003JChPh.118.6720W }}
11. ^{{cite journal | last = Perrinet | first = L. P. | year = 2010 | title = Role of homeostasis in learning sparse representations | doi = 10.1162/neco.2010.05-08-795 | pmid = 20235818 | journal = Neural Computation | volume = 22| issue = 7 | pages = 1812–1836| arxiv = 0706.3177 }}
12. ^{{cite journal | last1 = Aharon | first1 = M. | last2 = Elad | first2 = M. | last3 = Bruckstein | first3 = A.M. | year = 2006 | title = The K-SVD: An Algorithm for Designing of Overcomplete Dictionaries for Sparse Representation | doi = 10.1109/tsp.2006.881199 | journal = IEEE Transactions on Signal Processing | volume = 54| issue = 11| pages = 4311–4322| bibcode = 2006ITSP...54.4311A }}
13. ^{{cite journal | last1 = Pati | first1 = Y. | last2 = Rezaiifar | first2 = R. | last3 = Krishnaprasad | first3 = P. | year = 1993 | title = Orthogonal Matching Pursuit: recursive function approximation with application to wavelet decomposition | doi = 10.1109/acssc.1993.342465 | journal = Asilomar Conf. On Signals, Systems and Comput | volume = | issue = | pages = 40–44 | isbn = 978-0-8186-4120-6 | citeseerx = 10.1.1.348.5735 }}
14. ^{{cite journal | last1 = Davis | first1 = G. | last2 = Mallat | first2 = S. | last3 = Zhang | first3 = Z. | year = 1994 | title = Adaptive time-frequency decompositions with matching pursuits | doi = 10.1117/12.173207 | journal = Optical Engineering | volume = 33| issue = 7| pages = 2183| bibcode = 1994OptEn..33.2183D }}
15. ^"Piecewise linear source separation", R. Gribonval, Proc. SPIE '03, 2003
16. ^{{cite journal | last1 = Tropp | first1 = Joel | authorlink = Joel Tropp | authorlink2 = Anna C. Gilbert | last2 = Gilbert | first2 = A. | last3 = Strauss | first3 = M. | year = 2006 | title = Algorithms for simultaneous sparse approximations ; Part I : Greedy pursuit | url = | journal = Signal Proc. – Sparse Approximations in Signal and Image Processing | volume = 86 | issue = 3| pages = 572–588 | doi=10.1016/j.sigpro.2005.05.030}}
17. ^{{cite book | chapter = Sparse models for Computer Vision | doi = 10.1002/9783527680863.ch14| arxiv =1701.06859| title = Biologically Inspired Computer Vision| pages = 319–346| year = 2015| last1 = Perrinet| first1 = Laurent U.| isbn = 9783527680863}}
18. ^{{cite journal | last1 = Tropp | first1 = Joel A. | authorlink2 = Anna C. Gilbert | last2 = Gilbert | first2 = Anna C. | year = 2007 | title = Signal Recovery From Random Measurements Via Orthogonal Matching Pursuit | url = http://www.acm.caltech.edu/~jtropp/papers/TG07-Signal-Recovery.pdf | journal = IEEE Transactions on Information Theory | volume = 53 | issue = 12| pages = 4655–4666| doi = 10.1109/tit.2007.909108 }}
19. ^{{cite journal | last1 = Donoho | first1 = David L. | last2 = Tsaig | first2 = Yaakov | last3 = Drori | first3 = Iddo | last4 = Jean-luc | first4 = Starck | year = 2006 | title = Sparse solution of underdetermined linear equations by stagewise orthogonal matching pursuit | doi = 10.1109/tit.2011.2173241 | journal = IEEE Transactions on Information Theory| volume = 58| issue = 2| pages = 1094–1121}}
20. ^{{cite journal | last1 = Needell | first1 = D. | last2 = Tropp | first2 = J.A. | year = 2009 | title = CoSaMP: Iterative signal recovery from incomplete and inaccurate samples | doi = 10.1016/j.acha.2008.07.002 | journal = Applied and Computational Harmonic Analysis | volume = 26| issue = 3| pages = 301–321}}
21. ^{{Cite journal|last=Wang|first=J.|last2=Kwon|first2=S.|last3=Shim|first3=B.|year=2012|title=Generalized Orthogonal Matching Pursuit|url=|journal=IEEE Transactions on Signal Processing|publisher=|volume=60|issue=12|pages=6202–6216|doi=10.1109/TSP.2012.2218810|via=|bibcode=2012ITSP...60.6202J|arxiv=1111.6664}}
22. ^{{cite journal | last1 = Kwon | first1 = S. | last2 = Wang | first2 = J. | last3 = Shim | first3 = B. | year = 2014 | title = Multipath Matching Pursuit | url = | journal = IEEE Transactions on Information Theory | volume = 60 | issue = 5| pages = 2986–3001 | doi = 10.1109/TIT.2014.2310482 }}

2 : Multivariate statistics|Signal processing

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/29 21:19:51