Face Recognition Methods Based on Feedforward Neural Networks, Principal Component Analysis and Self-Organizing Map

Size: px
Start display at page:

Download "Face Recognition Methods Based on Feedforward Neural Networks, Principal Component Analysis and Self-Organizing Map"

Transcription

1 RADIOENGINEERING, VOL. 16, NO. 1, APRIL Face Recognton Methods Based on Feedforward Neural Networks, Prncpal Component Analyss and Self-Organzng Map Mloš ORAVEC, Jarmla PAVLOVIČOVÁ Dept. of elecommuncatons, Faculty of Electrcal Engneerng and Informaton echnology, Slovak Unversty of echnology, Ilkovčova 3, Bratslava, Slovak Republc Abstract. In ths contrbuton, human face as bometrc [1] s consdered. Orgnal method of feature extracton from mage data s ntroduced usng (multlayer perceptron) and PCA (prncpal component analyss). hs method s used n human face recognton system and results are compared to face recognton system usng PCA drectly, to a system wth drect classfcaton of nput mages by and RBF (radal bass functon) networks, and to a system usng as a feature extractor and and RBF networks n the role of classfer. Also a twostage method for face recognton s presented, n whch Kohonen self-organzng map s used as a feature extractor. and RBF network are used as classfers. In order to obtan deeper nsght nto presented methods, also vsualzatons of nternal representaton of nput data obtaned by neural networks are presented. Keywords Bometrcs, face recognton, neural networks, PCA, multlayer perceptron, radal-bass functon network, self-organzng map, vsualzaton, LDA, kernels. 1. Introducton 1.1 Multlayer Perceptron Basc multlayer perceptron () buldng unt s a model of artfcal neuron. hs unt computes the weghted sum of the nputs plus the threshold weght and passes ths sum through the actvaton functon (usually sgmod) [2]: v y p = 1 p = θ + w x = w x (1) ( v ) = 0 = ϕ (2) where v s lnear combnaton of nputs, x 2,, of the neuron, w 0 =θ s the threshold weght connected to the specal nput x 0 =-1, y s the output of the neuron and φ ( ) s ts actvaton functon. Heren we use the well-known logstc functon, whch s the specal form of sgmodal (non-constant, bounded, and monotone-ncreasng) actvaton functon y 1 = 1+ exp ( v ). (3) In a multlayer perceptron, the outputs of the unts n one layer form the nputs to the next layer. he weghts of the network are usually computed by tranng the network usng the backpropagaton (BP) algorthm. A multlayer perceptron represents nested sgmodal scheme [2], ts form for sngle output neuron s ( ) F x, w = ϕ w oϕ w kϕ Kϕ wl x K (4) k where φ( ) s a sgmodal actvaton functon, w o s the synaptc weght from the neuron n the last hdden layer to the sngle output neuron o, and so on for the other synaptc weghts, x s the -th element of the nput vector x. he weght vector w denotes the entre set of synaptc weghts ordered by layer, then neurons n a layer, and then number n a neuron. 1.2 Radal Bass Functon Network Radal bass functon (RBF) network [3], [4], [2] s based on a multvarable nterpolaton: Gven a set of N dstnct vectors {x 0 R p = 1,, N} and N real numbers {d 0 R = 1,, N}, the am s to fnd a functon f: R p R satsfyng the condton f(x )=d, =1,, N. RBF approach works wth N radal bass functons (RBF) Φ, where Φ : R p R, =1,,N and Φ = (2x-c 2), where Φ: R + R, x 0 R p, 2 2 s a norm on R p, c 0 R p are centers of RBFs. Centers are set to c = x 0 R p, =1,,N. A very often used form of RBF s the Gaussan functon Φ(x)=exp(-x 2 /2σ 2 ), where σ s a wdth (parameter). Functons Φ, =1,,N form the bass of a lnear space and the nterpolaton functon f s ther lnear combnaton

