Learning a Class-Specific Dictionary for Facial Expression Recognition

Size: px
Start display at page:

Download "Learning a Class-Specific Dictionary for Facial Expression Recognition"

Transcription

1 BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 4 Sofa 016 Prnt ISSN: ; Onlne ISSN: DOI: /cat Learnng a Class-Specfc Dctonary for Facal Expresson Recognton Shqng Zhang 1, Gang Zhang, Yuel Cu 1, Xaomng Zhao 1 1 Insttute of Intellgent Informaton Processng, Tazhou Unversty, Tazhou, Chna Insttute of Guangzhou Qualty Supervson and Testng, Guangzhou, Chna Emals: tzczsq@163.com tzxyzz@16.com cuyuel@tzc.edu.cn tzxyzxm@163.com Abstract: Sparse codng s currently an actve topc n sgnal processng and pattern recognton. MetaFace Learnng (MFL) s a typcal sparse codng method and exhbts promsng performance for classfcaton. Unfortunately, due to usng the l 1-norm mnmzaton, MFL s expensve to compute and s not robust enough. To address these ssues, ths paper proposes a faster and more robust verson of MFL wth the l -norm regularzaton constrant on codng coeffcents. The proposed method s used to learn a class-specfc dctonary for facal expresson recognton. Extensve experments on two popular facal expresson databases,.e., the JAFFE database and the Cohn-Kanade database, demonstrate that our method shows promsng computatonal effcency and robustness on facal expresson recognton tasks. Keywords: Sparse codng, metaface learnng, sparse representaton, facal expresson recognton, robustness. 1. Introducton Facal expresson s the man manner of expressng and nterpretng the affectve states of human bengs. Facal expresson recognton focuses on dstngushng the human affectve states by usng facal expresson. Durng the last two decades, facal expresson recognton has become a hot research topc n pattern recognton, artfcal ntellgence and computer vson, owng to ts mportant applcatons n human-computer nteracton, artfcal ntellgence, securty montorng, socal entertanment [1-3]. As far as the classfcaton task of facal expresson s concerned, a varety of conventonal classfcaton methods have been appled so far for facal expresson recognton, such as Hdden Markov Model (HMM), Artfcal Neural Network (ANN), Support Vector Machnes (SVM), K-Nearest Neghbor (KNN), and so on. In recent years, a new type of classfcaton method called Sparse Representaton based Classfcaton (SRC)[4] has been used successfully for face recognton. However, SRC drectly employs all the tranng samples to construct the dctonary, 55

2 resultng n lots of redundancy, nose, and trval nformaton n the pre-defned dctonary. In addton, when the tranng samples grow, SRC wll suffer from the computaton bottleneck snce t uses the l 1-norm sparsty constrant on codng coeffcents. In recent years, Y a n g et al. [5] developed a MetaFace Learnng (MFL) method to learn a class-specfc dctonary, n whch metafaces are learned from the orgnal mages and then used as the dctonary to represent the nput query mage. It has been found n [5] that MFL s more effectve than SRC and t also brngs performance mprovement over SRC. However, t s noted that MFL has two shortcomngs. Frst, smlar to SRC, MFL also uses the l 1-norm sparsty constrant on codng coeffcents, whch needs to be solved by a tme-consumng teraton process. Second, n MFL the codng fdelty s measured by the l 1-norm of codng resdual under the assumpton that the codng resdual follows the Gaussan dstrbuton. However, n practce ths assumpton may not hold well n nosy envronment, where the codng resdual may not conform to the Gaussan dstrbuton. To overcome these drawbacks of MFL, we modfy the obecton functon of MFL and derve ts analytcal soluton wth the l -norm regularzaton constrant on codng coeffcents. Ths soluton gves rse to a faster and more robust verson of MFL, whch s called FR-MFL. The effectveness of the proposed FR-MFL method s verfed on facal expresson recognton tasks. The remander of ths paper s organzed as follows. In Secton, the orgnal MFL s revewed brefly. The proposed FR-MFL s descrbed n detal n Secton 3. Secton 4 gves the experment results and analyss. Fnally, conclusons are drawn n Secton 5.. Metaface learnng MetaFace Learnng (MFL) [5] ams to learn a class-specfc dctonary for each obect from the orgnal tranng samples and then uses the learned dctonary to represent the nput query mage. Suppose the tranng samples are denoted by D = [X 1, X,, X c] R d N where X c R d N c s the subset of all the N c vector-represented tranng samples from class c, and d s the feature dmenson, In SRC, a new test sample x R d l 1-mnmzaton optmzaton problem: (1) c N n s the total number of samples. 1 arg mn x D, can be sparsely coded by the followng 1 where s a postve scalar number whch s used as a tradeoff between the reconstructed error and the coeffcents sparsty. In MFL, a class-specfc dctonary D s learned by () D, A arg mn X D A A, 1 D, A s.t. d 1, 1,,..., K, 56

