AKRON: An Algorithm for Approximating Sparse Kernel Reconstruction

Size: px
Start display at page:

Download "AKRON: An Algorithm for Approximating Sparse Kernel Reconstruction"

Transcription

1 : An Algorithm for Aroximating Sarse Kernel Reconstruction Gregory Ditzler Det. of Electrical and Comuter Engineering The University of Arizona Tucson, AZ 8572 USA Nidhal Carla Bouaynaya Det. of Electrical and Comuter Engineering Rowan University Glassboro, NJ 828 USA Roman Shterenberg Det. of Mathematics University of Alabama at Birmingham Birmingham, AL USA Abstract Exact reconstruction of a sarse signal for an under-determined linear system using the l -measure is, in general, an NP-hard roblem. The most oular aroach is to relax the l -otimization roblem to an l -aroximation. However, the strength of this convex aroximation relies uon rigid roerties on the system, which are not verifiable in ractice. Greedy algorithms have been roosed in the ast to seed u the otimization of the l roblem, but their comutational efficiency comes at the exense of a larger error. In an effort to control error and comlexity, this aer goes beyond the l -aroximation by growing neighborhoods of the l -solution that moves towards the otimal solution. The size of the neighborhood is tunable deending on the comutational resources. The roosed algorithm, termed Aroximate Kernel RecONstruction (), yields significantly smaller errors than current greedy methods with a controllable comutational cost. By construction, the error of is smaller than or to equal the l -solution. enjoys all the error bounds of l under the restricted isometry roerty condition. We benchmarked on simulated data from several under-determined systems, and the results show that can significantly imrove the reconstruction error with slightly more comutational cost than solving the l roblem directly Introduction Many engineering roblems are formulated as inverse roblems, which is where the number of arameters () greatly exceeds the number of measurements (n) available. Examles include: Prerint submitted to Elsevier Setember 4, 27

2 source estimation of electroencehalograhic (EEG) and magnetoencehalograhic (MEG) data [, 2], reverse-engineering of genetic regulatory networks from high-throughut gene exression data [3, 4], magnetic resonance imaging [5], information theory and communication engineering [6], and electromagnetics and antenna design [7]. These inverse roblems, known as large small n, ose a challenge, because of the non-identifiability of a solution. Additional constraints or rior knowledge are needed to solve such under-determined systems. In many cases, such as inference of genetic regulatory networks [3, 4], we are interested in the sarsest solution. The objective is then to recover the sarsest signal, x C, from a measurement matrix, A C n, and observed vector y C n such that y = Ax, where n. In a noisy setting, the roblem is formulated as y = Ax + e, where e is a vector of measurement noise with a bounded variance, i.e., e 2 ɛ. Without loss of generality, it is assumed that A is full-rank; otherwise, the observations would be redundant. Finding the sarsest solution amounts to solving the following otimization roblem: x = argmin { x : Ax = y}, () where x denotes the l -measure of vector x, i.e., the number of non-zero elements of x. Observe that l is not a roer norm and that is why we refer to it as a measure although, by abuse of notation, we may also write l -norm. Unfortunately, () is in general an NP-hard combinatorial roblem since it involves finding the number and ositions of the zeros in a -dimensional sace [8]. The field of comressive sensing (CS) addresses this roblem by solving the underdetermined system with a unique sarsest solution under secific conditions on the system. The l -norm objective in () can be relaxed to the l -norm, solving the following convex otimization roblem: x = argmin { x : Ax = y}. (2) This convex relaxation makes the roblem more tractable; however, in general, the solutions of () and (2) are not equivalent. CS theory has shown that, if A satisfies the null sace roerty (NSP) or the restricted isometry roerty (RIP), then the l roblem yields the otimal l solution [8]. Unfortunately, these conditions are not verifiable in ractice. In articular, one cannot check if the obtained l -solution is the sarsest solution or not! Through examles and simulations, we show that, in general, the l -solution may be far from the l -otimal solution. Hence, it is crucial to develo greedy algorithms that achieve a balance between comutational comlexity and reconstruction error. 2. Related Work Recent efforts focused on greedy algorithms to infer a sarse solution. In articular, a family of Hard Thresholding (HT) algorithms have been suggested in [9], which makes an initial guess for the suort of x and then rojects the measurements y onto this suort. An iterative version called Iterative Hard Thresholding (IHT) udates the residual and estimates a new x at every iteration until the stoing criterion is satisfied. Another version of lower comlexity er iteration, called Matching Pursuit (MP), has been suggested. The Orthogonal Matching Pursuit () [] is an iterative greedy algorithm that selects at each ste the column which is most correlated with 2

3 32 the current residuals, and estimates the nonzero entries in the vector x with a comutational com- 33 lexity O(k log ). s comutational imrovements, however, come at the cost of increased 34 reconstruction error. Comressive Samling Matching Pursuit (CoSaMP) [] combines the a- 35 roaches of and HT in a two-stage greedy algorithm that aims to imrove the reconstruction 36 error of. Unfortunately, these methods sacrifice accuracy of the reconstruction for the runtime 37 as they aroximate the l -norm by other cost functions. Recently,, or smoothed l, has been 38 roosed as a fast algorithm to directly aroximate the l solution []. Candés et al. roosed an 39 iterative re-weighted l minimization algorithm that has theoretical guarantees that is can imrove 4 the l solution [2]. 4 In our revious work, we resented Kernel RecONstruction (KRON), a greedy algorithm, that achieves an exact solution to (), without exhaustively searching C 42 [3]. In KRON, finding the sarsest solution amounts to solving ( ( s= n) linear equations. All 43 s) otential solutions have at 44 least s zeros. The sarsest solution is guaranteed to be one of them. The comutational comlexity 45 of KRON is O( s ). KRON yields the otimal sarsest solution (zero reconstruction error) at a high 46 comutational cost. 47 Against this background, we seek to develo an aroach for aroximating () yielding re- 48 construction errors lower than l -norm, and other aroaches such as and CoSaMP, and at 49 the same time having comarable, or at least controllable, comutational cost Aroximate Kernel Reconstruction Central Idea behind 52 In this section, we motivate the central idea behind, given general linear algebra 53 knowledge about the under-determined system. First, we know that the system Ax = y always 54 admits solutions with s = ( n) zeros because s is the dimension of the Kernel of A; hence 55 the name Kernel RecONstruction (KRON) in [3]. KRON distributes s zeros among the entries 56 then searches for all the solutions with exactly s zeros. The sarsest solution is guaranteed to be among these ( 57 s) solutions. However, we do not know in advance which one it will be. KRON tries all ossible ( 58 s) solutions then chooses the sarsest. Notice that no conditions are imosed on 59 the matrix A; that is, KRON recovers the otimal sarsest solution whether the RIP condition is 6 satisfied or not. The central issue with KRON is that it becomes comutationally rohibitive when is large and s in the order of. Therefore, we roose to reduce the number of enu merations that need to be erformed in KRON. To achieve this, the central idea behind is 63 to use the standard l -aroximation to guess the locations of the s zeros that will result in the 64 sarsest solution. Finding s correct zero locations is sufficient to find the otimal sarsest solution. 65 This idea can also be viewed as a erturbation of the l -aroximation to make it closer to the 66 l -norm. Formally, we define a δ-neighborhood of the l -aroximation that allows to 67 find sarser solutions and reduce the reconstruction error. The size of the neighborhood is tunable 68 deending on the comutational ower available, and vary from (l -aroximation) to n (KRON, 69 i.e., erfect reconstruction). In articular, when the l -aroximation is otimal (RIP conditions 7 satisfied), is also otimal, but when the l -solution is subotimal, results in a 7 better (i.e., sarser) solution with smaller recovery error The Noiseless Case begins by solving the l convex otimization roblem in (2). Denote the solution by x. In general, x is different from the desired l -solution. However, since l is the closest convex 3

