LDA-based Non-negative Matrix Factorization for Supervised Face Recognition

Size: px
Start display at page:

Download "LDA-based Non-negative Matrix Factorization for Supervised Face Recognition"

Transcription

1 1294 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 2014 LDA-based No-egative Matrix Factorizatio for Supervised Face Recogitio Yu Xue a, Chog Sze Tog b, Jig Yu Yua c a School of Physics ad Telecommuicatio Egieerig, South Chia Normal Uiversity, Guagzhou Guagdog , Chia xueyu@scu.edu.c b Departmet of Mathematics, Hog Kog Baptist Uiversity, Hog Kog, Chia cstog@math.hkbu.edu.hk c Departameto de Matematica - UFPR,Cetro Politecico, CP:19.081, , Curitiba, PR, Brazil ji@mat.ufpr.br Abstract I PCA based face recogitio, the basis images may cotai egative pixels ad thus do ot facilitate physical iterpretatio. Recetly, the techique of oegative matrix Factorizatio (NMF) has bee applied to face recogitio: the o-egativity costrait of NMF yields a localized parts-based represetatio which achieves a recogitio rate that is o par with the eigeface approach. I this paper, we propose a ew variatio of the NMF algorithm that icorporates traiig iformatio i a supervised learig settig. We itegrate a additioal term based o Fisher s Liear Discrimiat Aalysis ito the NMF algorithm ad prove that our ew update rule ca maitai the o-egativity costrait uder a mild coditio ad hece preserve the ituitive meaig for the base vectors ad weight vectors while facilitatig the supervised learig of withi-class ad betwee-class iformatio. We tested our ew algorithm o the well-kow ORL database, CMU PIE database ad FERET database, ad the results from experimets are very ecouragig compared with traditioal techiques icludig the origial NMF, the Eigeface method, the sequetial NMF+LDA method ad the Fisherface method. Idex Terms oegative matrix factorizatio, pricipal compoet aalysis, fisher liear discrimiat aalysis, eigeface, fisherface I. INTRODUCTION As a importat problems of image processig, face recogitio has received sigificat attetio. It is a typical patter recogitio problem which ca be applied to promote the resolutio of may other classificatio problems, ad also has lots of potetial applicatios. Geerally, automatic face recogitio cotais two approaches, amely, costituet-based ad face-based methods [1], [2]. The first approach performs recogitio based o the spatial relatioship betwee differet facial features such as eyes, mouth ad ose [3], [4], therefore its performace is highly sesitive to the accuracy of facial feature detectio algorithms. However, sice extractig facial compoets accurately is difficult, a small error at this stage may cause a large classificatio error. I cotrast, the face-based approach defies the face as a whole [5], [6], i.e. the correspodig image is cosidered as a two-dimesioal patter ad classified based o its uderlyig statistics. As a effective face-based approach, Pricipal Compoet Aalysis (PCA) [5] uses the orthogoal basis images which have a statistical iterpretatio as the directios of largest variace. Based o this idea, Turk ad Petlad [6] built a face recogitio system i which the sigificat features (eigevectors associated with large eigevalues) are called eigefaces. This approach represets a face image usig a weighted sum of eigefaces ad the classificatio is performed by comparig the weight vectors of the test images with those of the referece face images. However, the traditioal Eigeface-based methods suffer from some limitatios. Firstly, it is well kow that PCA gives a very good represetatio of the images. Give two images of the same perso, the similarity measured uder PCA represetatio is very high. However, for the two images of differet persos, the similarity measured is still high. This suggests this method may ot ejoy a very high discrimiatory ability. The secod problem is that may of the basis images do ot have a obvious visual iterpretatio. This is because PCA allows the coefficiets of base vectors ad weight vectors to be of arbitrary sig. Sice the basis images are used i liear combiatios that geerally ivolve complex cacellatios betwee positive ad egative umbers, may of them do ot have ituitive meaig. Fially, the PCA approach is based o extractig global face features, so the case of occlusios is difficult to hadle. Recetly, a ew techique to obtai a liear represetatio of data has bee proposed. This ew method, called o-egative matrix factorizatio (NMF), was first used i the work of Lee ad Seug [7] to fid parts of objects. NMF differs from other methods by the usage of oegativity costraits. Recetly NMF has bee widely applied i may fields, ad it has bee show to outperform PCA i image recogitio for certai face databases [8] [10]. NMF factorizes the image database ito two matrix factors, whose etries are all o-egative, ad produces a parts- doi: /jsw

2 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY based represetatio of images because it allows oly additive, ot subtractive, combiatios of basis images. Therefore the resultat NMF bases are localized features which correspod to the ituitive idea of combiig parts to form a whole. I real face databases, the images geerally cotai atural occlusios such as suglasses ad scarfs. If some such images are cotaied i the traiig set, the the basis images would be sigificatly affected i global methods such as PCA while the local basis images of NMF remai relatively stable ad thus obtai better recogitio performace (see eg [8]). However, sice the traditioal NMF method is a usupervised learig techique, it s difficult to take advatage of the discrimiatio iformatio i the traiig set to boost the classificatio capability. I this paper we itroduce a LDA-based No-egative Matrix Factorizatio algorithm which is a ew variatio to NMF. To take advatage of more iformatio i the traiig images, we add the Fisher Liear Discrimiat ito the objective fuctio i NMF algorithm, which will lead to more discrimiatory base vectors ad weight vectors. Sice this algorithm ecodes discrimiatio iformatio for face recogitio, it ca improve the result for classificatio. As our ew approach is based o a subspace defiitio, we have used the Pricipal Compoet Aalysis (PCA), the origial NMF algorithm ad the Fisherface method for direct compariso. Moreover, we also use NMF as a method of reducig dimesios ad the subject the projected vectors to LDA to extract the feature vectors for face recogitio. Sice this sequetial NMF+LDA process would preserve the usupervised ature of N- MF as iitially formulated by Lee ad Seug, a direct compariso betwee this procedure ad our algorithm is importat. After implemetig all these methods o the face image databases, the results from experimets support the coclusio that our ew algorithm ca achieve a better performace i face recogitio. This paper is orgaized as follows. Sectio 2 reviews the backgroud of PCA, NMF ad Fisherface. The details of our LDA-based No-egative Matrix Factorizatio algorithm are described i sectio 3. All the testig databases used i this paper are described i sectio 4. Results from experimets o a face recogitio system based o the proposed method are discussed i sectio 5. Coclusios & future work are preseted i sectio 6. A earlier versio of this paper was preseted at the 18th Iteratioal Coferece o Patter Recogitio, 2006 [11]. I this paper, a detailed aalysis ad proof about our model is provided, ad we use more relevat algorithms for the performace compariso based o some well kow face databases. II. REVIEW OF PCA, NMF AND FISHERFACE FOR FACE RECOGNITION This sectio provides the backgroud theory of PCA, NMF, ad Fisherface for face recogitio. A. Pricipal compoet aalysis PCA is origially used to fid a low dimesioal represetatio of data [12]. Some details are described as follows. Let X = {X R d = 1,..., N} be a set of vectors. I image processig, they are formed by row or colum cocateatio of the origial image matrix, with d beig the product of the width ad the height of a image. Let E[X] = 1 N X N =1 be the mea vector i the image set. After subtractig it from each vector of X, we get ˆX = { ˆX, = 1,..., N} with ˆX = X E[X] The we defie the auto-covariace matrix M for X as M = cov(x) = E( ˆX ˆX) where M R d d, with elemets M(i, j) = 1 N 1 N ( ˆX (i) ˆX (j)), 1 i, j d =1 From matrix theory, it s well kow that the autocovariace matrix for the eigevectors is diagoal, it follows that the coordiates of the vectors i X with respect to the eigevectors are u-correlated radom variables. The the PCA of a vector y ca be calculated by projectig it oto the subspace which is spaed by d eigevectors correspodig to the top d eigevalues of the autocorrelatio matrix M sorted i descedig order. Furthermore, Eigefaces are the eigevectors associated with the largest eigevalues from the PCA method. After represetig a face image usig a weighted sum of eigefaces, face recogitio is performed by comparig the correspodig weight vectors betwee the test image ad referece faces. B. NMF method No-egative Matrix Factorizatio (NMF) [7] is a method to obtai a represetatio of data uder oegativity costraits. These costraits produce a partsbased represetatio because they allow oly additive, ot subtractive, combiatios, so the correspodig basis images ca be uderstood as localized features that correspod better with ituitive otios of the parts of face images. If a iitial image database is represeted as a m matrix V, where each colum is a o-egative vector correspodig to a face image, we ca fid two ew oegative matrices (W ad H) to approximate the origial data matrix r V ij (W H) ij = W ia H aj, W R r, H R r m a=1 (1)