3 where X R d N denotes all the tranng samples from the -th class, d represents the -th column of the -th class-specfc sub-dctonary D = [d 1,, d K ] R d K, and A s the summaton of l 1-norm of all the columns of A = [ 1,, N ] R d N, 1 N.e., A 1 1. In Equaton (), a ont optmzaton problem of the metafaces D and the representaton coeffcent matrx A needed to be solved. As a mult-varable optmzaton problem, Equaton () can be solved by optmzng D and A alternatvely, as descrbed below. When fxng D, the obectve functon n Equaton () can be reduced to (3) A arg mn X D A A. 1 A That equaton s a convex optmzaton methods and can be obtaned by quadratc programmng, such as the teratve l 1 -regularzed least squares ( l 1 -ls) [6] algorthm. Fxng A, D can be updated by solvng the followng obecton functon (4) D arg mn X D A, s.t. D d 1, 1,,..., K. That equaton can be solved by usng the Langrage multpler, the fnal analytcal soluton s T T (5) d Y / Y, where Y X d. When updatng d, all the other columns of D,.e., dl, l, are fxed. l 3. The proposed FR-MFL method 3.1. Motvaton l l There are two drawbacks of the orgnal MFL, as descrbed below. Frst, lke SRC, MFL [5] mposes the l 1-sparsty constrant n Equaton () on the representaton coeffcents to regularze the soluton. Nevertheless, the l 1-mnmzaton takes a tme-consumng teratve process due to ts large computaton cost. Therefore, t s desrable to decrease the computaton cost n MFL. Second, In MFL the codng fdelty s measured by the l 1-norm of codng resdual under the assumpton that the codng resdual follows the Gaussan dstrbuton. However, mages usually contan some addtve nose, so ths assumpton may not hold well n nosy envronment. Recently, t has been proved n [7] the l -norm could be used to characterze the data fdelty for an optmal maxmum a posteror estmaton when the observed mage contans some addtve Gaussan nose. 57

