Fast High Dimensional Vector Multiplication Face Recognition

Size: px
Start display at page:

Download "Fast High Dimensional Vector Multiplication Face Recognition"

Transcription

1 Fast Hgh Dmensonal Vector Multplcaton Face Recognton Oren Barkan Tel Avv Unversty Jonathan Well Tel Avv Unversty Lor Wolf Tel Avv Unversty Haga Aronowtz IBM Research Abstract Ths paper advances descrptor-based face recognton by suggestng a novel usage of descrptors to form an over-complete representaton, and by proposng a new metrc learnng ppelne wthn the same/not-same framework. Frst, the Over-Complete Local Bnary Patterns (OCLBP) face representaton scheme s ntroduced as a mult-scale modfed verson of the Local Bnary Patterns (LBP) scheme. Second, we propose an effcent matrx-vector multplcaton-based recognton system. The system s based on Lnear Dscrmnant Analyss (LDA) coupled wth Wthn Class Covarance Normalzaton (WCCN). Ths s further extended to the unsupervsed case by proposng an unsupervsed varant of WCCN. Lastly, we ntroduce Dffuson Maps (DM) for non-lnear dmensonalty reducton as an alternatve to the Whtened Prncpal Component Analyss (WPCA) method whch s often used n face recognton. We evaluate the proposed framework on the LFW face recognton dataset under the restrcted, unrestrcted and unsupervsed protocols. In all three cases we acheve very compettve results.. Introducton The Labeled Faces n the Wld (LFW) face recognton benchmark [] s currently the most actve research benchmark of ts knd. It s bult around a smple bnary decson task: gven two face mages, s the same person beng photographed n both? The comprehensve results tables show a large varety of methods whch can be roughly dvded nto two categores: par comparson methods and sgnature based methods. In the par comparson methods [, 3, 4], the decson s based on a process of comparng the two mages part by part, oftentmes nvolvng an teratve local matchng process. In the sgnature based methods [5, 6, 7, 8, 9], each face mage s represented by a sngle descrptor vector and s then dscarded. To compare two face mages, ther sgnatures are compared usng predefned metrc functons, whch are sometmes learned based on the tranng data. The par comparson methods allow for flexblty n representaton, based on the actual mage par to be compared. On the other hand, the sgnature based methods are often much more effcent. Furthermore, there s a practcal value n sgnature based methods n whch the sgnature s compact. Such systems can store and retreve face mages usng lmted resources. In ths paper, we propose an effcent sgnature based method, n whch the storage footprnt of each sgnature s on the order of a hundred floatng pont numbers. Ths compares to storage footprnts of one to three orders of magntude larger n prevous work. Our method ncludes multple contrbutons. Frst, as detaled n Secton, we propose to use over-complete representatons of the nput mage. Ths s shown to sgnfcantly contrbute to the overall performance. However, ths added accuracy s hdden untl dmensonalty reducton s performed. In Secton 3, we propose the use of the WCCN [0] metrc learnng technque for face recognton. In Secton 4, we propose a general scheme for generatng labeled data from an unlabeled data. In Secton 5, we descrbe n detal our proposed recognton system, whch s applcable for both supervsed and unsupervsed learnng by utlzng the scheme descrbed n Secton 4. Ths results n an extenson of the WCCN metrc learnng to the unsupervsed case. In Secton 6, the Dffuson Maps technque (DM) [] s ntroduced as a non-lnear dmensonalty reducton method for face recognton. We nvestgate t as an alternatve to WPCA [6] and show that t can mprove performance over the baselne when beng fused wth WPCA. In Secton 7, we evaluate the proposed system on the LFW dataset under the restrcted, unrestrcted and unsupervsed protocols and report state of the art results on these benchmarks. Fnally, n Secton 8, we conclude and dscuss future work.. Overvew of the recognton ppelne A unfed ppelne s used n order to solve the unsupervsed case and the two supervsed scenaros of the LFW benchmark: the restrcted and the unrestrcted protocols. Frst, a representaton s constructed from the face mages. Ths ether uses exstng methods, such as LBP [9], TPLBP [] and SIFT [7], or methods whch are ntroduced to the felds n ths paper, such as the OCLBP

