Faces Recognition with Image Feature Weights and Least Mean Square Learning Approach

Size: px
Start display at page:

Download "Faces Recognition with Image Feature Weights and Least Mean Square Learning Approach"

Transcription

1 Faces Recognton wth Image Feature Weghts an Least Mean Square Learnng Approach We-L Fang, Yng-Kue Yang an Jung-Kue Pan Dept. of Electrcal Engneerng, Natonal Tawan Un. of Sc. & Technology, Tape, Tawan Emal: Abstract - Most of DPCA-enhance approaches mprove face recognton rate whle at the expense of computaton loa. In ths paper, an approach s propose to greatly mprove face recognton rate wth slghtly ncrease computaton loa. In ths approach, the DPCA s apple aganst a face mage to extract mportant mage features for selecton. A weght s then assgne to each of selecte mage features accorng to the feature s mportance to face recognton. The least mean square (LMS) algorthm s further apple to optmze the feature weghts base on the recognton error rate urng learnng process n orer to mprove face recognton performance. The experments have been conucte aganst ORL face mage atabase to make performance comparsons among several better-known approaches, an the expermental results have emonstrate that the propose approach not only has excellent face recognton rate of 99% but also requres only slghtly hgher computaton loa than DPCA, makng the approach more practcal to real face recognton applcatons.. Keywors: face recognton, feature extracton, prncple component analyss, least mean square, weght assgnment, steepest ecent algorthm. 1 Introucton Face recognton n mage processng has been sgnfcantly mportant because t can be apple n human lfe effcacously. Research areas nclue bulng/store access control, suspect entfcaton, securty an survellance [1]- [11]. Seceral algorthms have been propose n face recognton. The best ones shoul be those that try not only to reuce computaton cost but also to ncrease recognton rate [13][14]. Base on ths vewpont, prncpal component analyss (PCA) [15] has become a popular feature extracton algorthm n recent ecaes. After PCA was propose, Yang et al. [13] propose the so-calle two-mensonal prncpal component (DPCA) algorthm amng for better feature extracton of face mages. The DPCA has acheve the goal of ncreasng recognton rate an reucng computaton cost smultaneously [13]. Because DPCA has such goo performance, varous face recognton algorthms base on DPCA ha been propose an enhance. For nstance, the approach of Two-rectonal two-mensonal PCA ((D) PCA) propose by Zhang et al. [17] s to process a face mage from transverse an longtunal axs respectvely an then perform the recognton by analyzng ther shortest menson. Low computaton cost s the avantage of ths approach. Unfortunately, ts mprovement on recognton rate s not ubqutous n relatvely large scale of tranng samples [16]. Sanguansat et al. [18] propose the approach of Twomensonal prncpal component combne two-mensonal Lnear scrmnant analyss (DPCA&DLDA) [18] to face recognton applcatons. Although ths approach solves the small sample sze problem, ts computaton cost s hgh ue to the composton of DPCA an DLDA. Meng et al. [19] propose the combnaton of DPCA wth self-efne volume measure to perform feature extracton by DPCA frst an then conuct classfcaton by computng the stances of matrx volumes. Ths approach s more sutable to process applcatons wth hgh mensonal ata. Wang et al. [0] propose probablstc two-mensonal prncpal component analyss that combnes DPCA wth Gaussan strbuton concept to mtgate the nose nfluence n face mage recognton. Km et al. [1] propose fuson metho base on brectonal DPCA that reuces mensons of both row an column vectors before performng face recognton proceure. It oes ncrease recognton rate, but at the expense of hgh computaton cost []. Aforesa face recognton algorthms all have pros an cons. The algorthm DPCA s especally esgne for face mage ata, so the recognton performance s better than usng tratonal PCA. In ths paper, an approach s propose hopng to acheve the goal of ncreasng the recognton rate whle not at expense of computaton cost n face mage recognton. Ths approach ncorporates weghts n projecte feature vectors of DPCA an uses least mean square (LMS) algorthm to optmze the weghts base on the recognton error rate urng learnng process n orer to acheve better face recognton performance.