3 1296 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 2014 Each colum of matrix W represets a basis vector while each colum of H represets the weights used to approximate the correspodig colum i V usig the bases from W. For the NMF method, i cotrast to PCA, o subtractios ca occur, so the o-egativity costraits are compatible with the ituitive idea of combiig parts to form a whole face, which is how NMF lears a partsbased represetatio. The depedecies betwee image pixels ad the ecodig variables are depicted i Fig.1. The top odes represet a ecodig h 1,..., h r (colum of H), ad the bottom odes represet a image v 1,..., v (colum of V ). The oegative value W ia characterizes the extet of ifluece that the a th ecodig variable h a has o the i th image pixel v i. Because of the o-egativity of W ia, the image pixels i the same part of face image will be coactivated whe the part is preset, ad NMF lears by adaptig W ia to geerate the optimal approximatio. N o R ep r es e t a im a ge d a ta b a s e a s a m a tr ix V I itia lize th e m a tr ices W a d H F ix W a d u p d a te H F ix H a d u p d a te W C h eck for co ver ge ce Y es Figure 2. Flowchart of the NMF algorithm (after [14]). Figure 1. Probabilistic hidde variables model uderlyig o-egative matrix factorizatio [7]. The update rule for NMF is derived as below: First defie a objective fuctio to measure the similarity betwee V ad W H: F = i=1 j=1 m V ij [V ij log V ij + (W H) ij ] (2) (W H) ij The a iterative algorithm to reach a local maximum of this objective fuctio is give [7]: W t+1 ia = Wia t V ij (W t H t Haj t (3) ) j ij ia = H t+1 aj ia j = H t aj ja i ia V ij (4) ( H t ) ij (5) The covergece of the process is proved i [13]. The flow chart of the NMF algorithm is as below. I face recogitio, NMF is applied as follows. Firstly, i the feature extractio stage, all the traiig images form the origial data matrix V, the the bases W 1 ca be obtaied usig the above update rules (3)-(5). Next, let W + = (W1 T W 1 ) 1 W1 T, the each traiig face image V t is projected oto the liear space as a feature vector H t = W + V t which is the used as a prototype feature poit. A probe image V p to be classified is represeted as H p = W + V p. Fially, we classify the probe images usig the earest eighbour classificatio scheme. At this stage, some suitable distace betwee the weight vectors of the probe image ad traiig image, dist(h p, H t ), is calculated, the the probe image is classified to the class with the miimum distace. C. Fisherface ad sequetial NMF+LDA As a classical techique i multivariate statistics, LDA has also bee successfully applied i patter recogitio [15]. It utilizes class-specific iformatio withi the traiig images ad fids a feature space i which the ratio of the betwee-class scatter ad the withi-class scatter is maximized. However, for the face recogitio problem, the withiclass scatter matrix is ofte sigular. I order to overcome this difficulty, Peter N. Belhumeur, Joao P. Hespaha, ad David J. Kriegma [16] proposed the Fisherface method, which combies PCA with the stadard LDA method to reduce the dimesioality of feature vectors. Nowadays, it is oe of the most popular feature extractio ad dimesio reductio techiques used i the face-based approach.

4 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY I the Fisherface procedure, oe of the class iformatio is icorporated i the PCA stage, while all the PCAbased feature vectors are subsequetly used to extract the LDA-based feature vectors so that the classificatio is more robust. Similarly, we could also first use NMF without ay class iformatio to reduce the dimesioality of feature vectors, ad the use the LDA method to take advatage of the class iformatio i the same way. Sice this sequetial NMF+LDA process is a simple procedure to preserve the ature of NMF as iitially formulated by Lee ad Seug [7], we will use it ad Fisherface as bechmarks for compariso with our LDA-based NMF method, which also exploits the same class iformatio withi the traiig images. A. Our model III. LDA-BASED NMF I the origial NMF model ad Eigeface model, the traiig face images are used collectively without referece to the class membership of the traiig faces. To improve the performace for face recogitio, we propose to add the Fisher discrimiat to the origial NMF algorithm formulatio. Because the colums of the weight matrix H have a oe-to-oe correspodece with the colums of the image matrix V, we aturally hope to maximize the betwee-class scatter ad simultaeously miimize the withi-class scatter of H. Based o this idea, we defie the ew objective fuctio: m V ij F 1 = [V ij log V ij + (W H) ij ] (W H) ij (6) i=1 j=1 + αs W αs B, where α > 0 is a regularizatio parameter, S W is the withi-class scatter of the weight matrix H, ad S B is the betwee-class scatter of H. Let M tr deote the umber of vectors i each class ad C deote the umber of classes. We defie S W ad S B as follows: 1 C C S B = (µ i µ j ) T (µ i µ j ) (7) C(C 1) S W = 1 CM tr i=1 j=1 C i=1 k C i (H(:, k) µ i ) T (H(:, k) µ i ) Here C i meas the i th perso s images, µ i = 1 M tr H(:, k) deotes the mea vector of the i th class k C i i H. I the ext sectio, we shall derive the update rules for our model. Note that a similar idea has bee discussed ad the relevat model developed i [17]. But their fial update rule is etirely differet from ours. I [18], the authors idea is also similar to our work, however, our model uses just oe Lagragia multiplier α i the ew objective fuctio which is much more coveiet for parameter selectio i practical experimets. Moreover, (8) we used a differet defiitio for S W ad S B based o ubiased estimatio, ad the fial update rules are also differet from theirs. Furthermore, we shall also prove that usig our update rules, the o-egativity costraits for all the coefficiets i W ad H ca be satisfied automatically uder a mild coditio, ad this issue of maitaiig o-egativity was ot addressed i [18]. B. Modified update rules To derive our modified update rules, we will use a techique which miimizes a objective fuctio by usig a auxiliary fuctio similar to that used i [13]. Defiitio 1: G(H, H ) is a auxiliary fuctio for the fuctio F (H) if G(H, H ) F (H), G(H, H) = F (H) The we ca use the followig lemma: Lemma 1: If G is a auxiliary fuctio, the F is oicreasig by usig this update rule: H t+1 = arg mi H G(H, Ht ) where H t ad H t+1 deote the obtaied weight matrices after t iteratios ad t + 1 iteratios respectively. Proof 1: Sice F (H t+1 ) G(H t+1, H t ), G(H t+1, H t ) G(H t, H t ) ad G(H t, H t ) = F (H t ) we ca coclude F (H t+1 ) F (H t ). Usig this lemma, we ca obtai the correspodig update rule for the objective fuctio F 1. Notig that the ew terms i fuctio F 1 are just related to the weight matrix H, we ca directly adopt the update rule for W i the origial NMF algorithm, the just deduce the iterative algorithm for H t+1 whe fixig W ad give H t. First, we ca desig the followig auxiliary fuctio for F 1 : Lemma 2: Defie G 1 (H, H t ) = i,j i,j,k (V ij log V ij V ij ) + i,j V ij (W H) ij W ik Hkj t W i Hj t (log(w ik H kj ) W ikh t kj log W i Hj t ) + αs W αs B It s a auxiliary fuctio for F 1 (H). Proof 2: Proof G 1 (H, H t ) = F 1 (H) is straightforward to verify. To show that G 1 (H, H t ) F 1 (H), we use the covexity of the log fuctio to get the followig iequality: log( k Settig α ijk =, based o the above iequality we ca coclude W ik H kj ) k if α ijk 0 ad k W ikh t kj W ik Hkj t k log(w H) ij k α ijk log W ikh kj α ijk, α ijk = 1 W ik Hkj t W i Hj t (log W ik H kj

5 1298 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 2014 W ikh t kj log W i Hj t ), i.e. G 1 (H, H t ) F 1 (H) Based o this lemma, we miimize F 1 (H) by usig the followig rule H t+1 = arg mi H G 1(H, H t ) The miimum of G 1 (H, H t ) is obtaied by settig G 1 (H,H t ) H βγ = 0 for ay β, γ. Let H(:, γ) be the weight vector of a image belogig to the i 1th class. Sice G 1 (H, H t ) H βγ = W iβ Hβγ t 1 V iγ W i i Hγ t + H βγ i + 2αH 2α H βγ1 βγ γ 1 C i1 CM tr 4α M tr C(C 1) CM 2 tr we obtai a quadratic equatio for H βγ : where b = 1 6α ah 2 βγ + bh βγ + d = 0 CMtr 2 Hβ+ t C i1, γ a = 2αM tr 6α CMtr 2, d = Hβγ t W iβ j i 1 (µ i1 (β) µ j (β)), 4α µ M tr C(C 1) j (β) i j i1 iβ V iγ ( H t ) iγ The we derive the formula for the bigger of the two real roots, amely, H t+1 βγ : H t+1 βγ = b + b 2 4ad (9) 2a Usig the derivatio i [13], we ca obtai the update rules for W : W t+1 λβ = W λβ t V λγ (W t H t Hβγ t (10) ) λγ γ λβ = λβ Ŵ t+1 γ γβ (11) Comparig these fial update rules with the origial NMF rules (i.e. equatios (5) ad (9)), we see that the mai differece betwee our ew algorithm ad the traditioal NMF method is the ew update rule for H which itegrates the class iformatio i the weight vectors of the traiig set. C. Proof of No-egativity From the previous sectio, the update rules for W is the same as i the covetioal NMF ad its oegativity is esured [13]. However, the icorporatio of class iformatio via LDA has yielded very differet update rule for the weight matrix H. I this sectio, we shall establish a sufficiet coditio to esure its oegativity. We shall proceed by iductio ad assume that H t > 0. The we have We also ote that H t, > 0 d < 0 M tr > 3 a > 0 the sice d < 0, from (9) we have M tr > 3 a > 0 b 2 4ad > b 2 H t+1 βγ > 0 Ad sice H 0 > 0, by iductio we have H t > 0, t. Therefore, we have established a sufficiet coditio for the o-egativity of H, amely M tr > 3, i.e. the umber of traiig images must be 4 or more. Based o the above aalysis, we coclude that our update rules will produce a sequece of oicreasig values of the ew objective fuctio, which is at least coverget to a locally optimal solutio ad satisfies the o-egativity costraits as log as sufficiet umber of traiig images are used. Lastly, we ote that although the coditio M tr > 3 is ot strictly ecessary for the o-egativity of H t+1 (sice H t+1 βγ > 0 wheever b < 0), i practice the sig of b is data-depedet, thus it s advisable to treat the coditio as if it is a ecessary coditio such that the update rules wo t break dow i ay case ad maitais oegativity. Sice most practical face databases geerally iclude may images for each perso, it s a mild coditio i real applicatios. IV. TESTING DATABASES USED IN THIS PAPER A moder face recogitio system [19], [20] has to deal with realistic situatios ad achieve good performace o challegig databases which should iclude cosiderable pose variatios ad real-life illumiatio chages etc. Therefore, we use the followig well kow face databases for the performace evaluatio of our method. A. ORL database The Olivetti database, as the ame suggests, origiated at the Olivetti Research Laboratory (ORL) i Eglad. I ORL database, there are 40 persos ad each perso cosists of 10 images with differet facial expressios ad illumiatio, small scale ad small rotatio. B. CMU PIE database I CMU Pose, Illumiatio, ad Expressio (PIE) database, there are 68 persos ad each perso has 13 pose variatios raged from right profile image to left profile image ad 43 differet lightig coditios, 21 flashes with ambiet light o or off. I our experimets, for each perso, we select 56 images icludig 13 poses with eutral expressio ad 43 differet lightig coditios i frotal view. For all frotal view images, we apply aligmet based o two eye ceter ad ose ceter poits but o aligmet is applied o the other images with pose.