2 and the use of the Scatterng transform [3]. Second, a dmensonalty reducton step takes place. Ths s ether WPCA or the Dffuson Maps for the unsupervsed case, or PCA-LDA or DM-LDA for the two supervsed settngs. Thrd, WCCN s appled. For the supervsed settngs, the orgnal WCCN method [0] s appled. For the unsupervsed case, our unsupervsed WCCN varant s appled. As a last step, cosne smlartes based on multple representatons and mage features are combned together usng unform weghtng.. Over-complete representatons Over-complete representatons have been found to be useful for mprovng the robustness of classfcaton systems by usng rcher descrptors [4, 5]. In ths work, we ntroduce two new adaptatons of descrptors for the doman of face recognton. Both of them share the property of over-complete representaton. In the expermental results secton, we show that the mprovement n the accuracy of usng over-complete representatons remans hdden untl some dmensonalty reducton s nvolved. However, ts contrbuton to the fnal score s sgnfcant... Over-complete local bnary patterns LBP [6] s one of the most successful features for texture classfcaton. Specfcally, a modfed 'unform' verson [9] of the orgnal LBP was found to be useful for the task of face recognton. Several attempts to extend or modfy the LBP have been made n [, 7]. However, most of them resulted n new varants of LBP whch do not necessarly outperform the orgnal one. The standard LBP operator for face recognton s u denoted as LBP where u stands for unform patterns, p, r p defnes the number of ponts that are unformly sampled over a crcle wth a radus r. Ths computaton s done block-wse and the results from all blocks are concatenated to form a fnal descrptor. For an overvew of the LBP operator for face recognton we refer the reader to [9]. In ths work we keep the orgnal form of the LBP as t s, but suggest an over-complete representaton bult on top of t. The proposed Over-Complete LBP (OCLBP) dffers from the orgnal LBP n two major propertes. Frst, t s computed wth overlappng blocks, smlar to [8]. The amount of vertcal- and horzontal-overlap s controlled by the two parameters v, h [0,) wth h= v= 0 degeneratng to non-overlappng blocks. The second dfference s n the vared block and radus szes. We repeat the LBP computaton for dfferent szes of block and radus, smlar to the mult-scale varant n [9]. We name the resultng representaton as OCLBP. More formally, gven an nput mage and a set of confguratons S = {( a,,,,, )} k b v h p r =, we dvde the mage to blocks n a sze of a b wth vertcal overlap of v, horzontal overlap of h and compute a LBP descrptor usng the u operator LBP. We repeat ths computaton for all p, r confguratons n S and concatenate the descrptors to a sngle vector whch s the resultng OCLBP descrptor. Snce the computatons of the dfferent confguratons are ndependent, the OCLBP descrptor can be easly paralleled. We show n Secton 7 that the OCLBP descrptor acheves the same performance as the standard LBP when they are used n ther orgnal dmenson. However, after applyng dmensonalty reducton, a sgnfcant gan n accuracy s acheved by the more elaborate scheme... Scatterng transform for face recognton The Scatterng Transform was ntroduced by Mallat n [3]. Ths work has been extended to varous computer vson tasks n [0, ]. As an mage representaton, a scatterng convoluton network was proposed n [0]. Ths representaton leads to an extremely hgh dmensonal descrptor that s nvarant for small local deformatons n the mage. For texture classfcaton, a Scatterng wavelet network managed to acheve state of the art results []. The output of the frst layer of a scatterng network can be consdered as a SIFT-lke descrptor whle the second layer adds further complementary nvarant nformaton whch mproves dscrmnaton qualty. The thrd layer, however, was found to have a neglgble contrbuton for classfcaton accuracy whle ncreasng the computatonal cost sgnfcantly. In ths work, we nvestgate the contrbuton of the Scatterng descrptor to our face recognton framework. In a smlar manner to the OCLBP, we fnd that the Scatterng descrptor s much more effectve when combned wth dmensonalty reducton. We refer the reader to [3] for a detaled descrpton of the Scatterng transform. 3. Wthn class covarance normalzaton Wthn Class Covarance Normalzaton (WCCN) has been used mostly n the speaker recognton communty and was frst ntroduced n [0]. The wthn class covarance matrx W s computed as follows: C n j j T W = ( x µ )( x µ ), C n = j= Where C s the number of dfferent classes, n s the j number of nstances belongng to class, x s the jth nstance of class and µ s the mean of class. In a sense, WCCN s smlar to the famly of methods

3 that down-regulate the contrbuton of the drectons n the vector space that account for much of the wthn class covarance. Ths s often done by projectng the data onto the subspace spanned by the egenvectors correspondng to the smallest egenvalues ofw. In WCCN, ths effect s performed n a softer way wthout performng explct dmensonalty reducton: nstead of dscardng the drectons that correspond to the top egenvalues, WCCN reduces the effect of the wthn class drectons by employng a normalzaton transform T = W /. Whle to the best of our knowledge t was prevously unused n face recognton, we show a clear mprovement n performance over the state of the art by usng the WCCN method when appled n the LDA subspace. In ths work, we also ntroduce an unsupervsed verson of WCCN, whch s shown to be useful n case we lack the necessary labeled data. In Secton 7, we evaluate our proposed method and show that t s an mprovement over the baselne algorthms. Furthermore, we show that although the unsupervsed WCCN algorthm does not make use of any label nformaton, t s compettve wth the orgnal supervsed WCCN n several scenaros. 4. Unsupervsed labelng A common and challengng problem n machne learnng s the benefcal utlzaton of successful supervsed algorthms n the absence of labeled data. In ths secton, we propose a smple unsupervsed algorthm for generatng valuable labels for the par matchng problem. Before descrbng the algorthm, we enumerate our two assumptons. Frst, we assume that we are equpped wth an unsupervsed algorthm that s able to acheve some classfcaton accuracy we consder ths algorthm as the baselne algorthm. We focus our dscusson on Algorthm ( A, B, T, t, t ) l r Inputs: A - a traned model of the baselne unsupervsed algorthm, B - supervsed algorthm, T - tranng set. tl - a threshold on the left tal, tr - a threshold on the rght tal. Output: C - a new traned model.. Compute the par-wse score matrx S usng A and T.. Assgn a label of to all pars wth a score above t r. 3. Assgn a label of to all pars wth a score below t l. 4. Assgn a label of 0 to all the other pars. 5. Tran a new model C usng the assgned labels and B 6. Return C algorthms that produce a classfcaton score and not just bnary labels. The second assumpton s on the shape of the dstrbuton of the classfcaton scores. We assume that the score dstrbuton s approxmately un-modal and has two tals. If our baselne algorthm manages to acheve a reasonable accuracy on the tranng set, we would expect to fnd many fewer classfcaton mstakes on the tals, rather than n the area around the mean score. In the case of the "same/not-same" classfcaton, we would expect the majorty of the scores n one tal to belong to pars that are matched and the majorty of the scores on the other tal to belong to pars that are msmatched. Ths behavor leads to the formaton of two (hopefully) separated sets: one conssts mostly of "same" pars and the other conssts mostly of "not-same" pars. The sze of each cluster s determned by the number of pars we pck from the correspondng tal. Ths number s a parameter that defnes a tradeoff between the number of desred labels and the confdence that we have n ths labelng. Therefore, we propose Algorthm. Note that except for postve and negatve labels there are also 'unknown' labels. In case we are equpped wth an algorthm (B) that s desgned to handle unlabeled samples (.e., a sem-supervsed algorthm), we provde t wth ths nformaton. Otherwse, we provde B exclusvely wth the postve and negatve sets of examples. The optmal values of the parameters t l and t r are related to the accuracy of the baselne model A, the shape of the score dstrbuton, and the number of labels that we want to generate. For example, f we are provded wth a baselne model whch acheves poor accuracy, we should expect poor labelng as well. In case the emprcal dstrbuton s symmetrc we can choose t l = t r, otherwse we mght consder the sze of the tals for each tal separately. Snce the generated labels are used to tran a new supervsed model we can apply Algorthm teratvely. Another possble extenson s to use a set of supervsed algorthms nstead of a sngle one and to determne the fnal labelng accordng to a votng scheme. 5. Fast supervsed and unsupervsed vector multplcaton recognton system We now descrbe n detal our proposed recognton system, whch we call VMRS for Vector Multplcaton Recognton System. Gven two samples, we need to decde whether they belong to the same class or not. Frst, each sample s projected to a low dmensonal subspace by WPCA. Then, we perform an addtonal supervsed dmensonalty reducton by applyng LDA. Fnally, we perform WCCN to the resultant feature vectors n the low dmensonal LDA-subspace and produce a score by applyng cosne smlarty. Therefore, the ppelne can be reduced to two matrx-vector multplcatons followed by cosne smlarty. We formally denote P, L and W as the 3