2 The least mean square-two mensonal prncpal component analyss.1 Two-mensonal prncpal component analyss (DPCA) The DPCA approach by Yang et al. [13] n 004 s propose partcularly for two mensonal mage ata. Suppose there s an mage ata set Z={A 1, A,, A N } wth N mages, an the menson of every mage s n n. The covarance matrx of the mage ata set s compute by Eq. (1) an the average value of the ata set s compute by Eq. (). N 1 T R = ( A A )( A A ) (1) N = 1 A N 1 N = 1 = where A s an mage n the ata set, R s covarance matrx, an A s ata average. After egen-ecomposton s performe for covarance matrx, k egenvectors corresponng to the k bggest egenvalues are selecte. These egenvectors are the projecton vectors of the orgnal mage ata set an the features of the mage can therefore be extracte from those projecton vectors as shown n Eq. (3). Y = A X =1,,,k (3) where Y are projecte feature vectors, X means egenvectors. Suppose there are k bggest egenvalues beng selecte, then a feature vector set B=[Y 1,Y,,Y k ] n escenng orer of egenvalues can be obtane an these projecte feature vectors are the resultant prncpal components of an orgnal mage ata A by DPCA. Because DPCA processes a -mensonal face mage rectly, t can get better result of feature extracton. On the contrary, the conventonal PCA nees to transform an mage nto one-mensonal ata an therefore loses some feature nformaton. Consequently, the recognton rate by DPCA s better than conventonal PCA for -mensonal face mages.. Least mean square algorthm (LMS) Least mean square (LMS) s an aaptve flter algorthm n sgnal process [3], an t s apple n many engneerng fels. Its nput sgnals u(n) are compute by transversal aaptve flter to result n the output y(n). The esre sgnal s (n) an e(n) s the fference between actual output y(n) an esre output (n). After tranng by teraton process, e(n) becomes smaller an smaller meanng the aaptve flter s closer to the eal state. The man essence of LMS s to make the error rate e(n) as smaller value as possble. Hence, the cost functon s efne as the expecte value of squarng error rate, as shown n Eq. (4). Jn ( ) = Ee [ ( n)] (4) A () In Eq. (4), the square operaton s neee to avo the problem cause by fferent sgn characterstcs because the error rate coul be a ether postve or negatve value. The steepest ecent algorthm[3] s then performe aganst the cost functon to make the resultant error rate as small as possble. Ths operaton process s shown as Eq. (5). wˆ( n+ 1) = wˆ( n) +μu ( n) e( n) (5) Eq. (5) represents the process of ajustng weghts by teraton operaton. The symbol μ s step sze. The learnng process s repeate untl the error rate has reache a pre-set satsfactory value..3 The ntegraton of least mean square wth two-mensonal prncpal component analyss The feature extracton algorthm DPCA has goo performance n face recognton. Important features that are represente by projecte feature vectors are selecte urng the process of egen-ecomposton. One projecte feature vector represents one extracte feature. The projecte feature vector that correspons to the bggest egenvalue represents the most mportant feature; the one that correspons to secon bggest egenvalue represents the secon mportant feature; an so on. After egen-ecomposton, the projecte feature vectors are arrange n a row n the escenng orer of feature mportance. For DPCA an most of ts extensons, every projecte feature vector has equal weght. Ths s not a goo ea n terms of mprovng recognton performance snce the mportance of each projecte feature vector, meanng each feature, s fferent. Rather, the weght assgne to a projecte feature vector shoul be relate to the mportance of the feature to that a projecte feature vector correspons. That s, the projecte feature vector corresponng to the bggest egenvalue shoul have hghest weght urng the process of face recognton. Although methos have been propose to assgn fferent weghts to projecte feature vectors, most of them ece these weghts base on tral-an-error process whch s not only tme-consumng but neffcent. In ths paper, an approach s propose by ntegratng least mean square wth two-mensonal prncpal component analyss n orer to effcently obtan proper weght for each of selecte features hopng to mprove face recognton performance. The propose approach uses LMS to ynamcally ajust the weghts of projecte feature vectors assocate wth mage features. Weghts are ajuste base on the feeback of error rate calculate by each teraton. Fg. 1 shows the propose system structure base on the concept of an aaptve flter. In Fg. 1, u(n) s the projecte feature vectors generate by DPCA, an s multple by weght matrx to get the output y(n) through the transversal aaptve flter. The error rate e(n) s then calculate by nearest neghbor rule (NNR) an then further use by LMS nse the weght-control mechansm to ynamcally ajust the weghts of projecte feature vectors. The weght matrx s ntally set

