FACE RECOGNITION USING MAP DISCRIMINANT ON YCBCR COLOR SPACE

Size: px
Start display at page:

Download "FACE RECOGNITION USING MAP DISCRIMINANT ON YCBCR COLOR SPACE"

Transcription

1 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: gpsutawjaya@te.ftunram.ac.d Abstrak hs paper presents face recognton usng maxmum a posteror (MAP) dscrmnant on YCbCr color space. he YCbCr color space s consdered n order to cover the skn nformaton of face mage on the recognton process. he proposed method s employed to mprove the recognton rate and equal error rate (R) of the gray scale based face recognton. In ths case, the face features vector consstng of small part of domnant frequency elements whch s extracted by non-blockng DC s mplemented as dmensonal reducton of the raw face mages. he matchng process between the query face features and the traned face features s performed usng maxmum a posteror (MAP) dscrmnant. From the expermental results on data from four face databases contanng 2268 mages wth 196 classes show that the face recognton YCbCr color space provde better recognton rate and lesser R than those of gray scale based face recognton whch mprove the frst rank of grayscale based method result by about 4%. However, t requres three tmes more computaton tme than that of grayscale based method. Key Words : MAP, YCbCr color space, PCA, LDA, and face recognton. 1. Introducton Human face recognton s an actve research area n mage processng applcatons because there are many potental applcatons, whch cover human computer nteractons, forenscs, survellance, and securty systems. he publshed approaches mostly related to our system are frequency analyss-based face recogntons, whch are combned wth PCA and LDA as descrbed n Refs. [1-4]. However, they have to retran all face mage classes to get optmal projecton when new classes are added nto the system. Moreover, those systems work n grayscale doman. hs research proposes a face recognton usng maxmum a posteror (MAP) dscrmnant on YCbCr color space. he YCbCr color space s consdered n order to cover the skn nformaton of face mage on the recognton process. In addton, t s employed to mprove the recognton rate and equal error rate (R) of the gray scale based face recognton[5]. he chromnance components (Cb and Cr) have to be consdered n the face recognton because the face mage mostly covers wth skn and skn-tone color whch can be modeled by the chromnance elements. Moreover, the chromnance components of skn-tone color are nonlnearly dependent on the lumnance [6]. hs paper s organzed as follows: secton 2 descrbes the most related work to the proposed method; secton 3 explans the algorthm of classcal LDA-based face recognton and ts weakness; secton 4 explans the MAP dscrmnant and ts advantages; secton 5 explans how to mplement the frequency analyss n the face mage n order to obtan the face features; secton 6 descrbes the recognton algorthm; secton 7 presents the expermental results and compares our results to LDA and egen-face method and also descrbes the results dscusson, and the rest concludes the paper. 2. Related Work he most related approach to our system s face recognton based on LDA and ts varatons as descrbed n Ref. [1-5]. Ref. [1] presented PCA and LDA algorthm n DC doman. he DC was mplemented to reduce data dmensonal of face mage[2]. In addton, the Ref. [2] mplemented the combnaton of DC analyss and face localzaton technques for fndng the global nformaton of face mage, but t requres eyes coordnate whch have to nput manually to perform geometrcal normalzaton. Jurusan eknk lektro UNRAM-Mataram, 17 Jul