4 3.. Our method Based on the abovementoned two ponts, by modfyng the obecton functon of MFL, we can get a Faster and more Robust MFL (FR-MFL) algorthm. In detal, the obecton functon n Equaton () can be rewrtten as (6) where 58 s the l-norm. D, A arg mn X D A A, D, A s.t., d 1, 1,,..., K, Lke MFL, the proposed FR-MFL also needs to solve a ont optmzaton for the metafaces D and the representaton coeffcent matrx A. In other words, D and A n Equaton (6) can be obtaned by optmzng D and A alternatvely, as descrbed below. When fxng D, based on the l -norm regularzaton constrant, A can be solved by usng the Langrage multpler, and the fnal obtaned analytcal soluton s (7) = (X T X + I) 1 X T. Fxng A, D can be updated by solvng Equaton (4), as done n MFL. It s worth pontng out that ths step of optmzng A n the proposed FR-MFL method s dfferent from MFL. Frst, wth the ad of the l -norm regularzaton constrant we can drectly derve the analytcal soluton, and hence avod the expensve computaton n orgnal MFL. Second, the l -norm s more effectve n characterzng the data fdelty n nosy envronment. It makes the proposed FR-MFL yeld more robust feature representatons than MFL. The advantages of FR-MFL are verfed n the followng experments. 4. Experments 4.1. Experment setup To valdate the proposed FR-MFL, we performed facal expresson recognton experments on two popular facal expresson databases,.e., the JAFFE database [8] and the Cohn-Kanade database [9]. The JAFFE database has 13 mages of female facal expresson. Each mage has a resoluton of pxels. The Cohn-Kanade database contans 100 unversty students. Each mage has a resoluton of pxels. As done n [10], on the Cohn-Kanade database we selected 30 mage sequences from 96 subects, wth 1 to 6 emotons per subect. For every sequence, the neutral face and one peak frames were employed for prototypc expresson recognton, gvng n total 470 mages (3 anger, 100 oy, 55 sadness, 75 surprse, 47 fear, 45 dsgust and 116 neutral). Fgs 1 and separately show some sample mages from the JAFFE database and the Cohn-Kanade database. Two experments are performed wth dfferent confguratons. The frst one classfes facal expressons wth the popular Local Bnary Patterns (LBP) [10-13] features extracted from orgnal clean mages wthout any corrupton. In ths case,

5 accordng to the normalzed value of the eye dstance, a reszed mage of pxels was cropped from orgnal mages before performng LBP operators, as done n [10]. The second one recognzes facal expressons on corrupted mages to verfy the robustness of the proposed method. In ths case, all mages are reszed nto 3 3 pxels and then the random pxel corrupton s mplemented to generate corrupted mages. The proposed FR-MFL s compared wth lnear SVM, SRC, and MFL, respectvely. For SRC and MFL, the l 1-norm mnmzaton s solved by usng the teratve l 1-regularzed least squares (l 1-ls) [6] algorthm. A fve-fold cross valdaton scheme s mplemented n all facal expresson recognton experments, and the average recognton results are reported. The experment platform s Intel CPU.10 GHz, 1G RAM memory, MATLAB 01a. Fg. 1. Examples of facal expresson mages from the JAFFE database Fg.. Examples of facal expresson mages from the Cohn-Kanade database 4.. Experments wthout corrupton As used n [10], we employed the 59-bn operator LBP P, u R, and dvded the cropped mages of pxels nto 18 1 pxels regons, yeldng a feature vector 59

6 length of 478 (59 4) represented by the LBP hstograms. Tables 1 and gve the recognton performance of all used methods, ncludng SRC, MFL, and FR-MFL on the JAFFE database and the Cohn-Kanade database, respectvely. The results are summarzed n Tables 1 and. From the tables t s easy to observe that FR-MFL obtans an accuracy of 85.71% and 98.09% on the two databases, respectvely. It performs better than MFL and SRC, and sgnfcantly outperforms the baselne SVM. Ths shows that l -norm regularzaton constrant s more effectve for classfcaton than l 1-norm sparsty constrant snce l -norm can gve hgher ablty to avod overfttng than l 1-norm. Table 3 presents a comparson of computaton tme between FR-MFL and MFL to evaluate ther computaton effcency. Computaton tme s represented by the whole operaton tme for tranng and testng when performng classfcaton for all face mages n the correspondng face database. From Table 3, t can be observed that FR-MFL s about.39 tmes faster than MFL on the JAFFE database and about.46 tmes faster on the Cohn-Kanade database, respectvely. Ths valdates the advantages of nducng an analytcal soluton n FR-MFL wth the l -norm regularzaton constrant. 60 Table 1. Recognton accuracy (%) of dfferent methods on the JAFFE database Method FR-MFL MFL SRC SVM Accuracy Table. Recognton accuracy (%) of dfferent methods on the Cohn-Kanade database Method FR-MFL MFL SRC SVM Accuracy Table 3. Comparson of computaton tme between FR-MFL and MFL Dababase JAFFE Cohn-Kanade Method FR-MFL MFL FR-MFL MFL Computaton tme (s) Speed-up.39 tmes.46 tmes 4.3. Experments wth corrupton In ths secton, we evaluate the robustness of the proposed FR-MFL method on facal expresson recognton. The percentage of mage pxels are randomly selected from each testng mage and then replaced by random values n the range of [0, p ], where p denotes the maxmum value of pxels n the -th test mage. In our experments, we change the percentage of corrupted pxels from 0 up to 90%. Fg. 3 gves an example of corrupted mage on the Cohn-Kanade database. In the fgure, the orgnal mage s reszed to 3 3 pxels, and then s performed wth 50% random pxel corrupton. Fgs 4 and 5 show the recognton results of dfferent methods under dfferent percentage of pxel corrupton. From the results, we can observe that recognton accuraces of all methods are dropped wth the ncrease of pxel corrupton. Nevertheless, the proposed FR-MFL constantly outperforms the other methods such