4 78 75 norm to l, we can use x to find the locations of s zeros, which would corresond to the s-smallest 76 magnitudes in x. The central idea behind s -neighborhood solution is as follows: () 77 find the indices (Q) with the s-smallest magnitudes of the l solution, (2) set these indices to zero, then (3) re-solve the system Ax = y. Call this solution x δ=. The following roosition bounds 79 the error between the l -solution and the (δ = )-neighborhood solution x δ=. Proosition. Let x denote the l -solution of the under-determined roblem in (2). Without loss of generality, we assume that A C n is full-rank, and call s = n. Let { x (i ),..., x (i s ) } be the set of the s-smallest magnitudes of x. Then, we have x x δ= 2 s C A max { x (i ),, x (i s ) }, (3) where C A is a constant that deends only on the matrix A: C A = ( + A Q 2 A Q 2 ), where A Q is the (n n) sub-matrix of A obtained by removing the s columns indexed by {i,, i s }, and A Q C n s is the comlement matrix, i.e., the matrix that contains only the columns corresonding to these s-smallest elements. Proof. Denote by A Q C n n the reduced matrix, where the columns corresonding to the indices of the s-smallest elements in x were removed. Notice that A Q is invertible because A is fullrank. Let A Q C n s be the comlement matrix, i.e., the matrix that contains only the columns corresonding to the s-smallest elements {i,, i s }. We adot similar notations for x Q C n and x Q Cs. We have Observe that since, by construction, x δ= Q From Eqs. (5) and (6), we have Therefore, Using norm inequalities, we obtain A x = A x δ= = y (4) A Q x Q + A Q x Q = A x δ=. (5) =, we have that A Q x δ= Q = A x δ=. (6) A Q ( x δ= Q x Q ) = A Q ˆx Q. x δ= Q x Q = A Q A Q x Q. On the other hand, we have by triangle inequality x δ= Q x Q 2 A Q 2 A Q 2 x Q 2. (7) x x δ= 2 x Q x δ= Q 2 + x Q x δ= Q 2. 4

5 89 But, by construction, x δ= Q =, hence x x δ= 2 x Q x δ= Q 2 + x Q 2 x ( Q 2 + A Q ) 2 A Q 2 (8) where the inequality in (8) follows from (7). By using the fact that x Q 2 s max { x (i ),, x (i s ) }, we obtain the desired result with C A = ( + A 9 Q A Q ). The interretation of the bound in Proosition is quite intuitive: if the s-smallest elements 9 of the l -aroximation are all small, then x 92 δ= will be close to the l -solution. However, if at least one of these s-smallest elements is large, then the obtained x 93 δ= will be far from the l - 94 aroximation. In other words, the s-smallest elements of the l -aroximation are all small if l is a good aroximation of l ; In that case, the solution x 95 δ= will be close to this good 96 l solution. On the other hand, having a large element among the s-smallest indices indicates that 97 l -solution is not a good estimate of the otimal sarsest solution, and hence solution 98 will be sarser and further from l solution. The following theorem derives an error bound of the recovery. We first need to recall the restricted isometry roerty (RIP). The restricted isometry constant α k of a matrix A C n is the smallest number such that ( α k ) x 2 2 Ax 2 2 ( + α k ) x for all k-sarse x. A matrix A is said to satisfy the RIP of order k with constant α k if α k (, ). Theorem. Assume that A C n satisfies the RIP of order 3k with α 3k <, and let s = n. 3 Let x (i ),, x (i s ) be the s-smallest magnitude elements of the l -solution x. Then, letting x be the otimal l -solution, we have x x δ= 2 s C A max { x (i ),, x (i s ) } + C σ k(x ) k, (9) 2 where σ k (x) = inf z {z C : z k} z x is the best k-term aroximation error of the vector x in l, C is a constant that deends on α 3k [8], and C A is a constant that deends on the matrix A as defined in Proosition. Proof. From [8], we have, under the RIP condition, for all x, x x 2 C σ k(x) k, () 5