2 52 M.ORAVEC, J. PAVLOVIČOVÁ, FACE RECOGNIION MEHODS BASED ON f N ( ) = w ( x c ) x φ (5) = 1 Interpolaton problem s smple to solve, n contrast to approxmaton problem (there s N gven ponts and n 0 functons Φ, where n 0 < N.), whch s more complcated. hen t s a problem to set centers c, =1,,n 0, also the parameter σ of each RBF can be not the same for all RBFs. One possble soluton f approxmaton problem s a neural network soluton. RBF network s a feedforward network consstng of nput, one hdden, and output layer. he nput layer dstrbutes nput vectors nto the network, the hdden layer represents RBFs Φ. Lnear output neurons compute lnear combnatons of ther nputs. RBF network learnng conssts of more dfferent steps (a descrpton of RBF network learnng can be found n [3], [4]). 1.3 Self-Organzng Map Self-organzng map [5] s a neural network, whch we use here for the desgn of a codebook for vector quantzaton [6]. It usually conssts of two-dmensonal lattce of neurons wth weght vectors w. We denote nput vectors as x. he updatng process (n dscrete-tme notaton) s: w h c ( n ) = w ( n) + h ( n) [ x( n) w ( n) ] +1 (6) 2 2 ( n) h0 ( n) exp( - r rc / β ) c = (7) where the neurons coordnates c and are denoted by the vectors r c and r, h 0 = h 0 (n) and β = β(n) are sutable decreasng functons of tme. More detals about self-organzng map tranng can be found n [5]. and synthess (nverse transform) s represented by p 1 = x = Ua a u. (10) = 0 Fg. 1. Subects n the face database. 1.4 Prncpal Component Analyss Prncpal component analyss PCA [2] s a standard statstcal method used for feature extracton. It transforms the nput data represented by a random vector x=[x 0,,x 2,,-1 ], E[x]=0 wth a correlaton matrx R x =E[xx ]=R x to a set of coeffcents (prncpal components) a = u x = x u, = 0,1, K, p 1 (8) represented by the vector a=[a 0,a 1,a 2, a p-1 ]. Unt vectors u =[u 0,u 1,u 2, u p-1 ], (2u2= u u = 1) form the matrx U=[u 0,u 1,u 2,,u p-1 ] and they are egenvectors of the correlaton matrx R x assocated wth the egenvalues λ 0,λ 1,,λ p-1, where λ 0 >λ 1 > >λ p-1 and λ 0 =λ MAX. he most mportant egenvectors are those correspondng to the largest egenvalues of R x. he representaton of nput data (analyss, forward transform) s defned by a = x U = U x (9) Fg. 2. Examples of one subect. It s possble to represent the nput data by a reduced number of prncpal components (dmensonalty reducton). he transform uses the egenvectors correspondng to the largest egenvalues of R x, and those correspondng to small egenvalues are dscarded m 1 = x a u. m < p (11) = 0 hen the vector x s an approxmaton of x, whle λ 0 >λ 1 > λ m-1 >λ m > >λ p-1.

3 RADIOENGINEERING, VOL. 16, NO. 1, APRIL Face Database We use the face database from MI (Massachusetts Insttute of echnology) [7]. MI face database, frst tme used n [8] belongs to the well known publc doman face databases [9], such as Yale [10] and ORL databases [11]. It s mentoned and used n up-to-date works relatng to facal bometrc, e.g. [9], [12], [13], [14]. MI database conssts of face mages of 16 people (shown n Fg. 1), 27 of each person under varous condtons of llumnaton, scale, and head orentaton. It means, the total number of face mages s 432. Each mage s 64 (wdth) by 60 (heght) pxels, eght-bt grayscale. An example of dfferent face mages (patterns) belongng to the same class s shown n Fg Face Recognton Methods We use several dfferent methods here; they are shown n Fg. 3, wth the summary of results shown n Fg. 12. At frst, we are concerned wth one-stage recognton systems wthout feature extracton stage: a. he drect classfcaton of nput face mages by multlayer perceptron () and radal-bass functon network (RBF) s shown n Fg. 3a). he confguraton of was 64x60-16 (.e nput neurons and 16 output neurons). he nput layer of ths confguraton agrees wth number of pxels n an nput mage (64x60=3840). was traned on the tranng face set contanng 48 faces (those 16 shown n Fg. 1 plus other 32 mages - two dfferent scales of Fg. 1). correctly classfed % of test faces, (300 successfully recognzed faces from the total 384 test faces). Receptve felds of output neurons of such classfer are vsualzed n Fg. 4. We traned also s contanng one hdden layer wth a dfferent number of neurons (16, 32, 48, 96, 144, and 192). Recognton results were from 66.2 % to 78.24%. he confguraton of RBF network was 64x (48 tranng faces f network classfer, whch gves the best results wth 48 RBF neurons n the hdden layer). Receptve felds of hdden neurons of RBF classfer are shown n Fg. 5. RBF network behavor was comparable to the network correctly classfed % of test faces. hese results are shown as methods No. 6 and 7 n Fg.12. We traned also RBF networks wth a dfferent number of hdden neurons (16, 32, 96, 144, and 192). Recognton results were from % to %. x 2 classfer x2 PCA a) b) Eucldan dstance x2 block HLO mage compresson & formaton x2 ML P block compresson x 2 X 1 X 2 X p & Non-block compresson VQ by SOM c) HLO mage formaton d) e) Index mage PCA classfer Classfer classfer Eucldan dstance f) Fg. 3. Face recognton methods used n ths paper. he methods followng from ths pont, n contrary to the method a) are based on two-stage systems, contanng both feature extracton stage and classfcaton stage: b. wo-stage system, where PCA s appled drectly to face mages wth Eucldan dstance as a classfcaton measure s shown n Fg. 3b). he correlaton matrx was computed from 48 tranng faces (the same as method a)) and for classfcaton frst 48 egenvectors of the correlaton matrx are used (Fg. 6 shows the frst 48 egenfaces of the correlaton matrx) % of test faces was recognzed successfully (313 from the total 384). hs result corresponds to the method No. 3 n Fg. 12. c. Our proposed method s shown n Fg. 3c). As the frst stage, block compresson s used. 64x60 nput face mages are dvded to 16x15 blocks. confguraton s 16x x15 (.e. 240 nput and output neurons and 15 hdden neurons). Each face mage s then represented by 240 hdden layer outputs. he compresson perceptron was traned on the frst twelve faces from Fg. 1, remanng four face mages were used for testng purposes. Compresson capablty of s llustrated n Fg. 7, where a low qualty of reconstructons can be seen. After tranng, all nput faces were represented by hdden layer outputs (HLO), whch were used for HLO mage formaton, 240 HLO for each nput mage were used for formaton of the 60x4 HLO mage. 16 HLO mages correspondng to faces n Fg. 1 are shown n Fg. 8. hen, PCA was appled on ths representaton of nput data - correlaton matrx 240x240 was computed from 48 HLO mages correspondng to 48 tranng mages (used also n the two prevous methods). hese 48 egenvectors (or, better sayng, 48 prncpal components obtaned by proecton of nput data onto these egenvectors) are used for classfcaton, where classfcaton crteron s Eucldan dstance. hs proposed system recognzes % of the test faces successfully (319 of the total 384). See method No. 1 n Fg. 12.