6 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY C. FERET database The Facial Recogitio Techology (FERET) database was sposored by the Departmet of Defeses Couterdrug Techology Developmet Program [21]. We selected 120 persos, 6 frotal-view images for each idividual. Face image variatios i these 720 images iclude illumiatio, facial expressio, partial occlusio ad agig [21]. All images are aliged by the ceters of eyes ad mouth. To reduce the computatioal complexity, we ormalized all the images to the same resolutio, 23 28, by earest eighbour iterpolatio. We also ormalized the pixel values of each image i the above databases to [0, 1]. V. EXPERIMENTS I this sectio, we build a face recogitio system to provide a direct compariso of PCA, NMF, Fisherface, sequetial NMF+LDA ad our LDA-based NMF usig images from databases described i Sect.IV, which iclude complicated variatios i illumiatio, pose ad expressio. I all the experimets, we radomly selected M tr images per perso from the databases to form a traiig set ad use the remaider as the test set. The the system adopts the aforemetioed 5 approaches ad all of them cosist of two stages, amely, traiig ad recogitio stages. Traiig stage computes the represetatioal bases for traiig images ad coverts them ito traiig image represetatios, the all the represetatios are stored ito the library. Recogitio stage traslates the probe image ito probe image represetatio usig the represetatioal bases, ad the, matches it with those traiig images stored i the library to idetify the face image. The detailed procedure for PCA, Fisherface ad NMF ca be foud i refereces [6], [9], [16], so we just metio the two stages for our LDA-based NMF. A. Traiig stage There are 3 major steps i the traiig stage: First, we use a m matrix V 1 to represet all the traiig images i oe database. I the secod step, LDA-based NMF algorithm is applied to V 1 ad we ca fid two ew matrices (W 1 ad H 1 ) s.t. r (V 1 ) ij (W 1 H 1 ) ij = (W 1 ) ia (H 1 ) aj a=1 as described i the sectio 3 to obtai the base matrix W 1. Fially, let W + = (W1 T W 1 ) 1 W1 T, the each traiig face image V t is projected oto the liear space as a feature vector H t = W + V t which is the used as a prototype feature poit. B. Recogitio stage The recogitio stage ca be divided ito 2 steps. 1) Feature extractio: Each probe image V p to be classified is represeted as H p = W + V p. The, we will get the weight matrix H 2 for the probe set. 2) Nearest eighbor classificatio: I this step, some suitable distace betwee the probe image ad traiig image, dist(h p, H t ), is calculated, the the probe image is classified to the class which the closest traiig image belogs to. C. Distace measures ad parameter selectio The Mahalaobis distace is oe of the most widelyused distace measures i patter recogitio tasks [15], [22], so it s applied as a replacemet for the Euclidea distace i this classificatio task. The defiitio of Mahalaobis distace is as below: d(x, Y ) = (X Y ) σ 1 (X Y ) (12) Where X, Y are feature vectors of legth obtaied by differet methods, ad σ is the auto-covariace matrix for weight vector of traiig images. I our experimets, we use the full covariace matrix (as opposed to the simpler diagoal covariace matrix) sice it always obtais the better result for our face databases. The regularizatio parameter α i the ew cost fuctio (6) is importat as it determies the amout of weight to be assiged to the discrimiat factor. Accordig to our experiece, the best results are geerally obtaied whe α is about 0.1. D. Results from experimets A set of experimets were coducted o the above system, the we evaluated the classificatio performace of LDA-based NMF algorithm with the Mahalaobis distace metrics ad compared it with the result of PCA, NMF, Fisherface ad the sequetial NMF+LDA algorithm. I all the experimets, M tr images per perso were selected from the database to form a traiig set ad the rest are used as the test set. The Nearest Neighbor Classificatio method is adopted to obtai the correspodig recogitio rate. Followig [23], to produce reliable results, we take 10 repetitios of the radom split for each database ad the obtai the results i terms of the average recogitio rate (over the 10 differet splits) as well as the stadard deviatio of the recogitio rates, which we icorporate i the result plots i Fig.3, Fig.4 ad Fig.5 as error bars idicatig plus or mius oe stadard deviatio from the mea.