6 ( ) with C = 2 γ+ γ 2 + γ, γ = +α3k 2( α 3k [8]. From the triangle inequality, we have ) x x δ= 2 x δ= x 2 + x x 2 s C A max { x (i ),, x (i s ) } + C σ k(x ) k, () 3 4 where, in (), the first inequality follows from Proosition and the second inequality follows from () in [8]. 5 δ-neighborhoods of l in quest of sarser solutions: The solution given by x δ= is sarser 6 than the l -aroximation; however, x δ= may still be far from the otimal l solution in (). We can imrove uon x δ= by finding sarser solutions that increase the neighborhood of the 8 l -aroximation as follows: consider the (s + δ)-smallest elements of x, where the true s zeros, that lead to the otimal sarsest solution, may be located. Then, consider all ossible ( ) s+δ 9 s combinations of setting s elements to zero. For each of these s zero locations, re-solves the system. The sarsity of the solution is recorded for each combination and the sarsest solution, x ( δ, is returned by. It is imortant to note that is highly arallelizable once the s+δ ) 3 s combinations are known. We state that x 4 δ is the otimal solution within the δ-neighborhood of the l -aroximation. 5 If the l -aroximation is close to the l -solution, then we can find the otimal solution within 6 a small δ-neighborhood. To observe this result, let x be the otimal l -solution, and assume it 7 is unique and has K > s zeros and that x is close to x. These assumtions imly that the 8 corresonding K entries of x are close to zero. By choosing δ = K s, will surely 9 find the otimal solution. It may aear that if K s, then δ and significant comutational 2 resources are needed. However, if x is close to x, then even utting the smallest s elements to 2 zero will lead to the exact solution by uniqueness. Therefore, we suggest a ste-wise aroach. 22 First, consider δ =. We may find the otimal sarsest solution (i.e., number of zeros s) right 23 away by uniqueness of the sarsest solution and the fact that l -aroximation may be close (for 24 the secific system at hand) to the otimal l -solution. Otherwise, we increase δ [, n] deending 25 on the available comutational ower. The entire rocess can be reeated for growing values of 26 δ =,..., δ max n, where δ max is set deending on the comutational ower available or until 27 we reach a sufficiently sarse solution. Note that comutational comlexity of is of the 28 order of O(s δ ), and when δ = n, reduces to the erfect reconstruction KRON algorithm 29 in [3]. 3 State-of-the-art aroaches, such as and CoSaMP, require that the sarsity level be sec- 3 ified in advance, which is, in general, imossible to correctly guess., on the other hand, 32 starts with an educated initial estimate of the level of sarsity, given by the s smallest elements 33 in the l solution. This initial estimate has well-known theoretical roerties in the comressive 34 sensing literature [8]. We derived a theoretical bound between (with δ = ) and the oti- 35 mal solution. We then imrove uon this estimate by exloring higher δ-neighborhoods in quest of 36 sarser solutions. In articular, the arameter δ controls the tradeoff between sarsity and comu- 37 tational comlexity. The sensitivity of this free arameter δ is evaluated in Section 4. The seudo 38 code for is detailed in Algorithm. Examle : To understand the algorithm and illustrate the imortance of the δ- neighborhoods, we resent a simle numerical examle. Consider the following randomly gen- 6

7 erated noiseless system A = y = ( ) T ; The otimal l -norm sarsest solution is given by x = ( ) T (2) The l solution, which solves (2), is given by x = ( ) T 39 Clearly, the l -solution is not as sarse as the otimal solution and has incorrect zero locations. We 4 have n = 3, = 5 and thus s = 2. If we choose δ = the considers the s+δ = 3-smallest 4 magnitudes of x, which are located at indices, 2 and 4. We set s = 2 locations to zero among these 3 indices. We consider all ( ) ( s+δ s = 3 ) 42 2 = 3 combinations of two zeros in indices, 2 and 4 of 43 x. The combination of indices and 2 set to zero leads to the sarsest otimal solution x in (2). 44 Thus, in this case, the l -norm solution is sub-otimal; but by considering a δ = -neighborhood 45 of this aroximation, is able to exactly recover the sarsest otimal l -solution The Noisy Case can be reformulated to coe with noise (oi) in a system given by y = Ax+e, where e is the noise vector. The noisy case is formulated as the following otimization roblem x ɛ = argmin{ x : Ax y 2 ɛ}, (3) 47 where ɛ is the fixed error bound. In the noisy case, the sarsest solution can be sarser than the 48 solution of the homologous noiseless system. Intuitively, the noise allows a margin of error 49 where more entries can be set to zero as long as the constraint in (3) is satisfied. 5 Following this logic of noise enhances sarsity, one may start by solving the noiseless case 5 using the algorithm in Section 3.2, and then further set more elements to zero while ensuring the 52 constraint in (3) is satisfied. This aroach is romising if the corresonding noiseless system 53 Ax = y admits a sarse solution, i.e., with a number of zeros K s. However, in general, 54 the air (A, y), corresonding to the noisy system in (3), may not admit sarse solutions to the 55 noiseless homologue Ax = y. In this case, the l -aroximation of the noiseless system will be 56 very far from the otimal l solution, and small erturbations (small δ) of the l -solution may not 57 be sufficient to aroximate the otimal solution with desired accuracy. 58 Instead, consider the corresonding l aroximation of the noisy system x ɛ = argmin{ x : 59 Ax y 2 ɛ}. oi starts from x ɛ and considers a δ-neighborhood to obtain the locations 6 of the s + δ smallest magnitude elements of x ɛ. For all ossible combinations of s zeros among 6 these s + δ locations, we obtain the corresonding solutions to the noisy system with constraint Ax y 2 ɛ. Call these solutions x q δ, where q =,, ( ) s+δ s. We can further make these 63 7

8 satisfied. This can be done, for instance, by utting to zero all elements in x q δ such that xq δ (i) ɛ 65 A F, where A F is the Frobenius norm of A. A more direct aroach would be to ut the 66 smallest elements to zero one at a time then check if the constraint in (3) is satisfied. On the other 67 hand, oi is not guaranteed to lead to the exact otimal l solution for large neighborhoods 68 because the exact value of y for which one attains the sarsest solution is not known. The following 69 numerical examle illustrates the remise behind oi. 7 Examle 2: Let A and x be as rovided in Examle, and consider the noisy system y = 7 Ax +e, where e = (.,.7,.28) T is a samle noise vector that was randomly generated 72 from a Gaussian distribution. Observe that the ower of the noise is about 2% the ower of the 73 signal. The starting oint for oi is the l solution of the noisy system, which is given by 74 x ɛ = (,.46,,,.752) T, where ɛ is the norm of the noise vector e. Clearly this solution is 75 far from the otimal solution in terms of zero locations and norm. oi with δ = 2 yields 76 the solution (,,,.34,.23) T. Although this solution is not exact, oi is able to 77 correctly recover the locations of the non-zero entries in x. Furthermore, the reconstruction error 78 of oi is significantly lower than that of noisy l. The following section demonstrates the 79 effectiveness of and oi on a variety of different under-determined linear systems Exeriments was benchmarked against [4], CoSaMP [], [], Iterative Re-weighted l Minimization (IRLM) [2], and the l -norm using CVX [5]. The data sets are designed as follows: A s entries are randomly samled and x has k indices samled from N (, ), but all other entries are set to zero. The matrix A is full rank. We assess the erformance of the different algorithms using two criteria: The reconstruction error defined as err(x) = x x 2 / x 2, where x is the solution from an algorithm, and x is the otimal solution. However, this error does not always cature the correct location of zeros. For instance, assume that x = [,, ] t and the solutions to two different algorithms are given by x = [5, 5, 5] t and x 2 = [,, 2] t. Then, we have err(x ) < err(x 2 ) although, intuitively, x 2 is closer to the desired solution. To cature the similarity of the zero locations, we use the Jaccard index comuted as Z Z, where Z Z Z and Z are the set of indices of the non-zero entries in the true solution and those returned by the algorithm, resectively, and denotes the cardinality of a set. The sarsity level arameter for and CoSaMP is set to k, which should give them an advantage at error evaluation. All results resented were averaged over 5 simulations of linear systems. Finally, reroducibles for these exeriments are ublicly available. 4.. Exeriment #: Fix Swee n The first simulation examines the imact of the number of measurements n with fixed dimension = 2 and fixed sarsity k = 8 (here k denotes the number of nonzero elements). Intuitively, the reconstruction errors should decrease as n increases. Figures (a)-(d) show the reconstruction errors and Jaccard stability indices for the noiseless and noisy cases. First, we observe that the reconstruction error of KRON dros to zero once n =, which is exactly what is exected, as KRON leads erfect reconstruction for n > k + [3]. Among all the other aroaches,, htt://github.com/gditzler// 8