4 WPCA projecton matrx, LDA projecton matrx and Wthn Class Covarance (WCC) matrx, respectvely. Thus, gven two vectors,,, representng two face mages, the fnal score s defned as: T ( Mx) ( My) s( x, y, M ) = Mx My / Where, M = W LP. The fnal decson s made accordng to a prescrbed threshold that can be set to an Equal Error Rate (EER) pont, Verfcaton Rate (VR) pont, or alternatvely, can be learned by a SVM []. 5.. Unsupervsed ppelne The ppelne descrbed above s supervsed and requres labeled data. However, n many real-world scenaros we lack labels. In such cases we can apply Algorthm (Secton 4) n order to generate artfcal labels for the tranng set. Specfcally, we use the WPCA model as a baselne A and generate new labels accordng to the dstrbuton of the scores of pars n the tranng set. We then use these labels to estmate the wthn class covarance matrx (note that we do not apply LDA n ths case, snce t s unsupervsed). Snce WCCN computaton s based on pars from the same class, we only choose scores from one of the two tals (the 'same' tal). Then we treat each par n the 'same' group as a sngle class and merge classes that share the same samples,.e., we utlze strongly connected components n the connectvty graph nduced by the smlar pars. In our experments, we selected the parameter so that the pars wth dstances n the bottom 5% of the dstances of all possble pars wll consttute the same pars. Ths value was determned once, when performng a lmted nvestgaton of Vew of the LFW benchmark (ntended for parameter fttng) and remaned fxed. In Secton 7, we show that ths approach mproves over the baselne WPCA system. As already mentoned n Secton 4, one can terate between generatng new labels, usng them for tranng a new supervsed model, and generatng new scores. However, we dd not fnd that performng multple teratons mproves performance. Hence, Algorthm s employed only once. Wth the ntroducton of ths unsupervsed varant of WCCN, the proposed system s sutable for both the supervsed and the unsupervsed scenaros. It s mportant to clarfy that our proposed system, excludng the feature extracton phase, s extremely effcent n the sense of computatonal complexty. The most demandng computaton whch takes place durng the test phase s the lnear transformaton M on the par of orgnal feature vectors x, y. Ths has a great advantage over "lazy" learnng approaches such as [] whch make an explct use of the tranng set durng the test phase. The complexty of the tranng phase s domnated by the complexty of the computaton of the egen-problems that are encountered n WPCA and LDA and the computaton of the matrx square root ofw. 6. Dffuson Maps Many of the state of the art face recognton systems ncorporate a dmensonalty reducton component. The am of dmensonalty reducton s twofold. Frst, learnng n hgh dmensonal vector spaces s computatonally demandng. Second, n some cases and especally when the hgh dmensonalty stems from over-complete representatons, there s a large amount of redundancy n the data. Dmensonalty reducton technques attempt to solve both of these problems by explorng meanngful connectons between the data ponts and dscover the geometry that best represents that data. Most of the work done so far n face recognton appled lnear dmensonalty reducton. One of the problems wth lnear dmensonalty reducton s the mplct assumpton that the geometrc structure of data ponts s well captured by a lnear subspace. It has been shown [3] that real world sgnals, n most cases, have non-lnear structures and resde over a manfold. We propose to use a non-lnear dmensonalty reducton technque called Dffuson Maps (DM). We ntroduce a whtened varant of the conventonal DM framework and show how to deal wth the out-of-sample extenson problem, whch occurs n the test phase. In Secton 7, we show that by ncorporatng the DM framework nto the proposed recognton system of Secton 5, we acheve results whch are on a par wth the state of the art. Fnally, we show that by combnng DM and WPCA we are able to get an addtonal mprovement n accuracy. We wll brefly descrbe the man steps of DM (for a fully rgorous mathematcal dervaton we refer the reader to []). In the DM framework, we are provded wth a tranng set and affnty kernel k(, ). A commonly used kernel s the Gaussan kernel: c( x, x j ) k( x, x j ) = exp σ Where c(, ) s a metrc and σ s a parameter whch determnes the sze of the neghborhood over whch we trust our local smlarty measure. Usng the affnty kernel, we compute a par-wse affnty matrx K. Then, we convert K to a transton Markov matrx P by normalzng each row n K by ts sum: =, where D s a dagonal matrx normalzng the rows of K. Therefore, t P s a matrx, n whch the entry P s the ț j 4