3 as w ˆ ( n ) N m that has menson N m an value 1 n all matrx elements, where n means n-th teraton startng from ntal value 1. The N means ata amount an m s the menson of every ata. 10 fferent mages makng totally 400 face mages n the atabase. The mages were taken wth a tolerance of some tltng an rotaton of the face for up to 0 egrees [13][4]. In ORL atabase, all mages are grayscale wth menson of The pxel value range s 0~55. Among the 10 fferent mages of each nvual face, 5 face mages are selecte as tranng ata an the rest of 5 face mages are use as testng ata, makng totally 00 mages for tranng ata an 00 mages for testng ata. Fg shows the error rate values urng the frst 300 LMS teratons respectvely n the conucte experment. In Fg., the lowest error rate takes place at aroun 5 th LMS teraton. It can also be observe n Fg that the error rate s stablze at certan value after aroun 135 th LMS teraton, whch means the feature weghts have been learne to be the most approprate values. Fg 1: The system structure To smplfy the computaton, the error rate of face recognton system s calculate by the nearest neghbor rule that s base on Euclean stance shown n Eq. (6). = V P (6) The symbols V an P are vectors, an s Euclean stance. The operaton of Eq. (6) computes the norm of V-P. Suppose V=(v 1, v, v 3 ) an P=(p 1, p, p 3 ), the norm of the two vectors s obtane as Eq. (7). V P = ( v (7) 1 p1) + ( v p) + ( v3 p3) After calculatng the error rate by NNR, t s use by LMS teraton to ajust the feature weghts as shown n Eq. (5). A threshol value s set for the error rate to avo nfnte teraton. The face recognton rate s calculate as below. Suppose there are N face mages, represente as B 1, B,, B N, an each mage s represente by a projecte feature vector, such as [Y 1 1, Y 1,, Y 1 ] for B 1 wth m menson. The classes of these N mages are alreay known. Suppose a classunknown mage T k =[T 1, T,, T ] s to be recognze aganst these N face mages. The computaton process s shown n Eq. (7). ( BT, ) = B T (8) k = 1 where s the calculate stance by NNR between the two mages. The class of T k s classfe as the class of B k f these two have mnmum stance n Eq. (8). The face recognton rate can therefore be obtane after classfyng all N face mages. 3 Experments an analyss The ORL atabase [4] s a well-known face mage atabase an s use n ths paper for experments. There are 40 nvual faces n ORL atabase. Each nvual face has k k Fg. : Error rate urng LMS teratons (300 tmes) To see the mprovement on face recognton urng the LMS learnng proceure, the face recognton rate s performe after each LMS teraton. The expermental result s shown n Fg. 3. The face recognton rate reaches the best value of 99% startng from aroun 5 th LMS teraton n Fg. 3, whch conces wth Fg. that shows the lowest error rate takes places at 5 th LMS teraton. Snce then, the face recognton rate mantans at value 99% as the feature weghts have been ajuste to approprate values by the LMS learnng proceure at ths moment. Fg. 3: Face recognton rate urng LMS teratons