9 with δ = 3 in these exeriments, rovides the smallest error and largest Jaccard index. is even able to outerform and IRLM. Furthermore, outerforms the other algorithms in the noisy scenarios as shown in Figures (c) and (d) Exeriment #2: Swee fix n The second simulation shows the imact, on the reconstruction error, when the dimension varies from 5,..., 25 and k =.5, corresonding to a fixed 95% sarsity level. The reconstruction errors (Figure 2), and Jaccard indices (Figure 3) are comuted for each of the different values of n. used a neighborhood of δ = 3. The sarsity threshold for and CoSaMP was set to 9. When n (i.e., n =.,.2), the l error is large and, although with a small neighborhood, is able to imrove uon the l aroximation and rovide nearly zero reconstruction error with high zero-location stability (for n.2). Furthermore, not only does lead to a low reconstruction error, but it is also able to identify the locations of the zeros as shown in the Jaccard stability figures. When n increases (here n =.3,.4), the l -aroximation is quite good in the sense that the l solution is very close to the otimal sarsest solution (both in terms of reconstruction error and stability). has a similar erformance as l, but with an even smaller reconstruction error. It is also worth noting that the erformance of CoSaMP also imroved as n increases Runtime Analysis The comutational run-times for all algorithms in the different scenario cases are shown in Figure 4. In this simulation, is fixed at 2 and the value of n is swet from to 7. As exected, the comutational comlexity of decreases because s becomes smaller, which decreases the number of combinations that need to be evaluated. Finally, the run-times can be imroved further by distributing the for loo in Figure across more cores. In our ongoing work, we are looking into GPU imlementation of the combinations involved in to further reduce the comutational time. 5. Conclusions In this aer, we resented and oi to address the issue of obtaining a tradeoff between reconstruction error and comutational comlexity for recovering sarse signals from under-determined linear systems. The l -norm solution may have a large or small error deending on the algebraic roerties of the system at hand. Greedy algorithms, such as and CoSaMP, run quickly but lead to a high error. starts with the l -aroximation and builds δ-neighborhoods, where a sarser solution can be found. These δ-neighborhoods can grow until reaching the otimal sarsest l -solution. δ is tunable deending on the available comutational resources. Our simulation results showed that, for n, the l -aroximation can have a high error and can bring this error down substantially with a comarable run-time (in seconds). The user can control the arameter δ deending on a tradeoff between the desired sarsity/otimality and the comutational ower available. Acknowledgements This work was suorted by the National Science Foundation under Award Numbers CCF and ACI

10 References [] P. Georgieva, N. Bouaynaya, F. Silva, L. Mihaylova, L. Jain, A beamformer-article filter framework for localization of correlated eeg sources, IEEE Journal of Biomedical and Health Informatics (25). [2] G. Ditzler, J. C. Morrison, Y. Lan, G. Rosen, Fizzy: Feature selection for metagenomics, BMC Bioinformatics 6 (25). [3] J. Khan, N. Bouaynaya, H. Fathallah-Shaykh, Tracking of time-varying genomic regulatory networks with a LASSO-kalman smoother, EURASIP Journal on Bioinformatics and Systems Biology 24 (24). [4] B. Bayar, N. Bouaynaya, R. Shterenberg, SMURC: High-dimension small-samle multivariate regression with covariance estimation, IEEE Journal of Biomedical and Health Informatics (26). To aear. [5] E. J. Candès, J. K. Romberg, T. Tao, Stable signal recovery from incomlete and inaccurate measurements, Communications on Pure and Alied Mathematics 59 (26) [6] J. Meng, W. Yin, Y. Li, N. Nguyen, Z. Han, Comressive sensing based high-resolution channel estimation for ofdm system, IEEE Journal on Selected Toics in Signal Processing 6 (22) [7] A. Massa, P. Rocca, G. Oliveri, Comressive sensing in electromagnetics - a review, IEEE Antennas and Proagation Magazine 57 (25) [8] M. Fornasier, H. Rauhut, Comressive Sensing, Handbook of Mathematical Methods in Imaging, 2. [9] T. Blumensath, M. E. Davis, Iterative hard thresholding for comressed sensing, Alied and Comutational Harmonic Analysis 27 (29) [] D. Needell, J. A. Tro, Cosam: iterative signal recovery from incomlete and inaccurate samles, Alied and Comutational Harmonic Analysis 26 (29) [] H. Mohimani, M. Babaie-Zadeh, C. Jutten, A fast aroach for overcomlete sarse decomosition based on smoothed l norm, IEEE Transactions on Signal Processing 57 (29) [2] E. Candés, M. B. Wakin, S. Boyd, Enhancing sarsity by reweighted l minimization, Journal of Fourier Analysis and Alications 4 (28) [3] B. Bayar, N. Bouaynaya, R. Shterenberg, Kernel reconstruction: an exact greedy algorithm for comressive sensing, in: International Worksho on Genomic Signal Processing and Statistics. [4] J. A. Tro, A. C. Gilbert, Signal recovery from random measurements via orthogonal matching ursuit, IEEE Transactions on Information Theory 53 (27) [5] M. Grant, S. Boyd, CVX: Matlab software for discilined convex rogramming, version 2., htt: //cvxr.com/cvx/, 24.