5 Tables -3: Classfcaton accuracy (± standard error) of varous combnatons of classfers and descrptors n the unsupervsed, restrcted and unrestrcted settngs, respectvely. See text for detals regardng the classfers and descrptors. Table LBP OCLBP TPLBP SIFT SCATTERING Unsupervsed SQRT SQRT SQRT SQRT SQRT RAW 7.48 ± ± ± ± ± ± ± ± ± ± 0.63 WPCA ± ± ± ± ± ± ± ± ± ± 0.48 DM ± ± ± ± ± ± ± ± ± ± 0.5 WPCA+WCCN 78.8 ± ± ± ± ± ± ± ± ± ± 0.55 DM+WCCN ± ± ± ± ± ± ± ± ± ± 0.56 Table LBP OCLBP TPLBP SIFT SCATTERING Restrcted SQRT SQRT SQRT SQRT PCALDA ± ± ± ± ± ± ± ± ± ± 0.69 DMLDA 8.53 ± ± ± ± ± ± ± ± ± ± 0.58 WPCA 8.03 ± ± ± ± ± ± ± ± ± ± 0.38 DM 8.9 ± ± ± ± ± ± ± ± ± ± 0.33 Table 3 LBP OCLBP TPLBP SIFT SCATTERING Unrestrcted SQRT SQRT SQRT SQRT SQRT PCALDA ± ± ± ± ± ± ± ± ± ± 0.70 DMLDA 83.3 ± ± ± ± ± ± ± ± ± ± 0.73 WPCA 8.9 ± ± ± ± ± ± ± ± ± ± 0.65 DM 8. ± ± ± ± ± ± ± ± ± ± 0.6 probablty of transton from node x to node x j n t steps. A dffuson dstance after t steps s defned by: n t t t j =, k j, k k= D ( x, x ) ( P P ). Snce the dffuson dstance computaton requres the evaluaton of the dstances over the entre tranng set, t results n an extremely complex operaton. Fortunately, the same dstance can be computed n a much smpler way: By spectral decomposton of P, we get a complete set of egenvalues = λ0 λ... λn and left and rght egenvectors satsfyng: Pψ = λϕ. We then defne a mappng H :{ } n t x V accordng to: T t t Ht ( x ) = λψ,..., λψ l l, where ψ k ndcates the -th element of the k -th egenvector of P and l s the dmenson of the dffuson space V. It has been shown [] that for l= m the followng equaton holds: t t j t j H ( x ) H ( x ) = D ( x, x ). Ths result justfes the use of squared Eucldean dstance n the dffuson space. In practce, one should pck l< m accordng to the decay of ( λ ) n =. Ths decay s related to the complexty of the ntrnsc dmensonalty of the data and the choce of the parameterσ. 6.. Unform scalng Inspred by WPCA, we propose to wegh all coordnates n the dffuson space unformly. We do that by smply omttng the egenvalues when computng the embeddng. Therefore, we change the mappng H to [ ] H ( x ) = ψ,..., ψ. l T Whle orgnally nspred by the relaton between PCA and = WPCA, ths modfcaton results n a sgnfcant mprovement when applyng t to DM framework. We hypothesze that ths mprovement occurs because DM, as an unsupervsed algorthm, holds lttle nformaton n ts egenvalues regardng the actual dscrmnaton capablty. Confoundng factors, such as llumnaton, can be assocated wth some of the leadng egenvectors. 6.. Out of sample extenson Snce the doman of H s defned only on the tranng set, we cannot compute the embeddng for a new test sample. A trval soluton would be to re-compute the spectral decomposton on the whole tranng data and the new test sample from scratch. However, ths soluton s extremely costly n the sense of computaton tme. Thus, we propose a smpler soluton: Our approach assumes that the tranng data s suffcently dverse n order to capture most of the varablty of the face space. In ths case, we would expect the embeddng of a new test sample to be approxmated well by a lnear combnaton of embeddngs of the tranng samples n the low dmensonal dffuson space. A natural choce s to set the coeffcent for each tranng sample as the probablty of movng from t to the new test sample. Thus, for a new test sample x n + we compute the transton probabltes P n +, j, j n and defne ts embeddng to be n n H ( xn+ ) = Pn +, jψ j,..., Pn +, jψ lj. As a result we j= j= get an extended mappng :{ } n + H x = V, whch ncludes x n + as well. Our proposed extenson s qute smlar to the Nystrom method [4] that has been used n spectral graph theory. T 5

6 The man dfference n our formulaton s that we gnore the egenvalues due to the modfcaton descrbed above. 7. Expermental setup and results We evaluate the methods descrbed above on the LFW dataset []. As s customary, we test the effect of the varous contrbutons on the 0 folds of vew of the LFW dataset. There are three benchmarks that are commonly used, and we provde very compettve results on all three. The most popular supervsed benchmark s the "magerestrcted tranng''. Ths s a challengng benchmark whch conssts of 6,000 pars, half of whch are same pars. The pars are dvded nto 0 equally szed sets. The benchmark experment s repeated 0 tmes, where n each repetton, one set s used for testng and nne others are used for tranng. The task of the tested method s to predct whch of the testng pars are matched, usng only the tranng data (n all three benchmarks, the decson s done one par at a tme, wthout usng nformaton from the other testng pars). The second supervsed benchmark, constructed on top of the LFW dataset, s the "unrestrcted'' benchmark. In ths benchmark, the persons denttes wthn the nne tranng splts are known, and the systems are allowed to use ths nformaton. For example, n ths benchmark, the orgnal WCCN method can be used drectly snce the tranng set s dvded nto denttybased classes. Last, the unsupervsed benchmark uses the same tranng set. Here, however, all the tranng mages are gven as one large set of mages wthout any parng or label nformaton. The evaluaton task remans the same as before dstngush between matchng ("same'') and nonmatchng ("not-same'') pars of face mages. 7.. Front-end Our system makes no use of tranng data outsde of the LFW dataset, except for the mplct use of outsde tranng data through traned facal feature detectors that are used to algn the mages, snce we use the algned LFW-a [] set of mages. The algned mages were cropped to pxels as suggested n [6]. In contrast to other leadng contrbutons [5, 5, 6], we dd not apply any further type of preprocessng that utlzes pose estmators or 3D modelng. 7.. Descrptors and parameters We evaluate 5 dfferent descrptors: LBP, Three Patch LBP (TPLBP), OCLBP, SIFT and the Scatterng descrptor. For LBP we used the same parameters that were used n [6] whle for TPLBP we used the parameters reported n []. We used the SIFT descrptors computed by [7]. For the OCLBP descrptors, we used Vew n order to determne the followng set of confguratons (see Secton 3. for a detaled descrpton of the OCLBP parameters): S = {(0,0,,,8,),(4,4,,,8,),(8,8,,,8,3)} Note that n all three scales, the horzontal and vertcal overlap parameters are both set to half. For the Scatterng descrptor we used the Scatterng Toolbox release from [7]. We set t to use the Gabor wavelet and the values suggested n [7]: a scatterng order of, maxmum scale of 3 and 6 dfferent orentatons. The orgnal descrptor dmensons are 7080, 40887, 96, 3456 and 9650 for the LBP, OCLBP, TPLBP, SIFT and Scatterng, respectvely System parameters We used Vew of the dataset to determne the parameters of the system. The WPCA dmenson s set to 500, the DM dmenson s also set to 500 and the Gaussan kernel parameter s fxed atσ = 4. In the unrestrcted and restrcted benchmarks, we used LDA dmensons of 00, 00, 00, 30 and 70 for the LBP, OCLBP, TPLBP, SIFT and Scatterng descrptors, respectvely. As already mentoned n Secton 6, we chose the threshold n the unsupervsed WCCN algorthm such that the number of generated 'same' labels s 5% of all pars Results We evaluate the proposed system for each feature and ts square root verson under the restrcted, unrestrcted and unsupervsed protocols. The expermental results are presented n Tables -6, and depct the mean classfcaton accuracy û and standard error of the mean SE. The unsupervsed results for the ndvdual face descrptors are depcted n Table. The table shows the progresson from the baselne "raw" descrptors, before any learnng was appled, through the use of dmensonalty reducton (WPCA or DM) to the results of applyng unsupervsed WCCN (Secton 6.) on the dmensonalty reduced descrptors. As can be seen, the suggested ppelne mproves the recognton qualty of all descrptors sgnfcantly, n both the dmensonalty reducton step and n the unsupervsed WCCN step. No clear advantage to ether WPCA or DM s observed. The results obtaned by combnng the facal descrptors together (excludng the orgnal LBP descrptor) are reported n Table 4. Ths combnaton, here and throughout all fuson results n ths paper, s done by a smple summaton of the smlarty scores usng unform weghts. The table also shows, for comparson, the results of solely employng OCLBP and the best results obtaned by prevous works. Whle our face descrpton method s consderably smpler than I-LPQ* [8], whch s currently 6

