<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="Intro">
	<name>Background</name>
	<content><section id="algos"> <name>Algorithms</name> <para id="general">The two algorithms that we are concerned with are <term>basis pursuit</term> (BP) and <term>orthogonal matching pursuit </term> (OMP). What these two algorithms have in common is a requirement to use waveforms from a <term>dictionary</term> to represent an image. One advantage of these two algorithms is that they are very flexible in terms of the dictionary used, which in turn allows for faster, sparser compression. It has been previously shown that while OMP is a faster algorithm, BP yields a mroe accurate approximation.</para> <section id="BS"> <name>Basis Pursuit</name> <para id="basis"><term>Basis pursuit</term> is an effective algorithm which replace the sparse approximation problem by a linear programming problem. It selects the coefficients that will represent the signal to be those with the minimum L1 coefficients. Essentially what it does is the following: Given a signal X, it takes the inner product of X with each element in the dictionary and at the end takes selects the one that yields the larger result (this will be the element the most closely resembles X). This element is added to previously selected elements, and subtracted from the signal X. It does repeat this process on the residual signal until N elements have been chosen, where N is the number of desired coefficients in the approximate representation of X.</para> </section> <section id="OMP"> <name>Orthogonal Matching Pursuit</name> <para id="matching"><term>Orthogonal matching pursuit</term> is an iterative greedy algorithm that chooses the dictionary element that best represents the residual part of the signal at each iteration (just like the BP algorithm). It then projects this element onto those elements which have already been selected, which yields a new approximant signal. This differs from the BP algorithm in that redundant information is not repeated.</para> </section> </section> <section id="continue"> <name>Continue</name> <para id="links"><list type="bulleted" id="bullets">

<item><link src="http://www.cnx.rice.edu/content/m11778/latest/">Background Information</link></item>
<item><link src="http://www.cnx.rice.edu/content/m11780/latest/">Procedure</link></item>
<item>
<link src="http://www.cnx.rice.edu/content/m11783/latest/">Results</link></item>
<item><link src="http://www.cnx.rice.edu/content/m11781/latest/">Conclusion</link></item>
<item><link src="http://www.cnx.rice.edu/content/m11779/latest/">Our Code</link></item>
<item><link src="http://www.cnx.rice.edu/content/m11782/latest/">Team Members</link></item>
<item><link src="http://www.cnx.rice.edu/content/m11784/latest/">References</link></item>
</list></para> </section>
	</content>
      
      </document>