2 Ref. [3] mplemented the wavelet transforms to reduce the dmenson of face mage, employed a regulaton scheme for the wthn-scatter matrx, and used optmzaton procedure. It was reported that the Daubeches (Db6) was mplemented to flter mage to resoluton 29 x 23. Ref. [4] proposed Drect LDA (DLDA) to overcome the sngularty problem LDA. However, those approaches stll need hgh memory space and must be retraned when new face class s added. he Ref. [5] proposed the modfcaton of LDA for solvng the retranng problem of LDA, but t just worked on the grayscale face mages. In ths method, we consder the chromnance component of face mages on recognton process and also mplement the frequency analyss (.e. DC) for reducng the orgnal data dmensonal. In addton, the MAP dscrmnant s employed for classfyng the face class wthout localzaton and boundng box processng. 3. LDA for Face Recognton he man purpose of LDA analyss s to fnd a lnear transformaton such that feature clusters are most separable after the transformaton. It can be acheved by the between-class scatter matrx S b and the wthn-class scatter matrx S w analyss, as explaned n Ref. [1,5]. he class separaton s measured by the rato of determnant of the S b matrx to the S w matrx usng the equaton below. 146 arg max S S b w (1) Where =e 1, e 2, e 3,, e m s set of egen-vectors correspondng to m largest egen-values whch satsfy the equaton: Sbe SW e, = 1, 2, 3,, m. he egen-vectors and egen-values are obtaned by computng the nverse of S b and then solvng the egen problem of matrx. Fnally, the projecton S 1 W Sb of the lnear dscrmnant functons s gven by: Y ( C ) C m (2) he ntrnsc problem of the LDA algorthm s the sngularty problem of scatter matrx due to the hgh data dmensonal and small number of tranng samples. Some methods have been proposed to solve that problem as descrbed n Ref. [1,4]. However, those methods can only reduce the large computatonal load and memory space requrement, but the retranng problem s not covered yet. 4. MAP Dscrmnant Analyss In order to avod retranng problem, the MAP s consdered whch s based on assumpton that the matrx scatter has small dmenson and the covarance of the tranng mages s multvarate normal dstrbuton. Suppose we have a set of face tranng contanng n classes wth each class consstng m column vectors of face features. From ths set, mean of each class s easly determned and then placed t nto a mean matrx as = 1, 2, 3,, c. Fnally, we can determne the global covarance usng the wth-n class (S w ) equaton. S w C g c 1 x j C x x 146 Jurusan eknk lektro UNRAM-Mataram, 17 Jul 2012 j j (3) If C g s multvarate normal dstrbuton, we can classfy each face feature to person s class usng the equaton below. F max g (x),g (x),g (x),...,g (x) (4) c Where g (x) s gven by: g ( x) C 1 x 0.5 C m 1 (5) he equaton (5) s derved from maxmum a posteror (MAP) dscrmnant, as descrbed below: g( x) ( 2 g ( x ) P( 1 1 n / 2 1/ 2 )C P( x )P( ) x ) P( x ) exp1/ 2( x ) C ( x ) 1 P( ) P( x) (6) (7) where P(x) s total probablty of x. By assumng all classes have the same covarance and pror probablty, the equaton (5) can be smplfed as below: xc x C x 1 C 2 2 g ( x ) (8) By keepng just the terms dependent on and C, the equaton (5) s obtaned. hs algorthm has some advantages for classfyng the face mages classes: 1. It s smple because t does not requre the egenvalues and egen-vectors. 2. It can solve the retranng problem. It can be llustrated: frstly, when a new class added nto the system, the MAP just calculates the mean and the covarance of ts class; secondly, the newest mean s placed nto the matrx M; and fnally, the prevous covarance s updated by addng t wth the newest class covarance. 3. he computaton complexty s much less than that of the PCA and LDA because of not requrng egen analyss. he weakness of ths classfcaton algorthm s sngularty problem due to hgh data dmensonal and small number of tranng samples. o overcome t, we mplement frequency analyss to decrease the orgnal data dmensonal as explaned n the next secton.