7 the state of the art n ths category, t outperforms t, even wth the usage of a sngle descrptor. Results n the supervsed-restrcted benchmark are reported n Table for the ndvdual features and n Table 5 for the combned features. In Table, we present four possbltes whch dffer by the dmensonalty reducton algorthm used: PCA followed by LDA (PCALDA), DM followed by LDA (DMLDA), WPCA or DM. WCCN, s then appled n all four cases. As a usual trend, t seems that employng LDA n between the unsupervsed dmensonalty reducton (PCA or DM) and the WCCN method mproves results. It s mportant to clarfy that both LDA and WCCN were appled n a restrcted manner by usng only pars nformaton,.e. no explct nformaton about the denttes was used and each par formed a mn-class of ts own. Table 5 presents the combned results of all the descrptors, excludng the orgnal LBP descrptor (due to the use of OCLBP). The combned method ("DM+WPCA fuson") ncludes the four descrptors (wth and wthout square root) and both PCA+LDA+WCCN and DM+LDA+WCCN (a total of 6 scores). It s evdent that combnng the DM based method together wth the PCA based method mproves performance over usng PCA or DM separately. In comparson to prevous methods, our method outperforms the state of the art by a large margn. The only excepton s the "Tom-vs-Pete" [5] method whch uses an external labeled dataset, whch s much bgger than the LFW dataset, and employs a much more sophstcated face algnment method. Our system consderably outperforms the accuracy of 90.57% obtaned by [3] n the case of a smlarty-based algnment as used by LFW-a, n spte of the fact that our method does not use the added external data. The results for the supervsed-unrestrcted benchmark are depcted n Tables 3 and 6. The classcal form of WCCN [0] apples drectly to ths setup. Two systems outperform ours n ths category. The frst s CMD+SLBP (algned) whch s a commercal system [9]. The second [30] has a few dstngushng characterstcs, whch can be further utlzed to mprove our results. Frst, a dfferent algnment method was used. Second, features were extracted on facal landmarks. Fnally, ther proposed algorthm operated n a much hgher-dmensonal feature space, whch requres more computatonal resources. In all three experments, OCLBP acheves a very compettve accuracy as a sngle feature. For example, as can be seen n Table 5, n the restrcted case t acheves an accuracy whch s much better than the current best reported accuracy obtaned by [6]. The Scatterng transform based descrpton (Secton 3.), however, does not seem to mprove over descrptors of lower dmensonalty by a sgnfcant margn. Nevertheless, t plays a crucal role n ncreasng performance n fuson. System Accuracy I-LPQ*, algned [8] 86.0 ± 0.46 OCLBP ± 0.30 WPCA fuson ± 0.36 DM fuson ± 0.4 DM+WPCA fuson ± 0.37 Table 4: Comparson of classfcaton accuracy (± standard error) for varous systems operatng n the unsupervsed settng. System Accuracy LBP + CSML, algned [6] ± 0.5 CSML + SVM, algned [6] ± 0.37 Hgh-Throughput BIF, algned [4] 88.3 ± 0.58 Assocate-Predct [3] ± 0.56 Tom-vs-Pete + Attrbute [5] ±.8 OCLBP ± 0.69 PCA fuson 90.6 ± 0.56 DM fuson 90.6 ± 0.55 DM+PCA fuson 9.0 ± 0.59 Table 5: Comparson of classfcaton accuracy (± standard error) for varous systems operatng n the restrcted settng. System Accuracy LBP PLDA, algned [6] ± 0.55 combned PLDA [6] ± 0.5 face.com r0b [5] 9.30 ± 0.30 CMD + SLBP, algned [9] 9.58 ±.36 combned Jont Bayesan [3] ±.48 hgh-dm LBP [30] 93.8 ±.07 OCLBP ± 0.60 DM fuson 9.56 ± 0.45 PCA fuson 9.56 ± 0.54 DM+PCA fuson 9.05 ± 0.45 Table 6: Comparson of classfcaton accuracy (± standard error) for varous systems operatng n the unrestrcted settng. One can also notce that the unsupervsed WCCN n some of the cases acheves an accuracy whch s not far away from the accuracy obtaned by the orgnal supervsed WCCN. For example, for the OCLBP descrptor, WPCA + supervsed WCCN acheves an accuracy of 87.% for the restrcted case whle the WPCA + unsupervsed WCCN ppelne acheves an accuracy of 86.7 %. 8. Conclusons We propose an effectve method that seems to be unque n that t addresses all three benchmarks n a unfed manner. In all three cases, very compettve results are acheved. The method s heavly based on dmensonalty reducton algorthms, both supervsed and unsupervsed, n order to utlze hgh dmensonalty representatons. Necessary adjustments are performed n order to adapt methods such as WCCN and DM to the requrements of face dentfcaton and of the varous benchmark protocols. From a hstorcal perspectve, our method s "reactonary". The emergence of the new face recognton benchmarks has led to the abandonment of the classcal algebrac methods such as Egenfaces and Fsherfaces. However, both PCA and LDA play mportant roles n our ppelne, even though these methods are not appled 7

