arxiv: v1 [stat.ml] 28 Mar 2017

Size: px
Start display at page:

Download "arxiv: v1 [stat.ml] 28 Mar 2017"

Transcription

1 Algebraic Variety Moels for High-Rank Matrix Completion Greg Ongie Rebecca Willett Robert D. Nowak Laura Balzano March 29, 27 arxiv:73.963v [stat.ml] 28 Mar 27 Abstract We consier a generalization of low-rank matrix completion to the case where the ata belongs to an algebraic variety, i.e., each ata point is a solution to a system of polynomial equations. In this case the original matrix is possibly high-rank, but it becomes low-rank after mapping each column to a higher imensional space of monomial features. Many well-stuie extensions of linear moels, incluing a ne subspaces an their union, can be escribe by a variety moel. In aition, varieties can be use to moel a richer class of nonlinear quaratic an higher egree curves an surfaces. We stuy the sampling requirements for matrix completion uner a variety moel with a focus on a union of a ne subspaces. We also propose an e cient matrix completion algorithm that minimizes a convex or non-convex surrogate of the rank of the matrix of monomial features. Our algorithm uses the wellknown kernel trick to avoi working irectly with the high-imensional monomial matrix. We show the propose algorithm is able to recover synthetically generate ata up to the preicte sampling complexity bouns. The propose algorithm also outperforms stanar low rank matrix completion an subspace clustering techniques in experiments with real ata. Introuction Work in the last ecae on matrix completion has shown that it is possible to leverage linear structure in orer to interpolate missing values in a low-rank matrix []. The high-level iea of this work is that if the ata efining the matrix belongs to a structure having fewer egrees of freeom than the entire ataset, that structure provies reunancy that can be leverage to complete the matrix. The assumption that the matrix is low-rank is equivalent to assuming the ata lies on (or near) a low-imensional linear subspace. It is of great interest to generalize matrix completion to exploit low-complexity nonlinear structures in the ata. Several avenues have been explore in the literature, from generic manifol learning [2], to unions of subspaces [3, 4], to low-rank matrices perturbe by a nonlinear monotonic function [5, 6]. In each case missing ata has been consiere, but there lacks a clear, unifying framework for these ieas. In this work we stuy the problem of completing a matrix whose columns belong to an algebraic variety, i.e., the set of solutions to a system of polynomial equations [7]. This is a strict generalization of the linear (or a ne) subspace moel, which can be written as the set of points satisfying a system of linear equations. Unions of subspaces an unions of a ne spaces also are algebraic varieties. In aition, a much richer class of non-linear curves, surfaces, an their unions, are capture by a variety moel. The matrix completion problem using a variety moel can be formalize as follows. Let X = x,...,x s 2 R n s be a matrix of s ata points where each column x i 2 R n. Define : R n! R N as Department of EECS, University of Michigan, Ann Arbor, MI, USA. (gongie@umich.eu). Department of ECE, University of Wisconsin-Maison, Maison, WI, USA. (willett@iscovery.wisc.eu). Department of ECE, University of Wisconsin-Maison, Maison, WI, USA. (rnowak@wisc.eu). Department of EECS, University of Michigan, Ann Arbor, MI USA. (girasole@umich.eu).

2 the mapping that sens the vector x =(x,...,x n ) to the vector of all monomials in x,...,x n of egree at most, an let (X) enote the matrix that results after applying to each column of X, which we call the lifte matrix. We will show the lifte matrix is rank eficient if an only if the columns of X belong to an algebraic variety. This motivates the following matrix completion approach: min ˆX rank ( ˆX) such that P ( ˆX) =P (X) () where P ( ) represents a projection that restricts to some observation set {,...,n} {,...,s}. The rank of ( ˆX) epens on the choice of the polynomial egree an the unerlying complexity of the variety, in a sense we will make precise. Figure shows two examples of atasets that have low-rank in the lifte space for i erent polynomial egree. In this work we investigate the factors that influence the sampling complexity of varieties as well as algorithms for completion. The challenges are (a) to characterize varieties having low-rank (an therefore few egrees of freeom) in the lifte space, i.e., etermine when (X) is low-rank, (b) evise e cient algorithms for solving () that can exploit these few egrees of freeom in a matrix completion setting, an (c) etermine the trae-o s relative to existing matrix completion approaches. This work contributes consierable progress towars these goals. =2,R=5 =2,R=7 =3,R= Figure : Data belonging to algebraic varieties in R 3. The original ata is full rank, but a nonlinear embeing of the matrix to a feature space consisting of monomials of egree at most is low-rank with rank R, inicating the ata has few egrees of freeom. For a given variety moel, we seek to escribe the egrees of freeom that etermine the sampling complexity of the moel. For example, it is well-known that n n rank r matrix can be complete from O(rn polylog n) sample entries uner stanar incoherence assumptions [8]. This is very close to the O(rn) egrees of freeom for such a matrix. Similarly, the egrees of freeom in the lifte space is O(RN), where R is the rank of the lifte matrix an N is the number of higher-egree monomials. This is suggestive of the number of samples require for completion in the lifte space an in turn the number of samples require in the original observation space. We note that although N>nan R>r, for many varieties r/n R/N, implying potential for completion in the lifte space. Our contributions are as follows. We ientify bouns on the rank of a matrix (X) whenthe columns of the ata matrix X belong to an algebraic variety. We stuy how many entries of such a matrix shoul be observe in orer to recover the full matrix from an incomplete sample. We show as a case stuy that monomial representations prouce low-rank representations of unions of subspaces, an we characterize the rank. The stanar union of subspace representation as a iscrete collection of iniviual subspaces is inherently non-smooth in nature, whereas the algebraic variety allows for a purely continuous parameterization. This leas to general algorithms for completion of a ata matrix whose columns belong to a variety. The algorithms performance are showcase on ata simulate as a union of subspaces, a union of low-imensional parametric surfaces, an real ata from a motion segmentation ataset an 2

3 a motion capture ataset. The simulations show that the performance of our algorithm matches our preictions an outperforms other methos. In aition, the analysis of the egrees of freeom associate with the propose representations introuces several new research avenues at the intersection of nonlinear algebraic geometry an ranom matrix theory.. Relate Work There has been a great eal of research activity on matrix completion problems since [], where the authors showe that one can recover an incomplete matrix from few entries using a convex relaxation of the rank minimization optimization problem. At this point it is even well-known that O(rn) entries are necessary an su cient [9] for almost every matrix as long as the measurement pattern satisfies certain eterministic conitions. However, these methos an theory are restricte to low-rank linear moels. A great eal of real ata exhibit nonlinear structure, an so it is of interest to generalize this approach. Work in that irection has ealt with union of subspaces moels [3,,, 2, 3], locally linear approximations [2], as well as low-rank moels perturbe by an arbitrary nonlinear link function [5, 6, 4]. In this paper we instea seek a more general moel that captures both linear an nonlinear structure. The variety moel has as instances low-rank subspaces an their union as well as quaratic an higher egree curves an surfaces. Work on kernel PCA (cf., [5, 6]) leverage similar geometry to ours. In Kernel Spectral Curvature Clustering [7], the authors similarly consier clustering of ata points via subspace clustering in a lifte space using kernels. These works are algorithmic in nature, with promising numerical experiments, but o not systematically consier missing ata or analyze relative egrees of freeom. This paper also has close ties to algebraic subspace clustering (ASC) [8, 9, 2, 2], also known as generalize PCA. Similar to our approach, the ASC framework moels unions of subspaces as an algebraic variety, an makes use of monomial liftings of the ata to ientify the subspaces. Characterizations of the rank of ata belonging to union of subspaces uner the monomial lifting are use in the ASC framework [2] base on results in [22]. The i erence of the results in [22] an those in Prop. is that ours hol for monomial liftings of all egrees, not just k, wherek is the number of subspaces. Also, the main focus of ASC is to recover unions of subspaces or unions of a ne spaces, whereas we consier ata belonging to a more general class of algebraic varieties. Finally, the ASC framework has not been aapte to the case of missing ata, which is the main focus of this work. 2 Variety Moels 2. Toy example As a simple example to illustrate our approach, consier a matrix x, x X =,2 x,6 2 R 2 6 x 2, x 2,2 x 2,6 whose six columns satisfy the quaratic equation c + c x,i + c 2 x 2,i + c 3 x 2,i + c 4 x,i x 2,i + c 5 x 2 2,i = (2) 3

