Robust Face Recognition Using Eigen Faces and Karhunen-Loeve Algorithm

Size: px
Start display at page:

Download "Robust Face Recognition Using Eigen Faces and Karhunen-Loeve Algorithm"

Transcription

1 Robust Face Recognton Usng Egen Faces and Karhunen-Loeve Algorthm Parvnder S. Sandhu, Iqbaldeep Kaur, Amt Verma, Prateek Gupta Abstract The current research paper s an mplementaton of Egen Faces and Karhunen-Loeve Algorthm for face recognton. The desgned program works n a manner where a unque dentfcaton number s gven to each face under tral. These faces are kept n a database from where any partcular face can be matched and found out of the avalable test faces. The Karhunen Loeve Algorthm has been mplemented to fnd out the approprate rght face (wth same features) wth respect to gven nput mage as test data mage havng unque dentfcaton number. The procedure nvolves usage of Egen faces for the recognton of faces. Keywords Egen Faces, Karhunen-Loeve Algorthm, Face Recognton. F I. INTRODUCTION ACE recognton system based on Egen Faces Method and Karhunen-Loeve algorthm. Egen values and Egenvectors are [] defned as If v s a nonzero vector and λ s a number such that Av = λv () Then, v (Equaton ) s sad to be an egenvector of A wth egen value λ. Example: Egenvectors of Covarance Matrx The egenvectors v of ATA are Parvnder S. Sandhu s workng as Professor wth the Rayat & Bahra Insttute Of Engneerng & Bo-Technology, Mohal- Inda. Amt Verma and Iqbaldeep Kaur are Assstant Professor wth the Rayat & Bahra Insttute Of Engneerng & Bo-Technology, Mohal, Inda,.E- Mal:eramtverma@redffmal.com, er_qbaldeel@yahoo.com. Prateek Gupta s Lecturer (ECE Deptt.) at the Rayat & Bahra Insttute Of Engneerng & Bo-Technology, Mohal v v v Consder the egenvectors [2] v of ATA such that A Av = µ v (2) T Pre multplyng both sdes by A, we have AA Av ) = ( µ Av ) (3) ( T Egenvectors of Covarance Matrx (Equaton 2 and 3) µ = (4) u = Av u u u u u u Here, u resemble facal mages whch look ghostly, hence called Egenfaces A face mage can be proected nto ths face space by pk = UT(xk m) where k=,,m The test mage x s proected nto the face space to obtan a vector p (Equaton 5)

2 p = UT ( x m) (5) The dstance of p (Equaton 6) to each face class s defned by Є k 2 = p pk 2; k =, m (6) A dstance threshold [2] Ө c, (Equaton 7) s half the largest dstance between any two face mages: θ = / 2 max, k{ p p };, k =, m (7) c k Fnd the dstance Є (Equaton 8) between the orgnal mage x and ts reconstructed mage from the egen face space, xf, Є2 = x xf 2, where xf = U * x + m (8) The Recognton [2] process begns wth the condtons, f Єns Ө c Then, nput mage s not a face mage; f Є < AND Є k θ for all k (9) θ c Then, nput mage contans an unknown face; c If Є< θ c AND Єk*=mnk{ Єk} < θ c (0) then nput mage contans the face of ndvdual k* II. EIGEN FACES The Egen face method for human face recognton s remarkably clean and smple. The basc concept behnd the Egen face method s nformaton reducton. When one evaluates even a small mage, there s an ncredble amount of nformaton present. From all the possble thngs that could be represented n a gven mage, pctures of thngs that look lke faces clearly represent a small porton of ths mage space. Because of ths, we seek a method to break down pctures that wll be better equpped to represent face mages rather than mages n general. To do ths, one should generate basefaces and then represent any mage beng analyzed by the system as a lnear combnaton of these base faces. Once the base faces have been chosen we have essentally reduced the complexty of the problem from one of mage analyss to a standard classfcaton problem. Each face that we wsh to classfy can be proected nto face-space and then analyzed as a vector. A k-nearest-neghbor approach, a neural network or even a smply Eucldan dstance measure can be used for classfcaton. The technque can be broken down nto the Generate the Egen faces, Proect tranng data nto face-space to be used wth a predetermned classfcaton method and evaluaton of a proected test element by proectng t nto face space and comparng to tranng data. III. GENERATION EIGEN FACES Before any work can be done to generate the Egen faces, sample faces are needed. These mages wll be used as examples of what an mage n face-space looks lke. These mages do not necessarly need to be mages of the people the system wll later be used to dentfy (though t can help); however the mage should represent varatons one would expect to see n the data on whch the system s expected to be used, such as head tlt/angle, a varety of shadng condtons etc. Ideally these mages should contan pctures of faces at close to the same scale, although ths can be accomplshed through preprocessng f necessary. It s requred that all of the mages beng used n the system, both sample and test mages, be of the same sze. The resultng Egen faces wll also be of ths same sze once they have been calculated. It should be noted that t s assumed that all mages beng dealt wth are grayscale mages, wth pxel ntensty values rangng from 0 to 255. Suppose, there are K mages n our data set. Each sample mage wll be referred to as X where n ndcates that we are dealng wth th sample mage (<= <= K). Each X s a column vector. Generally mages are thought of as pxels, each havng (x, y) coordnates wth (0, 0) beng at the upper left corner (or one could thnk of an mage as a matrx wth y rows and x columns). Convertng ths to a column form s a matter of convenence, t can be done n ether column or row maor form, so long as t s done consstently for all sample mages t wll not affect the outcome. The sze of the resultng X column vector wll depend on the sze of the sample mages. If the sample mages are x pxels across and y pxels tall, the column vector wll be of sze (x*y) x. These orgnal mage szes must be remembered f one wshes to vew the resultng Egen faces, or proectons of test mages nto face-space. Ths s to allow a normal mage to be constructed from a column vector of mage pxels. Let X be the mean of all X ( <= <= K). Ths s the step to calculate an average face of the database. If one were to renterpret the vector as a normal mage, t would appear as one mght expect, as shown n Fg.. Fg. Addton of Faces The next step s to calculate dfference faces U such that U = X - X - (where X - s mean) and form a matrx U, such that U = [U U 2.U K ]. Our goal now s to generate the egenfaces whch s done by calculatng the egenvectors of the covarance matrx UU T.Ths cannot be done drectly as the sze of UU T s (x*y)*(x*y) whch s very large. Clearly, dong these calculatons on a resultng matrx of ths sze s gong to be taxng on all but the most specalzed, advance hardware. To avod ths problem, a trck from lnear algebra s appled. The egenvectors of the UU T matrx can actually be found by 045

3 consderng lnear combnatons of the egenvectors of the U T U matrx. Ths s extremely usefully when one realzes that the sze of the U T U matrx s K x K. For practcally all real world stuatons K << (x*y). The egenvectors w of ths matrx can be readly found through the followng formula: W k l = = U λ l E l () Where, E l s the lth value of the th egenvector of U T U and λ s the correspondng Egen value of w and E. The lnear algebra part of ths trck s gven below: Let the egenvectors of U T U be E ( <= <= K) and the correspondng Egen values be λ. Hence, t can be wrtten: t U U E = λ E (2) Multplyng both the sdes by U, T U * U U E = λ UE (3) Thus, w = UE s the th egenvector of UU T wth correspondng egenvalue λ. The fact that the egenvalues for the UU T and U T U are the same (though f we were gong to calculate all of the Egen values of the UU T matrx, we could get more values, the egenvectors of the U T U only represent the most mportant subset of the Egen values of the UU T matrx). IV. KARHUNEN LOEVE (KL) TRANSFORM The Karhunen Loeve (KL) transform s a preferred method for approxmatng a set of vectors or mages by a low dmensonal subspace. The method provdes the optmal subspace, spanned by the KL bass, whch mnmzes the MSE between the gven set of vectors and ther proectons on the subspace. The KL transform has found many applcatons n tradtonal felds such as statstcs and communcaton. In computer vson, t was used for a varety of tasks such as face recognton, obect recognton, moton estmaton, vsual learnng, and obect trackng. Typcal computer vson applcatons calculate the KL bass of hundreds or thousands mages, each of sze (Wdth Heght) n the range of 0 K to M. The bass s partal and typcally ncludes only a few dozens vectors or less. Calculatng the KL bass for mages of sze requres roughly operatons. In many applcatons, ths large computatonal demands may be prohbtve. In fact, for such applcatons, even the memory requrement may exceed the resources of common computers. Several attempts were already made to reduce the computatonal effort by usng effcent mage codng. The Karhunen-Loeve expanson s a powerful spectral technque for the analyss and synthess of dynamcal systems. It conssts n decomposng a spatal correlaton matrx, whch can be obtaned through numercal or physcal experments. The decomposton produces orthogonal Egen functons or proper orthogonal modes, and Egen values that provde a measurement of how much energy s contaned n each mode. It makes a prncpal component analyss that s a mathematcal way of determnng that lnear transformaton of a sample of ponts n L-dmensonal space whch exhbts the propertes of the sample most clearly along the coordnate axes. Along the new axes, the sample varance are extremes and uncorrelated, see Fg. 2. Usng a cutoff on the spread along each axs, a sample may be reduced n ts dmensonalty. Ths way t can be used to transform ndependent coordnates nto sgnfcant and ndependent ones. The KLC transform s a reversble lnear transform that explot the statstcal property of a vector representaton. The basc functon of KLC transform are orthogonal Egen vector of the covarance matrx of a data set. A KL transform optmally decor relates the nput data. After a KL transform most of the energy of the transform coeffcent s concentrated wthn the frst few components. Ths s compact energy property of KL transform.(as from Fg. 2) Fg. 2 Larhunen-Loeve (KL) Map V. KARHUNEN LOEVE (KL) IMPLEMENTATION The sesmc traces x(t) correspond to the rows of the named data matrx xn*m, n s the number of traces n the gather and m the number of gathers. The zero-lag covarance matrx *nn s * nm xn* m x n* m (4) Ths expresson can be decomposed as * nm Vn * p An* mv n* p (5) In equaton 2 the columns of the matrx Vn*p are the egenvectors n*n and An*n s a dagonal matrx wth the egen values on the dagonal. These egen values are ordered n descendng sequence along the prncpal dagonal of the matrx An*n, V*npt s the correspondng transpose matrx. The prncpal component of the data can be wrtten by: Mp * m Xn * mv n* p (6) If we form the matrx M p*m by selectng the upper m rows of the matrx Mp*m, m s related wth the order of the flter or prncpal row number, placng zeros n the remanng n-m rows, n s related wth the Cut of the Flter, the Ground roll s assumed to be represented by the matrx product between the egenvectors matrx Vn*p and the matrx M p*m, that nclude 046

4 the prncpal components n agreement wth the followng expresson: X ' p * m Vn * mm p * m (7) Fnally, the Ground roll X n*m s subtracted from the data matrx Xn*m, obtanng the gather wthout Ground roll X X X On m n* m n* m * (8) Where, X o s a n*m matrx that represents the fltered sesmc gather. As mentoned before Xn*m s the nput data matrx and X n*m s a matrx that represents the Ground roll extracted from the nput data. VI. PRESENT IMPLEMENTATION In the system (desgned) functons by proectng face mages onto a feature space that spans the sgnfcant varatons among known face mages. The sgnfcant features are known as "egenfaces"[4] because they are the egenvectors (prncpal components) of the set of faces. Face mages must be collected nto sets: every set (called "class") should nclude a number of mages for each person (entty), wth some varatons n expresson and n the lghtng. When a new nput mage s read and added to the tranng database, the number of class s requred. Otherwse, a new nput mage can be processed and confronted wth all classes present n database. We choose a number of egenvectors M' equal to the number of classes. Before start mage processng frst select nput mage. Ths mage can be successvely added to database (tranng) or, f a database s already present, matched wth known faces. Frst, select an nput mage clckng on "Select mage". Then add ths mage to database.if one choose to add mage to database, a postve nteger (face ID) s requred. Ths postve nteger s a progressve number whch dentfes a person (entty) (each person (entty) corresponds to a class). For example: run the GUI delete prevous database add "mage.pg" to database the ID has to be snce mage s the frst entty whch s addng to database add "mage.pg" to database the ID has to be snce you have already added a mage mage to database as frst entty add "mage2" to database the ID has to be 2 snce mage2 s the second one entty addng to database. Add "mage3" to database the ID has to be 3 snce mage3 s the thrd one entty you are addng to database add "mage2" to database the ID has to be 2 once agan snce we have already added mage2 to database and so on! The recognton[6] gves as results the ID of nearest entty present n database. For example f you select mage "mage2" the ID gven SHOULD be 2 "t should be" because errors are possble. VII. MAIN FUNCTIONS AND WORKING The man functons [6]-[8] of the algorthm and functonal descrpton (As from Table I) are as gven below. TABLE I. FUNCTION DESCRIPTION Sr.No Functon Dscrpton. Select mage: Read the nput mage 2. Add selected mage to database The nput mage s added to database and wll be used for tranng 3. Database Info Show nformaton s about the mages present n database. Images must have the same sze. If ths s not true you have to resze them. 4. Face Recognton [9-0] Face matchng. The selected nput mage s processed 5. Delete Database Remove database from the current drectory 6. Vsualzaton tool Show nformaton s 7. Ext Qut the procedure Frst, the recognton [3] and[-3] system s run n the GUI (as shown n the Fg. 3).Then nput mage s selected by pressng the select mage con n the GUI add the mage n the database (Fg. 4) an gven a unque number called ID number (postve). Fg. 3 Runnng GUI We can add as many faces and correspondngly can assgn the ID number for each mage (As shown n Fg. 5) so that each mage s represented by the Unque ID number[4-6]. We can perform face recognton[5] (As shown n Fg. 6) as 047

5 we select a partcular face whch was prevously added n the data base algorthm search for the near by face as per work flow (As shown n Fg. 7) wth reference to class [6]-[8] and dstance from the face space. Fg. 6 Performng Face Recognton Fg. 4. Selectng Input Image Fg. 5 Assgnng ID Number Fg. 7 Work Flow of Algorthm VIII. SCOPE FOR OPTIMIZATION IN FACE RECOGNITION The face s the commonly used bometrc characterstcs for person recognton. The most popular approaches to face recognton are based on shape of facal attrbutes, such as eyes, eyebrows, nose, lps, chn and the relatonshps of these attrbutes. Recognzng people by ther facal features (or vectors) s the oldest dentfcaton mechansm of all, gong back at least to our early prmate ancestors. But there can be varous factors affectng recognton of faces as t nvolves human behavor, hence dstnct characterstcs resultng n dfferent mages of the same face. Below lsted are some factors that may be mproved upon n order to acheve better face recognton[6-7]. These are llustrated by the shown mages as follows. Lmtatons of Egen faces Approach. Varatons n lghtng condtons Dfferent lghtng condtons for enrolment and query. Brght (As from Fg. 6) lght causng mage saturaton. 048

6 Fg. 8 Effect on mages due to Lghtng Dfferences n pose Head orentaton 2D feature dstances appear to dstort. Expresson -Change n feature locaton and shape. REFERENCES [] Turk, M., Pentland, A., Egenfaces for recognton, J. Cogntve Neuroscence, 3 (99), pp [2] Belhumeur, P., Hespanha, J., Kregman, D., Egenfaces vs. Fsherfaces: recognton usng class specfc lnear proecton, IEEE Transactons on Pattern Analyss and Machne Intellgence, 9 (997), pp [3] Tolba, El-Baz, El-Harby, Face Recognton A Lterature Revew, Internatonal Journal of Sgnal Processng, vol. 2, no. 2, 2005, pp [4] M. Turk and A. Pentland, Egenfaces For Recognton, Journal of Cogntve Neuroscence, vol. 3, 99, pp [5] Turk, Pentland, Face Recognton Usng Egen Faces, In Proceedngs of Computer Vson and Pattern Recognton, IEEE, June 99, pp [6] [7] [8] [9] S. Zek, The Vsual Image n Mnd and Bran, Scent. Amercan, 992, pp [0] R. Baron, Mechansms of human facal recognton, Int. J. Man- Machne Studes, Vol. 5, 98, pp [] C. Lu, Statstcal And Evolutonary Approaches For Face Recognton, Ph.D. Dssertaton, Geo. Mason Un, 999. [2] Y. Cu and J. Weng, A Learnng-Based Predcton-and-Verfcaton Segmentaton Scheme for Hand Sgn Image Sequance, IEEE Trans. on Patt. Ana. and Mach. Intell., vol. 2, 999, pp [3] S. J. McKenna, S. Gong and Y. Raa, Modellng Facal Color and Identty wth Gaussan Mxtures, Patt. Recog, vol. 3(2), 998, pp [4] M. Turk and A. Pentland, Egenfaces for Recognton, Journal of Cogntve Neuroscence, vol. 3(), 99, pp [5] T. McInery and D. Terzopoulos, Deformable Models In Medcal Image Analyss: A Survey, Medcal Image Analyss, vol., 996, pp [6] W.N. Martn and J.K. Aggarwal, Dynamc Scene Analyss: A Survey, Computer Vson, Graphcs and Image Process, vol. 7, 978, pp [7] J. K. Aggarwal and N. Nandhakumar, On The Computaton Of Moton From Sequences Of Images, Proc. IEEE, Vol. 76, 988, pp

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

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

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

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

More information

A Binarization Algorithm specialized on Document Images and Photos

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

More information

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

Lecture 4: Principal components

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

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

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

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

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

Lecture 5: Multilayer Perceptrons

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

More information

Lecture #15 Lecture Notes

Lecture #15 Lecture Notes Lecture #15 Lecture Notes The ocean water column s very much a 3-D spatal entt and we need to represent that structure n an economcal way to deal wth t n calculatons. We wll dscuss one way to do so, emprcal

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

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

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

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

3D vector computer graphics

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

More information

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

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

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

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

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

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Mathematics 256 a course in differential equations for engineering students

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

More information

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

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

Two-Dimensional Supervised Discriminant Projection Method For Feature Extraction

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

More information

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

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

Machine Learning: Algorithms and Applications

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

More information

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

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

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following.

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following. Complex Numbers The last topc n ths secton s not really related to most of what we ve done n ths chapter, although t s somewhat related to the radcals secton as we wll see. We also won t need the materal

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

User Authentication Based On Behavioral Mouse Dynamics Biometrics

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

More information

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

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

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

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

More information

A 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

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

Applying EM Algorithm for Segmentation of Textured Images

Applying EM Algorithm for Segmentation of Textured Images Proceedngs of the World Congress on Engneerng 2007 Vol I Applyng EM Algorthm for Segmentaton of Textured Images Dr. K Revathy, Dept. of Computer Scence, Unversty of Kerala, Inda Roshn V. S., ER&DCI Insttute

More information

Object Recognition Based on Photometric Alignment Using Random Sample Consensus

Object Recognition Based on Photometric Alignment Using Random Sample Consensus Vol. 44 No. SIG 9(CVIM 7) July 2003 3 attached shadow photometrc algnment RANSAC RANdom SAmple Consensus Yale Face Database B RANSAC Object Recognton Based on Photometrc Algnment Usng Random Sample Consensus

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

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

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

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

LECTURE : MANIFOLD LEARNING

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

More information

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

Image Alignment CSC 767

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

More information

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

S1 Note. Basis functions.

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

More information

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

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

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

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

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Infrared face recognition using texture descriptors

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

More information

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

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

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

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

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

Reading. 14. Subdivision curves. Recommended:

Reading. 14. Subdivision curves. Recommended: eadng ecommended: Stollntz, Deose, and Salesn. Wavelets for Computer Graphcs: heory and Applcatons, 996, secton 6.-6., A.5. 4. Subdvson curves Note: there s an error n Stollntz, et al., secton A.5. Equaton

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

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

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

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

More information

An Optimal Algorithm for Prufer Codes *

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

More information

A 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

Hierarchical clustering for gene expression data analysis

Hierarchical clustering for gene expression data analysis Herarchcal clusterng for gene expresson data analyss Gorgo Valentn e-mal: valentn@ds.unm.t Clusterng of Mcroarray Data. Clusterng of gene expresson profles (rows) => dscovery of co-regulated and functonally

More information

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm Proceedngs of the 5th WSEAS Int. Conf. on Sgnal Processng, Robotcs and Automaton, Madrd, Span, February 5-7, 6 (pp4-45) Invarant Shape Obect Recognton Usng B-Splne, Cardnal Splne, and Genetc Algorthm PISIT

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

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

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

More information

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE

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

More information

Lecture 13: High-dimensional Images

Lecture 13: High-dimensional Images Lec : Hgh-dmensonal Images Grayscale Images Lecture : Hgh-dmensonal Images Math 90 Prof. Todd Wttman The Ctadel A grayscale mage s an nteger-valued D matrx. An 8-bt mage takes on values between 0 and 55.

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

Structure from Motion

Structure from Motion Structure from Moton Structure from Moton For now, statc scene and movng camera Equvalentl, rgdl movng scene and statc camera Lmtng case of stereo wth man cameras Lmtng case of multvew camera calbraton

More information

On Incremental and Robust Subspace Learning

On Incremental and Robust Subspace Learning On Incremental and Robust Subspace Learnng Yongmn L, L-Qun Xu, Jason Morphett and Rchard Jacobs Content and Codng Lab, BT Exact pp1 MLB3/7, Oron Buldng, Adastral Park, Ipswch, IP5 3RE, UK Emal: Yongmn.L@bt.com

More information

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

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

More information

Palmprint Recognition Using Directional Representation and Compresses Sensing

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

More information

PRÉSENTATIONS DE PROJETS

PRÉSENTATIONS DE PROJETS PRÉSENTATIONS DE PROJETS Rex Onlne (V. Atanasu) What s Rex? Rex s an onlne browser for collectons of wrtten documents [1]. Asde ths core functon t has however many other applcatons that make t nterestng

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

Paintings at an Exhibition EE368 Group 17 Project Report

Paintings at an Exhibition EE368 Group 17 Project Report 1 Pantngs at an Exhbton EE368 Group 17 Project Report Mthun Kamat Stanford Unversty mkamat at stanford dot edu Abstract An algorthm s developed and mplemented to recognze pantngs on dsplay at the Cantor

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

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Інформаційні технології в освіті ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Some aspects of programmng educaton

More information

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

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

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

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

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL)

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL) Crcut Analyss I (ENG 405) Chapter Method of Analyss Nodal(KCL) and Mesh(KVL) Nodal Analyss If nstead of focusng on the oltages of the crcut elements, one looks at the oltages at the nodes of the crcut,