7 as SRC, SVM, and MFL. The advantage of FR-MFL over MFL clearly valdates that the ntroduced l -norm regularzaton constrant produces better robustness to mage nose. (a) (b) (c) Fg. 3. An example of corrupted mage n the Cohn-Kanade database: Orgnal mage of pxels (a); reszed mage of 3 3 pxels (b); 50% corrupted mage (c) Recognton accuracy / % SRC SVM MFL FR-MFL Percentage corrupted / % Fg. 4. Recognton accuracy under dfferent percentage corrupted on the JAFFE database Recognton accuracy / % Percentage corrupted / % SRC SVM MFL FR-MFL Fg. 5. Recognton accuracy under dfferent percentage corrupted on the Cohn-Kanade database 5. Concluson Ths paper presents a faster and more robust verson of MFL (FR-MFL) for facal expresson recognton va the l -norm mnmzaton. The proposed FR-MFL 61

8 method outperforms MFL, SRC, and SVM on facal expresson recognton. More mportantly, the proposed FR-MFL s much more effectve than MFL n computaton. Ths can be attrbuted to two aspects. Frstly, l -norm regularzaton constrant n FR-MFL s more effectve for classfcaton than l -norm sparsty 1 constrant snce l -norm can gve hgher ablty to avod overfttng than l 1 -norm. Secondly, l -norm regularzaton constrant n FR-MFL presents an analytcal soluton of the obectve functon. Acknowledgements: Ths work s supported by Zheang Provncal Natural Scence Foundaton of Chna under Grant No LY16F00011 and No LQ15F00001, Natonal Natural Scence Foundaton of Chna under Grant No and No 61761, and Tazhou Scence Plan No 1501KY64. R e f e r e n c e s 1. Z h e n g, W., X. Z h o u, M. Xn. Color Facal Expresson Recognton Based on Color Local Features. In: Proc. of 015 IEEE Internatonal Conference on Acoustcs, Speech and Sgnal Processng (ICASSP), South Brsbane, QLD, 015, pp E l e f t h e r a d s, S., O. R u d o v c, M. P a n t c. Dscrmnatve Shared Gaussan Processes for Multvew and Vew-Invarant Facal Expresson Recognton. IEEE Transactons on Image Processng, Vol. 4, 015, No 1, pp W a n g, X., A. Lu, S. Z h a n g. New Facal Expresson Recognton Based on FSVM and KNN. Optk Internatonal Journal for Lght and Electron Optcs, Vol. 16, 015, No 1, pp W r g h t, J., A. Y. Y a n g, A. G a n e s h, S. S. S a s t r y, Y. M a. Robust Face Recognton va Sparse Representaton. IEEE Transactons on Pattern Analyss and Machne Intellgence, Vol. 31, 009, No, pp Y a n g, M., L. Z h a n g, J. Y a n g, D. Z h a n g. Metaface Learnng for Sparse Representaton Based Face Recognton. In: Proc. of th IEEE Internatonal Conference on Image Processng (ICIP), Hong Kong, 010, pp Km, S. J., K. Koh, M. L u s t g, S. B o y d, D. G o r n e v s k y. An Interor-Pont Method for Large-Scale l1-regularzed Least Squares. IEEE Journal of Selected Topcs n Sgnal Processng, Vol. 1, 007, No 4, pp D o n g, W., L. Z h a n g, G. Sh, X. W u. Image Deblurrng and Super-Resoluton by Adaptve Sparse Doman Selecton and Adaptve Regularzaton. IEEE Transactons on Image Processng, Vol. 0, 011, No 7, pp L y o n s, M. J., J. B u d y n e k, S. A k a m a t s u. Automatc Classfcaton of Sngle Facal Images. IEEE Transactons on Pattern Analyss and Machne Intellgence, Vol. 1, 1999, No 1, pp K a n a d e, T., Y. T a n, J. C o h n. Comprehensve Database for Facal Expresson Analyss. In: Proc. of Internatonal Conference on Face and Gesture Recognton, Grenoble, France, 000, pp S h a n, C., S. G o n g, P. Mc O w a n. Facal Expresson Recognton Based on Local Bnary Patterns: A Comprehensve Study. Image and Vson Computng, Vol. 7, 009, No 6, pp Z h a o, X., S. Z h a n g. Facal Expresson Recognton Usng Local Bnary Patterns and Dscrmnant Kernel Locally Lnear Embeddng. EURASIP Journal on Advances n Sgnal Processng, Vol. 01, 01, No 1, pp L, X., Q. R u a n, Y. Jn, G. A n, R. Z h a o. Fully Automatc 3D Facal Expresson Recognton Usng Polytypc Mult-Block Local Bnary Patterns. Sgnal Processng, Vol. 108, 015, pp Luo, Y., C.-M. W u, Y. Z h a n g. Facal Expresson Recognton Based on Fuson Feature of PCA and LBP wth SVM. Optk-Internatonal Journal for Lght and Electron Optcs, Vol. 14, 013, No 17, pp

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

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

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

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

WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING.

WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING. WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING Tao Ma 1, Yuexan Zou 1 *, Zhqang Xang 1, Le L 1 and Y L 1 ADSPLAB/ELIP, School of ECE, Pekng Unversty, Shenzhen 518055, Chna

More information

Facial Expression Recognition Using Sparse Representation

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

More information

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

Robust Dictionary Learning with Capped l 1 -Norm

Robust Dictionary Learning with Capped l 1 -Norm Proceedngs of the Twenty-Fourth Internatonal Jont Conference on Artfcal Intellgence (IJCAI 205) Robust Dctonary Learnng wth Capped l -Norm Wenhao Jang, Fepng Ne, Heng Huang Unversty of Texas at Arlngton

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

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

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

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

Kernel Collaborative Representation Classification Based on Adaptive Dictionary Learning

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

More information

Classifier Selection Based on Data Complexity Measures *

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

More information

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

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

More information

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

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

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

Classification / Regression Support Vector Machines

Classification / Regression Support Vector Machines Classfcaton / Regresson Support Vector Machnes Jeff Howbert Introducton to Machne Learnng Wnter 04 Topcs SVM classfers for lnearly separable classes SVM classfers for non-lnearly separable classes SVM

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

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

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

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

More information

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

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

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

More information

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

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

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

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

Tone-Aware Sparse Representation for Face Recognition

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

More information

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

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

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

Wavefront Reconstructor

Wavefront Reconstructor A Dstrbuted Smplex B-Splne Based Wavefront Reconstructor Coen de Vsser and Mchel Verhaegen 14-12-201212 2012 Delft Unversty of Technology Contents Introducton Wavefront reconstructon usng Smplex B-Splnes

More information

General Regression and Representation Model for Face Recognition

General Regression and Representation Model for Face Recognition 013 IEEE Conference on Computer Vson and Pattern Recognton Workshops General Regresson and Representaton Model for Face Recognton Janjun Qan, Jan Yang School of Computer Scence and Engneerng Nanjng Unversty

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

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

More information

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

Robust Low-Rank Regularized Regression for Face Recognition with Occlusion