8 drectly to mage ntenstes. WCCN, whch s a major contrbutng component to our ppelne, was borrowed and adapted from the speaker recognton doman. However, t s closely related to other algebrac dmensonalty reducton methods. In contrast to recent contrbutons such as CSML [6] or the Ensemble Metrc Learnng method [9] that are nfluenced by modern trends n metrc learnng, our method demonstrates that classcal face recognton methods can stll be relevant to contemporary research. References [] G. B. Huang, M. Ramesh, T. Berg and E. Learned-Mller, "Labeled faces n the wld: A database for studyng face recognton n unconstraned envronments," Unversty of Massachusetts, Amherst, 007. [] Z. Cao, Q. Yn, X. Tang and J. Sun, "Face Recognton wth Learnng-based Descrptor," n Computer Vson and Pattern Recognton (CVPR), 00. [3] Q. Yn, X. Tang and J. Sun, "An Assocate-Predct Model for Face Recognton," n Computer Vson and Pattern Recognton (CVPR), 0. [4] E. Nowak and F. Jure, "Learnng vsual smlarty measures for comparng never seen objects," n Computer Vson and Pattern Recognton (CVPR), 007. [5] T. Berg and P. N. Belhumeur, "Tom-vs-Pete Classfers and Identty-Preservng Algnment for Face Verfcaton," n Brtsh Machne Vson Conference (BMVC), 0. [6] H. V. Nguyen and L. Ba, "Cosne Smlarty Metrc Learnng for Face Verfcaton," n Asan Conference on Computer Vson (ACCV), 00. [7] M. Gullaumn, J. Verbeek and C. Schmd, "Is that you? Metrc Learnng Approaches for Face Identfcaton," n Internatonal Conference on Computer Vson (ICCV), 009. [8] N. Kumar, A. C. Berg, P. N. Belhumeur and S. K. Nayar, "Attrbute and Smle Classfers for Face Verfcaton," n Internatonal Conference on Computer Vson (ICCV), 009. [9] T. Ahonen, A. Hadd and M. Petkanen, "Face descrpton wth local bnary patterns: Applcaton to face recognton," IEEE Transactons on Pattern Analyss and Machne Intellgence, vol. 8, p , 006. [0] A. Hatch and A. Stolcke, "Generalzed lnear kernels for oneversus-all classfcaton: applcaton to speaker recognton," n ICASSP, 006. [] R. Cofman and S. Lafon, "Dffuson maps," Appled and computatonal harmonc analyss, vol., no., pp. 5-30, 006. [] L. Wolf, T. Hassner and Y. Tagman, "Descrptor based methods n the wld," n Faces n Real-Lfe Images Workshop n European Conference on Computer Vson (ECCV), 008. [3] S. Mallat, "Group nvarant scatterng," [Onlne]. Avalable: arxv.org/abs/0.86. [4] N. Pnto and D. Cox, "Beyond Smple Features: A Large-Scale Feature Search Approach to Unconstraned Face Recognton," n Internatonal Conference on Automatc Face and Gesture Recognton (FG), 0. [5] N. Pnto, J. J. DCarlo and D. D. Cox, "How far can you get wth a modern face recognton test set usng only smple features?," n Computer Vson and Pattern Recognton (CVPR), 009. [6] T. Ojala, M. Petkanen and D. Harwood, "A comparatve study of texture measures wth classfcaton based on feature dstrbutons," Pattern Recognton, vol. 9, no., pp. 5-59, 996. [7] M. Hekklä, M. Petkänen and C. Schmd, "Descrpton of nterest regons wth center-symmetrc local bnary patterns," n Computer Vson, Graphcs and Image Processng, 006. [8] X.-M. Ren, X.-F. Wang and Y. Zhao, "An Effcent Mult-scale Overlapped Block LBP Approach for Leaf Image Recognton," Lecture Notes n Computer Scence, vol. 7390, pp , 0. [9] S. Lao, X. Zhu, Z. Le, L. Zhang and S. Z. L, "Learnng Multscale Block Local Bnary Patterns for Face Recognton," n Advances n Bometrcs, 007. [0] J. Bruna and S. Mallat, "Invarant scatterng convoluton networks," 0. [Onlne]. Avalable: [] L. Sfre and S. Mallat, "Combned scatterng for rotaton nvarant texture analyss," n European Symposum on Artfcal Neural Networks, 0. [] Y. Tagman, L. Wolf and T. Hassner, "Multple One-Shots for Utlzng Class Label Informaton," n Brtsh Machne Vson Conference (BMVC), 009. [3] Z. N. Karam and W. M. Campbell, "Graph-embeddng for speaker recognton," n Interspeech, 00. [4] C. Fowlkes, S. Belonge, F. Chung and J. Malk, "Spectral Groupng Usng the Nystrom Method," IEEE Transactons on Pattern Analyss and Machne Intellgence, vol. 6, no., pp. 4-5, 004. [5] Y. Tagman and L. Wolf, "Leveragng bllons of faces to overcome performance barrers n unconstraned face recognton," 0. [Onlne]. Avalable: [6] P. L, Y. Fu, U. Mohammed, J. H. Elder and S. J.D.Prnce, "Probablstc Models for Inference About Identty," IEEE Transactons on Pattern Analyss and Machne Intellgence, vol. 34, no., pp , 0. [7] "Image scatterng toolbox v3," [Onlne]. Avalable: [8] S. u. Hussan, T. Napoléon and F. Jure, "Face Recognton Usng Local Quantzed Patterns," n Brtsh Machne Vson Conference (BMVC), 0. [9] C. Huang, S. Zhu and K. Yu, "Large Scale Strongly Supervsed Ensemble Metrc Learnng, wth Applcatons to Face Verfcaton and Retreval," NEC, 0. [30] D. Chen, X. Cao, F. Wen and J. Sun, "Blessng of Dmensonalty: Hgh-dmensonal Feature and Its Effcent Compresson for Face Verfcaton," n Computer Vson and Pattern Recognton (CVPR), 03. [3] D. Chen, X. Cao, L. Wang, F. Wen and J. Sun, "Bayesan Face Revsted: A Jont Formulaton," n European Conference on Computer Vson (ECCV), 0. 8

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM Classfcaton of Face Images Based on Gender usng Dmensonalty Reducton Technques and SVM Fahm Mannan 260 266 294 School of Computer Scence McGll Unversty Abstract Ths report presents gender classfcaton based

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Why consder unlabeled samples?. Collectng and labelng large set of samples s costly Gettng recorded speech s free, labelng s tme consumng 2. Classfer could be desgned