4 54 M.ORAVEC, J. PAVLOVIČOVÁ, FACE RECOGNIION MEHODS BASED ON d. For comparson purposes, we present the method based on c), where classfer s replaced by network (see Fg. 3d). It means 240 hdden layer outputs (60x4 HLO mage) of compresson are now nput to classfcaton wth 240 nput and 16 output neurons. hs system recognzes 73.7 % test faces successfully (283 of the total 384). hs result s shown as the method No. 9 n Fg. 12. We tred also s wth one hdden layer con tanng 16, 32, 48, 96, and 144 neurons and also two hdden layers contanng 96 and 48 neurons. he results vared from 61.2 % to %. In the case of RBF network classfer of confguraton gves recognton success % (316 of 384 test faces). hs result s shown as the method No. 2 n Fg. 12. Other RBF confguratons wth 16, 32, 96, and 144 hdden neurons gave results from % to %. Fg. 4. Receptve felds of output neurons of classfer 64x Fg. 5. Receptve felds of 48 hdden neurons of RBF classfer 64x e. In order to compare results of recognton usng compresson networks for feature extracton, we present also non-block compresson workng n autoassocatve mode [15], [16] followed by network classfer (Fg. 3e). he tranng set for compresson agan conssted of 48 faces (dentcal wth the tranng set n method a). he confguraton of compresson was 64x x60 (s wth 16 and 96 hdden neurons were also examned, but reconstructon results were of lower qualty). Fg. 9 shows reconstructons of a subset of tranng and test sets by such compresson. Its receptve and proectve felds are shown n Fg. 10. Hdden layer outputs serve as nput to classfcaton networks. he best classfcaton results were obtaned by (74.74 %,.e. 287 of 384 faces were recognzed successfully) and RBF network (72.40 %,.e. 278 of 384). hese results correspond to the methods No. 8 and 10 n Fg. 12. Other and RBF network confguratons gave the results from % to %. f. Our last method s based on self-organzng systems wth compettve learnng. hs method uses feature extracton method from mage data, whch s based on vector quantzaton (VQ) of mages usng Kohonen selforganzng map for codebook desgn. he ndexes used for mage transmsson are used to recognze faces. hs method s descrbed n detal n [17]. We perform vector quantzaton on 64x60 face mages dvdng orgnal mages to 4x4 blocks. For mage vector quantzaton, we used the confguraton of the self-organzng map of 16x16 neurons wth 16-dmensonal weght vectors, what corresponds to bt rate 0.5 bt/pxel compared to 8 bt/pxel orgnal mages. For tranng ths map, frst twelve 64x60 mages from Fg. 1 dvded to 4x4 blocks were used. Remanng four mages from Fg. 1 were used for testng. Each face mage s after vector quantzaton represented by 240 eght-bt ndexes, we form them to 16x15 eght bt/pxel mage (examples of such ndex mages correspondng to orgnal faces from Fg. 1 are shown n Fg. 11) whch then serves as the nput to network classfer. hs s shown n Fg. 3f). Both networks had 240 (16x15) nputs. he confguraton of was and confguraton of RBF network was hs system usng RBF network recognzes % test faces successfully (310 of 384 test faces). In the case of classfer of confguraton gves recognton success % (307 of total 384 test faces). hese results are shown as the methods No. 4 and 5 n Fg. 12. Other confguratons of and RBF networks reached from 61.2 % to %. Fg. 6. Frst 48 egenvectors of correlaton matrx of nput data (egenfaces).

5 RADIOENGINEERING, VOL. 16, NO. 1, APRIL Fg. 7. Orgnals and reconstructons of face mages from Fg. 1 by (left-to-rght 12 tranng faces and 4 test faces). Fg. 8. Images of hdden layer outputs (HLO mages) of for 16 faces from Fg. 1 (dmensons are 60x4 pxels). Fg. 9. Reconstructon of subset of tranng set (top) and subset of test set (bottom) by compresson 64x x60. Fg. 10. Receptve and proectve felds of compresson 64x x60 (holons). Fg.11. Index mages (each of 16 mages s 16x15 pxels) correspondng to Fg. 1, zoomed.