Robust Low-Rank Regularized Regression for Face Recognition with Occlusion Robust Low-Rank Regularzed Regresson for ace Recognton wth Occluson Janjun Qan, Jan Yang, anlong Zhang and Zhouchen Ln School of Computer Scence and ngneerng, Nanjng Unversty of Scence and echnology Key

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

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

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

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

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

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

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 Kernel Representation with Statistical Local Features. for Face Recognition

Robust Kernel Representation with Statistical Local Features. for Face Recognition Robust Kernel Representaton wth Statstcal Local Features for Face Recognton Meng Yang, Student Member, IEEE, Le Zhang 1, Member, IEEE Smon C. K. Shu, Member, IEEE, and Davd Zhang, Fellow, IEEE Dept. of

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

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. *, NO. *, Dictionary Pair Learning on Grassmann Manifolds for Image Denoising

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. *, NO. *, Dictionary Pair Learning on Grassmann Manifolds for Image Denoising IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. *, NO. *, 2015 1 Dctonary Par Learnng on Grassmann Manfolds for Image Denosng Xanhua Zeng, We Ban, We Lu, Jale Shen, Dacheng Tao, Fellow, IEEE Abstract Image

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

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

Machine Learning 9. week

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

More information

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

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

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

More information

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification Fast Sparse Gaussan Processes Learnng for Man-Made Structure Classfcaton Hang Zhou Insttute for Vson Systems Engneerng, Dept Elec. & Comp. Syst. Eng. PO Box 35, Monash Unversty, Clayton, VIC 3800, Australa

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

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

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

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

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

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

Image Deblurring and Super-resolution by Adaptive Sparse Domain Selection and Adaptive Regularization

Image Deblurring and Super-resolution by Adaptive Sparse Domain Selection and Adaptive Regularization Image Deblurrng and Super-resoluton by Adaptve Sparse Doman Selecton and Adaptve Regularzaton Wesheng Dong a,b, Le Zhang b,1, Member, IEEE, Guangmng Sh a, Senor Member, IEEE, and Xaoln Wu c, Senor Member,

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

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

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

Weighted Sparse Image Classification Based on Low Rank Representation

Weighted Sparse Image Classification Based on Low Rank Representation Copyrght 08 Tech Scence Press CMC, vol.56, no., pp.9-05, 08 Weghted Sparse Image Classfcaton Based on Low Rank Representaton Qd Wu, Ybng L, Yun Ln, * and Ruoln Zhou Abstract: The conventonal sparse representaton-based

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

Correlative features for the classification of textural images

Correlative features for the classification of textural images Correlatve features for the classfcaton of textural mages M A Turkova 1 and A V Gadel 1, 1 Samara Natonal Research Unversty, Moskovskoe Shosse 34, Samara, Russa, 443086 Image Processng Systems Insttute

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 using 3D Directional Corner Points

Face Recognition using 3D Directional Corner Points 2014 22nd Internatonal Conference on Pattern Recognton Face Recognton usng 3D Drectonal Corner Ponts Xun Yu, Yongsheng Gao School of Engneerng Grffth Unversty Nathan, QLD, Australa xun.yu@grffthun.edu.au,

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

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS 1 Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu mm.meda.kyoto-u.ac.jp/members/yangwu Mchhko Mnoh mm.meda.kyoto-u.ac.jp/members/mnoh

More information

Neurocomputing 101 (2013) Contents lists available at SciVerse ScienceDirect. Neurocomputing

Neurocomputing 101 (2013) Contents lists available at SciVerse ScienceDirect. Neurocomputing Neurocomputng (23) 4 5 Contents lsts avalable at ScVerse ScenceDrect Neurocomputng journal homepage: www.elsever.com/locate/neucom Localty constraned representaton based classfcaton wth spatal pyramd patches

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

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

Video-Based Facial Expression Recognition Using Local Directional Binary Pattern