4 for i =,...,6 an some unknown constants c,...,c 5 that are not all zero. Generically, X will be full rank. However, suppose we vertically expan each column of the matrix to make a 6 6 matrix Y = x, x,2 x,6 x 2, x 2,2 x 2,6 x 2, x 2,2 x 2,6 x, x 2, x,2 x 2,2 x,6 x 2,6 x 2 2, x 2 2,2 x 2 2,6 i.e., we augment each column of X with a an with the quaratic monomials x 2,i, x,ix 2,i, x 2 2,i. This allows us to re-express the polynomial equation (2) as the matrix-vector prouct Y T c = where c =(c,c,..,c 5 ) T. In other wors, Y is rank eficient. Suppose, for example, that we are missing entry x, of X. SinceX is full rank, there is no way to uniquely complete the missing entry by leveraging linear structure alone. Instea, we ask: Can we complete x, using the linear structure present in Y? Due to the missing entry x,, the first column of Y will having the following pattern of missing entries: (,,x 2,,,,x 2 2, )T. However, assuming the five complete columns in Y are linearly inepenent, we can uniquely etermine the nullspace vector c up to a scalar multiple. Then from (2) we have, C A c 3 x 2, +(c + c 4 x 2, )x, = c c 2 x 2, c 5 x 2 2, In general, this equation will yiel at most two possibilities for x,. Moreover, there are conitions where we can uniquely recover x,, namely when c 3 = an c + c 4 x 2, 6=. This example shows that even without a priori knowlege of the particular polynomial equation satisfie by the ata, it is possible to uniquely recover missing entries in the original matrix by leveraging inuce linear structure in the matrix of expane monomials. We now show how to consierably generalize this example to the case of ata belonging to an arbitrary algebraic variety. 2.2 Formulation Let X = x,...,x s 2 R n s be a matrix of s ata points where each column x i 2 R n.define : R n! R N as the mapping that sens the vector x =(x,...,x n ) to the vector of all monomials in x,...,x n of egree at most : (x) =(x ) apple 2 R N (3) where =(,..., n ) is a multi-inex of non-negative integers, with x := x x n n, an := + + n. In the context of kernel methos in machine learning, the map is often calle a polynomial feature map [23]. Borrowing this terminology, we call (x) afeature vector, theentries of (x) features, an the range of feature space. Note that the number of features is given by N = N(n, ) = n+ n = n+, the number of unique monomials in n variables of egree at most. When X =[x,...,x s ] is an n s matrix, we use (X) to enote the N s matrix [ (x ),..., (x s )]. The problem we consier is this: can we complete a partially observe matrix X uner the assumption that (X) is low-rank? This can be pose as the optimization problem given above in Equation (). We give a practical algorithm for solving a relaxation of () in Section 4. Similar to previous work cite above on using polynomial feature maps, our metho leverages the kernel trick for e cient computations. However, it woul be naïve to think of the associate analysis as applying known results on matrix completion sample complexities to our high-imensional feature space. In particular, if we observe m 4

5 entries per column in a rank-r matrix of size n s an apply the polynomial feature map, then in the feature space we have M = m+ entries per column in a rank-r matrix of size N s. Generally, the number of samples, rank, an imensional all grow in the mapping to feature space, but they grow at i erent rates epening on the unerlying geometry; it is not immeiately obvious what conitions on the geometry an sampling rates impact our ability to etermine the missing entries. In the remainer of this section, we show how to relate the rank of (X) to the unerlying variety, an we stuy the sampling requirements necessary for the completion of the matrix in feature space. 2.3 Rank properties To better unerstan the rank of the matrix (X), we introuce some aitional notation an concepts from algebraic geometry. Let R[x] enote the space of all polynomials with real coe cients in n variables x =(x,...,x n ). We moel a collection of ata as belonging to a real (a ne) algebraic variety [7], which is efine as the common zero set of a system of polynomials P R[x]: V (P )={x 2 R n : f(x) = for all f 2 P }. Suppose the variety V (P ) is efine by the finite set of polynomials P = {f,...,f q }, where each f i has egree at most. Let C 2 R N q be the matrix whose columns are given by the vectorize coe cients (c,i ) apple of the polynomials f i (x), i=,...,q in P. Then the columns of X belong to the variety V (P ) if an only if (X) T C =. In particular, assuming the columns of C are linearly inepenent, this shows that (X) has rank apple min(n q, s). In particular, when the number of ata points s>n q, then (X) is rank eficient. However, the exact rank of (X) coul be much smaller than min(n q, s), especially when the egree is large. This is because the coe cients c of any polynomial that vanishes at every column of X satisfies (X) T c =. We will fin it useful to ientify this space of coe cients with a finite imensional vector space of polynomials. Let R [x] be the space of all polynomials in n real variables of egree at most. We efine vanishing ieal of egree corresponing to a set X R n, enote by I (X ), to be subspace of polynomials belonging to R [x] that vanish at all points in X : I (X ):={f 2 R [x] :f(x) = for all x 2X}. (4) We also efine the non-vanishing ieal of egree corresponing to X, enote by S (X ), to be the orthogonal complement of I (X )inr [x]: S (X ):={g 2 R [x] :hf,gi = for all f 2I (X )}, (5) where the inner prouct hf,gi of polynomials f,g 2 R [x] is efine as the inner prouct of their coe cient vectors. Hence, the rank of a ata matrix in feature space can be expresse in terms of the imension of non-vanishing ieal of egree corresponing to X = {x,...,x s }, the set of all columns of X. Specifically, we have rank (X) =min(r, s) where R =ims (X )=N im I (X ). (6) This follows from the rank-nullity theorem, since R [x] has imension N. In general the imension of the space I (X ) or S (X )isi culttoeterminewhenx is an arbitrary set of points. However, if we assume X is a subset of a variety V,sinceI (V ) I (X ) we immeiately have the boun rank (X) apple im S (V ). (7) In certain cases im S (V ) can be compute exactly or boune using properties of the polynomials efining V. For example, it is possible to compute the imension of S (V ) irectly from a Gröbner basis for the vanishing ieal associate with V [7]. In Section 3 we show how to boun the imension of S (V ) in the case where V is a union of subspaces. 5

6 2.4 Sampling rate Informally, the egrees of freeom of a class of objects is the minimum number of free variables neee to escribe an element in that class uniquely. For example, a n s rank r matrix has r(n + s r) egrees of freeom: nr parameters to escribe r linearly inepenent columns making up a basis of the column space, an r(s r) parameters to escribe the remaining s r columns in terms of this basis. It is impossible to uniquely complete a matrix in this class if we sample fewer than this many entries. We can make a similar argument to specify the minimum number of samples neee to uniquely complete a matrix that is low-rank when mappe to feature space. First, we characterize how missing entries of the ata matrix translate to missing entries in feature space. For simplicity, we will assume a sampling moel where we sample a fixe number of entries m from each column of the original ata matrix. Let x 2 R n represent a single column of the ata matrix, an {,...,n} with m = enote the inices of the sample entries of x. The pattern of reveale entries in (x) correspons to the set of multi-inices: { =(,..., n ): apple, i = for all i 2 c }, which has the same carinality as the set of all monomials of egree at most in m variables, i.e., If we call this quantity M, then the ratio of reveale entries in (x) to the feature space imension is m+. M N = m+ n+ = (m + )(m + ) (m + ) (n + )(n + ) (n + ), which is on the orer of ( m n ) for small. More precisely, we have the bouns an consequently m n apple M N apple m n apple M N m +, (8) n apple m n + n. (9) In total, observing m entries per column of the ata matrix translates to M entries per column in feature space. Suppose the N s lifte matrix (X) is rank R. By the preceing iscussion, we nee least R(N + s R) entries of the feature space matrix (X) to complete it uniquely among the class of all N s matrices of rank R. Hence, at minimum we nee to satisfy Ms R(N + s R). () Let m enote the minimal value of m such that M = m+ achieves the boun (), an set M = m +. Diviing () through by the feature space imension N an s gives M R N + s R R = N N s s + R R, () N s an so from (9) we see we can guarantee this boun by having := m n R s + R N R, (2) s an this in fact will result in tight satisfaction of () because (M /N ) m /n for small an large n. 6