7 1300 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 2014 Recogitio rate ORL database: M tr = Dimesioality of the weight vectors NMF NMF+LDA Eigeface Fisherface Our method Figure 3. Average recogitio rates accordig to the 5 methods for ORL database whe M tr = 6. Recogitio rate CMU PIE database: M tr = Dimesioality of the weight vectors NMF NMF+LDA Eigeface Fisherface Our method Figure 4. Average recogitio rates accordig to the 5 methods for CMU PIE database whe M tr = 5. Recogitio rate FERET database: M tr =4 NMF NMF+LDA Eigeface Fisherface Our method Dimesioality of the weight vectors Figure 5. Average recogitio rates accordig to the 5 methods for FERET database whe M tr = 4. From these figures, we ca see that the NMF class of methods ad the Fisherface performs much better tha the PCA approach. We believe that the superior performace may be attributed to either the use of LDA (i whatever form) or the advatage of the parts-based represetatio of the NMF-based methods. For the ORL database, our method is superior to the traditioal NMF, sequetial NMF+LDA ad Eigeface, ad is comparable to the Fisherface method. For the CMU PIE database, which cotais more complicated pose variatios ad real-life illumiatio chages, our method is sigificatly superior to all the other methods whe the dimesioality of feature vectors are ot very big. But the differeces become egligible as the dimesioality icreases ad our method is practically the same as the Fisherface ad the NMF+LDA, but still much better tha the traditioal NMF ad the Eigeface. For the FERET database, oce agai the three LDAbased methods outperform the traditioal NMF which i turs outperforms the Eigeface method. The advatage of our method over Fisherface is still evidet (albeit to a lesser extet) while the sequetial NMF+LDA gives very comparable results to our approach except at large dimesioality whe our method is margially better. To summarize, our LDA-based NMF algorithm is much better tha the traditioal NMF ad Eigeface, ad i specific cases, is at least comparable to the Fisherface method ad the sequetial NMF+LDA method which both use the same class iformatio i the traiig set. However, our method is the oly method that cosistetly achieves the best results for all the experimetal databases used. VI. CONCLUSIONS & FUTURE WORK I this paper, we proposed a ew costraied oegative matrix factorizatio algorithm, called LDA-based NMF, for the face recogitio problem. Its basic idea is to add the Fisher discrimiat to the cost fuctio of the oegative matrix factorizatio model. We showed that it ca perform better tha PCA ad the origial NMF for face recogitio. Furthermore, we foud its performace ca be better tha Fisherface ad the sequetial NM- F+LDA method which also take advatage of the same class iformatio i the traiig images. However, the improvemet depeds o the face database used ad the dimesioality of the feature vectors. This suggests that our method ca be improved if used i cojuctio with a feature selectio algorithm. Recetly, several differet NMF algorithms [17], [24] have bee proposed, ad the advatages ad disadvatages of them are compared based o differet aspects. But for the task of face recogitio, we still eed further work to ehace their performace. Based o the fidigs i this paper, we believe that the itroductio of suitable additioal costrait ca lead to more robust base vectors ad improve the fial recogitio result. As with the PCA method, NMF also suffers from the problem of large computatioal load. To resolve this limitatio, we are cosiderig the use of image trasform

8 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY to reduce the computatioal complexity ad give better recogitio accuracy. I particular, wavelet trasform has bee a very popular tool for image aalysis, ad we are cosiderig applyig our modified NMF method to selected subbads i our future work. ACKNOWLEDGEMENTS This research was partially supported by the Natioal Natural Sciece Foudatio of Chia (Grat Nos ) ad Sciece ad Techology Plaig Project of Guagdog Provice of Chia uder Grat 2009B , 2009B REFERENCES [1] R. Chellappa, C. L. Wilso, ad S. Sirohey, Huma ad machie recogitio of faces: a survey, Proceedigs of the IEEE, vol. 83, o. 5, pp , [2] G. Chow ad X. Li, Towards a system for automatic facial feature detectio, Patter Recogitio, vol. 26, o. 12, pp , [3] F. Goudail, E. Lage, T. Iwamoto, K. Kyuma, ad N. Otsu, Face recogitio system usig local autocorrelatios ad multiscale itegratio, IEEE Tras. PAMI, vol. 18, o. 10, pp , [4] K. M. Lam ad H. Ya, Locatig ad extractig the eye i huma face images, Patter Recogitio, vol. 29, o. 5, pp , [5] M. Kirby ad L. Sirovich, Applicatio of the karhueloeve procedure for the characterizatio of huma faces, IEEE Tras. PAMI., vol. 12, pp , [6] M. Turk ad A. Petlad, Eigefaces for recogitio, J. Cogitive Neurosciece, vol. 3, pp , [7] D. D. Lee ad H. S. Seug, Learig the parts of objects by o-egative matrix factorizatio, Nature, vol. 401, pp , [8] D. Guillamet ad J. Vitrià, Classifyig faces with oegative matrix factorizatio, i Proceedigs of the 5th Catala Coferece for Artificial Itelligece(CCIA 2002). Castello de la Plaa,Spai: Spriger-Verlag, 2002, pp [9], No-egative matrix factorizatio for face recogitio, i CCIA 02: Proceedigs of the 5th Cataloia Coferece o AI. Lodo, UK: Spriger-Verlag, 2002, pp [10] Y. Xue, C. S. Tog, Y. Che, ad W. S. Che, Clusterigbased iitializatio for o-egative matrix factorizatio. Applied Mathematics ad Computatio, vol. 205, o. 2, pp , [11] Y. Xue, C. S. Tog, W. S. Che, W. P. Zhag, ad Z. Y. He, A modified o-egative matrix factorizatio algorithm for face recogitio. i ICPR (3). IEEE Computer Society, pp [12] A. K. Jai, Fudametals of digital image processig. Pretice Hall, 1989, pp [13] D. D. Lee ad H. S. Seug, Algorithms for o-egative matrix factorizatio, Adv. Neural Ifo. Proc. Syst., vol. 13, pp , [14] Y. Xue ad C. S. Tog, Evaluatio of distace measures for mf-based face recogitio, i Proceedigs of the 2006 Iteratioal Coferece o Computatioal Itelligece ad Security Part I, Y. mig Cheug, Y. Wag, ad H. Liu, Eds., Nov. 2006, pp [15] R. Duda, P. Hart, ad D. Stork, Patter Classificatio. Wiley, [16] P. N. Belhumeur, J. Hespaha, ad D. J. Kriegma, Eigefaces vs. fisherfaces: Recogitio usig class specific liear projectio, IEEE Tras. PAMI., vol. 19, o. 7, pp , [17] Y. Wag, Y. Jia, C. Hu, ad M. Turk, Fisher o-egative matrix factorizatio for learig local features, Asia Coferece o Computer Visio, Korea, Jauary 27-30, [18] S. Zafeiriou, A. Tefas, I. Buciu, ad I. Pitas, Exploitig discrimiat iformatio i oegative matrix factorizatio with applicatio to frotal face verificatio, IEEE Tras. o Neural Networks, vol. 17, o. 3, pp , [19] Fabie Cardiaux, Corad Saderso, ad Samy Begio, User Autheticatio via Adapted Statistical Models of Face Images, IEEE Trasactio o Sigal Processig, vol. 54, o. 1, pp , [20] C. Saderso, S. Begio, ad Y. Gao, O trasformig statistical models for o-frotal face verificatio, Patter Recogitio, vol. 39, o. 2, pp , [21] P. J. Phillips, H. Moo, S. A. Rizvi, ad P. J. Rauss, The FERET evaluatio methodology for face-recogitio algorithms, IEEE Tras. PAMI., vol. 22, o. 10, pp , [22] C. M. Bishop, Patter Recogitio ad Machie Learig (Iformatio Sciece ad Statistics), 1st ed. Spriger, [23] P. S. Aleksic ad A. K. Katsaggelos, Audio-visual biometrics, IEEE Proceedigs, vol. 94, pp , November [24] W. Liu ad J. Yi, Existig ad ew algorithms for oegative matrix factorizatio, Tech. Rep. Yu Xue received his Ph.D. degree i image processig from Hog Kog Baptist Uiversity, Hog Kog, i He is curretly a associate professor i South Chia Normal Uiversity ad a member of the IEEE ad ACM. He has published more tha twety papers. His curret research iterests iclude patter recogitio ad data miig.

Eigenimages. Digital Image Processing: Bernd Girod, Stanford University -- Eigenimages 1

Eigenimages. Digital Image Processing: Bernd Girod, Stanford University -- Eigenimages 1 Eigeimages Uitary trasforms Karhue-Loève trasform ad eigeimages Sirovich ad Kirby method Eigefaces for geder recogitio Fisher liear discrimat aalysis Fisherimages ad varyig illumiatio Fisherfaces vs. eigefaces

More information

Eigenimages. Digital Image Processing: Bernd Girod, 2013 Stanford University -- Eigenimages 1

Eigenimages. Digital Image Processing: Bernd Girod, 2013 Stanford University -- Eigenimages 1 Eigeimages Uitary trasforms Karhue-Loève trasform ad eigeimages Sirovich ad Kirby method Eigefaces for geder recogitio Fisher liear discrimat aalysis Fisherimages ad varyig illumiatio Fisherfaces vs. eigefaces

More information

Pattern Recognition Systems Lab 1 Least Mean Squares

Pattern Recognition Systems Lab 1 Least Mean Squares Patter Recogitio Systems Lab 1 Least Mea Squares 1. Objectives This laboratory work itroduces the OpeCV-based framework used throughout the course. I this assigmet a lie is fitted to a set of poits usig

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

Dimensionality Reduction PCA

Dimensionality Reduction PCA Dimesioality Reductio PCA Machie Learig CSE446 David Wadde (slides provided by Carlos Guestri) Uiversity of Washigto Feb 22, 2017 Carlos Guestri 2005-2017 1 Dimesioality reductio Iput data may have thousads

More information

Improving Face Recognition Rate by Combining Eigenface Approach and Case-based Reasoning