4 In Table 1, the expermental result of the propose LMS-DPCA n ths paper s compare aganst some other methos whch are enhancements from DPCA. The experments are conucte aganst ORL atabase for all the methos ncate n Table 1. The table shows that the propose approach has the best face recognton rate of 99% whle the computaton loa s only normal. Although metho 1 [17] has slghtly lower computaton loa than the propose approach, ts face recognton rate s much lower. The goo recognton performance of the propose approach comes from the goo ajustment to the mage feature weghts by LMS learnng proceure. The normal computaton loa s contrbute by the LMS smple algorthm, makng the whole computaton cost s only slghtly more than pure DPCA Table 1: Performance comparson between the propose approach an other methos Metho number Metho Recognto n rate Computaton cost 1 (D) PCA [17] 90.5% normal DPCA+Fuson metho base on brectonal [1] 9.5% normal 3 DPCA+DLDA 93.5% normal [18] 4 DPCA+Kernel 94.58% hgh [5] 5 OP-SRC[6] 95.00% hgh 6 RCDPCA[7] 96.65% Very hgh 7 DPCA+Feature fuson approach [8] 98.1% very hgh 8 MMDA[9] 98.31% Very hgh 9 Propose 99% normal approach 4 Conclusons The DPCA s a goo approach for -mensonal face mage recognton. Although enhance approaches base on DPCA have been propose, most are ether too tmeconsumng or no much mprovement to face recognton. The DPCA treats all selecte mage features same weght n terms of recognton. However, the mportance or nfluence to face recognton from each mage feature s fferent from one another, meanng each mage feature shoul be assgne an approprate weght accorng to ts nfluence to face recognton. Therefore, ths paper proposes an approach that ntegrates DPCA wth LMS learnng proceure. The DPCA s apple aganst a face mage to extract mportant mage features for selecton. Then the LMS learnng proceure s apple to the tranng samples to assgn the most approprate weght to each of selecte mage features hopng to ncrease the face recognton rate. Because the goal s to make the face recognton error rate as small as possble, the mage feature weghts are ajuste base on the feeback of face recognton error amount by LMS teratons. Due to the smple algorthm, the atonal computaton cost requre to run LMS learnng proceure s only to a small extent of slghtly more than pure DPCA. The experments conucte n ths paper has shown that the propose approach not only has excellent face recognton rate of 99% but also requres only slghtly hgher computaton loa than DPCA, makng the approach more practcal to real face recognton applcatons. 5 References [1] Q. Lu, X. Tang, H. Lu an S. Ma, Face recognton usng kernel scatter-fference-base scrmnant analyss, IEEE Trans. Neural Netw., vol. 17, no. 4, pp , Jul [] W. Zheng, X. Zhou, C. Zou an L. Zhao, Facal expresson recognton usng kernel canoncal correlaton analyss (KCCA), IEEE Trans. Neural Netw., vol. 17, no. 1, pp , Jan [3] X. Tan, S. Chen, Z. H. Zhou an F. Zhang, Recognzng partally occlue, expresson varant faces from sngle tranng mage per person wth SOM an soft k-nn ensemble, IEEE Trans. Neural Netw., vol. 16, no. 4, pp , Jul [4] P. Meln, O. Menoza an O. Castllo, Face recognton wth an mprove nterval type- fuzzy logc Sugeno ntegral an moular neural networks, IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 41, no. 5, pp , Sep [5] N. Suha, A. R. Mohan an P. K. Meher, A selfconfgurable systolc archtecture for face recognton system base on prncpal component neural network, IEEE Trans. Crcuts Syst. Veo Technol., vol. 1, no. 8, pp , Aug [6] W. W. W. Zou an P. C. Yuen, Very low resoluton face recognton problem, IEEE Trans. Image Process., vol. 1, no. 1, pp , Jan. 01. [7] N. S. Vu an A. Capler, Enhance patterns of orente ege magntues for face recognton an mage matchng, IEEE Trans. Image Process., vol. 1, no. 3, pp , Mar. 01. [8] J. Y. Cho, Y. M. Ro an K. N. Platanots, Color local texture features for color face recognton, IEEE Trans. Image Process., vol. 1, no. 3, pp , Mar. 01. [9] H. Chen, Y. Y. Tang, B. Fang an J. Wen, Illumnaton nvarant face recognton usng FABEMD ecomposton wth etal measure weght, IJPRAI, vol. 5, pp , 011. [10] H. Yu, J. J. Zhang an X. Yang, Tensor-base feature representaton wth applcaton to multmoal face recognton, IJPRAI, vol. 5, pp , 011. [11] G. Chacha, A. N. Marana, T. Ruf an A. C. Ernst,