More information

Recognizing Faces. Outline

Recognizing Faces. Outline Recognzng Faces Drk Colbry Outlne Introducton and Motvaton Defnng a feature vector Prncpal Component Analyss Lnear Dscrmnate Analyss !"" #$""% http://www.nfotech.oulu.f/annual/2004 + &'()*) '+)* 2 ! &

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS P.G. Demdov Yaroslavl State Unversty Anatoly Ntn, Vladmr Khryashchev, Olga Stepanova, Igor Kostern EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS Yaroslavl, 2015 Eye

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Histogram-Enhanced Principal Component Analysis for Face Recognition

Histogram-Enhanced Principal Component Analysis for Face Recognition Hstogram-Enhanced Prncpal Component Analyss for Face ecognton Ana-ara Sevcenco and Wu-Sheng Lu Dept. of Electrcal and Computer Engneerng Unversty of Vctora sevcenco@engr.uvc.ca, wslu@ece.uvc.ca Abstract

More information

LECTURE : MANIFOLD LEARNING

LECTURE : MANIFOLD LEARNING LECTURE : MANIFOLD LEARNING Rta Osadchy Some sldes are due to L.Saul, V. C. Raykar, N. Verma Topcs PCA MDS IsoMap LLE EgenMaps Done! Dmensonalty Reducton Data representaton Inputs are real-valued vectors

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

More information

Face Detection with Deep Learning

Face Detection with Deep Learning Face Detecton wth Deep Learnng Yu Shen Yus122@ucsd.edu A13227146 Kuan-We Chen kuc010@ucsd.edu A99045121 Yzhou Hao y3hao@ucsd.edu A98017773 Mn Hsuan Wu mhwu@ucsd.edu A92424998 Abstract The project here

More information

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET 1 BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET TZU-CHENG CHUANG School of Electrcal and Computer Engneerng, Purdue Unversty, West Lafayette, Indana 47907 SAUL B. GELFAND School

More information

Online Detection and Classification of Moving Objects Using Progressively Improving Detectors

Online Detection and Classification of Moving Objects Using Progressively Improving Detectors Onlne Detecton and Classfcaton of Movng Objects Usng Progressvely Improvng Detectors Omar Javed Saad Al Mubarak Shah Computer Vson Lab School of Computer Scence Unversty of Central Florda Orlando, FL 32816

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros.

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros. Fttng & Matchng Lecture 4 Prof. Bregler Sldes from: S. Lazebnk, S. Setz, M. Pollefeys, A. Effros. How do we buld panorama? We need to match (algn) mages Matchng wth Features Detect feature ponts n both

More information

Comparison Study of Textural Descriptors for Training Neural Network Classifiers

Comparison Study of Textural Descriptors for Training Neural Network Classifiers Comparson Study of Textural Descrptors for Tranng Neural Network Classfers G.D. MAGOULAS (1) S.A. KARKANIS (1) D.A. KARRAS () and M.N. VRAHATIS (3) (1) Department of Informatcs Unversty of Athens GR-157.84

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 15

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 15 CS434a/541a: Pattern Recognton Prof. Olga Veksler Lecture 15 Today New Topc: Unsupervsed Learnng Supervsed vs. unsupervsed learnng Unsupervsed learnng Net Tme: parametrc unsupervsed learnng Today: nonparametrc

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Scale Selective Extended Local Binary Pattern For Texture Classification

Scale Selective Extended Local Binary Pattern For Texture Classification Scale Selectve Extended Local Bnary Pattern For Texture Classfcaton Yutng Hu, Zhlng Long, and Ghassan AlRegb Multmeda & Sensors Lab (MSL) Georga Insttute of Technology 03/09/017 Outlne Texture Representaton

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

More information

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Appearance-based Statistical Methods for Face Recognition

Appearance-based Statistical Methods for Face Recognition 47th Internatonal Symposum ELMAR-2005, 08-10 June 2005, Zadar, Croata Appearance-based Statstcal Methods for Face Recognton Kresmr Delac 1, Mslav Grgc 2, Panos Latss 3 1 Croatan elecom, Savsa 32, Zagreb,

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE Journal of Theoretcal and Appled Informaton Technology 30 th June 06. Vol.88. No.3 005-06 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 RECOGNIZING GENDER THROUGH FACIAL IMAGE

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

Human Face Recognition Using Generalized. Kernel Fisher Discriminant

Human Face Recognition Using Generalized. Kernel Fisher Discriminant Human Face Recognton Usng Generalzed Kernel Fsher Dscrmnant ng-yu Sun,2 De-Shuang Huang Ln Guo. Insttute of Intellgent Machnes, Chnese Academy of Scences, P.O.ox 30, Hefe, Anhu, Chna. 2. Department of

More information

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Discriminative Dictionary Learning with Pairwise Constraints

Discriminative Dictionary Learning with Pairwise Constraints Dscrmnatve Dctonary Learnng wth Parwse Constrants Humn Guo Zhuoln Jang LARRY S. DAVIS UNIVERSITY OF MARYLAND Nov. 6 th, Outlne Introducton/motvaton Dctonary Learnng Dscrmnatve Dctonary Learnng wth Parwse

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems A Unfed Framework for Semantcs and Feature Based Relevance Feedback n Image Retreval Systems Ye Lu *, Chunhu Hu 2, Xngquan Zhu 3*, HongJang Zhang 2, Qang Yang * School of Computng Scence Smon Fraser Unversty

More information

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow Integrated Expresson-Invarant Face Recognton wth Constraned Optcal Flow Chao-Kue Hseh, Shang-Hong La 2, and Yung-Chang Chen Department of Electrcal Engneerng, Natonal Tsng Hua Unversty, Tawan 2 Department

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Facial Expression Recognition Based on Local Binary Patterns and Local Fisher Discriminant Analysis

Facial Expression Recognition Based on Local Binary Patterns and Local Fisher Discriminant Analysis WSEAS RANSACIONS on SIGNAL PROCESSING Shqng Zhang, Xaomng Zhao, Bcheng Le Facal Expresson Recognton Based on Local Bnary Patterns and Local Fsher Dscrmnant Analyss SHIQING ZHANG, XIAOMING ZHAO, BICHENG

More information