Improving Face Recognition Rate by Combining Eigenface Approach and Case-based Reasoning Improvig Face Recogitio Rate by Combiig Eigeface Approach ad Case-based Reasoig Haris Supic, ember, IAENG Abstract There are may approaches to the face recogitio. This paper presets a approach that combies

More information

Fundamentals of Media Processing. Shin'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dinh Le

Fundamentals of Media Processing. Shin'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dinh Le Fudametals of Media Processig Shi'ichi Satoh Kazuya Kodama Hiroshi Mo Duy-Dih Le Today's topics Noparametric Methods Parze Widow k-nearest Neighbor Estimatio Clusterig Techiques k-meas Agglomerative Hierarchical

More information

Accuracy Improvement in Camera Calibration

Accuracy Improvement in Camera Calibration Accuracy Improvemet i Camera Calibratio FaJie L Qi Zag ad Reihard Klette CITR, Computer Sciece Departmet The Uiversity of Aucklad Tamaki Campus, Aucklad, New Zealad fli006, qza001@ec.aucklad.ac.z r.klette@aucklad.ac.z

More information

Ones Assignment Method for Solving Traveling Salesman Problem

Ones Assignment Method for Solving Traveling Salesman Problem Joural of mathematics ad computer sciece 0 (0), 58-65 Oes Assigmet Method for Solvig Travelig Salesma Problem Hadi Basirzadeh Departmet of Mathematics, Shahid Chamra Uiversity, Ahvaz, Ira Article history:

More information

A Novel Feature Extraction Algorithm for Haar Local Binary Pattern Texture Based on Human Vision System

A Novel Feature Extraction Algorithm for Haar Local Binary Pattern Texture Based on Human Vision System A Novel Feature Extractio Algorithm for Haar Local Biary Patter Texture Based o Huma Visio System Liu Tao 1,* 1 Departmet of Electroic Egieerig Shaaxi Eergy Istitute Xiayag, Shaaxi, Chia Abstract The locality

More information

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON Roberto Lopez ad Eugeio Oñate Iteratioal Ceter for Numerical Methods i Egieerig (CIMNE) Edificio C1, Gra Capitá s/, 08034 Barceloa, Spai ABSTRACT I this work

More information

New HSL Distance Based Colour Clustering Algorithm

New HSL Distance Based Colour Clustering Algorithm The 4th Midwest Artificial Itelligece ad Cogitive Scieces Coferece (MAICS 03 pp 85-9 New Albay Idiaa USA April 3-4 03 New HSL Distace Based Colour Clusterig Algorithm Vasile Patrascu Departemet of Iformatics

More information

IMP: Superposer Integrated Morphometrics Package Superposition Tool

IMP: Superposer Integrated Morphometrics Package Superposition Tool IMP: Superposer Itegrated Morphometrics Package Superpositio Tool Programmig by: David Lieber ( 03) Caisius College 200 Mai St. Buffalo, NY 4208 Cocept by: H. David Sheets, Dept. of Physics, Caisius College

More information

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network Available olie at www.sciecedirect.com Eergy Procedia 6 (202) 60 64 202 Iteratioal Coferece o Future Eergy, Eviromet, ad Materials Adaptive Resource Allocatio for Electric Evirometal Pollutio through the

More information

Image based Cats and Possums Identification for Intelligent Trapping Systems

Image based Cats and Possums Identification for Intelligent Trapping Systems Volume 159 No, February 017 Image based Cats ad Possums Idetificatio for Itelliget Trappig Systems T. A. S. Achala Perera School of Egieerig Aucklad Uiversity of Techology New Zealad Joh Collis School

More information

Administrative UNSUPERVISED LEARNING. Unsupervised learning. Supervised learning 11/25/13. Final project. No office hours today

Administrative UNSUPERVISED LEARNING. Unsupervised learning. Supervised learning 11/25/13. Final project. No office hours today Admiistrative Fial project No office hours today UNSUPERVISED LEARNING David Kauchak CS 451 Fall 2013 Supervised learig Usupervised learig label label 1 label 3 model/ predictor label 4 label 5 Supervised

More information

New Fuzzy Color Clustering Algorithm Based on hsl Similarity

New Fuzzy Color Clustering Algorithm Based on hsl Similarity IFSA-EUSFLAT 009 New Fuzzy Color Clusterig Algorithm Based o hsl Similarity Vasile Ptracu Departmet of Iformatics Techology Tarom Compay Bucharest Romaia Email: patrascu.v@gmail.com Abstract I this paper

More information

Dynamic Programming and Curve Fitting Based Road Boundary Detection

Dynamic Programming and Curve Fitting Based Road Boundary Detection Dyamic Programmig ad Curve Fittig Based Road Boudary Detectio SHYAM PRASAD ADHIKARI, HYONGSUK KIM, Divisio of Electroics ad Iformatio Egieerig Chobuk Natioal Uiversity 664-4 Ga Deokji-Dog Jeoju-City Jeobuk

More information

Image Segmentation EEE 508

Image Segmentation EEE 508 Image Segmetatio Objective: to determie (etract) object boudaries. It is a process of partitioig a image ito distict regios by groupig together eighborig piels based o some predefied similarity criterio.

More information

Evaluation scheme for Tracking in AMI

Evaluation scheme for Tracking in AMI A M I C o m m u i c a t i o A U G M E N T E D M U L T I - P A R T Y I N T E R A C T I O N http://www.amiproject.org/ Evaluatio scheme for Trackig i AMI S. Schreiber a D. Gatica-Perez b AMI WP4 Trackig:

More information

Improving Template Based Spike Detection

Improving Template Based Spike Detection Improvig Template Based Spike Detectio Kirk Smith, Member - IEEE Portlad State Uiversity petra@ee.pdx.edu Abstract Template matchig algorithms like SSE, Covolutio ad Maximum Likelihood are well kow for

More information

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c Iteratioal Coferece o Computatioal Sciece ad Egieerig (ICCSE 015) Harris Corer Detectio Algorithm at Sub-pixel Level ad Its Applicatio Yuafeg Ha a, Peijiag Che b * ad Tia Meg c School of Automobile, Liyi

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article Available olie www.jocpr.com Joural of Chemical ad Pharmaceutical Research, 2013, 5(12):745-749 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 K-meas algorithm i the optimal iitial cetroids based

More information

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process Vol.133 (Iformatio Techology ad Computer Sciece 016), pp.85-89 http://dx.doi.org/10.1457/astl.016. Euclidea Distace Based Feature Selectio for Fault Detectio Predictio Model i Semicoductor Maufacturig

More information

arxiv: v2 [cs.ds] 24 Mar 2018

arxiv: v2 [cs.ds] 24 Mar 2018 Similar Elemets ad Metric Labelig o Complete Graphs arxiv:1803.08037v [cs.ds] 4 Mar 018 Pedro F. Felzeszwalb Brow Uiversity Providece, RI, USA pff@brow.edu March 8, 018 We cosider a problem that ivolves

More information

BASED ON ITERATIVE ERROR-CORRECTION

BASED ON ITERATIVE ERROR-CORRECTION A COHPARISO OF CRYPTAALYTIC PRICIPLES BASED O ITERATIVE ERROR-CORRECTIO Miodrag J. MihaljeviC ad Jova Dj. GoliC Istitute of Applied Mathematics ad Electroics. Belgrade School of Electrical Egieerig. Uiversity

More information

Big-O Analysis. Asymptotics

Big-O Analysis. Asymptotics Big-O Aalysis 1 Defiitio: Suppose that f() ad g() are oegative fuctios of. The we say that f() is O(g()) provided that there are costats C > 0 ad N > 0 such that for all > N, f() Cg(). Big-O expresses

More information

Creating Exact Bezier Representations of CST Shapes. David D. Marshall. California Polytechnic State University, San Luis Obispo, CA , USA

Creating Exact Bezier Representations of CST Shapes. David D. Marshall. California Polytechnic State University, San Luis Obispo, CA , USA Creatig Exact Bezier Represetatios of CST Shapes David D. Marshall Califoria Polytechic State Uiversity, Sa Luis Obispo, CA 93407-035, USA The paper presets a method of expressig CST shapes pioeered by

More information

Dimension Reduction and Manifold Learning. Xin Zhang

Dimension Reduction and Manifold Learning. Xin Zhang Dimesio Reductio ad Maifold Learig Xi Zhag eeizhag@scut.edu.c Cotet Motivatio of maifold learig Pricipal compoet aalysis ad its etesio Maifold learig Global oliear maifold learig (IsoMap) Local oliear

More information

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem A Improved Shuffled Frog-Leapig Algorithm for Kapsack Problem Zhoufag Li, Ya Zhou, ad Peg Cheg School of Iformatio Sciece ad Egieerig Hea Uiversity of Techology ZhegZhou, Chia lzhf1978@126.com Abstract.

More information

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve Advaces i Computer, Sigals ad Systems (2018) 2: 19-25 Clausius Scietific Press, Caada Aalysis of Server Resource Cosumptio of Meteorological Satellite Applicatio System Based o Cotour Curve Xiagag Zhao

More information

The Closest Line to a Data Set in the Plane. David Gurney Southeastern Louisiana University Hammond, Louisiana

The Closest Line to a Data Set in the Plane. David Gurney Southeastern Louisiana University Hammond, Louisiana The Closest Lie to a Data Set i the Plae David Gurey Southeaster Louisiaa Uiversity Hammod, Louisiaa ABSTRACT This paper looks at three differet measures of distace betwee a lie ad a data set i the plae:

More information

A Semi- Non-Negative Matrix Factorization and Principal Component Analysis Unified Framework for Data Clustering

A Semi- Non-Negative Matrix Factorization and Principal Component Analysis Unified Framework for Data Clustering A Semi- No-Negative Matrix Factorizatio ad Pricipal Compoet Aalysis Uified Framework for Data Clusterig V.Yuvaraj, N.SivaKumar Assistat Professor, Departmet of Computer Sciece, K.S.G college of Arts ad

More information

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 05) Mobile termial 3D image recostructio program developmet based o Adroid Li Qihua Sichua Iformatio Techology College