More information

F Geometric Mean Graphs

F Geometric Mean Graphs Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 2 (December 2015), pp. 937-952 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) F Geometrc Mean Graphs A.

More information

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming Optzaton Methods: Integer Prograng Integer Lnear Prograng Module Lecture Notes Integer Lnear Prograng Introducton In all the prevous lectures n lnear prograng dscussed so far, the desgn varables consdered

More information

On Some Entertaining Applications of the Concept of Set in Computer Science Course

On Some Entertaining Applications of the Concept of Set in Computer Science Course On Some Entertanng Applcatons of the Concept of Set n Computer Scence Course Krasmr Yordzhev *, Hrstna Kostadnova ** * Assocate Professor Krasmr Yordzhev, Ph.D., Faculty of Mathematcs and Natural Scences,

More information

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010 Smulaton: Solvng Dynamc Models ABE 5646 Week Chapter 2, Sprng 200 Week Descrpton Readng Materal Mar 5- Mar 9 Evaluatng [Crop] Models Comparng a model wth data - Graphcal, errors - Measures of agreement

More information

A Facet Generation Procedure. for solving 0/1 integer programs

A Facet Generation Procedure. for solving 0/1 integer programs A Facet Generaton Procedure for solvng 0/ nteger programs by Gyana R. Parja IBM Corporaton, Poughkeepse, NY 260 Radu Gaddov Emery Worldwde Arlnes, Vandala, Oho 45377 and Wlbert E. Wlhelm Teas A&M Unversty,