5 Hstograms: A smple feature extracton an matchng approach for face recognton, IJPRAI, vol. 5, pp , 011. [1] Raba Jafr an Ham R. Arabna, "A Survey of Face Recognton Technques", Journal of Informaton Processng Systems, pp , Vol.5, No., June 009 [13] J. Yang, D. Zhang, A. F. Frang an J. Y. Yang, Twomensonal PCA: A new approach to appearance-base face representaton an recognton, IEEE Trans. Pattern Analyss an Machne Intellgence., vol. 6, no. 1, pp , Jan [14] J. Lu, X. Yuan an T. Yahag, A metho of face recognton base on fuzzy c-means clusterng an assocate sub-nns, IEEE Trans. Neural Netw., vol. 18, no. 1, Jan. 007 [15] L. Srovch an M. Krby, Low-mensonal proceure for characterzaton of human faces, J. Optcal Soc. Am., vol. 4, pp , [16] W. H. Yang an D. Q. Da, Two-mensonal maxmum margn feature extracton for face recognton, IEEE Trans. Syst., Man, Cybern. B, Cybern., vol. 39, no. 4, pp , Aug [17] D. Zhang an Z. H. Zhoua, (D) PCA: Two-rectonal two-mensonal PCA for effcent face representaton an recognton, Neurocomputng, vol. 69, pp. 4 31, Jun [18] P. Sanguansat, W. Asornwse, S. Jtapunkul an S. Marukatat, Tow-mensonal lnear scrmnant analyss of prncple component vectors for face recognton, ICASSP 006, pp , May [19] J. Meng an W. Zhang, Volume measure n DPCAbase face recognton, Pattern Recognton Lett., vol. 8, pp , Jan [0] H. Wang, S. Chen, Z. Hu an B. Luo, Probablstc twomensonal prncpal component analyss an ts mxture moel for face recognton, Sprnger Neural Comput & Applc, vol. 17, pp , 008. [1] Y. G. Km, Y. J. Song, U. D. Chang, D. W. Km, T. S. Yun an J. H. Ahn, Face recognton usng a fuson metho base on brectonal DPCA, Apple Mathematcs an Computaton., vol. 05, pp , 008. [] Y. Q an J. Zhang, (D) PCALDA: An effcent approach for face recognton, Apple Mathematcs an Computaton., vol. 13, no. 1, pp. 1-7, Jul [3] S. Haykn, Aaptve Flter Theory, 4r Eton, Prentce- Hall, 001. [4] The ORL face atabase, htm [5] N. Sun, H. X. Wang, Z. H. J, C. R. Zou an L. Zhao, An effcent algorthm for kernel two-mensonal prncpal component analyss, Neural Comput & Applc., 17, pp , 008. [6] C. Y. Lu an D. S. Huang, Optmze projectons for sparse representaton base classfcaton, Neurocomputng, vol. 113, pp , Mar, 013 [7] W. Yang, C. Sun an K. Rcanek, Sequental row column DPCA for face recognton, Neural Comput & Applc., vol. 1, pp , 01. [8] Y. Xu, D. Zhang, J. Yang an J. Y. Yang, An approach for rectly extractng features from matrx ata an ts applcaton n face recognton, Neurocomputng, 71, pp , Feb, 008. [9] W. Yang, C. Sun an L. Zhang, A mult-manfol scrmnant analyss metho for mage feature extracton, Pattern Recognton, vol. 44, pp , Feb. 011.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