6 56 M.ORAVEC, J. PAVLOVIČOVÁ, FACE RECOGNIION MEHODS BASED ON Methods ordered by recognton success 1) PCA-hlo{} 2) block-rbf 3) PCA 4) blocksom-rbf 5) blocksom- 83,07 82,29 81,51 80,73 79,95 6) RBF 7) 78,12 78,12 8) - 9) block- 10) -RBF 72,4 73,7 74, Fg. 12. Comparson of presented methods for 384 test faces (% of successfully recognzed faces). 4. Conclusons We presented the orgnal method for nternal representaton of nput data by. It uses multlayer perceptron for block compresson of mage data and t s based on formaton of outputs of hdden layer to an mage (so called HLO mage-hdden layer outputs mage), whch s then further processed by PCA. hs method s heren successfully appled n human face recognton system. Although one can note relatvely poor results for reconstructed mages n the compresson stage (Fg. 7), the proposed face recognton system gves the best results, what can be seen whle comparng ths method to all other presented methods. hese methods cover one- and twostage recognton systems and they nclude feedforward neural networks both n the role of feature extractor and classfer. Also self-organzed map s used n the role of feature extractor. Snce nternal representaton of nput data created by neural networks (Fg. 4, 5, 8, 10, 11) and reconstructon of nput data s shown (Fg. 7, 9), we hope ths paper gves deeper nsght nto face recognton systems usng PCA, feedforward neural networks and self-organzng systems. In ths paper, we have not consdered mage preprocessng. he preprocessng could mprove recognton results, ts mplementaton s llustrated e.g. n [18], [19]. Generally, mage preprocessng deals wth dgtal mage processng procedures such as mage resamplng, hstogram equalzaton, color balance, etc. Other mportant procedures nclude face detecton [12],.e. localzaton of a face n an mage wth determnng face sze (dstance from camera), rotaton wth followng normalzaton of face to scale, llumnaton, rotaton, etc. We accent that all used methods cover the broad spectrum of tools used for face recognton purposes: two types of feedforward neural networks ( and RBF network), standard statstcal tool PCA, and Kohonen self organzng map. It s nterestng, that all these tools appeared even n 4 best methods (ordered by recognton success) n Fg. 12. Of course, other algorthms or combnaton of presented methods wth other methods s possble for face recognton. For example, t s possble to combne PCA wth some other standard technque. In [20] a fuson of PCA wth lnear dscrmnant analyss LDA s presented. LDA was found to have useful propertes t s nsenstve to large varaton n lghtng drecton and facal expresson. It s generally beleved, that algorthms based on LDA are superor to those based on PCA. In [21], however, authors show that when the tranng data set s small, PCA can outperform LDA, and also that PCA s less senstve to dfferent tranng data sets. Such result s ustfed also n [22], where agan combnaton of PCA and LDA n the form of boosted hybrd dscrmnant analyss s presented. Nonlnear boostng process was used for effcent parameter searchng and to combne classfers adaptvely. At present, the range of these tools becomes even broader. Kernel methods are utlzed also for recognton purposes [23-27]. Kernel-based prncpal component analyss KPCA, kernel-based lnear dscrmnant analyss KLDA, kernel radal bass functon networks KRBF and support vector machnes SVM are examples of kernel methods. hey can be used for feature extracton, as well as classfcaton. Several papers dealng wth kernel methods for face recognton have appeared, e.g. [24-27]. he kernel algorthms are computatonally very complex, but they seem to be promsng alternatve to conventonal lnear methods. Due to computatonal complexty, KPCA and KLDA are often used for nput mages of dmensons