7 At one extreme where the matrix (X) is full rank, then R/s = or R/N = an accoring to (2) we nee, i.e., full sampling of every ata column. At the other extreme where instea we have many more ata points than the feature space rank, R/s, then (2) gives the asymptotic boun (R/N). The above iscussion bouns the egrees of freeom of a matrix that is rank-r in feature space. Of course, the propose variety moel has potentially fewer egrees of freeom than this, because aitionally the columns of the lifte matrix are constraine to lie in the image of the feature map. We use the above boun only as a rule of thumb for sampling requirements on our matrix. Furthermore, we note that sample complexities for stanar matrix completion often require that locations are observe uniformly at ranom, whereas in our problem the locations of observations in the lifte space will necessarily be structure. However, there is recent work that shows matrix completion can sucee without these assumptions [9, 24] that gives reason to believe ranom samples in the original space may allow completion in the lifte space, an our empirical results support this rationale. 3 Case Stuy: Union of a ne subspaces A union of a ne subspaces can also be moele as an algebraic variety. For example, with (x, y, z) 2 R 3, the union of the plane z = an the line x = y is the zero-set of the quaratic polynomial q(x, y, z) = (z )(x y). In general, if A, A 2 R n are a ne spaces of imension r an r 2,respectively,thenwe can write A = {x 2 R n : f i (x) = for i =,...,n r } an A 2 = {x : g i (x) = for i =,...,n r 2 } where the f i an g i are linear, an their union A[B can be expresse as the common zero set of all possible proucts of the f i an g i : A [A 2 = {x 2 R n : f i (x)g j (x) = for all apple i apple n r, apple j apple n r 2 }. (3) i.e., A [A 2 is the common zero set of a system of (n r )(n r 2 ) quaratic equations. This argument can be extene to show a union of k a ne subspaces of imensions r,...,r k is a variety escribe by a system of Q k i= (n r i) polynomial equations of egree k. In this section we establish bouns on the feature space rank for ata belonging to a union of subspaces. We will make use of the following lemma that shows the imension of a vanishing ieal is fixe uner an a ne change of variables: Lemma. Let T : R n! R n be an a ne change of variables, i.e., T (x) =Ax + b, where b 2 R n an A 2 R n n is invertible. Then for any S R n, im I (S) =imi (T (S)). (4) We omit the proof for brevity, but the result is elementary an relies on the fact the egree of a polynomial is unchange uner an a ne change of variables. Our next result establishes a boun on the feature space rank for a single a ne subspace: Proposition. Let the columns of a matrix X n s belong to an a ne subspace A R n of imension r. Then r + rank (X) apple, for all. (5) Proof. By Lemma, im I (A) is preserve uner an a ne transformation of A. Note that we can always fin an a ne change of variables y = Ax + c with invertible A 2 R n n an c 2 R n such that in the coorinates y =(y,...,y n ) the variety A becomes A = {(y,...,y r,,...,) : y,...,y r 2 R}. (6) 7

8 For any polynomial f(y) = P apple c y, the only monomial terms in f(y) that o not vanish on A are those having the form y y r r. Furthermore, any polynomial in just these monomials that vanishes on all of A must be the zero polynomial, since the y,...,y r are free variables. Therefore, S (A) = span{y y r r : + + r apple } (7) i.e., the non-vanishing ieal coincies with the space of polynomials in r variables of egree at most, which is, proving the claim. r+ We note that for s su ciently large, the boun in (5) becomes an equality, provie the ata points are istribute generically within the a ne subspace, meaning they are not the solution to aitional non-trivial polynomial equations of egree at most. We now erive bouns on the imension of the non-vanishing/vanishing ieals for a union of a ne varieties. Below we give a more general argument for a union of arbitrary varieties, then specialize to a ne spaces. Let A, B R n be any two varieties. It follows irectly from efinitions that Applying orthogonal complements to both sies above gives Therefore, we have the boun I (A[B)=I (A) \I (B). (8) S (A[B)=(I (A[B))? = S (A)+S (B). (9) im S (A[B) apple im S (A)+imS (B). (2) In the case of an arbitrary union of varieties [ k i= A i, repeate application of (2) gives k! [ im S A i apple i= kx im S (A i ). (2) i= Specializing to the case where each A i is a in Prop. gives the following result: ne subspace of imension at most r an applying the result Proposition 2. Let the columns of a matrix X n s belong to a union of k a ne subspaces A,..., A k each having imension at most r. Then we have the boun: r + rank (X) apple k, for all. (22) We remark that in some cases the boun (22) is (nearly) tight. For example, if the ata lies on the union of two r-imensional a ne subspaces A an B that are mutually orthogonal, one can show rank (X) = 2 r+. The rank is one less than the boun in (22) because S (A) \S (B) has imension one, coinciing with the space of constant polynomials. Determining the exact rank for ata belonging to an arbitrary finite union of subspaces appears to be a intricate problem; see [22] which stuies the relate problem of etermining the Hilbert series of a union of subspaces. Empirically, we observe that the boun in (22) is orer-optimal with respect to k, r, an. This is a consequence of the Hilbert basis theorem [7], which shows that every vanishing ieal has a finite generating set. For relate iscussion see Appenix C of [2]. 8

9 The feature space rank to imension ratio R/N in this case is given by r+ R N k n+ r k (23) n Recall that the minimum sampling rate is approximately (R/N) for s R. Hence we woul nee m k r. (24) This rate is favorable to low-rank matrix completion approaches, which nee m kr measurements per column for a union of k subspaces having imension r. While this boun suggests it is always better to take the egree as large as possible, this is only true for su ciently large s. To take avantage of the improve sampling rate implie by (24), accoring to (2) we nee the number of ata vectors per subspace to be O(r ). In other wors, our moel is able to accommoate more subspaces with larger but at the expense of requiring exponentially more ata points per subspace. We note that if the number of ata points is not an issue, we coul take = log k an require only m O(r) observe entries per column. In this case, for moerately size k (e.g., k apple 2) we shoul choose we have = 2 or 3. In fact, we fin that for these values of we get excellent empirical results, as we show in Section 5. 4 Algorithms There are several existing matrix completion algorithms that coul potentially be aapte to solve a relaxation of the rank minimization problem (), such as singular value thresholing [25], or alternating minimization [26]. However, these approaches o not easily len themselves to kernelize implementations, i.e., ones that o not require forming the high-imensional lifte matrix (X) explicitly,but instea make use of the e ciently computable kernel function for polynomial feature maps 2 k (x, y) :=h (x), (y)i =(x T y + ). (25) For matrices X =[x,...,x s ], Y =[y,...,y s ] 2 R n s,weusek (X, Y ) to enote the matrix whose (i, j)-th entry is k (x i, y j ), equivalently, k (X, Y )=(X T Y + ). where 2 R s s is the matrix of all ones, an ( ) enotes the entrywise -th power of a matrix. A kernelize implementation of the matrix completion algorithm is critical for large, since the rows of the lifte matrix N scales exponentially with. One class of algorithm that kernelizes very naturally is the iterative reweighte least squares (IRLS) approach of [27, 28] for low-rank matrix completion. The algorithm also has the avantage of being able to accommoate the non-convex Schatten-p relaxation of the rank penalty, in aition to the convex nuclear norm relaxation. Specifically, we use an IRLS approach to solve where ky k Sp min X k (X)k p S p s.t. P (X) =P (X ), (VMC) is the Schatten-p quasi-norm efine as ky k Sp := X i i(y ) p! p, <papple (26) 2 Strictly speaking, k is not kernel associate with the polynomial feature map as efine in (3). Instea, it is the kernel of the relate map (x) :={ p c x : apple} where c are appropriately chosen multinomial coe cients. 9

10 with i (Y ) enoting the i th singular value of Y. Note that for p = we recover the nuclear norm. We call this optimization formulation variety-base matrix completion (VMC). The basic iea behin the IRLS approach can be illustrate in the case of the nuclear norm. First, we can re-express the nuclear norm as a weighte Frobenius norm: ky k = tr[(y T Y ) 2 ]=tr[(y T Y )(Y T Y ) 2 ] {z } W an then attempt to minimize the nuclear norm of a matrix Y belonging to a constraint set C by performing the iterations W n =(Y T n Y n ) 2 Y n+ = arg min Y 2C tr[(y T Y )W n ]. Note the Y -upate can be recast as a weighte least-squares problem subject to the iteratively upate weight matrix W, lening the algorithm its name. To ensure the matrix efining W is invertible, an to improve numerical stability, we can also introuce a smoothing parameter n > tothew-upate as W n =(Y T Y + n ) 2, satisfying n! as n!. Making the substitution Y = (X), an replicating the steps above gives the following IRLS approach for solving (VMC) with p = : W n =(k(x n, X n )+ n I) 2 X n+ = arg min X tr[k(x, X)W n ] s.t. P (X) =P (X ) Rather than fining the exact minimum in the X upate, which coul be costly, following the approach in [28], we instea take a single projecte graient escent step to upate X. A straightforwar calculation shows that the graient of the objective F (X) = tr[k(x, X)W n ] is given by rf (X) = X(W k (X, X)), where enotes an entry-wise prouct. Hence a projecte graient step is given by X n = X n X n (W k (X n, X n )) X n = P (X )+P c( X) where is a step-size parameter. The above erivation can easily be extene to the Schatten-p minimization problem (VMC) by simply p changing the W -upate to be the negative qth power of the kernel matrix, where q = 2. See Algorithm for pseuo-coe of the propose IRLS algorithm for solving (VMC). Heuristics are given in [28] for setting the optimization parameters an base on q, which we aopt as well. Specifically, we set n = / n,where an are user-efine parameters, an upate n = n q where q = p/2. The appropriate choice of an will epen on the scaling an spectral properties of the ata. Empirically, we fin that setting =(.) max, where max is the largest eigenvalue of the kernel matrix obtaine from the initialization, an =. work well in a variety of settings. For all our experiments in Section 5wefixp =/2, which was foun to give the best matrix recovery results for synthetic ata. 5 Numerical Experiments 5. Empirical valiation of sampling bouns In Figure 2 we report the results of two experiments to valiate the preicte minimum sampling rate in () on synthetic variety ata. In the first experiment we generate n s ata matrices whose columns

11 Algorithm Kernelize IRLS to solve (VMC). Require: Samples P (X ), initialization of X, polynomial kernel egree, value p of Schatten-p penalty, <papple, IRLS parameters,. p Set q = 2. while not converge o Step : Inverse power of kernel matrix K k (X, X) (V, S) =eig(k). W V (S + I) q V T Step 2: Projecte graient escent step q A W k (X, X) X X(I A) X P (X )+P c(x) / en while belong to a union of k subspaces each of imension r. We unersample each column of the matrix taking m entries uniformly at ranom, an attempte to recover the missing entries using our propose IRLS algorithm for VMC (Algorithm with p =/2) for egrees = 2 an = 3. As a baseline, we also compare with low-rank matrix completion (LRMC) via nuclear norm minimization in the original matrix omain. We also compare with matrix completion via non-convex Schatten-/2 minimization (LRMC-NCVX) in the original matrix omain, which is implemente using Algorithm, with a linear kernel, i.e., we set = in (25). We sai a column of the matrix was successfully complete when the relative recovery error kx x k/kx k was less than 5,wherexistherecovere column an x is the original column. We use the settings n = 5, s = k, r = 3, for varying measurements m an number of subspaces k, an measure the fraction of successful completions over ranom trials for each pair (m, k). In the secon experiment we attempte to recover synthetic variety ata with pre-etermine feature space rank. To construct this ata, we sample s = 3 ata points from a union of ranomly generate parametric curves surfaces of imension, 2 or 3 belonging to R n,n= 2. We generate several examples an sorte each ataset by its empirically etermine feature space rank R. We follow the same experimental proceure as before. Because the ata was high-rank, recovery via LRMC an LRMC-NCVX faile in all instances, an we omit these results from Figure 2(b). Consistent with our theory, we fin that VMC is successful at recovering most of the ata columns above the preicte minimum sampling rate an typically fails below it. While VMC often fails to recover % of the columns near the preicte rate, in fact a large proportion of the columns (%99 %9) are complete successfully right up to the preicte rate. Sometimes the recovery ips below the preicte rate (e.g., VMC, = 2 in Fig. 2(a) an VMC, = 3 in Fig. 2(b)). However, since the preicte rate relies on what is likely an over-estimate of the true egrees of freeom, it is not surprising that the VMC algorithm occasionally succees below this rate, too.

12 (a) Union of Subspaces (b) Parametric Data Figure 2: Phase transitions for matrix completion of synthetic variety ata. In (a) we simulate ata belonging to a union of k for varying k (ambient imension n = 5, subspace imension r = 3, an ata points sample from each subspace giving s = k). In (b) we simulate ata belonging union of few parametric curves an surfaces having known feature space rank R (ambient imension n = 2 an s = 3 ata points). In all cases we unersample each column of the ata matrix at a rate m/n, an perform matrix completion using the following algorithms: convex an non-convex low-rank matrix completion (LRMC,LRMC-NCVX) an our propose variety-base matrix completion (VMC) approach for egree =2, 3. The grayscale values inicate the fraction of ranom trials where the columns of the ata matrix were successfully recovere up to the specifie percentage. In all figures the re ashe line inicates the preicte minimal sampling rate = m /n etermine by (). 5.2 Motion segmentation of real ata We also apply the VMC approach to the motion segmentation problem in computer vision [29] using real ata belonging to the Hopkins 55 ataset [3]. This ata consists of several feature points tracke across F frames of the vieo, where the trajectories associate with one moving object can be moele as lying in an low-imensional a ne subspace of R 2F. We reprouce the experimental setting in [], an simulate the high-rank setting by unersampling frames of the ata. We also simulate missing trajectories by sampling uniformly at ranom from the feature points across all frames. To obtain a clustering from missing ata we first complete the missing entries using VMC an then ran the sparse subspace clustering (SSC) algorithm [3] on the result; we call the combination of these methos VMC+SSC. A similar approach of stanar LRMC followe by SSC (LRMC+SSC) has been shown to provie a consistent baseline for subspace clustering with missing ata [, ], an we use this a basis for comparison. We use publicly available coe to implement SSC 3. The SSC algorithm requires a regularization parameter. We use the ata aaptive choice = / min j max i6=j X T X i,j propose in [4], with = for all experiments. We also compare against SSC with entry-wise zerofill (SSC-EWZF), which was the most competitive metho among those propose in [] for the Hopkins 55 ataset with missing ata. In Figure 3 we show the results of our subspace clustering experiment on the Hopkins 55 ataset. We report the clustering error of each algorithm, i.e., the proportion of ata points clustere incorrectly, 3 2

13 clustering error all frames SSC-EWZF LRMC+SSC VMC+SSC,=2 VMC+SSC,=3 clustering error frames clustering error frames missing rate missing rate missing rate Figure 3: Subspace clustering error on Hopkins 55 ataset for varying rates of missing ata an unersampling of frames. The ata is high-rank when fewer frames are sample, in which case the propose VMC+SSC approaches gives substantially lower clustering error over other state-of-the-art algorithms for subspace clustering with missing ata. in the case where we retain all frames, 6 frames, an 3 frames of the ataset, an over a range of missing ata rates. We fin the VMC+SSC approach gives similar or lower clustering error than LRMC+SCC for low missing rates. Likewise, VMC+SSC also substantially outperforms SSC-EWZF for high missing rates. Note that unlike SSC-EWZF an the other algorithms introuce in [], VMC+SSC also succees in setting where the ata is low-rank (i.e., when all frames are retaine). This is because the performance of VMC is similar to stanar LRMC in the low-rank setting. 5.3 Completion of motion capture ata Finally, we also consier the problem of completing time-series trajectories from motion capture sensors. We experiment on a ataset rawn from the CMU Mocap atabase 4. Empirically, this ataset has been shown to be locally low-rank over the time frames corresponing to each separate activity, an can be moele as a union of subspaces []. We chose a ataset (subject 56, trial 6) consisting of nine istinct motions in succession: punch, grab, skip, etc.. The ata ha measurements from n = 62 sensors at s = 6784 time instants. We ranomly unersample the columns of this matrix an attempt to complete the ata using VMC, LRMC, an LRMC-NCVX an measure the resulting completion error: kx X k F /kx k F,whereX is the recovere matrix an X is the original matrix. We show the results of this experiment in Figure 4. Similar to results on synthetic ata, we fin the VMC approach outperforms LRMC an LRMC-NCVX for appropriately chosen egree. In particular, VMC with = 2, 3 perform similar for small missing rates, but VMC = 2 gives lower completion error over = 3 for large missing rates, consistent with the results in Figure 2. 6 Discussion An interesting feature of the IRLS algorithm presente in this work is that it can easily accommoate other smooth kernels, incluing the popular Gaussian raial basis function (RBF) [23]. A similar optimization formulation to ours was presente in the recent pre-print [32] using Gaussian RBF kernels in place of polynomial kernels, showing goo empirical results in a matrix completion context. However, the analysis of the sampling complexity in this case is complicate by the fact that a feature space representation 4 3

14 completion error LRMC LRMC-NCVX VMC, =2 VMC, = missing rate Figure 4: Completion error on CMU Mocap ataset using the propose VMC approach compare with convex an non-convex LRMC algorithms. for Gaussian RBF kernel is necessarily infinite-imensional. Unerstaning the sampling requirements in this case woul be an interesting avenue for future work. 7 Conclusion We introuce a matrix completion approach base on moeling ata as an algebraic variety that generalizes low-rank matrix completion to a much wier class of ata moels, incluing ata belonging to a union of subspaces. We present a hypothesize sampling complexity boun for the completion of a matrix whose columns belong to an algebraic variety. An surprising result of our analysis that that a union of k a ne subspaces of imension r shoul be recoverable from O(rk / ) measurements per column, provie we have O(r ) ata points (columns) per subspace, where is the egree of the feature space map. In particular, if we choose = log k, then we nee only O(r) measurements per column as long as we have O(r log k ) columns per subspace. We aitionally introuce an e cient algorithm base on an iterative reweighte least squares approach that realizes these hypothesize bouns on synthetic ata, an reaches state-of-the-art performance on for matrix completion on several real high-rank atasets. References [] E. Canes an B. Recht, Exact matrix completion via convex optimization, Communications of the ACM, vol. 55, no. 6, pp. 9, 22. [2] J. Lee, S. Kim, G. Lebanon, an Y. Singer, Local low-rank matrix approximation., ICML (2), vol. 28, pp. 82 9, 23. [3] B. Eriksson, L. Balzano, an R. D. Nowak, High-rank matrix completion., in AISTATS, pp , 22. [4] E. Elhamifar an R. Vial, Sparse subspace clustering: Algorithm, theory, an applications, IEEE transactions on pattern analysis an machine intelligence, vol. 35, no., pp , 23. [5] R. S. Ganti, L. Balzano, an R. Willett, Matrix completion uner monotonic single inex moels, in Avances in Neural Information Processing Systems, pp , 25. 4

15 [6] D. Song, C. E. Lee, Y. Li, an D. Shah, Blin regression: Nonparametric regression for latent variable moels via collaborative filtering, in Avances in Neural Information Processing Systems, pp , 26. [7] D. A. Cox, J. Little, an D. O Shea, Ieals, Varieties, an Algorithms. Springer International Publishing, 25. [8] B. Recht, A simpler approach to matrix completion, Journal of Machine Learning Research, vol. 2, no. Dec, pp , 2. [9] D. L. Pimentel-Alarcón, N. Boston, an R. D. Nowak, A characterization of eterministic sampling patterns for low-rank matrix completion, IEEE Journal of Selecte Topics in Signal Processing, vol., no. 4, pp , 26. [] C. Yang, D. Robinson, an R. Vial, Sparse subspace clustering with missing entries, in Proceeings of The 32n International Conference on Machine Learning, pp , 25. [] E. Elhamifar, High-rank matrix completion an clustering uner self-expressive moels, in Avances in Neural Information Processing Systems, pp. 73 8, 26. [2] D. Pimentel-Alarcón, L. Balzano, R. Marcia, R. Nowak, an R. Willett, Group-sparse subspace clustering with missing ata, in Statistical Signal Processing Workshop (SSP), 26 IEEE, pp. 5, IEEE, 26. [3] D. Pimentel-Alarcon an R. Nowak, The information-theoretic requirements of subspace clustering with missing ata, in Proceeings of The 33r International Conference on Machine Learning, pp. 82 8, 26. [4] N. Rao, R. Ganti, L. Balzano, R. Willett, an R. Nowak, On learning high imensional structure single inex moels, in Proceeings of the 3st AAAI conference on artificial intelligence, 27. [5] G. Sanguinetti an N. D. Lawrence, Missing ata in kernel PCA, in European Conference on Machine Learning, pp , Springer, 26. [6] M. H. Nguyen an F. Torre, Robust kernel principal component analysis, in Avances in Neural Information Processing Systems, pp , 29. [7] G. Chen, S. Atev, an G. Lerman, Kernel spectral curvature clustering (kscc), in Computer Vision Workshops (ICCV Workshops), 29 IEEE 2th International Conference on, pp , IEEE, 29. [8] R. Vial, S. Soatto, Y. Ma, an S. Sastry, An algebraic geometric approach to the ientification of a class of linear hybri systems, in Decision an Control, 23. Proceeings. 42n IEEE Conference on, vol., pp , IEEE, 23. [9] R. Vial, Y. Ma, an S. Sastry, Generalize principal component analysis (GPCA), IEEE Transactions on Pattern Analysis an Machine Intelligence, vol. 27, no. 2, pp , 25. [2] R. Vial, Y. Ma, an S. Sastry, Generalize Principal Component Analysis. Springer New York, 26. [2] M. C. Tsakiris an R. Vial, Algebraic clustering of a ne subspaces, arxiv preprint arxiv: , 25. 5

16 [22] H. Derksen, Hilbert series of subspace arrangements, Journal of pure an applie algebra, vol. 29, no., pp. 9 98, 27. [23] K.-R. Muller, S. Mika, G. Ratsch, K. Tsua, an B. Scholkopf, An introuction to kernel-base learning algorithms, IEEE Transactions on Neural Networks, vol. 2, no. 2, pp. 8 2, 2. [24] Y. Chen, S. Bhojanapalli, S. Sanghavi, an R. War, Coherent matrix completion, in Proceeings of The 3st International Conference on Machine Learning, pp , 24. [25] J.-F. Cai, E. J. Canès, an Z. Shen, A singular value thresholing algorithm for matrix completion, SIAM Journal on Optimization, vol. 2, no. 4, pp , 2. [26] P. Jain, P. Netrapalli, an S. Sanghavi, Low-rank matrix completion using alternating minimization, in Proceeings of the forty-fifth annual ACM symposium on Theory of computing, pp , ACM, 23. [27] M. Fornasier, H. Rauhut, an R. War, Low-rank matrix recovery via iteratively reweighte least squares minimization, SIAM Journal on Optimization, vol. 2, pp , oct 2. [28] K. Mohan an M. Fazel, Iterative reweighte algorithms for matrix rank minimization, The Journal of Machine Learning Research, vol. 3, no., pp , 22. [29] K.-i. Kanatani, Motion segmentation by subspace separation an moel selection, in Computer Vision, 2. ICCV 2. Proceeings. Eighth IEEE International Conference on, vol. 2, pp , IEEE, 2. [3] R. Tron an R. Vial, A benchmark for the comparison of 3- motion segmentation algorithms, in Computer Vision an Pattern Recognition, 27. CVPR 7. IEEE Conference on, pp. 8, IEEE, 27. [3] E. Elhamifar an R. Vial, Sparse subspace clustering, in Computer Vision an Pattern Recognition, 29. CVPR 29. IEEE Conference on, pp , IEEE, 29. [32] R. Garg, A. Eriksson, an I. Rei, Non-linear imensionality regularizer for solving inverse problems, arxiv preprint arxiv:63.55, 26. 6

Algebraic Variety Models for High-Rank Matrix Completion

Algebraic Variety Models for High-Rank Matrix Completion Greg Ongie Rebecca Willett 2 Robert D. Nowak 2 Laura Balzano Abstract We consider a generalization of low-rank matrix completion to the case where the data belongs to an algebraic variety, i.e., each data

More information

u!i = a T u = 0. Then S satisfies

u!i = a T u = 0. Then S satisfies Deterministic Conitions for Subspace Ientifiability from Incomplete Sampling Daniel L Pimentel-Alarcón, Nigel Boston, Robert D Nowak University of Wisconsin-Maison Abstract Consier an r-imensional subspace

More information

Least-Squares Regression on Sparse Spaces

Least-Squares Regression on Sparse Spaces Least-Squares Regression on Sparse Spaces Yuri Grinberg, Mahi Milani Far, Joelle Pineau School of Computer Science McGill University Montreal, Canaa {ygrinb,mmilan1,jpineau}@cs.mcgill.ca 1 Introuction

More information

Necessary and Sufficient Conditions for Sketched Subspace Clustering

Necessary and Sufficient Conditions for Sketched Subspace Clustering Necessary an Sufficient Conitions for Sketche Subspace Clustering Daniel Pimentel-Alarcón, Laura Balzano 2, Robert Nowak University of Wisconsin-Maison, 2 University of Michigan-Ann Arbor Abstract This

More information

Lecture Introduction. 2 Examples of Measure Concentration. 3 The Johnson-Lindenstrauss Lemma. CS-621 Theory Gems November 28, 2012

Lecture Introduction. 2 Examples of Measure Concentration. 3 The Johnson-Lindenstrauss Lemma. CS-621 Theory Gems November 28, 2012 CS-6 Theory Gems November 8, 0 Lecture Lecturer: Alesaner Mąry Scribes: Alhussein Fawzi, Dorina Thanou Introuction Toay, we will briefly iscuss an important technique in probability theory measure concentration

More information

A PAC-Bayesian Approach to Spectrally-Normalized Margin Bounds for Neural Networks

A PAC-Bayesian Approach to Spectrally-Normalized Margin Bounds for Neural Networks A PAC-Bayesian Approach to Spectrally-Normalize Margin Bouns for Neural Networks Behnam Neyshabur, Srinah Bhojanapalli, Davi McAllester, Nathan Srebro Toyota Technological Institute at Chicago {bneyshabur,

More information

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors Math 18.02 Notes on ifferentials, the Chain Rule, graients, irectional erivative, an normal vectors Tangent plane an linear approximation We efine the partial erivatives of f( xy, ) as follows: f f( x+

More information

7.1 Support Vector Machine

7.1 Support Vector Machine 67577 Intro. to Machine Learning Fall semester, 006/7 Lecture 7: Support Vector Machines an Kernel Functions II Lecturer: Amnon Shashua Scribe: Amnon Shashua 7. Support Vector Machine We return now to

More information

LOW ALGEBRAIC DIMENSION MATRIX COMPLETION

LOW ALGEBRAIC DIMENSION MATRIX COMPLETION LOW ALGEBRAIC DIMENSION MATRIX COMPLETION Daniel Pimentel-Alarcón Department of Computer Science Georgia State University Atlanta, GA, USA Gregory Ongie and Laura Balzano Department of Electrical Engineering

More information

arxiv: v1 [cs.lg] 22 Mar 2014

arxiv: v1 [cs.lg] 22 Mar 2014 CUR lgorithm with Incomplete Matrix Observation Rong Jin an Shenghuo Zhu Dept. of Computer Science an Engineering, Michigan State University, rongjin@msu.eu NEC Laboratories merica, Inc., zsh@nec-labs.com

More information

Schrödinger s equation.

Schrödinger s equation. Physics 342 Lecture 5 Schröinger s Equation Lecture 5 Physics 342 Quantum Mechanics I Wenesay, February 3r, 2010 Toay we iscuss Schröinger s equation an show that it supports the basic interpretation of

More information

Lower bounds on Locality Sensitive Hashing

Lower bounds on Locality Sensitive Hashing Lower bouns on Locality Sensitive Hashing Rajeev Motwani Assaf Naor Rina Panigrahy Abstract Given a metric space (X, X ), c 1, r > 0, an p, q [0, 1], a istribution over mappings H : X N is calle a (r,

More information

LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION

LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION The Annals of Statistics 1997, Vol. 25, No. 6, 2313 2327 LATTICE-BASED D-OPTIMUM DESIGN FOR FOURIER REGRESSION By Eva Riccomagno, 1 Rainer Schwabe 2 an Henry P. Wynn 1 University of Warwick, Technische

More information

Robust Forward Algorithms via PAC-Bayes and Laplace Distributions. ω Q. Pr (y(ω x) < 0) = Pr A k

Robust Forward Algorithms via PAC-Bayes and Laplace Distributions. ω Q. Pr (y(ω x) < 0) = Pr A k A Proof of Lemma 2 B Proof of Lemma 3 Proof: Since the support of LL istributions is R, two such istributions are equivalent absolutely continuous with respect to each other an the ivergence is well-efine

More information

Permanent vs. Determinant

Permanent vs. Determinant Permanent vs. Determinant Frank Ban Introuction A major problem in theoretical computer science is the Permanent vs. Determinant problem. It asks: given an n by n matrix of ineterminates A = (a i,j ) an

More information

Function Spaces. 1 Hilbert Spaces

Function Spaces. 1 Hilbert Spaces Function Spaces A function space is a set of functions F that has some structure. Often a nonparametric regression function or classifier is chosen to lie in some function space, where the assume structure

More information

CHAPTER 1 : DIFFERENTIABLE MANIFOLDS. 1.1 The definition of a differentiable manifold

CHAPTER 1 : DIFFERENTIABLE MANIFOLDS. 1.1 The definition of a differentiable manifold CHAPTER 1 : DIFFERENTIABLE MANIFOLDS 1.1 The efinition of a ifferentiable manifol Let M be a topological space. This means that we have a family Ω of open sets efine on M. These satisfy (1), M Ω (2) the

More information

6 General properties of an autonomous system of two first order ODE

6 General properties of an autonomous system of two first order ODE 6 General properties of an autonomous system of two first orer ODE Here we embark on stuying the autonomous system of two first orer ifferential equations of the form ẋ 1 = f 1 (, x 2 ), ẋ 2 = f 2 (, x

More information

Leaving Randomness to Nature: d-dimensional Product Codes through the lens of Generalized-LDPC codes

Leaving Randomness to Nature: d-dimensional Product Codes through the lens of Generalized-LDPC codes Leaving Ranomness to Nature: -Dimensional Prouct Coes through the lens of Generalize-LDPC coes Tavor Baharav, Kannan Ramchanran Dept. of Electrical Engineering an Computer Sciences, U.C. Berkeley {tavorb,

More information

Pure Further Mathematics 1. Revision Notes

Pure Further Mathematics 1. Revision Notes Pure Further Mathematics Revision Notes June 20 2 FP JUNE 20 SDB Further Pure Complex Numbers... 3 Definitions an arithmetical operations... 3 Complex conjugate... 3 Properties... 3 Complex number plane,

More information

A Course in Machine Learning

A Course in Machine Learning A Course in Machine Learning Hal Daumé III 12 EFFICIENT LEARNING So far, our focus has been on moels of learning an basic algorithms for those moels. We have not place much emphasis on how to learn quickly.

More information

19 Eigenvalues, Eigenvectors, Ordinary Differential Equations, and Control

19 Eigenvalues, Eigenvectors, Ordinary Differential Equations, and Control 19 Eigenvalues, Eigenvectors, Orinary Differential Equations, an Control This section introuces eigenvalues an eigenvectors of a matrix, an iscusses the role of the eigenvalues in etermining the behavior

More information

Homework 2 Solutions EM, Mixture Models, PCA, Dualitys

Homework 2 Solutions EM, Mixture Models, PCA, Dualitys Homewor Solutions EM, Mixture Moels, PCA, Dualitys CMU 0-75: Machine Learning Fall 05 http://www.cs.cmu.eu/~bapoczos/classes/ml075_05fall/ OUT: Oct 5, 05 DUE: Oct 9, 05, 0:0 AM An EM algorithm for a Mixture

More information

Calculus and optimization

Calculus and optimization Calculus an optimization These notes essentially correspon to mathematical appenix 2 in the text. 1 Functions of a single variable Now that we have e ne functions we turn our attention to calculus. A function

More information

Influence of weight initialization on multilayer perceptron performance

Influence of weight initialization on multilayer perceptron performance Influence of weight initialization on multilayer perceptron performance M. Karouia (1,2) T. Denœux (1) R. Lengellé (1) (1) Université e Compiègne U.R.A. CNRS 817 Heuiasyc BP 649 - F-66 Compiègne ceex -

More information

On combinatorial approaches to compressed sensing

On combinatorial approaches to compressed sensing On combinatorial approaches to compresse sensing Abolreza Abolhosseini Moghaam an Hayer Raha Department of Electrical an Computer Engineering, Michigan State University, East Lansing, MI, U.S. Emails:{abolhos,raha}@msu.eu

More information

Lower Bounds for the Smoothed Number of Pareto optimal Solutions

Lower Bounds for the Smoothed Number of Pareto optimal Solutions Lower Bouns for the Smoothe Number of Pareto optimal Solutions Tobias Brunsch an Heiko Röglin Department of Computer Science, University of Bonn, Germany brunsch@cs.uni-bonn.e, heiko@roeglin.org Abstract.

More information

Parameter estimation: A new approach to weighting a priori information

Parameter estimation: A new approach to weighting a priori information Parameter estimation: A new approach to weighting a priori information J.L. Mea Department of Mathematics, Boise State University, Boise, ID 83725-555 E-mail: jmea@boisestate.eu Abstract. We propose a

More information

FLUCTUATIONS IN THE NUMBER OF POINTS ON SMOOTH PLANE CURVES OVER FINITE FIELDS. 1. Introduction

FLUCTUATIONS IN THE NUMBER OF POINTS ON SMOOTH PLANE CURVES OVER FINITE FIELDS. 1. Introduction FLUCTUATIONS IN THE NUMBER OF POINTS ON SMOOTH PLANE CURVES OVER FINITE FIELDS ALINA BUCUR, CHANTAL DAVID, BROOKE FEIGON, MATILDE LALÍN 1 Introuction In this note, we stuy the fluctuations in the number

More information

Robust Low Rank Kernel Embeddings of Multivariate Distributions

Robust Low Rank Kernel Embeddings of Multivariate Distributions Robust Low Rank Kernel Embeings of Multivariate Distributions Le Song, Bo Dai College of Computing, Georgia Institute of Technology lsong@cc.gatech.eu, boai@gatech.eu Abstract Kernel embeing of istributions

More information

Proof of SPNs as Mixture of Trees

Proof of SPNs as Mixture of Trees A Proof of SPNs as Mixture of Trees Theorem 1. If T is an inuce SPN from a complete an ecomposable SPN S, then T is a tree that is complete an ecomposable. Proof. Argue by contraiction that T is not a

More information

The Principle of Least Action

The Principle of Least Action Chapter 7. The Principle of Least Action 7.1 Force Methos vs. Energy Methos We have so far stuie two istinct ways of analyzing physics problems: force methos, basically consisting of the application of

More information

Euler equations for multiple integrals

Euler equations for multiple integrals Euler equations for multiple integrals January 22, 2013 Contents 1 Reminer of multivariable calculus 2 1.1 Vector ifferentiation......................... 2 1.2 Matrix ifferentiation........................

More information

How to Minimize Maximum Regret in Repeated Decision-Making

How to Minimize Maximum Regret in Repeated Decision-Making How to Minimize Maximum Regret in Repeate Decision-Making Karl H. Schlag July 3 2003 Economics Department, European University Institute, Via ella Piazzuola 43, 033 Florence, Italy, Tel: 0039-0-4689, email:

More information

Analyzing Tensor Power Method Dynamics in Overcomplete Regime

Analyzing Tensor Power Method Dynamics in Overcomplete Regime Journal of Machine Learning Research 18 (2017) 1-40 Submitte 9/15; Revise 11/16; Publishe 4/17 Analyzing Tensor Power Metho Dynamics in Overcomplete Regime Animashree Ananumar Department of Electrical

More information

Robustness and Perturbations of Minimal Bases

Robustness and Perturbations of Minimal Bases Robustness an Perturbations of Minimal Bases Paul Van Dooren an Froilán M Dopico December 9, 2016 Abstract Polynomial minimal bases of rational vector subspaces are a classical concept that plays an important

More information

Introduction to the Vlasov-Poisson system

Introduction to the Vlasov-Poisson system Introuction to the Vlasov-Poisson system Simone Calogero 1 The Vlasov equation Consier a particle with mass m > 0. Let x(t) R 3 enote the position of the particle at time t R an v(t) = ẋ(t) = x(t)/t its

More information

Topic 7: Convergence of Random Variables

Topic 7: Convergence of Random Variables Topic 7: Convergence of Ranom Variables Course 003, 2016 Page 0 The Inference Problem So far, our starting point has been a given probability space (S, F, P). We now look at how to generate information

More information

EIGEN-ANALYSIS OF KERNEL OPERATORS FOR NONLINEAR DIMENSION REDUCTION AND DISCRIMINATION

EIGEN-ANALYSIS OF KERNEL OPERATORS FOR NONLINEAR DIMENSION REDUCTION AND DISCRIMINATION EIGEN-ANALYSIS OF KERNEL OPERATORS FOR NONLINEAR DIMENSION REDUCTION AND DISCRIMINATION DISSERTATION Presente in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Grauate

More information

Multi-View Clustering via Canonical Correlation Analysis

Multi-View Clustering via Canonical Correlation Analysis Technical Report TTI-TR-2008-5 Multi-View Clustering via Canonical Correlation Analysis Kamalika Chauhuri UC San Diego Sham M. Kakae Toyota Technological Institute at Chicago ABSTRACT Clustering ata in

More information

Linear First-Order Equations

Linear First-Order Equations 5 Linear First-Orer Equations Linear first-orer ifferential equations make up another important class of ifferential equations that commonly arise in applications an are relatively easy to solve (in theory)

More information

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013 Survey Sampling Kosuke Imai Department of Politics, Princeton University February 19, 2013 Survey sampling is one of the most commonly use ata collection methos for social scientists. We begin by escribing

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Thus far, the functions we have been concerne with have been efine explicitly. A function is efine explicitly if the output is given irectly in terms of the input. For instance,

More information

Approximate Constraint Satisfaction Requires Large LP Relaxations

Approximate Constraint Satisfaction Requires Large LP Relaxations Approximate Constraint Satisfaction Requires Large LP Relaxations oah Fleming April 19, 2018 Linear programming is a very powerful tool for attacking optimization problems. Techniques such as the ellipsoi

More information

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs Lectures - Week 10 Introuction to Orinary Differential Equations (ODES) First Orer Linear ODEs When stuying ODEs we are consiering functions of one inepenent variable, e.g., f(x), where x is the inepenent

More information

Calculus of Variations

Calculus of Variations 16.323 Lecture 5 Calculus of Variations Calculus of Variations Most books cover this material well, but Kirk Chapter 4 oes a particularly nice job. x(t) x* x*+ αδx (1) x*- αδx (1) αδx (1) αδx (1) t f t

More information

Homework 2 EM, Mixture Models, PCA, Dualitys

Homework 2 EM, Mixture Models, PCA, Dualitys Homework 2 EM, Mixture Moels, PCA, Dualitys CMU 10-715: Machine Learning (Fall 2015) http://www.cs.cmu.eu/~bapoczos/classes/ml10715_2015fall/ OUT: Oct 5, 2015 DUE: Oct 19, 2015, 10:20 AM Guielines The

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

Subspace Estimation from Incomplete Observations: A High-Dimensional Analysis

Subspace Estimation from Incomplete Observations: A High-Dimensional Analysis Subspace Estimation from Incomplete Observations: A High-Dimensional Analysis Chuang Wang, Yonina C. Elar, Fellow, IEEE an Yue M. Lu, Senior Member, IEEE Abstract We present a high-imensional analysis

More information

Conservation Laws. Chapter Conservation of Energy

Conservation Laws. Chapter Conservation of Energy 20 Chapter 3 Conservation Laws In orer to check the physical consistency of the above set of equations governing Maxwell-Lorentz electroynamics [(2.10) an (2.12) or (1.65) an (1.68)], we examine the action

More information

Agmon Kolmogorov Inequalities on l 2 (Z d )

Agmon Kolmogorov Inequalities on l 2 (Z d ) Journal of Mathematics Research; Vol. 6, No. ; 04 ISSN 96-9795 E-ISSN 96-9809 Publishe by Canaian Center of Science an Eucation Agmon Kolmogorov Inequalities on l (Z ) Arman Sahovic Mathematics Department,

More information

Sparse Reconstruction of Systems of Ordinary Differential Equations

Sparse Reconstruction of Systems of Ordinary Differential Equations Sparse Reconstruction of Systems of Orinary Differential Equations Manuel Mai a, Mark D. Shattuck b,c, Corey S. O Hern c,a,,e, a Department of Physics, Yale University, New Haven, Connecticut 06520, USA

More information

Linear and quadratic approximation

Linear and quadratic approximation Linear an quaratic approximation November 11, 2013 Definition: Suppose f is a function that is ifferentiable on an interval I containing the point a. The linear approximation to f at a is the linear function

More information

Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs

Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs Ashish Goel Michael Kapralov Sanjeev Khanna Abstract We consier the well-stuie problem of fining a perfect matching in -regular bipartite

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

ELEC3114 Control Systems 1

ELEC3114 Control Systems 1 ELEC34 Control Systems Linear Systems - Moelling - Some Issues Session 2, 2007 Introuction Linear systems may be represente in a number of ifferent ways. Figure shows the relationship between various representations.

More information

'HVLJQ &RQVLGHUDWLRQ LQ 0DWHULDO 6HOHFWLRQ 'HVLJQ 6HQVLWLYLW\,1752'8&7,21

'HVLJQ &RQVLGHUDWLRQ LQ 0DWHULDO 6HOHFWLRQ 'HVLJQ 6HQVLWLYLW\,1752'8&7,21 Large amping in a structural material may be either esirable or unesirable, epening on the engineering application at han. For example, amping is a esirable property to the esigner concerne with limiting

More information

Computing Exact Confidence Coefficients of Simultaneous Confidence Intervals for Multinomial Proportions and their Functions

Computing Exact Confidence Coefficients of Simultaneous Confidence Intervals for Multinomial Proportions and their Functions Working Paper 2013:5 Department of Statistics Computing Exact Confience Coefficients of Simultaneous Confience Intervals for Multinomial Proportions an their Functions Shaobo Jin Working Paper 2013:5

More information

STATISTICAL LIKELIHOOD REPRESENTATIONS OF PRIOR KNOWLEDGE IN MACHINE LEARNING

STATISTICAL LIKELIHOOD REPRESENTATIONS OF PRIOR KNOWLEDGE IN MACHINE LEARNING STATISTICAL LIKELIHOOD REPRESENTATIONS OF PRIOR KNOWLEDGE IN MACHINE LEARNING Mark A. Kon Department of Mathematics an Statistics Boston University Boston, MA 02215 email: mkon@bu.eu Anrzej Przybyszewski

More information

Math 1B, lecture 8: Integration by parts

Math 1B, lecture 8: Integration by parts Math B, lecture 8: Integration by parts Nathan Pflueger 23 September 2 Introuction Integration by parts, similarly to integration by substitution, reverses a well-known technique of ifferentiation an explores

More information

EVALUATING HIGHER DERIVATIVE TENSORS BY FORWARD PROPAGATION OF UNIVARIATE TAYLOR SERIES

EVALUATING HIGHER DERIVATIVE TENSORS BY FORWARD PROPAGATION OF UNIVARIATE TAYLOR SERIES MATHEMATICS OF COMPUTATION Volume 69, Number 231, Pages 1117 1130 S 0025-5718(00)01120-0 Article electronically publishe on February 17, 2000 EVALUATING HIGHER DERIVATIVE TENSORS BY FORWARD PROPAGATION

More information

Speaker Adaptation Based on Sparse and Low-rank Eigenphone Matrix Estimation

Speaker Adaptation Based on Sparse and Low-rank Eigenphone Matrix Estimation INTERSPEECH 2014 Speaker Aaptation Base on Sparse an Low-rank Eigenphone Matrix Estimation Wen-Lin Zhang 1, Dan Qu 1, Wei-Qiang Zhang 2, Bi-Cheng Li 1 1 Zhengzhou Information Science an Technology Institute,

More information

PDE Notes, Lecture #11

PDE Notes, Lecture #11 PDE Notes, Lecture # from Professor Jalal Shatah s Lectures Febuary 9th, 2009 Sobolev Spaces Recall that for u L loc we can efine the weak erivative Du by Du, φ := udφ φ C0 If v L loc such that Du, φ =

More information

Problems Governed by PDE. Shlomo Ta'asan. Carnegie Mellon University. and. Abstract

Problems Governed by PDE. Shlomo Ta'asan. Carnegie Mellon University. and. Abstract Pseuo-Time Methos for Constraine Optimization Problems Governe by PDE Shlomo Ta'asan Carnegie Mellon University an Institute for Computer Applications in Science an Engineering Abstract In this paper we

More information

On the Value of Partial Information for Learning from Examples

On the Value of Partial Information for Learning from Examples JOURNAL OF COMPLEXITY 13, 509 544 (1998) ARTICLE NO. CM970459 On the Value of Partial Information for Learning from Examples Joel Ratsaby* Department of Electrical Engineering, Technion, Haifa, 32000 Israel

More information

This module is part of the. Memobust Handbook. on Methodology of Modern Business Statistics

This module is part of the. Memobust Handbook. on Methodology of Modern Business Statistics This moule is part of the Memobust Hanbook on Methoology of Moern Business Statistics 26 March 2014 Metho: Balance Sampling for Multi-Way Stratification Contents General section... 3 1. Summary... 3 2.

More information

Estimation of the Maximum Domination Value in Multi-Dimensional Data Sets

Estimation of the Maximum Domination Value in Multi-Dimensional Data Sets Proceeings of the 4th East-European Conference on Avances in Databases an Information Systems ADBIS) 200 Estimation of the Maximum Domination Value in Multi-Dimensional Data Sets Eleftherios Tiakas, Apostolos.

More information

Greedy Subspace Clustering

Greedy Subspace Clustering Technical Report 111 Greey Subspace Clustering Research Supervisor Constantine Caramanis Wireless Networing an Communications Group September 016 Data-Supporte Transportation Operations & Planning Center

More information

Equations of lines in

Equations of lines in Roberto s Notes on Linear Algebra Chapter 6: Lines, planes an other straight objects Section 1 Equations of lines in What ou nee to know alrea: The ot prouct. The corresponence between equations an graphs.

More information

arxiv: v2 [cond-mat.stat-mech] 11 Nov 2016

arxiv: v2 [cond-mat.stat-mech] 11 Nov 2016 Noname manuscript No. (will be inserte by the eitor) Scaling properties of the number of ranom sequential asorption iterations neee to generate saturate ranom packing arxiv:607.06668v2 [con-mat.stat-mech]

More information

Spurious Significance of Treatment Effects in Overfitted Fixed Effect Models Albrecht Ritschl 1 LSE and CEPR. March 2009

Spurious Significance of Treatment Effects in Overfitted Fixed Effect Models Albrecht Ritschl 1 LSE and CEPR. March 2009 Spurious Significance of reatment Effects in Overfitte Fixe Effect Moels Albrecht Ritschl LSE an CEPR March 2009 Introuction Evaluating subsample means across groups an time perios is common in panel stuies

More information

Tractability results for weighted Banach spaces of smooth functions

Tractability results for weighted Banach spaces of smooth functions Tractability results for weighte Banach spaces of smooth functions Markus Weimar Mathematisches Institut, Universität Jena Ernst-Abbe-Platz 2, 07740 Jena, Germany email: markus.weimar@uni-jena.e March

More information

TEMPORAL AND TIME-FREQUENCY CORRELATION-BASED BLIND SOURCE SEPARATION METHODS. Yannick DEVILLE

TEMPORAL AND TIME-FREQUENCY CORRELATION-BASED BLIND SOURCE SEPARATION METHODS. Yannick DEVILLE TEMPORAL AND TIME-FREQUENCY CORRELATION-BASED BLIND SOURCE SEPARATION METHODS Yannick DEVILLE Université Paul Sabatier Laboratoire Acoustique, Métrologie, Instrumentation Bât. 3RB2, 8 Route e Narbonne,

More information

Quantum Mechanics in Three Dimensions

Quantum Mechanics in Three Dimensions Physics 342 Lecture 20 Quantum Mechanics in Three Dimensions Lecture 20 Physics 342 Quantum Mechanics I Monay, March 24th, 2008 We begin our spherical solutions with the simplest possible case zero potential.

More information

ANALYSIS OF A GENERAL FAMILY OF REGULARIZED NAVIER-STOKES AND MHD MODELS

ANALYSIS OF A GENERAL FAMILY OF REGULARIZED NAVIER-STOKES AND MHD MODELS ANALYSIS OF A GENERAL FAMILY OF REGULARIZED NAVIER-STOKES AND MHD MODELS MICHAEL HOLST, EVELYN LUNASIN, AND GANTUMUR TSOGTGEREL ABSTRACT. We consier a general family of regularize Navier-Stokes an Magnetohyroynamics

More information

GROUP-SPARSE SUBSPACE CLUSTERING WITH MISSING DATA

GROUP-SPARSE SUBSPACE CLUSTERING WITH MISSING DATA GROUP-SPARSE SUBSPACE CLUSTERING WITH MISSING DATA D Pimentel-Alarcón 1, L Balzano 2, R Marcia 3, R Nowak 1, R Willett 1 1 University of Wisconsin - Madison, 2 University of Michigan - Ann Arbor, 3 University

More information

Capacity Analysis of MIMO Systems with Unknown Channel State Information

Capacity Analysis of MIMO Systems with Unknown Channel State Information Capacity Analysis of MIMO Systems with Unknown Channel State Information Jun Zheng an Bhaskar D. Rao Dept. of Electrical an Computer Engineering University of California at San Diego e-mail: juzheng@ucs.eu,

More information

Linear Regression with Limited Observation

Linear Regression with Limited Observation Ela Hazan Tomer Koren Technion Israel Institute of Technology, Technion City 32000, Haifa, Israel ehazan@ie.technion.ac.il tomerk@cs.technion.ac.il Abstract We consier the most common variants of linear

More information

Multi-View Clustering via Canonical Correlation Analysis

Multi-View Clustering via Canonical Correlation Analysis Keywors: multi-view learning, clustering, canonical correlation analysis Abstract Clustering ata in high-imensions is believe to be a har problem in general. A number of efficient clustering algorithms

More information

Resistant Polynomials and Stronger Lower Bounds for Depth-Three Arithmetical Formulas

Resistant Polynomials and Stronger Lower Bounds for Depth-Three Arithmetical Formulas Resistant Polynomials an Stronger Lower Bouns for Depth-Three Arithmetical Formulas Maurice J. Jansen University at Buffalo Kenneth W.Regan University at Buffalo Abstract We erive quaratic lower bouns

More information

Cascaded redundancy reduction

Cascaded redundancy reduction Network: Comput. Neural Syst. 9 (1998) 73 84. Printe in the UK PII: S0954-898X(98)88342-5 Cascae reunancy reuction Virginia R e Sa an Geoffrey E Hinton Department of Computer Science, University of Toronto,

More information

Acute sets in Euclidean spaces

Acute sets in Euclidean spaces Acute sets in Eucliean spaces Viktor Harangi April, 011 Abstract A finite set H in R is calle an acute set if any angle etermine by three points of H is acute. We examine the maximal carinality α() of

More information

ensembles When working with density operators, we can use this connection to define a generalized Bloch vector: v x Tr x, v y Tr y

ensembles When working with density operators, we can use this connection to define a generalized Bloch vector: v x Tr x, v y Tr y Ph195a lecture notes, 1/3/01 Density operators for spin- 1 ensembles So far in our iscussion of spin- 1 systems, we have restricte our attention to the case of pure states an Hamiltonian evolution. Toay

More information

7. Localization. (d 1, m 1 ) (d 2, m 2 ) d 3 D : d 3 d 1 m 2 = d 3 d 2 m 1. (ii) If (d 1, m 1 ) (d 1, m 1 ) and (d 2, m 2 ) (d 2, m 2 ) then

7. Localization. (d 1, m 1 ) (d 2, m 2 ) d 3 D : d 3 d 1 m 2 = d 3 d 2 m 1. (ii) If (d 1, m 1 ) (d 1, m 1 ) and (d 2, m 2 ) (d 2, m 2 ) then 7. Localization To prove Theorem 6.1 it becomes necessary to be able to a enominators to rings (an to moules), even when the rings have zero-ivisors. It is a tool use all the time in commutative algebra,

More information

Problem Sheet 2: Eigenvalues and eigenvectors and their use in solving linear ODEs

Problem Sheet 2: Eigenvalues and eigenvectors and their use in solving linear ODEs Problem Sheet 2: Eigenvalues an eigenvectors an their use in solving linear ODEs If you fin any typos/errors in this problem sheet please email jk28@icacuk The material in this problem sheet is not examinable

More information

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation JOURNAL OF MATERIALS SCIENCE 34 (999)5497 5503 Thermal conuctivity of grae composites: Numerical simulations an an effective meium approximation P. M. HUI Department of Physics, The Chinese University

More information

Optimal Variable-Structure Control Tracking of Spacecraft Maneuvers

Optimal Variable-Structure Control Tracking of Spacecraft Maneuvers Optimal Variable-Structure Control racking of Spacecraft Maneuvers John L. Crassiis 1 Srinivas R. Vaali F. Lanis Markley 3 Introuction In recent years, much effort has been evote to the close-loop esign

More information

Sturm-Liouville Theory

Sturm-Liouville Theory LECTURE 5 Sturm-Liouville Theory In the three preceing lectures I emonstrate the utility of Fourier series in solving PDE/BVPs. As we ll now see, Fourier series are just the tip of the iceberg of the theory

More information

Level Construction of Decision Trees in a Partition-based Framework for Classification

Level Construction of Decision Trees in a Partition-based Framework for Classification Level Construction of Decision Trees in a Partition-base Framework for Classification Y.Y. Yao, Y. Zhao an J.T. Yao Department of Computer Science, University of Regina Regina, Saskatchewan, Canaa S4S

More information

A Sketch of Menshikov s Theorem

A Sketch of Menshikov s Theorem A Sketch of Menshikov s Theorem Thomas Bao March 14, 2010 Abstract Let Λ be an infinite, locally finite oriente multi-graph with C Λ finite an strongly connecte, an let p

More information

Notes on Lie Groups, Lie algebras, and the Exponentiation Map Mitchell Faulk

Notes on Lie Groups, Lie algebras, and the Exponentiation Map Mitchell Faulk Notes on Lie Groups, Lie algebras, an the Exponentiation Map Mitchell Faulk 1. Preliminaries. In these notes, we concern ourselves with special objects calle matrix Lie groups an their corresponing Lie

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 309 (009) 86 869 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: wwwelseviercom/locate/isc Profile vectors in the lattice of subspaces Dániel Gerbner

More information

Separation of Variables

Separation of Variables Physics 342 Lecture 1 Separation of Variables Lecture 1 Physics 342 Quantum Mechanics I Monay, January 25th, 2010 There are three basic mathematical tools we nee, an then we can begin working on the physical

More information

NOTES ON EULER-BOOLE SUMMATION (1) f (l 1) (n) f (l 1) (m) + ( 1)k 1 k! B k (y) f (k) (y) dy,

NOTES ON EULER-BOOLE SUMMATION (1) f (l 1) (n) f (l 1) (m) + ( 1)k 1 k! B k (y) f (k) (y) dy, NOTES ON EULER-BOOLE SUMMATION JONATHAN M BORWEIN, NEIL J CALKIN, AND DANTE MANNA Abstract We stuy a connection between Euler-MacLaurin Summation an Boole Summation suggeste in an AMM note from 196, which

More information

Monte Carlo Methods with Reduced Error

Monte Carlo Methods with Reduced Error Monte Carlo Methos with Reuce Error As has been shown, the probable error in Monte Carlo algorithms when no information about the smoothness of the function is use is Dξ r N = c N. It is important for

More information

TMA 4195 Matematisk modellering Exam Tuesday December 16, :00 13:00 Problems and solution with additional comments

TMA 4195 Matematisk modellering Exam Tuesday December 16, :00 13:00 Problems and solution with additional comments Problem F U L W D g m 3 2 s 2 0 0 0 0 2 kg 0 0 0 0 0 0 Table : Dimension matrix TMA 495 Matematisk moellering Exam Tuesay December 6, 2008 09:00 3:00 Problems an solution with aitional comments The necessary

More information

On the number of isolated eigenvalues of a pair of particles in a quantum wire

On the number of isolated eigenvalues of a pair of particles in a quantum wire On the number of isolate eigenvalues of a pair of particles in a quantum wire arxiv:1812.11804v1 [math-ph] 31 Dec 2018 Joachim Kerner 1 Department of Mathematics an Computer Science FernUniversität in

More information

State observers and recursive filters in classical feedback control theory

State observers and recursive filters in classical feedback control theory State observers an recursive filters in classical feeback control theory State-feeback control example: secon-orer system Consier the riven secon-orer system q q q u x q x q x x x x Here u coul represent

More information

A NONLINEAR SOURCE SEPARATION APPROACH FOR THE NICOLSKY-EISENMAN MODEL

A NONLINEAR SOURCE SEPARATION APPROACH FOR THE NICOLSKY-EISENMAN MODEL 6th European Signal Processing Conference EUSIPCO 28, Lausanne, Switzerlan, August 25-29, 28, copyright by EURASIP A NONLINEAR SOURCE SEPARATION APPROACH FOR THE NICOLSKY-EISENMAN MODEL Leonaro Tomazeli

More information

A variance decomposition and a Central Limit Theorem for empirical losses associated with resampling designs

A variance decomposition and a Central Limit Theorem for empirical losses associated with resampling designs Mathias Fuchs, Norbert Krautenbacher A variance ecomposition an a Central Limit Theorem for empirical losses associate with resampling esigns Technical Report Number 173, 2014 Department of Statistics

More information