K-means Clustering Algorithm in Projected Spaces

K-means Clustering Algorithm in Projected Spaces K-means Clusterng Algorthm n Projecte paces Alssar NAER, Dens HAMAD.A.. -U..C.O 50 rue F. Busson, BP 699, 68 Calas, France Emal: nasser@lasl.unv-lttoral.fr Chaban NAR ebanese Unversty E.F Rue Al-Arz, rpol

More information

Local Ridge Regression for Face Recognition

Local Ridge Regression for Face Recognition Local Rge Regresson for Face Recognton Hu Xue 1,2 Yulan Zhu 1 Songcan Chen *1,2 1 Department of Computer Scence & Engneerng, Nanjng Unversty of Aeronautcs & Astronautcs, 210016, Nanjng, P.R. Chna 2 State

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

Efficient Load-Balanced IP Routing Scheme Based on Shortest Paths in Hose Model. Eiji Oki May 28, 2009 The University of Electro-Communications

Efficient Load-Balanced IP Routing Scheme Based on Shortest Paths in Hose Model. Eiji Oki May 28, 2009 The University of Electro-Communications Effcent Loa-Balance IP Routng Scheme Base on Shortest Paths n Hose Moel E Ok May 28, 2009 The Unversty of Electro-Communcatons Ok Lab. Semnar, May 28, 2009 1 Outlne Backgroun on IP routng IP routng strategy

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

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

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

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

Learning Depth from Single Still Images: Approximate Inference 1

Learning Depth from Single Still Images: Approximate Inference 1 Learnng Depth from Sngle Stll Images: Approxmate Inference 1 MS&E 211 course project Ashutosh Saxena, Ilya O. Ryzhov Channng Wong, Janln Wang June 7th, 2006 1 In ths report, Saxena, et. al. [1] somethng

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

The Objective Function Value Optimization of Cloud Computing Resources Security

The Objective Function Value Optimization of Cloud Computing Resources Security Open Journal of Optmzaton, 2015, 4, 40-46 Publshe Onlne June 2015 n ScRes. http://www.scrp.org/journal/ojop http://x.o.org/10.4236/ojop.2015.42005 The Objectve Functon Value Optmzaton of Clou Computng

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

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

IMPLEMENTATION OF THE DUAL-BODY INTELLIGENT INSPECTION ROBOT IN SUBSTATION BASED ON DATA MINING ALGORITHM

IMPLEMENTATION OF THE DUAL-BODY INTELLIGENT INSPECTION ROBOT IN SUBSTATION BASED ON DATA MINING ALGORITHM IMPLEMENTATION OF THE DUAL-BODY INTELLIGENT INSPECTION ROBOT IN SUBSTATION BASED ON DATA MINING ALGORITHM Janfeng WU, Chengzh MA, Png XU, Sume GUO, Ku LAI, Ta HU, Ln QIAO Aress:Jangmen Power Supply Bureau

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 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

Audio signal classification

Audio signal classification Classfcaton Introucton to pattern classfcaton Auo sgnal classfcaton Refresher of the basc concepts of pattern classfcaton: Introuctory sles accompanyng wth the boo attern Classfcaton by Dua, Hart an Stor,

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

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

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

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

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

Learning-based License Plate Detection on Edge Features

Learning-based License Plate Detection on Edge Features Learnng-based Lcense Plate Detecton on Edge Features Wng Teng Ho, Woo Hen Yap, Yong Haur Tay Computer Vson and Intellgent Systems (CVIS) Group Unverst Tunku Abdul Rahman, Malaysa wngteng_h@yahoo.com, woohen@yahoo.com,