7 RADIOENGINEERING, VOL. 16, NO. 1, APRIL x23 pxels [24], [25] or 80x80 pxels [27]. It can be seen, that all these tools play an mportant role n up-to-date face recognton systems. Face recognton s consdered to be a part of a bometrc system. Its ncludng nto multmodal bometrc systems [1] can ensure hgher level of securty n an open socety. Acknowledgements he research descrbed n the paper was fnancally supported by the Slovak Grant Agency VEGA under grant No. 1/3117/06. References [1] JAIN, A. K., ROSS, A., PRABHAKAR, S. An ntroducton to bometrc recognton. IEEE rans. Crcuts and Systems for Vdeo echnology, 2004, vol. 14, no. 1, p [2] HAYKIN, S. Neural Networks - A Comprehensve Foundaton. New York: Macmllan College Publshng Company, [3] HLAVÁČKOVÁ, K., NERUDA, R., Radal bass functon networks. Neural Network World, 1993, no. 1, p [4] POGGIO,., GIROSI, F. Networks for approxmaton and learnng. Proc. of the IEEE, 1990, vol. 78, no. 9, p [5] KOHONEN,. he self-organzng map. Proc. of the IEEE, 1990, vol. 78, no. 9, p [6] NASRABADI, N. M., KING, R. A. Image codng usng vector quantzaton: A revew. IEEE rans. on Communcatons, 1988, vol. 36, no. 8, p [7] MI Face Database, ftp://whtechapel.meda.mt.edu/pub/mages. [8] URK, M., PENLAND, A. Egenfaces for recognton. Journal of Cogntve Neuroscence, 1991, vol. 3, no. 1, 1991, p [9] WANG, Y., IENIU AN,., JAIN, A. K., Combnng face and rs bometrcs for dentty verfcaton. In Proc. of the 4 th Int. Conf. on Audo- and Vdeo-Based Bometrc Person Authentcaton (AVBPA). Guldford (UK), 2003, p [10] Yale Unversty Face Database, [11] SAMARIA, F., HARER, A, Parameterzaton of a stochastc model for human face dentfcaton. In Proc. of the 2 nd IEEE Workshop on Applcatons of Computer Vson. 1994, p [12] YANG, M. H., KRIEGMAN, D. J. Detectng faces n mages: A survey. IEEE rans. Pattern Analyss and Machne Intellgence, 2002, vol. 24, no. 1, p [13] LU, X. Image analyss for face recognton, personal notes. May [14] BLACK, J. A., JR, GARGESHA, M., KAHOL,K., KUCHI, P., PANCHANAHAN, S. A framework for performance evaluaton of face recognton algorthms. ICOM, Internet Multmeda Systems II, Boston, July 2002, p [15] CORELL, G. W., MUNRO, P. Prncpal components analyss of mages va back propagaton. SPIE Vol Vsual Communcatons and Image Processng 88, 1988, p [16] CORELL, G. W., MUNRO, P., ZIPSER, D. Image compresson by back propagaton: An example of extensonal programmng. In Sharkey,N.E. (Ed.): Models of Cognton: A Revew of Cognton Scence, New Jersey: Norwood, [17] ORAVEC, M. A method for feature extracton from mage data by neural network vector quantzaton. In Proc. of the 6 th Internatonal Workshop on Systems, Sgnals and Image Processng IWSSIP 99, Bratslava (Slovaka), June 2-4, 1999, p [18] BESZÉDEŠ, M. Color nformaton analyss for obects detecton. In Proc. of the 5 th EURASIP Conference focused on Speech and Image Processng, Multmeda Communcatons and Servces, Smolence, (Slovaka), June 29 - July , p [19] BESZÉDEŠ, M., ORAVEC, M. A system for localzaton of human faces n mages usng neural networks. Journal of Electrcal Engneerng, 2005, vol. 56, no. 7-8, p [20] MARCIALIS, G. L., ROLI, F. Fuson of LDA and PCA for face recognton. In Proc. of the Workshop on Machne Vson and Percepton. 8th Meetng of the Italan Assocaton of Artfcal Intellgence (AI*IA), Sena (Italy), September 10-13, [21] MARINEZ, A. M., KAK, A. C. PCA versus LDA. IEEE rans. Pattern Analyss and Machne Intellgence, 2001, vol. 23, no.2, pp [22] YU, J., IAN, Q., Constructng descrptve and dscrmnant features for face classfcaton. In Proc. of IEEE Int. Conf. on Acoustcs, Speech, and Sgnal Processng (ICASSP). oulouse (France), May 14-19, 2006, p. II II-124. [23] MULLER, K., MIKA, S., RASCH, G., SUDA, K., SCHOLKOPF, B. An ntroducton to kernel-based learnng algorthms. IEEE ransactons on Neural Networks, 2001, vol. 12, no. 2, p [24] WANG, Y., JIAR, Y., HU, C., URK, M. Face recognton based on kernel radal bass functon networks. Asan Conference on Computer Vson, Korea, January 27-30, 2004, pp , [25] GUPA, H., AGRAWAL, A. K., PRUHI,. et al. An expermental evaluaton of lnear and kernel-based methods for face recognton. In Proc. of the 6 th Workshop on Applcatons of Computer Vson WACV 02, 0/ pdf. [26] YANG, M., Kernel egenfaces vs. kernel fsherfaces: Face recognton usng kernel methods. IEEE Int. Conf. on Automatc Face and Gesture Recognton. Mountan Vew (Calforna), 2002, p [27] YANG, J,. FRANGI, A. F., YANG, J. Y, ZHANG, D., JIN, Z. KPCA plus LDA: A complete kernel Fsher dscrmnant framework for feature extracton and recognton. IEEE ransactons on Pattern Analyss and Machne Intellgence, 2005, vol. 27, no. 2, p About Authors Mloš ORAVEC receved the MSc., PhD. and Assoc. Prof. degrees n telecommuncaton engneerng from the Faculty of Electrcal Engneerng and Informaton echnology, Slovak Unversty of echnology (FEI SU) n Bratslava n 1990, 1996 and 2002, respectvely. He s wth the Dept. of elecommuncatons, FEI SU. He s a member of the IE. Hs research nterests nclude mage processng, neural networks and communcaton networks. Jarmla PAVLOVIČOVÁ receved the MSc., PhD. and Assoc. Prof. degrees n telecommuncaton engneerng from the FEI SU n Bratslava n 1986, 2002 and 2006 respectvely. She s wth the Dept. of elecommuncatons, FEI SU Bratslava. Her research nterests nclude mage processng, especally mage segmentaton.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

LOCAL FEATURE EXTRACTION AND MATCHING METHOD FOR REAL-TIME FACE RECOGNITION SYSTEM. Ho-Chul Shin, Hae Chul Choi and Seong-Dae Kim

LOCAL FEATURE EXTRACTION AND MATCHING METHOD FOR REAL-TIME FACE RECOGNITION SYSTEM. Ho-Chul Shin, Hae Chul Choi and Seong-Dae Kim LOCAL FEATURE EXTRACTIO AD MATCHIG METHOD FOR REAL-TIME FACE RECOGITIO SYSTEM Ho-Chul Shn, Hae Chul Cho and Seong-Dae Km Vsual Communcatons Lab., Department of EECS Korea Advanced Insttute of Scence and

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