3 In order to deal wth the color nformaton of face mage, those processes are accessed three tmes whch correspond to YCbCr color space then the decson rule s performed by maxmum-mean dstance whch s a modfcaton of equaton (4). Clr F max g1(x),g 2(x),g (x),...,gm(x) (9) c 3 where g ( x ) s mean of ( g ( xy ), g ( xcb ) g ( xcr ) ). 5. Face Features xtracton, In ths research, we employ a holstc approach for face feature extracton based on frequency analyss of an entre face. Our approach s dfferent from the most closely related approach presented n Ref. [1,2]. Ref. [1] mplemented 2D-DC for blocked mage as performed n JPG compresson. Ref [2] mplemented 2D-DC for an entre normalzed face and kept a small number of the DC coeffcents, havng large magntudes to represents face features. Ref [3] mplemented wavelet sub band to create face features. However, our approach mplements a 1- dmensonal DC analyss n the entre mage wthout geometrcal normalzaton and boundng process. In order to generate frequency-matrx of the face mage n DC doman, the 1D-DC algorthms s mplemented twce: on the rows and the columns of the face mage matrx. he pseudo code of DC decomposton of the face mage s shown below: func dctdecompose(i:array[0 r-1, 0.. c-1]) for row = 1 to r do F[row, 0.. c-1]=1d-dc(i[row, 0.. c-1]) end for for col = 1 to c do F[0.. r-1,col]=1d-dc(f[0.. r-1,col]) end for return F end func Where I s face mage matrx and F s DC doman of frequency matrx. From the F, the compact and meanngful face features descrbng holstc nformaton of face mage s created by three steps: frst, convert the frequency doman matrx to a vector usng row orderng technque; second, sort the vector descendng order usng quck sort algorthm, fnally select a small number of vector elements whch have large magntude value (.e., less then 100 elements). 6. he Proposed algorthm here are three man processes n the proposed method: face features extracton, tranng, and recognton processes. he face features extracton unt conssts of color space transformaton, equalzaton, and frequency analyss. Actually, there are two man functons of t: frstly, to decrease the effect of non-unform lghtng condton on the face mage, whch s performed usng standard equalzaton, secondly, to create compact face features usng frequency analyss (.e. usng DC analyss). In ths case, we do not apply blocked DC as performed n JPG compresson but non-blocked DC. In addton, wavelet analyss also can be used to extract the face features. he wavelet analyss usually performs the face analyss usng two bases functon (DB4). However, the DC based features extracton s employed for creatng the face features, because of much energy compactness. hose processes are performed on both tranng and query (probe) face mages. However, n the tranng process, those are performed one tme. Fnally, face classfcaton s done usng MAP dscrmnant. 7. xperment and Results he experments are carred out usng data from fve face databases: IS-Lab. Kumamoto Unversty database, INDIA database, -UNRAM database, ORL face database, and cropped face databases. he IS-Lab database conssts of 48 people and each person has 10 pose orentatons as shown n Fg. 2. he face mages were taken by Konca Mnolta camera seres VIVID 900 under varyng lghtng condton. he -UNRAM database conssts of 40 people and each person has 8 pose orentatons: lookng front, lookng left about 30 0, lookng rght about 30 0, lookng up, lookng down, and wearng accessory such as glasses. he Indan database conssts 61 people (22 women and 39 men), each person has eleven pose orentatons: lookng front, lookng left, lookng rght, lookng up, lookng up towards left, lookng up towards rght, and lookng down. Indan database also ncluded the emotons: neutral, smle, laughter, sad/dsgust. he ORL database was taken at dfferent tmes, under varyng the lghtng condtons, facal wth dfferent expressons (open/closed eyes, smlng/not smlng) and facal detals (glasses/no glasses). All of the mages were taken aganst a dark homogeneous background. he faces of the subjects are n an uprght, frontal poston (wth tolerance for some sde movement). he ORL database s a grayscale face database that conssts of 40 people, manly male. he cropped face databases s open database, conssted of 15 face pose varatons, some of them also ncluded pose accessores such as glasses. he example of face pose of each database s shown n Fg. 1. Jurusan eknk lektro UNRAM-Mataram, 17 Jul