More information

Level set segmentation using image second order statistics

Level set segmentation using image second order statistics Level set segmentaton usng mage secon orer statstcs Bo Ma, Yuwe Wu, Pe L Bejng Laboratory of Intellgent Informaton Technology, School of omputer Scence, Bejng Insttute of Technology (BIT), Bejng, P.R.

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

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

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines (IJCSIS) Internatonal Journal of Computer Scence and Informaton Securty, Herarchcal Web Page Classfcaton Based on a Topc Model and Neghborng Pages Integraton Wongkot Srura Phayung Meesad Choochart Haruechayasak

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

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

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

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

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

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

Identifying Efficient Kernel Function in Multiclass Support Vector Machines

Identifying Efficient Kernel Function in Multiclass Support Vector Machines Internatonal Journal of Computer Applcatons (0975 8887) Volume 8 No.8, August 0 Ientfng Effcent Kernel Functon n Multclass Support Vector Machnes R.Sangeetha Ph.D Research Scholar Department of Computer

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

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

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

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

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

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

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6):2860-2866 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A selectve ensemble classfcaton method on mcroarray

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

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

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

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

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

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

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

An Application of Computational Intelligence Technique for Predicting Surface Roughness in End Milling of Inconel-718

An Application of Computational Intelligence Technique for Predicting Surface Roughness in End Milling of Inconel-718 An Applcaton of Computatonal Intellgence Technque for Prectng Roughness n En Mllng of Inconel-718 Abhjt Mahapatra 1 an Shbenu Shekhar Roy 2, 1 Vrtual Prototypng & Immerse Vsualzaton Laboratory, Central

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

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

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

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

ALEXNET FEATURE EXTRACTION AND MULTI-KERNEL LEARNING FOR OBJECT- ORIENTED CLASSIFICATION

ALEXNET FEATURE EXTRACTION AND MULTI-KERNEL LEARNING FOR OBJECT- ORIENTED CLASSIFICATION ALEXNET FEATURE EXTRACTION AND MULTI-KERNEL LEARNING FOR OBJECT- ORIENTED CLASSIFICATION Lng Dng 1, Hongy L 2, *, Changmao Hu 2, We Zhang 2, Shumn Wang 1 1 Insttute of Earthquake Forecastng, Chna Earthquake

More information

Image Retrieval using Dual Tree Complex Wavelet Transform

Image Retrieval using Dual Tree Complex Wavelet Transform Image Retreval usng Dual Tree Complex Wavelet Transform Sanjay Patl # an Sanjay Talbar $ # Assocate Professor, Jaywant College of Engg. an Management, K.M. Ga, Maharashtra, Ina E-mal: sanjayashr@reffmal.com

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

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

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

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

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

More information

The Discriminate Analysis and Dimension Reduction Methods of High Dimension

The Discriminate Analysis and Dimension Reduction Methods of High Dimension Open Journal of Socal Scences, 015, 3, 7-13 Publshed Onlne March 015 n ScRes. http://www.scrp.org/journal/jss http://dx.do.org/10.436/jss.015.3300 The Dscrmnate Analyss and Dmenson Reducton Methods of

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

Gender Classification using Interlaced Derivative Patterns

Gender Classification using Interlaced Derivative Patterns Gender Classfcaton usng Interlaced Dervatve Patterns Author Shobernejad, Ameneh, Gao, Yongsheng Publshed 2 Conference Ttle Proceedngs of the 2th Internatonal Conference on Pattern Recognton (ICPR 2) DOI

More information

Reversible Digital Watermarking

Reversible Digital Watermarking Reversble Dgtal Watermarkng Chang-Tsun L Department of Computer Scence Unversty of Warwck Multmea Securty an Forenscs 1 Reversble Watermarkng Base on Dfference Expanson (DE) In some mecal, legal an mltary

More information