An Efficient Illumination Normalization Method with Fuzzy LDA Feature Extractor for Face Recognition

An Efficient Illumination Normalization Method with Fuzzy LDA Feature Extractor for Face Recognition www.mer.com Vol.2, Issue.1, pp-060-065 ISS: 2249-6645 An Effcent Illumnaton ormalzaton Meod w Fuzzy LDA Feature Extractor for Face Recognton Behzad Bozorgtabar 1, Hamed Azam 2 (Department of Electrcal

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

PCA Based Gait Segmentation

PCA Based Gait Segmentation Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton PCA Based Gat Segmentaton Honggu L, Cupng Sh, and Xngguo L 2 Electronc Department, Physcs College, Yangzhou Unversty, 225002 Yangzhou, Chna 2 Department

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

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

Two-Dimensional Supervised Discriminant Projection Method For Feature Extraction

Two-Dimensional Supervised Discriminant Projection Method For Feature Extraction Appl. Math. Inf. c. 6 No. pp. 8-85 (0) Appled Mathematcs & Informaton cences An Internatonal Journal @ 0 NP Natural cences Publshng Cor. wo-dmensonal upervsed Dscrmnant Proecton Method For Feature Extracton

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

CLASSIFICATION OF ULTRASONIC SIGNALS

CLASSIFICATION OF ULTRASONIC SIGNALS The 8 th Internatonal Conference of the Slovenan Socety for Non-Destructve Testng»Applcaton of Contemporary Non-Destructve Testng n Engneerng«September -3, 5, Portorož, Slovena, pp. 7-33 CLASSIFICATION

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

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

Learning a Class-Specific Dictionary for Facial Expression Recognition

Learning a Class-Specific Dictionary for Facial Expression Recognition BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 4 Sofa 016 Prnt ISSN: 1311-970; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-016-0067 Learnng a Class-Specfc Dctonary for

More information

Face Recognition Based on Neuro-Fuzzy System

Face Recognition Based on Neuro-Fuzzy System IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.9 No.4, Aprl 2009 39 Face Recognton Based on Neuro-Fuzzy System Nna aher Makhsoos, Reza Ebrahmpour and Alreza Hajany Department of

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

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

Face Recognition using Wavelet, PCA, and Neural Networks

Face Recognition using Wavelet, PCA, and Neural Networks Proceedng of the Frst Internatonal Conference on Modelng, Smulaton and Appled Optmzaton, Sharjah, U.A.E. February -3, 005 Face Recognton usng, PCA, and Neural Networks Masoud Mazloom Sharf Unversty of

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

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

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

Facial Expression Recognition Using Sparse Representation

Facial Expression Recognition Using Sparse Representation Facal Expresson Recognton Usng Sparse Representaton SHIQING ZHANG, XIAOMING ZHAO, BICHENG LEI School of Physcs and Electronc Engneerng azhou Unversty azhou 38000 CHINA tzczsq@63.com, lebcheng@63.com Department

More information

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 2, June 2015, Page 14

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 2, June 2015, Page 14 Computer Aded Draftng, Desgn and Manufacturng Volume 5, Number, June 015, Page 14 CADDM Face Recognton Algorthm Fusng Monogenc Bnary Codng and Collaboratve Representaton FU Yu-xan, PENG Lang-yu College

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

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

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

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

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

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

Palmprint Recognition Using Directional Representation and Compresses Sensing

Palmprint Recognition Using Directional Representation and Compresses Sensing Research Journal of Appled Scences, Engneerng and echnology 4(22): 4724-4728, 2012 ISSN: 2040-7467 Maxwell Scentfc Organzaton, 2012 Submtted: March 31, 2012 Accepted: Aprl 30, 2012 Publshed: November 15,

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

Kernel Collaborative Representation Classification Based on Adaptive Dictionary Learning

Kernel Collaborative Representation Classification Based on Adaptive Dictionary Learning Internatonal Journal of Intellgent Informaton Systems 2018; 7(2): 15-22 http://www.scencepublshnggroup.com/j/js do: 10.11648/j.js.20180702.11 ISSN: 2328-7675 (Prnt); ISSN: 2328-7683 (Onlne) Kernel Collaboratve

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

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

An AAM-based Face Shape Classification Method Used for Facial Expression Recognition

An AAM-based Face Shape Classification Method Used for Facial Expression Recognition Internatonal Journal of Research n Engneerng and Technology (IJRET) Vol. 2, No. 4, 23 ISSN 2277 4378 An AAM-based Face Shape Classfcaton Method Used for Facal Expresson Recognton Lunng. L, Jaehyun So,

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

Feature Extractions for Iris Recognition

Feature Extractions for Iris Recognition Feature Extractons for Irs Recognton Jnwook Go, Jan Jang, Yllbyung Lee, and Chulhee Lee Department of Electrcal and Electronc Engneerng, Yonse Unversty 134 Shnchon-Dong, Seodaemoon-Gu, Seoul, KOREA Emal:

More information

On Modeling Variations For Face Authentication

On Modeling Variations For Face Authentication On Modelng Varatons For Face Authentcaton Xaomng Lu Tsuhan Chen B.V.K. Vjaya Kumar Department of Electrcal and Computer Engneerng, Carnege Mellon Unversty Abstract In ths paper, we present a scheme for

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

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

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

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

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

RECOGNITION AND AGE PREDICTION WITH DIGITAL IMAGES OF MISSING CHILDREN

RECOGNITION AND AGE PREDICTION WITH DIGITAL IMAGES OF MISSING CHILDREN RECOGNIION AND AGE PREDICION WIH DIGIAL IMAGES OF MISSING CHILDREN A Wrtng Project Presented to he Faculty of the Department of Computer Scence San Jose State Unversty In Partal Fulfllment of the Requrements

More information

FACE RECOGNITION USING MAP DISCRIMINANT ON YCBCR COLOR SPACE

FACE RECOGNITION USING MAP DISCRIMINANT ON YCBCR COLOR SPACE FAC RCOGNIION USING MAP DISCRIMINAN ON YCBCR COLOR SPAC I Gede Pasek Suta Wjaya lectrcal ngneerng Department, ngneerng Faculty, Mataram Unversty. Jl. Majapaht 62 Mataram, West Nusa enggara, Indonesa. mal:

More information

Face Recognition by Fusing Binary Edge Feature and Second-order Mutual Information

Face Recognition by Fusing Binary Edge Feature and Second-order Mutual Information Face Recognton by Fusng Bnary Edge Feature and Second-order Mutual Informaton Jatao Song, Bejng Chen, We Wang, Xaobo Ren School of Electronc and Informaton Engneerng, Nngbo Unversty of Technology Nngbo,

More information

Vol. 5, No. 3 March 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Vol. 5, No. 3 March 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Journal of Emergng Trends n Computng and Informaton Scences 009-03 CIS Journal. All rghts reserved. http://www.csjournal.org Unhealthy Detecton n Lvestock Texture Images usng Subsampled Contourlet Transform

More information

Identification of a Person using Multimodal Biometric System

Identification of a Person using Multimodal Biometric System Internatonal Journal of Computer Applcatons (0975 8887) Identfcaton of a Person usng Multmodal Bometrc System.C. Sabareeswar M.E-Appled Electroncs Anna Unversty, runelvel. S. Lenty Stuwart Assstant Professor,

More information

Robust Face Recognition Using Eigen Faces and Karhunen-Loeve Algorithm

Robust Face Recognition Using Eigen Faces and Karhunen-Loeve Algorithm Robust Face Recognton Usng Egen Faces and Karhunen-Loeve Algorthm Parvnder S. Sandhu, Iqbaldeep Kaur, Amt Verma, Prateek Gupta Abstract The current research paper s an mplementaton of Egen Faces and Karhunen-Loeve

More information

FACIAL FEATURE EXTRACTION TECHNIQUES FOR FACE RECOGNITION

FACIAL FEATURE EXTRACTION TECHNIQUES FOR FACE RECOGNITION Journal of omputer Scence 10 (12): 2360-2365, 2014 ISSN: 1549-3636 2014 Rahb H. Abyev, hs open access artcle s dstrbuted under a reatve ommons Attrbuton (-BY) 3.0 lcense do:10.3844/jcssp.2014.2360.2365

More information

INTELLECT SENSING OF NEURAL NETWORK THAT TRAINED TO CLASSIFY COMPLEX SIGNALS. Reznik A. Galinskaya A.

INTELLECT SENSING OF NEURAL NETWORK THAT TRAINED TO CLASSIFY COMPLEX SIGNALS. Reznik A. Galinskaya A. Internatonal Journal "Informaton heores & Applcatons" Vol.10 173 INELLEC SENSING OF NEURAL NEWORK HA RAINED O CLASSIFY COMPLEX SIGNALS Reznk A. Galnskaya A. Abstract: An expermental comparson of nformaton

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

Non-Negative Matrix Factorization and Support Vector Data Description Based One Class Classification

Non-Negative Matrix Factorization and Support Vector Data Description Based One Class Classification IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 5, No, September 01 ISSN (Onlne): 1694-0814 www.ijcsi.org 36 Non-Negatve Matrx Factorzaton and Support Vector Data Descrpton Based One

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

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

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1 A New Feature of Unformty of Image Texture Drectons Concdng wth the Human Eyes Percepton Xng-Jan He, De-Shuang Huang, Yue Zhang, Tat-Mng Lo 2, and Mchael R. Lyu 3 Intellgent Computng Lab, Insttute of Intellgent

More information

Comparing Image Representations for Training a Convolutional Neural Network to Classify Gender

Comparing Image Representations for Training a Convolutional Neural Network to Classify Gender 2013 Frst Internatonal Conference on Artfcal Intellgence, Modellng & Smulaton Comparng Image Representatons for Tranng a Convolutonal Neural Network to Classfy Gender Choon-Boon Ng, Yong-Haur Tay, Bok-Mn

More information

Iris recognition algorithm based on point covering of high-dimensional space and neural network

Iris recognition algorithm based on point covering of high-dimensional space and neural network Irs recognton algorthm based on pont coverng of hgh-dmensonal space and neural network Wenmng Cao,, Janhu Hu, Gang Xao, Shoujue Wang The College of Informaton Engneerng, ZheJang Unversty of Technology,

More information

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram Shape Representaton Robust to the Sketchng Order Usng Dstance Map and Drecton Hstogram Department of Computer Scence Yonse Unversty Kwon Yun CONTENTS Revew Topc Proposed Method System Overvew Sketch Normalzaton

More information

Competitive Sparse Representation Classification for Face Recognition

Competitive Sparse Representation Classification for Face Recognition Vol. 6, No. 8, 05 Compettve Sparse Representaton Classfcaton for Face Recognton Yng Lu Chongqng Key Laboratory of Computatonal Intellgence Chongqng Unversty of Posts and elecommuncatons Chongqng, Chna

More information

Flatten a Curved Space by Kernel: From Einstein to Euclid

Flatten a Curved Space by Kernel: From Einstein to Euclid Flatten a Curved Space by Kernel: From Ensten to Eucld Quyuan Huang, Dapeng Olver Wu Ensten s general theory of relatvty fundamentally changed our vew about the physcal world. Dfferent from Newton s theory,

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

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

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

Combination of Color and Local Patterns as a Feature Vector for CBIR

Combination of Color and Local Patterns as a Feature Vector for CBIR Internatonal Journal of Computer Applcatons (975 8887) Volume 99 No.1, August 214 Combnaton of Color and Local Patterns as a Feature Vector for CBIR L.Koteswara Rao Asst.Professor, Dept of ECE Faculty

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

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

Shape-adaptive DCT and Its Application in Region-based Image Coding

Shape-adaptive DCT and Its Application in Region-based Image Coding Internatonal Journal of Sgnal Processng, Image Processng and Pattern Recognton, pp.99-108 http://dx.do.org/10.14257/sp.2014.7.1.10 Shape-adaptve DCT and Its Applcaton n Regon-based Image Codng Yamn Zheng,

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

Research and Application of Fingerprint Recognition Based on MATLAB

Research and Application of Fingerprint Recognition Based on MATLAB Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 205, 7, 07-07 Open Access Research and Applcaton of Fngerprnt Recognton Based on MATLAB Nng Lu* Department

More information

Feature Selection By KDDA For SVM-Based MultiView Face Recognition

Feature Selection By KDDA For SVM-Based MultiView Face Recognition SEI 007 4 rth Internatonal Conference: Scences of Electronc, echnologes of Informaton and elecommuncatons March 5-9, 007 UNISIA Feature Selecton By KDDA For SVM-Based MultVew Face ecognton Seyyed Majd

More information

IMAGE FUSION TECHNIQUES

IMAGE FUSION TECHNIQUES Int. J. Chem. Sc.: 14(S3), 2016, 812-816 ISSN 0972-768X www.sadgurupublcatons.com IMAGE FUSION TECHNIQUES A Short Note P. SUBRAMANIAN *, M. SOWNDARIYA, S. SWATHI and SAINTA MONICA ECE Department, Aarupada

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

A Computer Vision System for Automated Container Code Recognition

A Computer Vision System for Automated Container Code Recognition A Computer Vson System for Automated Contaner Code Recognton Hsn-Chen Chen, Chh-Ka Chen, Fu-Yu Hsu, Yu-San Ln, Yu-Te Wu, Yung-Nen Sun * Abstract Contaner code examnaton s an essental step n the contaner

More information

Feature Extraction Based on Maximum Nearest Subspace Margin Criterion

Feature Extraction Based on Maximum Nearest Subspace Margin Criterion Neural Process Lett DOI 10.7/s11063-012-9252-y Feature Extracton Based on Maxmum Nearest Subspace Margn Crteron Y Chen Zhenzhen L Zhong Jn Sprnger Scence+Busness Meda New York 2012 Abstract Based on the

More information

Performance Assessment and Fault Diagnosis for Hydraulic Pump Based on WPT and SOM

Performance Assessment and Fault Diagnosis for Hydraulic Pump Based on WPT and SOM Performance Assessment and Fault Dagnoss for Hydraulc Pump Based on WPT and SOM Be Jkun, Lu Chen and Wang Zl PERFORMANCE ASSESSMENT AND FAULT DIAGNOSIS FOR HYDRAULIC PUMP BASED ON WPT AND SOM. Be Jkun,

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

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

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning Journal of Computer Scence 7 (3): 400-408, 2011 ISSN 1549-3636 2011 Scence Publcatons SRBIR: Semantc Regon Based Image Retreval by Extractng the Domnant Regon and Semantc Learnng 1 I. Felc Raam and 2 S.

More information

Robust Face Recognition through Local Graph Matching

Robust Face Recognition through Local Graph Matching Robust Face Recognton through Local Graph Matchng Ehsan Fazl-Ers, John S. Zele and John K. Tsotsos, Department of Computer Scence and Engneerng, Yor Unversty, Toronto, Canada E-Mal: [efazl, tsotsos]@cse.yoru.ca

More information

Tone-Aware Sparse Representation for Face Recognition

Tone-Aware Sparse Representation for Face Recognition Tone-Aware Sparse Representaton for Face Recognton Lngfeng Wang, Huayu Wu and Chunhong Pan Abstract It s stll a very challengng task to recognze a face n a real world scenaro, snce the face may be corrupted

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information