4 (a) (b) In addton, the expermental results shows the MAP based face recognton provde better recognton rate than that of PCA and LDA (see Fg. 2). It can be acheved because the MAP based face recognton performance the classfcaton usng the mahalanobs dstance whle that of PCA and LDA usng ucldean dstance. he second experment was performed to nvestgate the effect of consderng the chromnance component (usng YCbCr color space) of face mage on MAP based face recognton. In ths test, the ORL face database was not ncluded because t s grayscale database. he expermental results show that the features wth consderng the chromnance components of face mage could provde much hgher recognton rate than that of wthout chromnance (grayscale) as shown n Fg. 3. hs achevement means that the chromnance of face mage also contans much dscrmnant nformaton, whch cannot be dscarded from the recognton process (c) Recognton Rate (%) PCA LDA MAP IS -UNRAM INDIA ORL Databases (d) Fg. 2. he recognton rate of the MAP based face recognton method compared wth the most related methods. Recognton Rate (%) Grayscale YCbCr 148 (e) Fg. 1. xample of face poses: (a) IS-Lab., (b) INDIA, (c) UNRAM, (d) ORL and (e) Cropped face databases[5,7-9]. he frst experments was carred out on four face databases: IS-Lab, INDIA, -UNRAM, and ORL. he man am of these tests were to know the performance of MAP based face recognton method compared to PCA and LDA based face recognton. 80 IS INDIA -UNRAM CROP Databases Fg. 3. he recognton rate comparson of the proposed method on both grayscale and YCbCr color space. he thrd experment s performed to nvestgate deeply the effect of chromnance components on 148 Jurusan eknk lektro UNRAM-Mataram, 17 Jul 2012

5 recognton rate. he experments were done on data from IS, INDIA, UNRAM, and Cropped databases consstng of 2268 face mages of 196 classes and the performance evaluaton usng cumulatve matchng score (CMS). he result shows that the chromnance components also gve hgher recognton rate than that of wthout chromnance components. In term of rank one, the chromnance components provde about 4% hgher than that of our prevous method (grayscale), as shown n Fg. 4. It means ths achevement nlne wth the prevous expermental result, whch also prove that the chromnance component of face mage cannot be dscarded from the recognton process. Recognton Rate Grayscale YCbCr Rank Fg. 4. he CMS performance of the proposed method on combne databases. he last experments were done to know the accuracy of the proposed method compared to grayscale based (base lne) performance. he result shows that chromnance components also provde hgher accuracy than that of the base lne (see Fg. 5), whch s ndcated by lower R (about ). It also supports the prevous achevement that the chromnance components provde much useful nformaton for face recognton. False Rejecton Rate False Acceptance Rate Grayscale YCbCr R Fg. 5. ROC of chromnance components on combned database. Regardng to tme consumpton the proposed system requres longer tranng and queryng tmes (almost three tmes of the baselne) because t has to access three tme of the baselne recognton system for processng three-color elements of face mage. However, ths system can solve retranng problem of the LDA and PCA based face recognton, as proved expermentally n the Ref. [5]. he chromnance nformaton tends to provde better result than that of grayscale based recognton because the skn color nformaton of face mage s ncluded n the recognton process. It means that the skn color s mportant nformaton of face mage, whch exst n the chromnance elements. Moreover, human beng can vsually dstngush face mage class usng just skn color. 8. Conclusons he MAP based face recognton could provde better recognton rate than that of PCA and LDA based face recognton wthout requrng the retranng all data samples when new data s added nto the system. he chromnance component (CbCr color space) of face mage contanng much useful dscrmnant nformaton, whch have to be consdered on recognton process. It could mprove sgnfcantly the recognton rate of that of grayscale by about 4% n rank one wth the small enough R (0.0457). However, the color nformaton requred longer processng tme than that of the grayscale. In future, the proposed recognton system wll be tested n large face database (FR) to know further effect of chromnance components on recognton rate. References [1] Chen, W., r, Meng J., and Wu S., PCA and LDA n DC Doman, LSVIR Pattern Recognton Letter, 26, pp , [2] Hafed, Zad M., and Levne, Martn D., Face Recognton Usng the Dscrete Cosne rasnforms, Internatonal Journal of Computer Vson, 43(3), pp , [3] Da, Dao-Qng and Yuen P.C., Wavelet Based Dscrmnant Analyss for Face Recognton, LSVIR Appled Mathematcs and Computaton, 175, pp , [4] Gao H, Davs James W., Why drect LDA s not equvalent to LDA, LSVIR Pattern Recognton Letter, 39, pp , [5] Wjaya, IGPS., Uchmura, K., and Hu, Z. Multpose Face Recognton Based on Frequency Analyss and Modfed LDA, he Journal of IJ, 37(3), pp: , [6] Ren-Len Hsu, Mohamed Abdel-Monttaleb, and Anl K. Jan, Face Detecton n Color Images, I ransactons on Pattern Analyss and Jurusan eknk lektro UNRAM-Mataram, 17 Jul