Margin-Constrained Multiple Kernel Learning Based Multi-Modal Fusion for Affect Recognition

Margin-Constrained Multiple Kernel Learning Based Multi-Modal Fusion for Affect Recognition Margn-Constraned Multple Kernel Learnng Based Mult-Modal Fuson for Affect Recognton Shzh Chen and Yngl Tan Electrcal Engneerng epartment The Cty College of New Yor New Yor, NY USA {schen, ytan}@ccny.cuny.edu

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

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

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

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

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity ISSN(Onlne): 2320-9801 ISSN (Prnt): 2320-9798 Internatonal Journal of Innovatve Research n Computer and Communcaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) Vol.2, Specal Issue 1, March 2014 Proceedngs

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

MODULE - 9 LECTURE NOTES 1 FUZZY OPTIMIZATION

MODULE - 9 LECTURE NOTES 1 FUZZY OPTIMIZATION Water Resources Systems Plannng an Management: vance Tocs Fuzzy Otmzaton MODULE - 9 LECTURE NOTES FUZZY OPTIMIZTION INTRODUCTION The moels scusse so far are crs an recse n nature. The term crs means chotonomous.e.,

More information

Recognition of Handwritten Numerals Using a Combined Classifier with Hybrid Features

Recognition of Handwritten Numerals Using a Combined Classifier with Hybrid Features Recognton of Handwrtten Numerals Usng a Combned Classfer wth Hybrd Features Kyoung Mn Km 1,4, Joong Jo Park 2, Young G Song 3, In Cheol Km 1, and Chng Y. Suen 1 1 Centre for Pattern Recognton and Machne

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

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory Background EECS. Operatng System Fundamentals No. Vrtual Memory Prof. Hu Jang Department of Electrcal Engneerng and Computer Scence, York Unversty Memory-management methods normally requres the entre process

More information

A Genetic Programming-PCA Hybrid Face Recognition Algorithm

A Genetic Programming-PCA Hybrid Face Recognition Algorithm Journal of Sgnal and Informaton Processng, 20, 2, 70-74 do:0.4236/jsp.20.23022 Publshed Onlne August 20 (http://www.scrp.org/journal/jsp) A Genetc Programmng-PCA Hybrd Face Recognton Algorthm Behzad Bozorgtabar,

More information

Novel Fuzzy logic Based Edge Detection Technique

Novel Fuzzy logic Based Edge Detection Technique Novel Fuzzy logc Based Edge Detecton Technque Aborsade, D.O Department of Electroncs Engneerng, adoke Akntola Unversty of Tech., Ogbomoso. Oyo-state. doaborsade@yahoo.com Abstract Ths paper s based on

More information

Image Matching Algorithm based on Feature-point and DAISY Descriptor

Image Matching Algorithm based on Feature-point and DAISY Descriptor JOURNAL OF MULTIMEDIA, VOL. 9, NO. 6, JUNE 2014 829 Image Matchng Algorthm based on Feature-pont and DAISY Descrptor L L School of Busness, Schuan Agrcultural Unversty, Schuan Dujanyan 611830, Chna Abstract

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

Incremental Learning with Support Vector Machines and Fuzzy Set Theory

Incremental Learning with Support Vector Machines and Fuzzy Set Theory The 25th Workshop on Combnatoral Mathematcs and Computaton Theory Incremental Learnng wth Support Vector Machnes and Fuzzy Set Theory Yu-Mng Chuang 1 and Cha-Hwa Ln 2* 1 Department of Computer Scence and

More information

Modeling Inter-cluster and Intra-cluster Discrimination Among Triphones

Modeling Inter-cluster and Intra-cluster Discrimination Among Triphones Modelng Inter-cluster and Intra-cluster Dscrmnaton Among Trphones Tom Ko, Bran Mak and Dongpeng Chen Department of Computer Scence and Engneerng The Hong Kong Unversty of Scence and Technology Clear Water

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

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