More information

Principal Component Inversion

Principal Component Inversion Prncpal Component Inverson Dr. A. Neumann, H. Krawczyk German Aerospace Centre DLR Remote Sensng Technology Insttute Marne Remote Sensng Prncpal Components - Propertes The Lnear Inverson Algorthm Optmsaton

More information

LOOP ANALYSIS. The second systematic technique to determine all currents and voltages in a circuit

LOOP ANALYSIS. The second systematic technique to determine all currents and voltages in a circuit LOOP ANALYSS The second systematic technique to determine all currents and voltages in a circuit T S DUAL TO NODE ANALYSS - T FRST DETERMNES ALL CURRENTS N A CRCUT AND THEN T USES OHM S LAW TO COMPUTE

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

A fault tree analysis strategy using binary decision diagrams

A fault tree analysis strategy using binary decision diagrams Loughborough Unversty Insttutonal Repostory A fault tree analyss strategy usng bnary decson dagrams Ths tem was submtted to Loughborough Unversty's Insttutonal Repostory by the/an author. Addtonal Informaton:

More information

A Bilinear Model for Sparse Coding

A Bilinear Model for Sparse Coding A Blnear Model for Sparse Codng Davd B. Grmes and Rajesh P. N. Rao Department of Computer Scence and Engneerng Unversty of Washngton Seattle, WA 98195-2350, U.S.A. grmes,rao @cs.washngton.edu Abstract

More information