11 Algorithm seudo-code Inut: A, y, δ [n] Outut: x : x = argmin { x : Ax = y} 2: s = Ker(A) 3: Choose Bs s+δ to be the combinations of the smallest s + δ magnitudes in x // Parallel Loo 4: for q =,..., Bs s+δ do 5: Q = []\Bs s+δ (q) 6: x δ = 7: x δ = A Q y // Udate only the indices in Q 8: sar q = x δ 9: end for : q min = min{sar q : q B s+δ : Q = []\B s+δ s (q min ) 2: x = 3: x Q = A Q y s } reconstruction error.5 KRON CoSaMP IRM n (a) Error of noiseless system stability KRON CoSaMP IRM n (b) Stability of noiseless system reconstruction error.5 oi CoSaMP IRM n (c) Error of noisy system stability oi CoSaMP IRM n (d) Stability of noisy system Figure : Performance evaluation (using reconstruction error and Jaccard stability index) of with δ = 3, l -aroximation, CoSaMP,, IRLM and on synthetic data sets with fixed dimension = 2 and increasing number of measurements n. In the noisy systems, the error variance ɛ =.5. CoSaMP and were given the correct number of non-zero elements. reconstruction error 2.5 CoSam IRM reconstruction error CoSam IRM reconstruction error CoSam IRM reconstruction error CoSam IRM (a) n =. (b) n =.2 (c) n =.3 (d) n =.4 Figure 2: Reconstruction error of with δ = 3, l -aroximation, CoSaMP,, IRLM and on synthetic data sets of increasing dimensionality. k =.5 was fixed in all exeriments, corresonding to 95% sarsity level. KRON has been omitted due the the comutational comlexity mentioned in Section.

12 stability CoSam IRM stability CoSam IRM stability CoSam IRM stability CoSam IRM (a) n =. (b) n =.2 (c) n =.3 (d) n =.4 Figure 3: Jaccard stability index for with δ = 3, l -aroximation, CoSaMP,, IRLM and on synthetic data sets of increasing dimensionality and fixed k =.5. evaluation time CoSam IRM n Figure 4: Run-time in seconds for CoSaMP,, with δ = 3, and l -aroximation on synthetic data sets for a fixed = 2 and an increasing n. 2

ON OPTIMIZATION OF THE MEASUREMENT MATRIX FOR COMPRESSIVE SENSING

ON OPTIMIZATION OF THE MEASUREMENT MATRIX FOR COMPRESSIVE SENSING 8th Euroean Signal Processing Conference (EUSIPCO-2) Aalborg, Denmark, August 23-27, 2 ON OPTIMIZATION OF THE MEASUREMENT MATRIX FOR COMPRESSIVE SENSING Vahid Abolghasemi, Saideh Ferdowsi, Bahador Makkiabadi,2,

More information

A Note on Guaranteed Sparse Recovery via l 1 -Minimization

A Note on Guaranteed Sparse Recovery via l 1 -Minimization A Note on Guaranteed Sarse Recovery via l -Minimization Simon Foucart, Université Pierre et Marie Curie Abstract It is roved that every s-sarse vector x C N can be recovered from the measurement vector

More information

PARTIAL FACE RECOGNITION: A SPARSE REPRESENTATION-BASED APPROACH. Luoluo Liu, Trac D. Tran, and Sang Peter Chin

PARTIAL FACE RECOGNITION: A SPARSE REPRESENTATION-BASED APPROACH. Luoluo Liu, Trac D. Tran, and Sang Peter Chin PARTIAL FACE RECOGNITION: A SPARSE REPRESENTATION-BASED APPROACH Luoluo Liu, Trac D. Tran, and Sang Peter Chin Det. of Electrical and Comuter Engineering, Johns Hokins Univ., Baltimore, MD 21218, USA {lliu69,trac,schin11}@jhu.edu

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

Novel Algorithm for Sparse Solutions to Linear Inverse. Problems with Multiple Measurements

Novel Algorithm for Sparse Solutions to Linear Inverse. Problems with Multiple Measurements Novel Algorithm for Sarse Solutions to Linear Inverse Problems with Multile Measurements Lianlin Li, Fang Li Institute of Electronics, Chinese Acaemy of Sciences, Beijing, China Lianlinli1980@gmail.com

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Beyond Worst-Case Reconstruction in Deterministic Compressed Sensing

Beyond Worst-Case Reconstruction in Deterministic Compressed Sensing Beyond Worst-Case Reconstruction in Deterministic Comressed Sensing Sina Jafarour, ember, IEEE, arco F Duarte, ember, IEEE, and Robert Calderbank, Fellow, IEEE Abstract The role of random measurement in

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Compressed Sensing Based Video Multicast

Compressed Sensing Based Video Multicast Comressed Sensing Based Video Multicast Markus B. Schenkel a,b, Chong Luo a, Pascal Frossard b and Feng Wu a a Microsoft Research Asia, Beijing, China b Signal Processing Laboratory (LTS4), EPFL, Lausanne,

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Discrete Signal Reconstruction by Sum of Absolute Values

Discrete Signal Reconstruction by Sum of Absolute Values JOURNAL OF L A TEX CLASS FILES, VOL., NO. 4, DECEMBER 22 Discrete Signal Reconstruction by Sum of Absolute Values Masaaki Nagahara, Senior Member, IEEE, arxiv:53.5299v [cs.it] 8 Mar 25 Abstract In this

More information

arxiv: v2 [cs.it] 10 Aug 2009

arxiv: v2 [cs.it] 10 Aug 2009 Sarse recovery by non-convex otimization instance otimality Rayan Saab arxiv:89.745v2 [cs.it] 1 Aug 29 Deartment of Electrical and Comuter Engineering, University of British Columbia, Vancouver, B.C. Canada

More information

Bayesian Model Averaging Kriging Jize Zhang and Alexandros Taflanidis

Bayesian Model Averaging Kriging Jize Zhang and Alexandros Taflanidis HIPAD LAB: HIGH PERFORMANCE SYSTEMS LABORATORY DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING AND EARTH SCIENCES Bayesian Model Averaging Kriging Jize Zhang and Alexandros Taflanidis Why use metamodeling

More information

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i Comuting with Haar Functions Sami Khuri Deartment of Mathematics and Comuter Science San Jose State University One Washington Square San Jose, CA 9519-0103, USA khuri@juiter.sjsu.edu Fax: (40)94-500 Keywords:

More information

Online homotopy algorithm for a generalization of the LASSO