Modular PCA Face Recognition Based on Weighted Average

Modular PCA Face Recognition Based on Weighted Average odern Appled Scence odular PCA Face Recognton Based on Weghted Average Chengmao Han (Correspondng author) Department of athematcs, Lny Normal Unversty Lny 76005, Chna E-mal: hanchengmao@163.com Abstract

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

MULTI-VIEW ANCHOR GRAPH HASHING

MULTI-VIEW ANCHOR GRAPH HASHING MULTI-VIEW ANCHOR GRAPH HASHING Saehoon Km 1 and Seungjn Cho 1,2 1 Department of Computer Scence and Engneerng, POSTECH, Korea 2 Dvson of IT Convergence Engneerng, POSTECH, Korea {kshkawa, seungjn}@postech.ac.kr

More information

Development of an Active Shape Model. Using the Discrete Cosine Transform

Development of an Active Shape Model. Using the Discrete Cosine Transform Development of an Actve Shape Model Usng the Dscrete Cosne Transform Kotaro Yasuda A Thess n The Department of Electrcal and Computer Engneerng Presented n Partal Fulfllment of the Requrements for the

More information

Laplacian Eigenmap for Image Retrieval

Laplacian Eigenmap for Image Retrieval Laplacan Egenmap for Image Retreval Xaofe He Partha Nyog Department of Computer Scence The Unversty of Chcago, 1100 E 58 th Street, Chcago, IL 60637 ABSTRACT Dmensonalty reducton has been receved much

More information

Infrared face recognition using texture descriptors

Infrared face recognition using texture descriptors Infrared face recognton usng texture descrptors Moulay A. Akhlouf*, Abdelhakm Bendada Computer Vson and Systems Laboratory, Laval Unversty, Quebec, QC, Canada G1V0A6 ABSTRACT Face recognton s an area of

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

Learning an Image Manifold for Retrieval

Learning an Image Manifold for Retrieval Learnng an Image Manfold for Retreval Xaofe He*, We-Yng Ma, and Hong-Jang Zhang Mcrosoft Research Asa Bejng, Chna, 100080 {wyma,hjzhang}@mcrosoft.com *Department of Computer Scence, The Unversty of Chcago

More information

Orthogonal Complement Component Analysis for Positive Samples in SVM Based Relevance Feedback Image Retrieval

Orthogonal Complement Component Analysis for Positive Samples in SVM Based Relevance Feedback Image Retrieval Orthogonal Complement Component Analyss for ostve Samples n SVM Based Relevance Feedback Image Retreval Dacheng Tao and Xaoou Tang Department of Informaton Engneerng The Chnese Unversty of Hong Kong {dctao2,

More information

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY SSDH: Sem-supervsed Deep Hashng for Large Scale Image Retreval Jan Zhang, and Yuxn Peng arxv:607.08477v2 [cs.cv] 8 Jun 207 Abstract Hashng

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

A Background Subtraction for a Vision-based User Interface *

A Background Subtraction for a Vision-based User Interface * A Background Subtracton for a Vson-based User Interface * Dongpyo Hong and Woontack Woo KJIST U-VR Lab. {dhon wwoo}@kjst.ac.kr Abstract In ths paper, we propose a robust and effcent background subtracton

More information

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

Fingerprint matching based on weighting method and SVM

Fingerprint matching based on weighting method and SVM Fngerprnt matchng based on weghtng method and SVM Ja Ja, Lanhong Ca, Pnyan Lu, Xuhu Lu Key Laboratory of Pervasve Computng (Tsnghua Unversty), Mnstry of Educaton Bejng 100084, P.R.Chna {jaja}@mals.tsnghua.edu.cn

More information

Brushlet Features for Texture Image Retrieval

Brushlet Features for Texture Image Retrieval DICTA00: Dgtal Image Computng Technques and Applcatons, 1 January 00, Melbourne, Australa 1 Brushlet Features for Texture Image Retreval Chbao Chen and Kap Luk Chan Informaton System Research Lab, School

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

Mercer Kernels for Object Recognition with Local Features

Mercer Kernels for Object Recognition with Local Features TR004-50, October 004, Department of Computer Scence, Dartmouth College Mercer Kernels for Object Recognton wth Local Features Swe Lyu Department of Computer Scence Dartmouth College Hanover NH 03755 A

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition Mathematcal Methods for Informaton Scence and Economcs Novel Pattern-based Fngerprnt Recognton Technque Usng D Wavelet Decomposton TUDOR BARBU Insttute of Computer Scence of the Romanan Academy T. Codrescu,,

More information

Multi-View Face Alignment Using 3D Shape Model for View Estimation

Multi-View Face Alignment Using 3D Shape Model for View Estimation Mult-Vew Face Algnment Usng 3D Shape Model for Vew Estmaton Yanchao Su 1, Hazhou A 1, Shhong Lao 1 Computer Scence and Technology Department, Tsnghua Unversty Core Technology Center, Omron Corporaton ahz@mal.tsnghua.edu.cn

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Mult-stable Percepton Necker Cube Spnnng dancer lluson, Nobuuk Kaahara Fttng and Algnment Computer Vson Szelsk 6.1 James Has Acknowledgment: Man sldes from Derek Hoem, Lana Lazebnk, and Grauman&Lebe 2008

More information

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

Histogram of Template for Pedestrian Detection

Histogram of Template for Pedestrian Detection PAPER IEICE TRANS. FUNDAMENTALS/COMMUN./ELECTRON./INF. & SYST., VOL. E85-A/B/C/D, No. xx JANUARY 20xx Hstogram of Template for Pedestran Detecton Shaopeng Tang, Non Member, Satosh Goto Fellow Summary In

More information

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images A B-Snake Model Usng Statstcal and Geometrc Informaton - Applcatons to Medcal Images Yue Wang, Eam Khwang Teoh and Dnggang Shen 2 School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty

More information

Combination of Local Multiple Patterns and Exponential Discriminant Analysis for Facial Recognition

Combination of Local Multiple Patterns and Exponential Discriminant Analysis for Facial Recognition Sensors & ransducers 203 by IFSA http://.sensorsportal.com Combnaton of Local Multple Patterns and Exponental Dscrmnant Analyss for Facal Recognton, 2 Lfang Zhou, 2 Bn Fang, 3 Wesheng L, 3 Ldou Wang College

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information