6 Machne Intellgence, Vol. 24, No. 5, pp , May [7] Samara, F. and Harter, A., Parameterzaton of a stochastc model for human face dentfcaton, 2nd I Workshop on Applcatons of Computer Vson Sarasota (Florda), pp , [8] Database [9] acedatabase.html I Gede Pasek Suta Wjaya receved the B.S. degree n lectrcal ngneerng from Gadjah Mada Unversty n 1997, M.ng. degree n Computer Informatcs System from Gadjah Mada Unversty n 2001, and D.ng from Department of lectrcal ngneerng and Computer Scence, Kumamoto Unversty, Japan. Durng he worked n oyota Astra Motor Company n Indonesa as Plannng Producton Control, and from , next, he worked as lecturer assstance n Yogyakarta Natonal echnology College n Indonesa, and snce 2000 he has been full tme lecturer and has stayed n Informatcs Systems Laboratory n lectrcal Department, Mataram Unversty Indonesa. Snce he got research grant form Natonal ducaton mnstry on mage processng applcaton Jurusan eknk lektro UNRAM-Mataram, 17 Jul 2012

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

More information

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

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

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

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

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

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

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

Enhanced Face Detection Technique Based on Color Correction Approach and SMQT Features

Enhanced Face Detection Technique Based on Color Correction Approach and SMQT Features Journal of Software Engneerng and Applcatons, 2013, 6, 519-525 http://dx.do.org/10.4236/jsea.2013.610062 Publshed Onlne October 2013 (http://www.scrp.org/journal/jsea) 519 Enhanced Face Detecton Technque

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

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

Incremental MQDF Learning for Writer Adaptive Handwriting Recognition 1

Incremental MQDF Learning for Writer Adaptive Handwriting Recognition 1 200 2th Internatonal Conference on Fronters n Handwrtng Recognton Incremental MQDF Learnng for Wrter Adaptve Handwrtng Recognton Ka Dng, Lanwen Jn * School of Electronc and Informaton Engneerng, South

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

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

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

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

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

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

Suppression for Luminance Difference of Stereo Image-Pair Based on Improved Histogram Equalization

Suppression for Luminance Difference of Stereo Image-Pair Based on Improved Histogram Equalization Suppresson for Lumnance Dfference of Stereo Image-Par Based on Improved Hstogram Equalzaton Zhao Llng,, Zheng Yuhu 3, Sun Quansen, Xa Deshen School of Computer Scence and Technology, NJUST, Nanjng, Chna.School

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

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

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

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

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

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

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM PERFORMACE EVALUAIO FOR SCEE MACHIG ALGORIHMS BY SVM Zhaohu Yang a, b, *, Yngyng Chen a, Shaomng Zhang a a he Research Center of Remote Sensng and Geomatc, ongj Unversty, Shangha 200092, Chna - yzhac@63.com

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

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

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

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

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

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

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

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

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

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

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

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

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices Hgh resoluton 3D Tau-p transform by matchng pursut Wepng Cao* and Warren S. Ross, Shearwater GeoServces Summary The 3D Tau-p transform s of vtal sgnfcance for processng sesmc data acqured wth modern wde