Online homotopy algorithm for a generalization of the LASSO This article has been acceted for ublication in a future issue of this journal, but has not been fully edited. Content may change rior to final ublication. Online homotoy algorithm for a generalization

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Generalized Coiflets: A New Family of Orthonormal Wavelets

Generalized Coiflets: A New Family of Orthonormal Wavelets Generalized Coiflets A New Family of Orthonormal Wavelets Dong Wei, Alan C Bovik, and Brian L Evans Laboratory for Image and Video Engineering Deartment of Electrical and Comuter Engineering The University

More information

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS Proceedings of DETC 03 ASME 003 Design Engineering Technical Conferences and Comuters and Information in Engineering Conference Chicago, Illinois USA, Setember -6, 003 DETC003/DAC-48760 AN EFFICIENT ALGORITHM

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Elementary Analysis in Q p

Elementary Analysis in Q p Elementary Analysis in Q Hannah Hutter, May Szedlák, Phili Wirth November 17, 2011 This reort follows very closely the book of Svetlana Katok 1. 1 Sequences and Series In this section we will see some

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Estimating function analysis for a class of Tweedie regression models

Estimating function analysis for a class of Tweedie regression models Title Estimating function analysis for a class of Tweedie regression models Author Wagner Hugo Bonat Deartamento de Estatística - DEST, Laboratório de Estatística e Geoinformação - LEG, Universidade Federal

More information

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS NCCI 1 -National Conference on Comutational Instrumentation CSIO Chandigarh, INDIA, 19- March 1 COMPARISON OF VARIOUS OPIMIZAION ECHNIQUES FOR DESIGN FIR DIGIAL FILERS Amanjeet Panghal 1, Nitin Mittal,Devender

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

Hidden Predictors: A Factor Analysis Primer

Hidden Predictors: A Factor Analysis Primer Hidden Predictors: A Factor Analysis Primer Ryan C Sanchez Western Washington University Factor Analysis is a owerful statistical method in the modern research sychologist s toolbag When used roerly, factor

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Sampling and Distortion Tradeoffs for Bandlimited Periodic Signals

Sampling and Distortion Tradeoffs for Bandlimited Periodic Signals Samling and Distortion radeoffs for Bandlimited Periodic Signals Elaheh ohammadi and Farokh arvasti Advanced Communications Research Institute ACRI Deartment of Electrical Engineering Sharif University

More information

COMMUNICATION BETWEEN SHAREHOLDERS 1

COMMUNICATION BETWEEN SHAREHOLDERS 1 COMMUNICATION BTWN SHARHOLDRS 1 A B. O A : A D Lemma B.1. U to µ Z r 2 σ2 Z + σ2 X 2r ω 2 an additive constant that does not deend on a or θ, the agents ayoffs can be written as: 2r rθa ω2 + θ µ Y rcov

More information

Approximate Dynamic Programming for Dynamic Capacity Allocation with Multiple Priority Levels

Approximate Dynamic Programming for Dynamic Capacity Allocation with Multiple Priority Levels Aroximate Dynamic Programming for Dynamic Caacity Allocation with Multile Priority Levels Alexander Erdelyi School of Oerations Research and Information Engineering, Cornell University, Ithaca, NY 14853,

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

On split sample and randomized confidence intervals for binomial proportions

On split sample and randomized confidence intervals for binomial proportions On slit samle and randomized confidence intervals for binomial roortions Måns Thulin Deartment of Mathematics, Usala University arxiv:1402.6536v1 [stat.me] 26 Feb 2014 Abstract Slit samle methods have

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions 17 th Euroean Symosium on Comuter Aided Process Engineering ESCAPE17 V. Plesu and P.S. Agachi (Editors) 2007 Elsevier B.V. All rights reserved. 1 Logistics Otimization Using Hybrid Metaheuristic Aroach

More information

Finding a sparse vector in a subspace: linear sparsity using alternating directions

Finding a sparse vector in a subspace: linear sparsity using alternating directions IEEE TRANSACTION ON INFORMATION THEORY VOL XX NO XX 06 Finding a sarse vector in a subsace: linear sarsity using alternating directions Qing Qu Student Member IEEE Ju Sun Student Member IEEE and John Wright

More information

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL Mohammad Bozorg Deatment of Mechanical Engineering University of Yazd P. O. Box 89195-741 Yazd Iran Fax: +98-351-750110

More information

Proximal methods for the latent group lasso penalty

Proximal methods for the latent group lasso penalty Proximal methods for the latent grou lasso enalty The MIT Faculty has made this article oenly available. Please share how this access benefits you. Your story matters. Citation As Published Publisher Villa,

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem Alied Mathematical Sciences, Vol. 7, 03, no. 63, 3-3 HIKARI Ltd, www.m-hiari.com A Recursive Bloc Incomlete Factorization Preconditioner for Adative Filtering Problem Shazia Javed School of Mathematical

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell October 25, 2009 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

Adaptive estimation with change detection for streaming data

Adaptive estimation with change detection for streaming data Adative estimation with change detection for streaming data A thesis resented for the degree of Doctor of Philosohy of the University of London and the Diloma of Imerial College by Dean Adam Bodenham Deartment

More information

Improved Capacity Bounds for the Binary Energy Harvesting Channel

Improved Capacity Bounds for the Binary Energy Harvesting Channel Imroved Caacity Bounds for the Binary Energy Harvesting Channel Kaya Tutuncuoglu 1, Omur Ozel 2, Aylin Yener 1, and Sennur Ulukus 2 1 Deartment of Electrical Engineering, The Pennsylvania State University,

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

The Noise Power Ratio - Theory and ADC Testing

The Noise Power Ratio - Theory and ADC Testing The Noise Power Ratio - Theory and ADC Testing FH Irons, KJ Riley, and DM Hummels Abstract This aer develos theory behind the noise ower ratio (NPR) testing of ADCs. A mid-riser formulation is used for

More information

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process P. Mantalos a1, K. Mattheou b, A. Karagrigoriou b a.deartment of Statistics University of Lund

More information

A New Perspective on Learning Linear Separators with Large L q L p Margins

A New Perspective on Learning Linear Separators with Large L q L p Margins A New Persective on Learning Linear Searators with Large L q L Margins Maria-Florina Balcan Georgia Institute of Technology Christoher Berlind Georgia Institute of Technology Abstract We give theoretical

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

Efficient & Robust LK for Mobile Vision