Video-Based Facial Expression Recognition Using Local Directional Binary Pattern Vdeo-Based Facal Expresson Recognton Usng Local Drectonal Bnary Pattern Sahar Hooshmand, Al Jamal Avlaq, Amr Hossen Rezae Electrcal Engneerng Dept., AmrKabr Unvarsty of Technology Tehran, Iran Abstract

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 97-735 Volume Issue 9 BoTechnology An Indan Journal FULL PAPER BTAIJ, (9), [333-3] Matlab mult-dmensonal model-based - 3 Chnese football assocaton super league

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

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

Joint Example-based Depth Map Super-Resolution

Joint Example-based Depth Map Super-Resolution Jont Example-based Depth Map Super-Resoluton Yanje L 1, Tanfan Xue,3, Lfeng Sun 1, Janzhuang Lu,3,4 1 Informaton Scence and Technology Department, Tsnghua Unversty, Bejng, Chna Department of Informaton

More information

Wavelets and Support Vector Machines for Texture Classification

Wavelets and Support Vector Machines for Texture Classification Wavelets and Support Vector Machnes for Texture Classfcaton Kashf Mahmood Rapoot Faculty of Computer Scence & Engneerng, Ghulam Ishaq Khan Insttute, Top, PAKISTAN. kmr@gk.edu.pk Nasr Mahmood Rapoot Department

More information

Facial Expressions Recognition in a Single Static as well as Dynamic Facial Images Using Tracking and Probabilistic Neural Networks

Facial Expressions Recognition in a Single Static as well as Dynamic Facial Images Using Tracking and Probabilistic Neural Networks Facal Expressons Recognton n a Sngle Statc as well as Dynamc Facal Images Usng Trackng and Probablstc Neural Networks Had Seyedarab 1, Won-Sook Lee 2, Al Aghagolzadeh 1, and Sohrab Khanmohammad 1 1 Faculty

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

Face Recognition Method Based on Within-class Clustering SVM

Face Recognition Method Based on Within-class Clustering SVM Face Recognton Method Based on Wthn-class Clusterng SVM Yan Wu, Xao Yao and Yng Xa Department of Computer Scence and Engneerng Tong Unversty Shangha, Chna Abstract - A face recognton method based on Wthn-class

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

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

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

Discriminative classifiers for object classification. Last time

Discriminative classifiers for object classification. Last time Dscrmnatve classfers for object classfcaton Thursday, Nov 12 Krsten Grauman UT Austn Last tme Supervsed classfcaton Loss and rsk, kbayes rule Skn color detecton example Sldng ndo detecton Classfers, boostng

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

Relevance Assignment and Fusion of Multiple Learning Methods Applied to Remote Sensing Image Analysis

Relevance Assignment and Fusion of Multiple Learning Methods Applied to Remote Sensing Image Analysis Assgnment and Fuson of Multple Learnng Methods Appled to Remote Sensng Image Analyss Peter Bajcsy, We-Wen Feng and Praveen Kumar Natonal Center for Supercomputng Applcaton (NCSA), Unversty of Illnos at

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

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

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

The Study of Remote Sensing Image Classification Based on Support Vector Machine

The Study of Remote Sensing Image Classification Based on Support Vector Machine Sensors & Transducers 03 by IFSA http://www.sensorsportal.com The Study of Remote Sensng Image Classfcaton Based on Support Vector Machne, ZHANG Jan-Hua Key Research Insttute of Yellow Rver Cvlzaton and

More information

Nonlocal Mumford-Shah Model for Image Segmentation

Nonlocal Mumford-Shah Model for Image Segmentation for Image Segmentaton 1 College of Informaton Engneerng, Qngdao Unversty, Qngdao, 266000,Chna E-mal:ccluxaoq@163.com ebo e 23 College of Informaton Engneerng, Qngdao Unversty, Qngdao, 266000,Chna E-mal:

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

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

Hyperspectral Image Classification Based on Local Binary Patterns and PCANet

Hyperspectral Image Classification Based on Local Binary Patterns and PCANet Hyperspectral Image Classfcaton Based on Local Bnary Patterns and PCANet Huzhen Yang a, Feng Gao a, Junyu Dong a, Yang Yang b a Ocean Unversty of Chna, Department of Computer Scence and Technology b Ocean

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information