More information

Pictures at an Exhibition

Pictures at an Exhibition 1 Pctures at an Exhbton Stephane Kwan and Karen Zhu Department of Electrcal Engneerng Stanford Unversty, Stanford, CA 9405 Emal: {skwan1, kyzhu}@stanford.edu Abstract An mage processng algorthm s desgned

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

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

Robust Classification of ph Levels on a Camera Phone

Robust Classification of ph Levels on a Camera Phone Robust Classfcaton of ph Levels on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractIn ths paper, we present a new algorthm that automatcally classfes the ph level on a test strp usng color

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

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

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

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection 2009 10th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng,

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

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

3D Face Reconstruction With Local Feature Refinement

3D Face Reconstruction With Local Feature Refinement ternatonal Journal of Multmeda and Ubqutous Engneerng Vol.9, No.8 (014), pp.59-7 http://dx.do.org/10.1457/jmue.014.9.8.06 3D Face Reconstructon Wth Local Feature Refnement Rudy Adpranata 1, Kartka Gunad

More information

3D Face Reconstruction With Local Feature Refinement. Abstract

3D Face Reconstruction With Local Feature Refinement. Abstract , pp.6-74 http://dx.do.org/0.457/jmue.04.9.8.06 3D Face Reconstructon Wth Local Feature Refnement Rudy Adpranata, Kartka Gunad and Wendy Gunawan 3, formatcs Department, Petra Chrstan Unversty, Surabaya,

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

Face Detection Using DCT Coefficients in MPEG Video. Jun Wang, Mohan S Kankanhalli, Philippe Mulhem, Hadi Hassan Abdulredha

Face Detection Using DCT Coefficients in MPEG Video. Jun Wang, Mohan S Kankanhalli, Philippe Mulhem, Hadi Hassan Abdulredha Face Detecton Usng DCT Coeffcents n MPEG Vdeo Jun Wang, Mohan S Kankanhall, Phlppe Mulhem, Had Hassan Abdulredha School of Computng Natonal Unversty of Sngapore 3 Scence Drve 2, Sngapore 117543 E-mal:

More information

Robust Face Alignment for Illumination and Pose Invariant Face Recognition

Robust Face Alignment for Illumination and Pose Invariant Face Recognition Robust Face Algnment for Illumnaton and Pose Invarant Face Recognton Fath Kahraman 1, Bnnur Kurt 2, Muhttn Gökmen 2 Istanbul Techncal Unversty, 1 Informatcs Insttute, 2 Computer Engneerng Department 34469

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

A high precision collaborative vision measurement of gear chamfering profile

A high precision collaborative vision measurement of gear chamfering profile Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) A hgh precson collaboratve vson measurement of gear chamferng profle Conglng Zhou, a, Zengpu Xu, b, Chunmng

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

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

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

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

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

AP PHYSICS B 2008 SCORING GUIDELINES

AP PHYSICS B 2008 SCORING GUIDELINES AP PHYSICS B 2008 SCORING GUIDELINES General Notes About 2008 AP Physcs Scorng Gudelnes 1. The solutons contan the most common method of solvng the free-response questons and the allocaton of ponts for

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

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

Fingerprint matching based on weighting method and SVM

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

More information

Hermite Splines in Lie Groups as Products of Geodesics

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

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

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

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

An Automatic Eye Detection Method for Gray Intensity Facial Images

An Automatic Eye Detection Method for Gray Intensity Facial Images www.ijcsi.org 272 An Automatc Eye Detecton Method for Gray Intensty Facal Images M. Hassaballah 1,2, Kenj Murakam 1, Shun Ido 1 1 Department of Computer Scence, Ehme Unversty, 790-8577, Japan 2 Department

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

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

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL Nader Safavan and Shohreh Kasae Department of Computer Engneerng Sharf Unversty of Technology Tehran, Iran skasae@sharf.edu

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

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

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