Efficient & Robust LK for Mobile Vision Efficient & Robust LK for Mobile Vision Instructor - Simon Lucey 16-623 - Designing Comuter Vision As Direct Method (ours) Indirect Method (ORB+RANSAC) H. Alismail, B. Browning, S. Lucey Bit-Planes: Dense

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm Gabriel Noriega, José Restreo, Víctor Guzmán, Maribel Giménez and José Aller Universidad Simón Bolívar Valle de Sartenejas,

More information

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators S. K. Mallik, Student Member, IEEE, S. Chakrabarti, Senior Member, IEEE, S. N. Singh, Senior Member, IEEE Deartment of Electrical

More information

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System Vol.7, No.7 (4),.37-38 htt://dx.doi.org/.457/ica.4.7.7.3 Robust Predictive Control of Inut Constraints and Interference Suression for Semi-Trailer System Zhao, Yang Electronic and Information Technology

More information

Anytime communication over the Gilbert-Eliot channel with noiseless feedback

Anytime communication over the Gilbert-Eliot channel with noiseless feedback Anytime communication over the Gilbert-Eliot channel with noiseless feedback Anant Sahai, Salman Avestimehr, Paolo Minero Deartment of Electrical Engineering and Comuter Sciences University of California

More information

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S.

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S. -D Analysis for Iterative Learning Controller for Discrete-ime Systems With Variable Initial Conditions Yong FANG, and ommy W. S. Chow Abstract In this aer, an iterative learning controller alying to linear

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

Distributed K-means over Compressed Binary Data

Distributed K-means over Compressed Binary Data 1 Distributed K-means over Comressed Binary Data Elsa DUPRAZ Telecom Bretagne; UMR CNRS 6285 Lab-STICC, Brest, France arxiv:1701.03403v1 [cs.it] 12 Jan 2017 Abstract We consider a networ of binary-valued

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

arxiv: v2 [stat.me] 27 Apr 2018

arxiv: v2 [stat.me] 27 Apr 2018 Nonasymtotic estimation and suort recovery for high dimensional sarse covariance matrices arxiv:17050679v [statme] 7 Ar 018 1 Introduction Adam B Kashlak and Linglong Kong Deartment of Mathematical and

More information

An Analysis of TCP over Random Access Satellite Links

An Analysis of TCP over Random Access Satellite Links An Analysis of over Random Access Satellite Links Chunmei Liu and Eytan Modiano Massachusetts Institute of Technology Cambridge, MA 0239 Email: mayliu, modiano@mit.edu Abstract This aer analyzes the erformance

More information

Spectral Clustering based on the graph p-laplacian

Spectral Clustering based on the graph p-laplacian Sectral Clustering based on the grah -Lalacian Thomas Bühler tb@cs.uni-sb.de Matthias Hein hein@cs.uni-sb.de Saarland University Comuter Science Deartment Camus E 663 Saarbrücken Germany Abstract We resent

More information

Probability Estimates for Multi-class Classification by Pairwise Coupling

Probability Estimates for Multi-class Classification by Pairwise Coupling Probability Estimates for Multi-class Classification by Pairwise Couling Ting-Fan Wu Chih-Jen Lin Deartment of Comuter Science National Taiwan University Taiei 06, Taiwan Ruby C. Weng Deartment of Statistics

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

Robust Beamforming via Matrix Completion

Robust Beamforming via Matrix Completion Robust Beamforming via Matrix Comletion Shunqiao Sun and Athina P. Petroulu Deartment of Electrical and Comuter Engineering Rutgers, the State University of Ne Jersey Piscataay, Ne Jersey 8854-858 Email:

More information

Cryptanalysis of Pseudorandom Generators

Cryptanalysis of Pseudorandom Generators CSE 206A: Lattice Algorithms and Alications Fall 2017 Crytanalysis of Pseudorandom Generators Instructor: Daniele Micciancio UCSD CSE As a motivating alication for the study of lattice in crytograhy we

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition TNN-2007-P-0332.R1 1 Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers

More information

Analyses of Orthogonal and Non-Orthogonal Steering Vectors at Millimeter Wave Systems

Analyses of Orthogonal and Non-Orthogonal Steering Vectors at Millimeter Wave Systems Analyses of Orthogonal and Non-Orthogonal Steering Vectors at Millimeter Wave Systems Hsiao-Lan Chiang, Tobias Kadur, and Gerhard Fettweis Vodafone Chair for Mobile Communications Technische Universität

More information

Coding Along Hermite Polynomials for Gaussian Noise Channels

Coding Along Hermite Polynomials for Gaussian Noise Channels Coding Along Hermite olynomials for Gaussian Noise Channels Emmanuel A. Abbe IG, EFL Lausanne, 1015 CH Email: emmanuel.abbe@efl.ch Lizhong Zheng LIDS, MIT Cambridge, MA 0139 Email: lizhong@mit.edu Abstract

More information

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK Towards understanding the Lorenz curve using the Uniform distribution Chris J. Stehens Newcastle City Council, Newcastle uon Tyne, UK (For the Gini-Lorenz Conference, University of Siena, Italy, May 2005)

More information

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling Scaling Multile Point Statistics or Non-Stationary Geostatistical Modeling Julián M. Ortiz, Steven Lyster and Clayton V. Deutsch Centre or Comutational Geostatistics Deartment o Civil & Environmental Engineering

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

Analysis of Multi-Hop Emergency Message Propagation in Vehicular Ad Hoc Networks

Analysis of Multi-Hop Emergency Message Propagation in Vehicular Ad Hoc Networks Analysis of Multi-Ho Emergency Message Proagation in Vehicular Ad Hoc Networks ABSTRACT Vehicular Ad Hoc Networks (VANETs) are attracting the attention of researchers, industry, and governments for their

More information

Frequency-Domain Design of Overcomplete. Rational-Dilation Wavelet Transforms

Frequency-Domain Design of Overcomplete. Rational-Dilation Wavelet Transforms Frequency-Domain Design of Overcomlete 1 Rational-Dilation Wavelet Transforms İlker Bayram and Ivan W. Selesnick Polytechnic Institute of New York University Brooklyn, NY 1121 ibayra1@students.oly.edu,

More information

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA Proceedings of the 2011 Winter Simulation Conference S. Jain, R. R. Creasey, J. Himmelsach, K. P. White, and M. Fu, eds. EFFICIENT RARE EVENT SIMULATION FOR HEAVY-TAILED SYSTEMS VIA CROSS ENTROPY Jose

More information

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS

STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS STABILITY ANALYSIS TOOL FOR TUNING UNCONSTRAINED DECENTRALIZED MODEL PREDICTIVE CONTROLLERS Massimo Vaccarini Sauro Longhi M. Reza Katebi D.I.I.G.A., Università Politecnica delle Marche, Ancona, Italy

More information

On the capacity of the general trapdoor channel with feedback

On the capacity of the general trapdoor channel with feedback On the caacity of the general tradoor channel with feedback Jui Wu and Achilleas Anastasooulos Electrical Engineering and Comuter Science Deartment University of Michigan Ann Arbor, MI, 48109-1 email:

More information

Universal Finite Memory Coding of Binary Sequences

Universal Finite Memory Coding of Binary Sequences Deartment of Electrical Engineering Systems Universal Finite Memory Coding of Binary Sequences Thesis submitted towards the degree of Master of Science in Electrical and Electronic Engineering in Tel-Aviv

More information

On Wald-Type Optimal Stopping for Brownian Motion

On Wald-Type Optimal Stopping for Brownian Motion J Al Probab Vol 34, No 1, 1997, (66-73) Prerint Ser No 1, 1994, Math Inst Aarhus On Wald-Tye Otimal Stoing for Brownian Motion S RAVRSN and PSKIR The solution is resented to all otimal stoing roblems of

More information

ECE 534 Information Theory - Midterm 2

ECE 534 Information Theory - Midterm 2 ECE 534 Information Theory - Midterm Nov.4, 009. 3:30-4:45 in LH03. You will be given the full class time: 75 minutes. Use it wisely! Many of the roblems have short answers; try to find shortcuts. You

More information

A New Asymmetric Interaction Ridge (AIR) Regression Method

A New Asymmetric Interaction Ridge (AIR) Regression Method A New Asymmetric Interaction Ridge (AIR) Regression Method by Kristofer Månsson, Ghazi Shukur, and Pär Sölander The Swedish Retail Institute, HUI Research, Stockholm, Sweden. Deartment of Economics and

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS #A13 INTEGERS 14 (014) ON THE LEAST SIGNIFICANT ADIC DIGITS OF CERTAIN LUCAS NUMBERS Tamás Lengyel Deartment of Mathematics, Occidental College, Los Angeles, California lengyel@oxy.edu Received: 6/13/13,

More information

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE THE 19 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE K.W. Gan*, M.R. Wisnom, S.R. Hallett, G. Allegri Advanced Comosites

More information

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar 15-859(M): Randomized Algorithms Lecturer: Anuam Guta Toic: Lower Bounds on Randomized Algorithms Date: Setember 22, 2004 Scribe: Srinath Sridhar 4.1 Introduction In this lecture, we will first consider

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers Sr. Deartment of

More information

EXACTLY PERIODIC SUBSPACE DECOMPOSITION BASED APPROACH FOR IDENTIFYING TANDEM REPEATS IN DNA SEQUENCES

EXACTLY PERIODIC SUBSPACE DECOMPOSITION BASED APPROACH FOR IDENTIFYING TANDEM REPEATS IN DNA SEQUENCES EXACTLY ERIODIC SUBSACE DECOMOSITION BASED AROACH FOR IDENTIFYING TANDEM REEATS IN DNA SEUENCES Ravi Guta, Divya Sarthi, Ankush Mittal, and Kuldi Singh Deartment of Electronics & Comuter Engineering, Indian

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

arxiv: v2 [stat.me] 3 Nov 2014

arxiv: v2 [stat.me] 3 Nov 2014 onarametric Stein-tye Shrinkage Covariance Matrix Estimators in High-Dimensional Settings Anestis Touloumis Cancer Research UK Cambridge Institute University of Cambridge Cambridge CB2 0RE, U.K. Anestis.Touloumis@cruk.cam.ac.uk

More information

Spectral Analysis by Stationary Time Series Modeling

Spectral Analysis by Stationary Time Series Modeling Chater 6 Sectral Analysis by Stationary Time Series Modeling Choosing a arametric model among all the existing models is by itself a difficult roblem. Generally, this is a riori information about the signal

More information

Recursive Estimation of the Preisach Density function for a Smart Actuator

Recursive Estimation of the Preisach Density function for a Smart Actuator Recursive Estimation of the Preisach Density function for a Smart Actuator Ram V. Iyer Deartment of Mathematics and Statistics, Texas Tech University, Lubbock, TX 7949-142. ABSTRACT The Preisach oerator

More information

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations PINAR KORKMAZ, BILGE E. S. AKGUL and KRISHNA V. PALEM Georgia Institute of

More information

Research of power plant parameter based on the Principal Component Analysis method

Research of power plant parameter based on the Principal Component Analysis method Research of ower lant arameter based on the Princial Comonent Analysis method Yang Yang *a, Di Zhang b a b School of Engineering, Bohai University, Liaoning Jinzhou, 3; Liaoning Datang international Jinzhou

More information

Beamspace MIMO-NOMA for Millimeter-Wave Communications Using Lens Antenna Arrays

Beamspace MIMO-NOMA for Millimeter-Wave Communications Using Lens Antenna Arrays Beamsace MIMO-NOMA for Millimeter-Wave Communications Using Lens Antenna Arrays Bichai Wang 1, Linglong Dai 1,XiqiGao, and Lajos anzo 3 1 Tsinghua National Laboratory for Information Science and Technology

More information

Lower bound solutions for bearing capacity of jointed rock

Lower bound solutions for bearing capacity of jointed rock Comuters and Geotechnics 31 (2004) 23 36 www.elsevier.com/locate/comgeo Lower bound solutions for bearing caacity of jointed rock D.J. Sutcliffe a, H.S. Yu b, *, S.W. Sloan c a Deartment of Civil, Surveying

More information

Recent Developments in Multilayer Perceptron Neural Networks

Recent Developments in Multilayer Perceptron Neural Networks Recent Develoments in Multilayer Percetron eural etworks Walter H. Delashmit Lockheed Martin Missiles and Fire Control Dallas, Texas 75265 walter.delashmit@lmco.com walter.delashmit@verizon.net Michael

More information

Metrics Performance Evaluation: Application to Face Recognition

Metrics Performance Evaluation: Application to Face Recognition Metrics Performance Evaluation: Alication to Face Recognition Naser Zaeri, Abeer AlSadeq, and Abdallah Cherri Electrical Engineering Det., Kuwait University, P.O. Box 5969, Safat 6, Kuwait {zaery, abeer,

More information