More information

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method A ew Morphological 3D Shape Decompositio: Grayscale Iterframe Iterpolatio Method D.. Vizireau Politehica Uiversity Bucharest, Romaia ae@comm.pub.ro R. M. Udrea Politehica Uiversity Bucharest, Romaia mihea@comm.pub.ro

More information

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation Improvemet of the Orthogoal Code Covolutio Capabilities Usig FPGA Implemetatio Naima Kaabouch, Member, IEEE, Apara Dhirde, Member, IEEE, Saleh Faruque, Member, IEEE Departmet of Electrical Egieerig, Uiversity

More information

CSCI 5090/7090- Machine Learning. Spring Mehdi Allahyari Georgia Southern University

CSCI 5090/7090- Machine Learning. Spring Mehdi Allahyari Georgia Southern University CSCI 5090/7090- Machie Learig Sprig 018 Mehdi Allahyari Georgia Souther Uiversity Clusterig (slides borrowed from Tom Mitchell, Maria Floria Balca, Ali Borji, Ke Che) 1 Clusterig, Iformal Goals Goal: Automatically

More information

condition w i B i S maximum u i

condition w i B i S maximum u i ecture 10 Dyamic Programmig 10.1 Kapsack Problem November 1, 2004 ecturer: Kamal Jai Notes: Tobias Holgers We are give a set of items U = {a 1, a 2,..., a }. Each item has a weight w i Z + ad a utility

More information

ANN WHICH COVERS MLP AND RBF

ANN WHICH COVERS MLP AND RBF ANN WHICH COVERS MLP AND RBF Josef Boští, Jaromír Kual Faculty of Nuclear Scieces ad Physical Egieerig, CTU i Prague Departmet of Software Egieerig Abstract Two basic types of artificial eural etwors Multi

More information

Chapter 3 Classification of FFT Processor Algorithms

Chapter 3 Classification of FFT Processor Algorithms Chapter Classificatio of FFT Processor Algorithms The computatioal complexity of the Discrete Fourier trasform (DFT) is very high. It requires () 2 complex multiplicatios ad () complex additios [5]. As

More information

Investigating methods for improving Bagged k-nn classifiers

Investigating methods for improving Bagged k-nn classifiers Ivestigatig methods for improvig Bagged k-nn classifiers Fuad M. Alkoot Telecommuicatio & Navigatio Istitute, P.A.A.E.T. P.O.Box 4575, Alsalmia, 22046 Kuwait Abstract- We experimet with baggig knn classifiers

More information

Alpha Individual Solutions MAΘ National Convention 2013

Alpha Individual Solutions MAΘ National Convention 2013 Alpha Idividual Solutios MAΘ Natioal Covetio 0 Aswers:. D. A. C 4. D 5. C 6. B 7. A 8. C 9. D 0. B. B. A. D 4. C 5. A 6. C 7. B 8. A 9. A 0. C. E. B. D 4. C 5. A 6. D 7. B 8. C 9. D 0. B TB. 570 TB. 5

More information

Announcements. Recognition III. A Rough Recognition Spectrum. Projection, and reconstruction. Face detection using distance to face space

Announcements. Recognition III. A Rough Recognition Spectrum. Projection, and reconstruction. Face detection using distance to face space Aoucemets Assigmet 5: Due Friday, 4:00 III Itroductio to Computer Visio CSE 52 Lecture 20 Fial Exam: ed, 6/9/04, :30-2:30, LH 2207 (here I ll discuss briefly today, ad will be at discussio sectio tomorrow

More information

Cubic Polynomial Curves with a Shape Parameter

Cubic Polynomial Curves with a Shape Parameter roceedigs of the th WSEAS Iteratioal Coferece o Robotics Cotrol ad Maufacturig Techology Hagzhou Chia April -8 00 (pp5-70) Cubic olyomial Curves with a Shape arameter MO GUOLIANG ZHAO YANAN Iformatio ad

More information

Neuro Fuzzy Model for Human Face Expression Recognition

Neuro Fuzzy Model for Human Face Expression Recognition IOSR Joural of Computer Egieerig (IOSRJCE) ISSN : 2278-0661 Volume 1, Issue 2 (May-Jue 2012), PP 01-06 Neuro Fuzzy Model for Huma Face Expressio Recogitio Mr. Mayur S. Burage 1, Prof. S. V. Dhopte 2 1

More information

Algorithms for Disk Covering Problems with the Most Points

Algorithms for Disk Covering Problems with the Most Points Algorithms for Disk Coverig Problems with the Most Poits Bi Xiao Departmet of Computig Hog Kog Polytechic Uiversity Hug Hom, Kowloo, Hog Kog csbxiao@comp.polyu.edu.hk Qigfeg Zhuge, Yi He, Zili Shao, Edwi

More information

Lecture 18. Optimization in n dimensions

Lecture 18. Optimization in n dimensions Lecture 8 Optimizatio i dimesios Itroductio We ow cosider the problem of miimizig a sigle scalar fuctio of variables, f x, where x=[ x, x,, x ]T. The D case ca be visualized as fidig the lowest poit of

More information

15 UNSUPERVISED LEARNING

15 UNSUPERVISED LEARNING 15 UNSUPERVISED LEARNING [My father] advised me to sit every few moths i my readig chair for a etire eveig, close my eyes ad try to thik of ew problems to solve. I took his advice very seriously ad have

More information

Lecture 2: Spectra of Graphs

Lecture 2: Spectra of Graphs Spectral Graph Theory ad Applicatios WS 20/202 Lecture 2: Spectra of Graphs Lecturer: Thomas Sauerwald & He Su Our goal is to use the properties of the adjacecy/laplacia matrix of graphs to first uderstad

More information

Performance Plus Software Parameter Definitions

Performance Plus Software Parameter Definitions Performace Plus+ Software Parameter Defiitios/ Performace Plus Software Parameter Defiitios Chapma Techical Note-TG-5 paramete.doc ev-0-03 Performace Plus+ Software Parameter Defiitios/2 Backgroud ad Defiitios

More information

Octahedral Graph Scaling

Octahedral Graph Scaling Octahedral Graph Scalig Peter Russell Jauary 1, 2015 Abstract There is presetly o strog iterpretatio for the otio of -vertex graph scalig. This paper presets a ew defiitio for the term i the cotext of

More information

A Low Complexity and Efficient Face Recognition Approach in JPEG Compressed Domain Using Quantized Coefficients

A Low Complexity and Efficient Face Recognition Approach in JPEG Compressed Domain Using Quantized Coefficients 00 5th Iteratioal Symposium o Telecommuicatios (IST'00) A Low Complexity ad Efficiet Face Recogitio Approach i JPEG Compressed Domai Usig Quatized Coefficiets Alireza Sepasmoghaddam Islamic Azad Uiversity

More information

Sorting in Linear Time. Data Structures and Algorithms Andrei Bulatov

Sorting in Linear Time. Data Structures and Algorithms Andrei Bulatov Sortig i Liear Time Data Structures ad Algorithms Adrei Bulatov Algorithms Sortig i Liear Time 7-2 Compariso Sorts The oly test that all the algorithms we have cosidered so far is compariso The oly iformatio

More information

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme Improvig Iformatio Retrieval System Security via a Optimal Maximal Codig Scheme Dogyag Log Departmet of Computer Sciece, City Uiversity of Hog Kog, 8 Tat Chee Aveue Kowloo, Hog Kog SAR, PRC dylog@cs.cityu.edu.hk

More information

Bayesian approach to reliability modelling for a probability of failure on demand parameter

Bayesian approach to reliability modelling for a probability of failure on demand parameter Bayesia approach to reliability modellig for a probability of failure o demad parameter BÖRCSÖK J., SCHAEFER S. Departmet of Computer Architecture ad System Programmig Uiversity Kassel, Wilhelmshöher Allee

More information

DATA MINING II - 1DL460

DATA MINING II - 1DL460 DATA MINING II - 1DL460 Sprig 2017 A secod course i data miig http://www.it.uu.se/edu/course/homepage/ifoutv2/vt17/ Kjell Orsbor Uppsala Database Laboratory Departmet of Iformatio Techology, Uppsala Uiversity,

More information

Analysis of Documents Clustering Using Sampled Agglomerative Technique

Analysis of Documents Clustering Using Sampled Agglomerative Technique Aalysis of Documets Clusterig Usig Sampled Agglomerative Techique Omar H. Karam, Ahmed M. Hamad, ad Sheri M. Moussa Abstract I this paper a clusterig algorithm for documets is proposed that adapts a samplig-based

More information

x x 2 x Iput layer = quatity of classificatio mode X T = traspositio matrix The core of such coditioal probability estimatig method is calculatig the

x x 2 x Iput layer = quatity of classificatio mode X T = traspositio matrix The core of such coditioal probability estimatig method is calculatig the COMPARATIVE RESEARCHES ON PROBABILISTIC NEURAL NETWORKS AND MULTI-LAYER PERCEPTRON NETWORKS FOR REMOTE SENSING IMAGE SEGMENTATION Liu Gag a, b, * a School of Electroic Iformatio, Wuha Uiversity, 430079,

More information

Optimum Solution of Quadratic Programming Problem: By Wolfe s Modified Simplex Method

Optimum Solution of Quadratic Programming Problem: By Wolfe s Modified Simplex Method Volume VI, Issue III, March 7 ISSN 78-5 Optimum Solutio of Quadratic Programmig Problem: By Wolfe s Modified Simple Method Kalpaa Lokhade, P. G. Khot & N. W. Khobragade, Departmet of Mathematics, MJP Educatioal

More information

Elementary Educational Computer

Elementary Educational Computer Chapter 5 Elemetary Educatioal Computer. Geeral structure of the Elemetary Educatioal Computer (EEC) The EEC coforms to the 5 uits structure defied by vo Neuma's model (.) All uits are preseted i a simplified

More information

Performance Comparisons of PSO based Clustering

Performance Comparisons of PSO based Clustering Performace Comparisos of PSO based Clusterig Suresh Chadra Satapathy, 2 Guaidhi Pradha, 3 Sabyasachi Pattai, 4 JVR Murthy, 5 PVGD Prasad Reddy Ail Neeruoda Istitute of Techology ad Scieces, Sagivalas,Vishaapatam

More information

Research Article An Improved Metric Learning Approach for Degraded Face Recognition

Research Article An Improved Metric Learning Approach for Degraded Face Recognition Mathematical Problems i Egieerig, Article ID 74978, 10 pages http://dxdoiorg/101155/014/74978 Research Article A Improved Metric Learig Approach for Degraded Face Recogitio Guofeg Zou, 1 Yuayua Zhag, 1

More information

FACE RECOGNITION BY EMBEDDING OF DT-CWT COEFFICIENT USING SOM AND ENSEMBLE BASED CLASSIFIER

FACE RECOGNITION BY EMBEDDING OF DT-CWT COEFFICIENT USING SOM AND ENSEMBLE BASED CLASSIFIER GAURI AGRAWAL AND SANJAY KUMAR MAURYA: FACE RECOGNITION BY EMBEDDING OF DT-CWT COEFFICIENT USING SOM AND ENSEMBLE BASED CLASSIFIER DOI: 0.297/ijivp.206.082 FACE RECOGNITION BY EMBEDDING OF DT-CWT COEFFICIENT

More information

An Anomaly Detection Method Based On Deep Learning

An Anomaly Detection Method Based On Deep Learning Sed Orders for Reprits to reprits@bethamsciece.ae 734 The Ope Automatio ad Cotrol Systems Joural, 05, 7, 734-739 A Aomaly Detectio Method Based O Deep Learig Ope Access Hog-li Deg *, Tao yag ad Jiag-i

More information

Designing a learning system

Designing a learning system CS 75 Machie Learig Lecture Desigig a learig system Milos Hauskrecht milos@cs.pitt.edu 539 Seott Square, x-5 people.cs.pitt.edu/~milos/courses/cs75/ Admiistrivia No homework assigmet this week Please try

More information

Lecture 6. Lecturer: Ronitt Rubinfeld Scribes: Chen Ziv, Eliav Buchnik, Ophir Arie, Jonathan Gradstein

Lecture 6. Lecturer: Ronitt Rubinfeld Scribes: Chen Ziv, Eliav Buchnik, Ophir Arie, Jonathan Gradstein 068.670 Subliear Time Algorithms November, 0 Lecture 6 Lecturer: Roitt Rubifeld Scribes: Che Ziv, Eliav Buchik, Ophir Arie, Joatha Gradstei Lesso overview. Usig the oracle reductio framework for approximatig

More information

Text Feature Selection based on Feature Dispersion Degree and Feature Concentration Degree

Text Feature Selection based on Feature Dispersion Degree and Feature Concentration Degree Available olie at www.ijpe-olie.com vol. 13, o. 7, November 017, pp. 1159-1164 DOI: 10.3940/ijpe.17.07.p19.11591164 Text Feature Selectio based o Feature Dispersio Degree ad Feature Cocetratio Degree Zhifeg

More information

MATHEMATICAL METHODS OF ANALYSIS AND EXPERIMENTAL DATA PROCESSING (Or Methods of Curve Fitting)

MATHEMATICAL METHODS OF ANALYSIS AND EXPERIMENTAL DATA PROCESSING (Or Methods of Curve Fitting) MATHEMATICAL METHODS OF ANALYSIS AND EXPERIMENTAL DATA PROCESSING (Or Methods of Curve Fittig) I this chapter, we will eamie some methods of aalysis ad data processig; data obtaied as a result of a give

More information

A Note on Least-norm Solution of Global WireWarping

A Note on Least-norm Solution of Global WireWarping A Note o Least-orm Solutio of Global WireWarpig Charlie C. L. Wag Departmet of Mechaical ad Automatio Egieerig The Chiese Uiversity of Hog Kog Shati, N.T., Hog Kog E-mail: cwag@mae.cuhk.edu.hk Abstract

More information

Regularized Orthogonal Local Fisher Discriminant Analysis

Regularized Orthogonal Local Fisher Discriminant Analysis Regularized Orthogoal Local Fisher Discrimiat Aalysis Shuhua Xu Departmet of Maths Uiversity of Shaoxig City South Road, Shaoxig P.R Chia webqmm974@63.com Joural of Digital Iformatio Maagemet ABSRAC: Aimig

More information

The isoperimetric problem on the hypercube

The isoperimetric problem on the hypercube The isoperimetric problem o the hypercube Prepared by: Steve Butler November 2, 2005 1 The isoperimetric problem We will cosider the -dimesioal hypercube Q Recall that the hypercube Q is a graph whose

More information

Chapter 3: Introduction to Principal components analysis with MATLAB

Chapter 3: Introduction to Principal components analysis with MATLAB Chapter 3: Itroductio to Pricipal compoets aalysis with MATLAB The vriety of mathematical tools are avilable ad successfully workig to i the field of image processig. The mai problem with graphical autheticatio

More information

Real-Time Secure System for Detection and Recognition the Face of Criminals

Real-Time Secure System for Detection and Recognition the Face of Criminals Available Olie at www.ijcsmc.com Iteratioal Joural of Computer Sciece ad Mobile Computig A Mothly Joural of Computer Sciece ad Iformatio Techology IJCSMC, Vol. 4, Issue. 9, September 2015, pg.58 83 RESEARCH

More information

Soft Computing Based Range Facial Recognition Using Eigenface

Soft Computing Based Range Facial Recognition Using Eigenface Soft Computig Based Rage Facial Recogitio Usig Eigeface Yeug-Hak Lee, Chag-Wook Ha, ad Tae-Su Kim School of Electrical Egieerig ad Computer Sciece, Yeugam Uiversity, 4- Dae-dog, Gyogsa, Gyogbuk, 7-749

More information

EE123 Digital Signal Processing

EE123 Digital Signal Processing Last Time EE Digital Sigal Processig Lecture 7 Block Covolutio, Overlap ad Add, FFT Discrete Fourier Trasform Properties of the Liear covolutio through circular Today Liear covolutio with Overlap ad add

More information

Our Learning Problem, Again

Our Learning Problem, Again Noparametric Desity Estimatio Matthew Stoe CS 520, Sprig 2000 Lecture 6 Our Learig Problem, Agai Use traiig data to estimate ukow probabilities ad probability desity fuctios So far, we have depeded o describig

More information

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties WSEAS TRANSACTIONS o COMMUNICATIONS Wag Xiyag The Couterchaged Crossed Cube Itercoectio Network ad Its Topology Properties WANG XINYANG School of Computer Sciece ad Egieerig South Chia Uiversity of Techology

More information

The identification of key quality characteristics based on FAHP

The identification of key quality characteristics based on FAHP Iteratioal Joural of Research i Egieerig ad Sciece (IJRES ISSN (Olie: 2320-9364, ISSN (Prit: 2320-9356 Volume 3 Issue 6 ǁ Jue 2015 ǁ PP.01-07 The idetificatio of ey quality characteristics based o FAHP

More information

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis IOSR Joural of Egieerig Redudacy Allocatio for Series Parallel Systems with Multiple Costraits ad Sesitivity Aalysis S. V. Suresh Babu, D.Maheswar 2, G. Ragaath 3 Y.Viaya Kumar d G.Sakaraiah e (Mechaical

More information

Low Complexity H.265/HEVC Coding Unit Size Decision for a Videoconferencing System

Low Complexity H.265/HEVC Coding Unit Size Decision for a Videoconferencing System BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 6 Special Issue o Logistics, Iformatics ad Service Sciece Sofia 2015 Prit ISSN: 1311-9702; Olie ISSN: 1314-4081 DOI:

More information

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c Advaces i Egieerig Research (AER), volume 131 3rd Aual Iteratioal Coferece o Electroics, Electrical Egieerig ad Iformatio Sciece (EEEIS 2017) Pruig ad Summarizig the Discovered Time Series Associatio Rules

More information

Introduction. Nature-Inspired Computing. Terminology. Problem Types. Constraint Satisfaction Problems - CSP. Free Optimization Problem - FOP

Introduction. Nature-Inspired Computing. Terminology. Problem Types. Constraint Satisfaction Problems - CSP. Free Optimization Problem - FOP Nature-Ispired Computig Hadlig Costraits Dr. Şima Uyar September 2006 Itroductio may practical problems are costraied ot all combiatios of variable values represet valid solutios feasible solutios ifeasible

More information

Carnegie Mellon University

Carnegie Mellon University Caregie Mello Uiversity CARNEGIE INSTITUTE OF TECHNOLOGY THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Doctor of Philosophy TITLE Pose Robust Video-Based Face Recogitio

More information

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations Iteratioal Coferece o Applied Mathematics, Simulatio ad Modellig (AMSM 2016) Fuzzy Miimal Solutio of Dual Fully Fuzzy Matrix Equatios Dequa Shag1 ad Xiaobi Guo2,* 1 Sciece Courses eachig Departmet, Gasu

More information

Solving Fuzzy Assignment Problem Using Fourier Elimination Method

Solving Fuzzy Assignment Problem Using Fourier Elimination Method Global Joural of Pure ad Applied Mathematics. ISSN 0973-768 Volume 3, Number 2 (207), pp. 453-462 Research Idia Publicatios http://www.ripublicatio.com Solvig Fuzzy Assigmet Problem Usig Fourier Elimiatio

More information

Big-O Analysis. Asymptotics

Big-O Analysis. Asymptotics Big-O Aalysis 1 Defiitio: Suppose that f() ad g() are oegative fuctios of. The we say that f() is O(g()) provided that there are costats C > 0 ad N > 0 such that for all > N, f() Cg(). Big-O expresses

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045 Oe Brookigs Drive St. Louis, Missouri 63130-4899, USA jaegerg@cse.wustl.edu

More information

Lower Bounds for Sorting

Lower Bounds for Sorting Liear Sortig Topics Covered: Lower Bouds for Sortig Coutig Sort Radix Sort Bucket Sort Lower Bouds for Sortig Compariso vs. o-compariso sortig Decisio tree model Worst case lower boud Compariso Sortig

More information

ISSN (Print) Research Article. *Corresponding author Nengfa Hu

ISSN (Print) Research Article. *Corresponding author Nengfa Hu Scholars Joural of Egieerig ad Techology (SJET) Sch. J. Eg. Tech., 2016; 4(5):249-253 Scholars Academic ad Scietific Publisher (A Iteratioal Publisher for Academic ad Scietific Resources) www.saspublisher.com

More information

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation 6-0-0 Kowledge Trasformatio from Task Scearios to View-based Desig Diagrams Nima Dezhkam Kamra Sartipi {dezhka, sartipi}@mcmaster.ca Departmet of Computig ad Software McMaster Uiversity CANADA SEKE 08

More information

Cluster Analysis. Andrew Kusiak Intelligent Systems Laboratory

Cluster Analysis. Andrew Kusiak Intelligent Systems Laboratory Cluster Aalysis Adrew Kusiak Itelliget Systems Laboratory 2139 Seamas Ceter The Uiversity of Iowa Iowa City, Iowa 52242-1527 adrew-kusiak@uiowa.edu http://www.icae.uiowa.edu/~akusiak Two geeric modes of

More information

Neural Networks A Model of Boolean Functions

Neural Networks A Model of Boolean Functions Neural Networks A Model of Boolea Fuctios Berd Steibach, Roma Kohut Freiberg Uiversity of Miig ad Techology Istitute of Computer Sciece D-09596 Freiberg, Germay e-mails: steib@iformatik.tu-freiberg.de

More information

Application of Decision Tree and Support Vector Machine for Inspecting Bubble Defects on LED Sealing Glue Images

Application of Decision Tree and Support Vector Machine for Inspecting Bubble Defects on LED Sealing Glue Images 66 Applicatio of Decisio Tree ad Support Vector Machie for Ispectig Bubble Defects o LED Sealig Glue Images * Chua-Yu Chag ad Yi-Feg Li Abstract Bubble defect ispectio is a importat step i light-emittig

More information

On the Accuracy of Vector Metrics for Quality Assessment in Image Filtering

On the Accuracy of Vector Metrics for Quality Assessment in Image Filtering 0th IMEKO TC4 Iteratioal Symposium ad 8th Iteratioal Workshop o ADC Modellig ad Testig Research o Electric ad Electroic Measuremet for the Ecoomic Uptur Beeveto, Italy, September 5-7, 04 O the Accuracy

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations Applied Mathematical Scieces, Vol. 1, 2007, o. 25, 1203-1215 A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045, Oe

More information

Efficient Eye Location for Biomedical Imaging using Two-level Classifier Scheme

Efficient Eye Location for Biomedical Imaging using Two-level Classifier Scheme 828 Iteratioal Joural of Cotrol, Automatio, ad Systems, vol. 6, o. 6, pp. 828-835, December 2008 Efficiet Eye Locatio for Biomedical Imagig usig Two-level Classifier Scheme Mi Youg Nam, Xi Wag, ad Phill

More information

RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE

RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE Z.G. Zhou, S. Zhao, ad Z.G. A School of Mechaical Egieerig ad Automatio, Beijig Uiversity of Aeroautics ad Astroautics,

More information

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis Itro to Algorithm Aalysis Aalysis Metrics Slides. Table of Cotets. Aalysis Metrics 3. Exact Aalysis Rules 4. Simple Summatio 5. Summatio Formulas 6. Order of Magitude 7. Big-O otatio 8. Big-O Theorems

More information

Evaluation of the Software Industry Competitiveness in Jilin Province Based on Factor Analysis

Evaluation of the Software Industry Competitiveness in Jilin Province Based on Factor Analysis BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 14, No 4 Sofia 2014 Prit ISSN: 1311-9702; Olie ISSN: 1314-4081 DOI: 10.1515/cait-2014-0008 Evaluatio of the Software Idustry

More information

Parabolic Path to a Best Best-Fit Line:

Parabolic Path to a Best Best-Fit Line: Studet Activity : Fidig the Least Squares Regressio Lie By Explorig the Relatioship betwee Slope ad Residuals Objective: How does oe determie a best best-fit lie for a set of data? Eyeballig it may be

More information