Open World Face Recognition with Credibility and Confidence Measures

Size: px
Start display at page:

Download "Open World Face Recognition with Credibility and Confidence Measures"

Transcription

1 Open Worl Face Recognition with Creibility an Confience Measures Fayin Li an Harry Wechsler Department of Computer Science George Mason University Fairfax, VA {fli, Abstract. his paper escribes a novel framework for the Open Worl face recognition problem, where one has to provie for the Reject option. Base upon algorithmic ranomness an transuction, a particular form of inuction, we escribe the CM-kNN (ransuction Confience Machine knearest Neighbor) algorithm for Open Worl face recognition. he algorithm propose performs much better than PCA an is comparable with Fisherfaces. In aition to recognition an rejection, the algorithm can assign creibility ( likelihoo ) an confience ( lack of ambiguity ) measures with the ientification ecisions taken.. Introuction he choices facing face recognition systems shoul inclue: ACCEP, REJEC ( is not here ), an AMBIGUI ( nee more information ). he inclusion of the REJEC option, which correspons to an open worl of (face recognition) hypotheses, as complexity to the whole process an makes face recognition much harer compare to the more traitional close worl biometric systems available toay. In aition to seeking how similar or close some probe face image is to each subject in the face gallery set, one nees some measure of confience when making any ientification ecision. his paper escribes a novel methoology for hanling an open worl of hypotheses, incluing the REJEC option, an provies the means to associate creibility an confience measures with each of the ecisions mae regaring HumanID. he propose methoology, base upon ranomness concepts an transuctive learning, is formally valiate on challenging (varying illumination) an large overlapping FERE ata sets. 2. Ranomness an p-values Confience measures can be base upon universal tests for ranomness, or their approximation. A Martin-Lof ranomness eficiency (Li an Vitanyi, 997) base on such tests is a universal version of the stanar statistical notion of p-values. Universal tests for

2 ranomness are not computable an hence one has to approximate the p-values using nonuniversal tests. We use the p-value construction in Proerou et al. (200) to efine the quality of information. he assumption use is that ata items are inepenent an are prouce by the same stochastic mechanism. Given a sequence of proximities (istances) between the given training (gallery) set an an unknown sample (test) probe, one quantifies to what extent the (classification) ecision taken is reliable, i.e., non-ranom. owars that en one efines the strangeness of the unknown sample probe i with putative label y in relation to the rest of the training set exemplars as: D k j k y ¹ j D ij D y ij ¹ he strangeness measure is the ratio of the sum of the k nearest istances D from the same class (y) to the sum of the k nearest istances from all other classes ( y). he strangeness of an exemplar increases when the istance from the exemplars of the same class becomes larger an when the istance from the other classes becomes smaller. A vali ranomness test (Nouretinov et al., 200) efines then the p-value measure of a test exemplar with a possible classification assigne to it as p f ( D ) f ( D 2) ( m f ( ) f ( D D new m) ) f ( Dnew ) where f is some monotonic non-ecreasing function with f(0) = 0, e.g., f(d) = D, m is the number of training examples, an Dnew is the strangeness measure of a new potential test probe exemplar c new. An alternative efinition available for the p-value is p( c ) #{ i : D t D }/( m new i new ). Using the p-value one can now preict the class membership as the one that yiels the largest p-value, which is efine as the creibility of the assignment mae. he associate confience measure, which is one minus the 2n largest p-value, inicates how close the first two assignments are. he confience value inicates how improbable the classifications other than the preicte classification are an the creibility value shows how suitable the training set is for the classification of that testing example. One can compare the top ranke assignments, rather than only the first two assignments, an efine aitional confience criteria. Both the creibility an confience measures allow the face recognition moule to aapt to existing conitions an act accoringly. 3. ransuction Confience Machine (CM)- knn Another form of learning, beyon inuction, is transuction. Given an unlabele valiation test, in aition to the training set, the task now is to estimate the class for each unlabele

3 pattern in orer to construct the best classifier rule for both the training an valiation sets. CM-kNN Algorithm for i = to m y y Fin an store D i an D i Calculate the alpha strangeness values for all the training exemplars Calculate the similarity ist vector as the istances of the new exemplar from all the training exemplars for j = to c o for every training exemplar t classifie as j o if D > ist(t), i = }k, recalculate the alpha value of exemplar t j ti for every training exemplar t classifie as non-j o if D ti j > ist(t), i = }k, recalculate the alpha value of exemplar t Calculate alpha value for the new exemplar classifie as j Calculate p-value for the new exemplar classifie as j Preict the class with the largest p-value Output as confience one minus the 2n largest p-value Output as creibility the largest p-value he constraints on the (geometric) layout of the learning space an the search for improve classification margins are aresse in this paper using algorithmic ranomness (Vovk et al., 999), universal measures of confience ranomness (Vovk et al., 999), an transuctive confience (learning) machines (CM) (Proerou et al., 200). he experimental ata presente later on that valiates our approach, is base on CM-kNN which is an augmente CM using locality-base evience, e.g., the k-nearest Neighbors (knn) concept. he similarity istances ist (in script) use are shown next. Given two n-imensional n vectors, ƒ, the istance measures use are efine as follows: n 2 L (, ) i i L2 (, ) ( ) ( ) i cos (, ) Dice 2 (, ) 2 2 2

4 Jaccar Mah L (, ) 2 2 2(, ) ( ) 6 ( ) Mah 6 cos (, ) where 6 is the scatter matrix of the training ata. For PCA, 6 is iagonal an the iagonal elements are the (eigenvalues) variances of the corresponing components. he Mahalanobis + L istance efine only for PCA is n i i Mah L (, ) 4. Data Collection i i Figure. Face Images Our ata set is rawn from the FERE atabase, which has become a e facto stanar for evaluating face recognition technologies (Phillips et al., 998). he ata set consists of 600 FERE frontal face images corresponing to 200 subjects, which were acquire uner variable illumination an facial expressions. Each subject has three images of size 256x384 with 256 gray scale levels. Face image normalization is carrie out as follows: first, the centers of the eyes of an image are manually etecte, then rotation an scaling transformations align the centers of the eyes to preefine locations, an finally, the face image is croppe to the size of 28x28 to extract the facial region. he extracte facial region is further normalize to zero mean an unit variance. Fig. shows some exemplar images use in our experiments that are alreay croppe to the size of 28x28. Each

5 column in Fig. correspons to one subject. Note that for each subject, two images are ranomly chosen for training, while the remaining image (unseen uring training) is use for testing. he normalize face images are processe to yiel 400 PCA coefficients, accoring to eqs. 7 9 from Liu an Wechsler (2002), an 200 Fisherfaces using FLD (Fisher Linear Discriminant), accoring to eqs. 0 2 from Liu an Wechsler (2002) on a reuce 200 imensional space PCA space. 5. Open Worl Face Recognition Algorithms Open Worl CM-kNN Algorithm Calculate the alpha values for all the training exemplars for i = to c o for every training exemplar t classifie as i o for j = to c an j!= i o Assume t is classifie as j, which shoul be rejecte Recalculate the alpha value for all the training exemplars classifie as non-j Calculate alpha value for the exemplar t classifie as j Calculate p-value for the exemplar t classifie as j Calculate the P max, P mean an P stev (stanar eviation) for the p-value of exemplar t Calculate the PSR value for exemplar t: PSR = (P max P mean )/P stev Calculate the mean, stev (stanar eviation) for all the PSR values Calculate the mean + 3*stev as threshol for rejection Calculate the istances of the probe exemplar from all the training exemplars for i = to c o Calculate alpha value for the probe exemplar classifie as i Calculate p-value for the probe exemplar classifie as i Calculate the largest p-value max for the probe exemplar Calculate the mean an stev for the probe p-value without max Calculate the PSR value for the probe exemplar: PSR = (max mean)/ stev Reject the probe exemplar if its PSR is less than or equal to the threshol. Otherwise preict the class with the largest p-value

6 Open Worl {PCA, Fisherfaces} Algorithm for i = to m Fin the maximum intra-within-istance an minimum inter-between-istance Calculate the mean an stanar eviation for all maximum intra-istances an minimum inter-istances: mean intra, mean inter, stev intra an stev inter Calculate mean intra + 3* stev intra as the lower boun of the threshol Calculate mean inter - 3* stev inter as the upper boun of the threshol Choose the threshol base on the lower an upper boun Calculate the istances of the probe exemplar from all the training exemplars Fin the minimum istance ist min of the probe exemplar If ist min >= threshol, then reject the probe exemplar Else preict the class with the minimum istance ist min 6. Experimental Results We foun that the best similarity istances for PCA an Fisherfaces are {Mahalanobis + (L, L 2 or cos)} an {cosine, Dice, Jaccar, (Mahalonobis + cos)}, respectively. hose istances are use in our experiments. he experiments reporte were carrie out on the ata escribe in the previous section. Both the gallery an the probe sets consist of 00 subjects, an the overlap portion between the two sets on the average 50 subjects. he recognition rate is the percentage of the subjects whose probe is correctly recognize or rejecte Recognition Rate Recognition Rate hreshol hreshol Figure 2. he Recognition Rate vs hreshol: PCA (Left) an Fisherfaces (Right) Open Worl (PCA an Fisherfaces) Face Recognition he ata was ranomly chosen, the same experiment was run 00 times, an Fig. 2 shows the mean recognition rates for ifferent threshols. he istance measurements for PCA an Fisherfaces, which yiel the best results, are Mahalanobis + L 2 an cosine, respectively. Fig. 2 shows that the best recognition rate for PCA is 77% if the threshol

7 can be chosen correctly, while for Fisherfaces is 9% if the threshol is chosen as its upper boun. he stanar eviation for the best recognition rate for PCA an Fisherfaces are 3.7% an 2.4%, respectively correct rejection correct recognition false recognition 0.08 correct rejection correct recognition wrong recognition p-value p-value classes classes Figure 3. est p-value istribution of rejection, correct an false recognition using PCA with (Mahalanobis + L2) istance (Left) an Fisherfaces with cosine istance (Right) PCA PSR histogram with Mahalanobis + L istance Fisherface PSR histogram with cos istance Figure 4. he PSR value histogram: PCA (Left) an Fisherfaces (Right) CM-kNN he ata use are either the (400) PCA or (200) Fisherface components, an k =. he threshol is compute accoring to the algorithm escribe in Sect. 5 base on the training exemplars. he p-value istributions shown in Fig.3 inicate that the test PSR values are useful for rejection an recognition. Recognition is riven by large PSR values. he best recognition rate using PCA components is 87.87% using the Mahalanobis + L istance, an its stanar eviation is 3.0%. he threshol is 6.57 compute from the PSR histogram shown in Fig. 4 (left). he best recognition rate using Fisherface components is 90% using the cosine istance, an its stanar eviation is 2.7%. he threshol is 9.20 compute from the PSR histogram shown in Fig. 4 (right). CM-kNN provies aitional information regaring the creibility an confience in the recognition ecision taken. he corresponing 2D istribution for correct an false

8 recognition is shown in Fig. 5, where one can see that false recognition, for both the PCA an Fisherfaces components, shows up at low values. correct recognition false recognition 0.35 correct recognition false recognition Creibility 0.7 Creibility Confience Confience Figure 5: Distribution of confience an Creibility: PCA (left) an Fisherfaces (right). 7. Conclusions We introuce in this paper a new face recognition algorithm suitable for open worl face recognition. he feasibility an usefulness of the algorithm has been shown on varying illumination an facial expression images rawn from FERE. Furthermore, both creibility an confience measures are provie for both the recognition an rejection ecisions. We plan to use those measures for optimal training of the face recognition system, such that the composition an size of the training set are etermine using active rather than ranom selection 8. References. A. Gammerman, V. Vovk, an V. Vapnik (998), Learning by ransuction. In Uncertainty in Artificial Intelligence, M. Li an P. Vitanyi (997), An Introuction to Kolmogorov Complexity an Its Applications, 2e., Springer-Verlag. 3. C. Liu an H. Wechsler (2002), Gabor Feature Base Classification Using the Enhnace Fisher Linera Discriminant Moel for Face Recognition, IEEE rans. on Image Processing, Vol., No. 4, I. Nouretinov,. Melluish, an V. Vovk (200), Rige Regression Confience Machine, Proc. 7th Int. Conf. on Machine Learning. 5. P. J. Phillips, H. Wechsler, J. Huang, an P. Rauss (998), he FERE Database an Evaluation Proceure for Face Recognition Algorithms, Image an Vision Computing, Vol.6, No.5, K. Proerou, I. Nouretinov, V. Vovk an A. Gammerman (200), ransuctive Confience Machines for Pattern Recognition, R CLRC-R-0-02, Royal Holloway University of Lonon. 7. V. Vovk, A. Gammerman, an C. Sauners (999), Machine Leraning Applications of Algorithmic Ranomness, Proc. 6th Int. Conf. on Machine Learning.

Cross-Over Analysis Using T-Tests

Cross-Over Analysis Using T-Tests Chapter 35 Cross-Over Analysis Using -ests Introuction his proceure analyzes ata from a two-treatment, two-perio (x) cross-over esign. he response is assume to be a continuous ranom variable that follows

More information

Detecting Possibly Fraudulent or Error-Prone Survey Data Using Benford s Law

Detecting Possibly Fraudulent or Error-Prone Survey Data Using Benford s Law Detecting Possibly Frauulent or Error-Prone Survey Data Using Benfor s Law Davi Swanson, Moon Jung Cho, John Eltinge U.S. Bureau of Labor Statistics 2 Massachusetts Ave., NE, Room 3650, Washington, DC

More information

Sensor Network Localization from Local Connectivity : Performance Analysis for the MDS-MAP Algorithm

Sensor Network Localization from Local Connectivity : Performance Analysis for the MDS-MAP Algorithm Sensor Network Localization from Local Connectivity : Performance Analysis for the MDS-MAP Algorithm Sewoong Oh an Anrea Montanari Electrical Engineering an Statistics Department Stanfor University, Stanfor,

More information

Data Center Power System Reliability Beyond the 9 s: A Practical Approach

Data Center Power System Reliability Beyond the 9 s: A Practical Approach Data Center Power System Reliability Beyon the 9 s: A Practical Approach Bill Brown, P.E., Square D Critical Power Competency Center. Abstract Reliability has always been the focus of mission-critical

More information

A New Evaluation Measure for Information Retrieval Systems

A New Evaluation Measure for Information Retrieval Systems A New Evaluation Measure for Information Retrieval Systems Martin Mehlitz martin.mehlitz@ai-labor.e Christian Bauckhage Deutsche Telekom Laboratories christian.bauckhage@telekom.e Jérôme Kunegis jerome.kunegis@ai-labor.e

More information

10.2 Systems of Linear Equations: Matrices

10.2 Systems of Linear Equations: Matrices SECTION 0.2 Systems of Linear Equations: Matrices 7 0.2 Systems of Linear Equations: Matrices OBJECTIVES Write the Augmente Matrix of a System of Linear Equations 2 Write the System from the Augmente Matrix

More information

Game Theoretic Modeling of Cooperation among Service Providers in Mobile Cloud Computing Environments

Game Theoretic Modeling of Cooperation among Service Providers in Mobile Cloud Computing Environments 2012 IEEE Wireless Communications an Networking Conference: Services, Applications, an Business Game Theoretic Moeling of Cooperation among Service Proviers in Mobile Clou Computing Environments Dusit

More information

How To Segmentate An Insurance Customer In An Insurance Business

How To Segmentate An Insurance Customer In An Insurance Business International Journal of Database Theory an Application, pp.25-36 http://x.oi.org/10.14257/ijta.2014.7.1.03 A Case Stuy of Applying SOM in Market Segmentation of Automobile Insurance Customers Vahi Golmah

More information

A Generalization of Sauer s Lemma to Classes of Large-Margin Functions

A Generalization of Sauer s Lemma to Classes of Large-Margin Functions A Generalization of Sauer s Lemma to Classes of Large-Margin Functions Joel Ratsaby University College Lonon Gower Street, Lonon WC1E 6BT, Unite Kingom J.Ratsaby@cs.ucl.ac.uk, WWW home page: http://www.cs.ucl.ac.uk/staff/j.ratsaby/

More information

Stock Market Value Prediction Using Neural Networks

Stock Market Value Prediction Using Neural Networks Stock Market Value Preiction Using Neural Networks Mahi Pakaman Naeini IT & Computer Engineering Department Islamic Aza University Paran Branch e-mail: m.pakaman@ece.ut.ac.ir Hamireza Taremian Engineering

More information

On Adaboost and Optimal Betting Strategies

On Adaboost and Optimal Betting Strategies On Aaboost an Optimal Betting Strategies Pasquale Malacaria 1 an Fabrizio Smerali 1 1 School of Electronic Engineering an Computer Science, Queen Mary University of Lonon, Lonon, UK Abstract We explore

More information

View Synthesis by Image Mapping and Interpolation

View Synthesis by Image Mapping and Interpolation View Synthesis by Image Mapping an Interpolation Farris J. Halim Jesse S. Jin, School of Computer Science & Engineering, University of New South Wales Syney, NSW 05, Australia Basser epartment of Computer

More information

Ch 10. Arithmetic Average Options and Asian Opitons

Ch 10. Arithmetic Average Options and Asian Opitons Ch 10. Arithmetic Average Options an Asian Opitons I. Asian Option an the Analytic Pricing Formula II. Binomial Tree Moel to Price Average Options III. Combination of Arithmetic Average an Reset Options

More information

MSc. Econ: MATHEMATICAL STATISTICS, 1995 MAXIMUM-LIKELIHOOD ESTIMATION

MSc. Econ: MATHEMATICAL STATISTICS, 1995 MAXIMUM-LIKELIHOOD ESTIMATION MAXIMUM-LIKELIHOOD ESTIMATION The General Theory of M-L Estimation In orer to erive an M-L estimator, we are boun to make an assumption about the functional form of the istribution which generates the

More information

The one-year non-life insurance risk

The one-year non-life insurance risk The one-year non-life insurance risk Ohlsson, Esbjörn & Lauzeningks, Jan Abstract With few exceptions, the literature on non-life insurance reserve risk has been evote to the ultimo risk, the risk in the

More information

Optimal Energy Commitments with Storage and Intermittent Supply

Optimal Energy Commitments with Storage and Intermittent Supply Submitte to Operations Research manuscript OPRE-2009-09-406 Optimal Energy Commitments with Storage an Intermittent Supply Jae Ho Kim Department of Electrical Engineering, Princeton University, Princeton,

More information

Optimizing Multiple Stock Trading Rules using Genetic Algorithms

Optimizing Multiple Stock Trading Rules using Genetic Algorithms Optimizing Multiple Stock Traing Rules using Genetic Algorithms Ariano Simões, Rui Neves, Nuno Horta Instituto as Telecomunicações, Instituto Superior Técnico Av. Rovisco Pais, 040-00 Lisboa, Portugal.

More information

Calibration of the broad band UV Radiometer

Calibration of the broad band UV Radiometer Calibration of the broa ban UV Raiometer Marian Morys an Daniel Berger Solar Light Co., Philaelphia, PA 19126 ABSTRACT Mounting concern about the ozone layer epletion an the potential ultraviolet exposure

More information

State of Louisiana Office of Information Technology. Change Management Plan

State of Louisiana Office of Information Technology. Change Management Plan State of Louisiana Office of Information Technology Change Management Plan Table of Contents Change Management Overview Change Management Plan Key Consierations Organizational Transition Stages Change

More information

Modelling and Resolving Software Dependencies

Modelling and Resolving Software Dependencies June 15, 2005 Abstract Many Linux istributions an other moern operating systems feature the explicit eclaration of (often complex) epenency relationships between the pieces of software

More information

A Data Placement Strategy in Scientific Cloud Workflows

A Data Placement Strategy in Scientific Cloud Workflows A Data Placement Strategy in Scientific Clou Workflows Dong Yuan, Yun Yang, Xiao Liu, Jinjun Chen Faculty of Information an Communication Technologies, Swinburne University of Technology Hawthorn, Melbourne,

More information

A New Pricing Model for Competitive Telecommunications Services Using Congestion Discounts

A New Pricing Model for Competitive Telecommunications Services Using Congestion Discounts A New Pricing Moel for Competitive Telecommunications Services Using Congestion Discounts N. Keon an G. Ananalingam Department of Systems Engineering University of Pennsylvania Philaelphia, PA 19104-6315

More information

A Universal Sensor Control Architecture Considering Robot Dynamics

A Universal Sensor Control Architecture Considering Robot Dynamics International Conference on Multisensor Fusion an Integration for Intelligent Systems (MFI2001) Baen-Baen, Germany, August 2001 A Universal Sensor Control Architecture Consiering Robot Dynamics Frierich

More information

Firewall Design: Consistency, Completeness, and Compactness

Firewall Design: Consistency, Completeness, and Compactness C IS COS YS TE MS Firewall Design: Consistency, Completeness, an Compactness Mohame G. Goua an Xiang-Yang Alex Liu Department of Computer Sciences The University of Texas at Austin Austin, Texas 78712-1188,

More information

JON HOLTAN. if P&C Insurance Ltd., Oslo, Norway ABSTRACT

JON HOLTAN. if P&C Insurance Ltd., Oslo, Norway ABSTRACT OPTIMAL INSURANCE COVERAGE UNDER BONUS-MALUS CONTRACTS BY JON HOLTAN if P&C Insurance Lt., Oslo, Norway ABSTRACT The paper analyses the questions: Shoul or shoul not an iniviual buy insurance? An if so,

More information

Liquidity and Corporate Debt Market Timing

Liquidity and Corporate Debt Market Timing Liquiity an Corporate Debt Market Timing Marina Balboa Faculty of Economics University of Alicante Phone: +34 965903621 Fax: +34 965903621 marina.balboa@ua.es Belén Nieto (Corresponing author) Faculty

More information

A Comparison of Performance Measures for Online Algorithms

A Comparison of Performance Measures for Online Algorithms A Comparison of Performance Measures for Online Algorithms Joan Boyar 1, Sany Irani 2, an Kim S. Larsen 1 1 Department of Mathematics an Computer Science, University of Southern Denmark, Campusvej 55,

More information

Minimizing Makespan in Flow Shop Scheduling Using a Network Approach

Minimizing Makespan in Flow Shop Scheduling Using a Network Approach Minimizing Makespan in Flow Shop Scheuling Using a Network Approach Amin Sahraeian Department of Inustrial Engineering, Payame Noor University, Asaluyeh, Iran 1 Introuction Prouction systems can be ivie

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 14 10/27/2008 MOMENT GENERATING FUNCTIONS

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 14 10/27/2008 MOMENT GENERATING FUNCTIONS MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 14 10/27/2008 MOMENT GENERATING FUNCTIONS Contents 1. Moment generating functions 2. Sum of a ranom number of ranom variables 3. Transforms

More information

A SPATIAL UNIT LEVEL MODEL FOR SMALL AREA ESTIMATION

A SPATIAL UNIT LEVEL MODEL FOR SMALL AREA ESTIMATION REVSTAT Statistical Journal Volume 9, Number 2, June 2011, 155 180 A SPATIAL UNIT LEVEL MODEL FOR SMALL AREA ESTIMATION Authors: Pero S. Coelho ISEGI Universiae Nova e Lisboa, Portugal Faculty of Economics,

More information

Forecasting and Staffing Call Centers with Multiple Interdependent Uncertain Arrival Streams

Forecasting and Staffing Call Centers with Multiple Interdependent Uncertain Arrival Streams Forecasting an Staffing Call Centers with Multiple Interepenent Uncertain Arrival Streams Han Ye Department of Statistics an Operations Research, University of North Carolina, Chapel Hill, NC 27599, hanye@email.unc.eu

More information

INFLUENCE OF GPS TECHNOLOGY ON COST CONTROL AND MAINTENANCE OF VEHICLES

INFLUENCE OF GPS TECHNOLOGY ON COST CONTROL AND MAINTENANCE OF VEHICLES 1 st Logistics International Conference Belgrae, Serbia 28-30 November 2013 INFLUENCE OF GPS TECHNOLOGY ON COST CONTROL AND MAINTENANCE OF VEHICLES Goran N. Raoičić * University of Niš, Faculty of Mechanical

More information

HOST SELECTION METHODOLOGY IN CLOUD COMPUTING ENVIRONMENT

HOST SELECTION METHODOLOGY IN CLOUD COMPUTING ENVIRONMENT International Journal of Avance Research in Computer Engineering & Technology (IJARCET) HOST SELECTION METHODOLOGY IN CLOUD COMPUTING ENVIRONMENT Pawan Kumar, Pijush Kanti Dutta Pramanik Computer Science

More information

An intertemporal model of the real exchange rate, stock market, and international debt dynamics: policy simulations

An intertemporal model of the real exchange rate, stock market, and international debt dynamics: policy simulations This page may be remove to conceal the ientities of the authors An intertemporal moel of the real exchange rate, stock market, an international ebt ynamics: policy simulations Saziye Gazioglu an W. Davi

More information

! # % & ( ) +,,),. / 0 1 2 % ( 345 6, & 7 8 4 8 & & &&3 6

! # % & ( ) +,,),. / 0 1 2 % ( 345 6, & 7 8 4 8 & & &&3 6 ! # % & ( ) +,,),. / 0 1 2 % ( 345 6, & 7 8 4 8 & & &&3 6 9 Quality signposting : the role of online information prescription in proviing patient information Liz Brewster & Barbara Sen Information School,

More information

Patch Complexity, Finite Pixel Correlations and Optimal Denoising

Patch Complexity, Finite Pixel Correlations and Optimal Denoising Patch Complexity, Finite Pixel Correlations an Optimal Denoising Anat Levin Boaz Naler Freo Duran William T. Freeman Weizmann Institute MIT CSAIL Abstract. Image restoration tasks are ill-pose problems,

More information

Di usion on Social Networks. Current Version: June 6, 2006 Appeared in: Économie Publique, Numéro 16, pp 3-16, 2005/1.

Di usion on Social Networks. Current Version: June 6, 2006 Appeared in: Économie Publique, Numéro 16, pp 3-16, 2005/1. Di usion on Social Networks Matthew O. Jackson y Caltech Leeat Yariv z Caltech Current Version: June 6, 2006 Appeare in: Économie Publique, Numéro 16, pp 3-16, 2005/1. Abstract. We analyze a moel of i

More information

Improving Direct Marketing Profitability with Neural Networks

Improving Direct Marketing Profitability with Neural Networks Volume 9 o.5, September 011 Improving Direct Marketing Profitability with eural etworks Zaiyong Tang Salem State University Salem, MA 01970 ABSTRACT Data mining in irect marketing aims at ientifying the

More information

Web Appendices to Selling to Overcon dent Consumers

Web Appendices to Selling to Overcon dent Consumers Web Appenices to Selling to Overcon ent Consumers Michael D. Grubb MIT Sloan School of Management Cambrige, MA 02142 mgrubbmit.eu www.mit.eu/~mgrubb May 2, 2008 B Option Pricing Intuition This appenix

More information

Optimal Control Policy of a Production and Inventory System for multi-product in Segmented Market

Optimal Control Policy of a Production and Inventory System for multi-product in Segmented Market RATIO MATHEMATICA 25 (2013), 29 46 ISSN:1592-7415 Optimal Control Policy of a Prouction an Inventory System for multi-prouct in Segmente Market Kuleep Chauhary, Yogener Singh, P. C. Jha Department of Operational

More information

Predicting Television Ratings and Its Application to Taiwan Cable TV Channels

Predicting Television Ratings and Its Application to Taiwan Cable TV Channels 2n International Symposium on Computer, Communication, Control an Automation (3CA 2013) Preicting Television Ratings an Its Application to Taiwan Cable TV Channels Hui-Ling Huang Department of Biological

More information

Professional Level Options Module, Paper P4(SGP)

Professional Level Options Module, Paper P4(SGP) Answers Professional Level Options Moule, Paper P4(SGP) Avance Financial Management (Singapore) December 2007 Answers Tutorial note: These moel answers are consierably longer an more etaile than woul be

More information

CALCULATION INSTRUCTIONS

CALCULATION INSTRUCTIONS Energy Saving Guarantee Contract ppenix 8 CLCULTION INSTRUCTIONS Calculation Instructions for the Determination of the Energy Costs aseline, the nnual mounts of Savings an the Remuneration 1 asics ll prices

More information

ThroughputScheduler: Learning to Schedule on Heterogeneous Hadoop Clusters

ThroughputScheduler: Learning to Schedule on Heterogeneous Hadoop Clusters ThroughputScheuler: Learning to Scheule on Heterogeneous Haoop Clusters Shehar Gupta, Christian Fritz, Bob Price, Roger Hoover, an Johan e Kleer Palo Alto Research Center, Palo Alto, CA, USA {sgupta, cfritz,

More information

Supporting Adaptive Workflows in Advanced Application Environments

Supporting Adaptive Workflows in Advanced Application Environments Supporting aptive Workflows in vance pplication Environments Manfre Reichert, lemens Hensinger, Peter Daam Department Databases an Information Systems University of Ulm, D-89069 Ulm, Germany Email: {reichert,

More information

How To Find Out How To Calculate Volume Of A Sphere

How To Find Out How To Calculate Volume Of A Sphere Contents High-Dimensional Space. Properties of High-Dimensional Space..................... 4. The High-Dimensional Sphere......................... 5.. The Sphere an the Cube in Higher Dimensions...........

More information

Achieving quality audio testing for mobile phones

Achieving quality audio testing for mobile phones Test & Measurement Achieving quality auio testing for mobile phones The auio capabilities of a cellular hanset provie the funamental interface between the user an the raio transceiver. Just as RF testing

More information

Measures of distance between samples: Euclidean

Measures of distance between samples: Euclidean 4- Chapter 4 Measures of istance between samples: Eucliean We will be talking a lot about istances in this book. The concept of istance between two samples or between two variables is funamental in multivariate

More information

S&P Systematic Global Macro Index (S&P SGMI) Methodology

S&P Systematic Global Macro Index (S&P SGMI) Methodology S&P Systematic Global Macro Inex (S&P SGMI) Methoology May 2014 S&P Dow Jones Inices: Inex Methoology Table of Contents Introuction 3 Overview 3 Highlights 4 The S&P SGMI Methoology 4 Inex Family 5 Inex

More information

Exploratory Optimal Latin Hypercube Designs for Computer Simulated Experiments

Exploratory Optimal Latin Hypercube Designs for Computer Simulated Experiments Thailan Statistician July 0; 9() : 7-93 http://statassoc.or.th Contribute paper Exploratory Optimal Latin Hypercube Designs for Computer Simulate Experiments Rachaaporn Timun [a,b] Anamai Na-uom* [a,b]

More information

Feedback linearization control of a two-link robot using a multi-crossover genetic algorithm

Feedback linearization control of a two-link robot using a multi-crossover genetic algorithm Available online at www.scienceirect.com Expert Systems with Applications 3 (009) 454 459 Short communication Feeback linearization control of a two-link robot using a multi-crossover genetic algorithm

More information

MODELLING OF TWO STRATEGIES IN INVENTORY CONTROL SYSTEM WITH RANDOM LEAD TIME AND DEMAND

MODELLING OF TWO STRATEGIES IN INVENTORY CONTROL SYSTEM WITH RANDOM LEAD TIME AND DEMAND art I. robobabilystic Moels Computer Moelling an New echnologies 27 Vol. No. 2-3 ransport an elecommunication Institute omonosova iga V-9 atvia MOEING OF WO AEGIE IN INVENOY CONO YEM WIH ANOM EA IME AN

More information

Unsteady Flow Visualization by Animating Evenly-Spaced Streamlines

Unsteady Flow Visualization by Animating Evenly-Spaced Streamlines EUROGRAPHICS 2000 / M. Gross an F.R.A. Hopgoo Volume 19, (2000), Number 3 (Guest Eitors) Unsteay Flow Visualization by Animating Evenly-Space Bruno Jobar an Wilfri Lefer Université u Littoral Côte Opale,

More information

USING SIMPLIFIED DISCRETE-EVENT SIMULATION MODELS FOR HEALTH CARE APPLICATIONS

USING SIMPLIFIED DISCRETE-EVENT SIMULATION MODELS FOR HEALTH CARE APPLICATIONS Proceeings of the 2011 Winter Simulation Conference S. Jain, R.R. Creasey, J. Himmelspach, K.P. White, an M. Fu, es. USING SIMPLIFIED DISCRETE-EVENT SIMULATION MODELS FOR HEALTH CARE APPLICATIONS Anthony

More information

Hull, Chapter 11 + Sections 17.1 and 17.2 Additional reference: John Cox and Mark Rubinstein, Options Markets, Chapter 5

Hull, Chapter 11 + Sections 17.1 and 17.2 Additional reference: John Cox and Mark Rubinstein, Options Markets, Chapter 5 Binomial Moel Hull, Chapter 11 + ections 17.1 an 17.2 Aitional reference: John Cox an Mark Rubinstein, Options Markets, Chapter 5 1. One-Perio Binomial Moel Creating synthetic options (replicating options)

More information

Cost Efficient Datacenter Selection for Cloud Services

Cost Efficient Datacenter Selection for Cloud Services Cost Efficient Datacenter Selection for Clou Services Hong u, Baochun Li henryxu, bli@eecg.toronto.eu Department of Electrical an Computer Engineering University of Toronto Abstract Many clou services

More information

Risk Adjustment for Poker Players

Risk Adjustment for Poker Players Risk Ajustment for Poker Players William Chin DePaul University, Chicago, Illinois Marc Ingenoso Conger Asset Management LLC, Chicago, Illinois September, 2006 Introuction In this article we consier risk

More information

A Theory of Exchange Rates and the Term Structure of Interest Rates

A Theory of Exchange Rates and the Term Structure of Interest Rates Review of Development Economics, 17(1), 74 87, 013 DOI:10.1111/roe.1016 A Theory of Exchange Rates an the Term Structure of Interest Rates Hyoung-Seok Lim an Masao Ogaki* Abstract This paper efines the

More information

Performance And Analysis Of Risk Assessment Methodologies In Information Security

Performance And Analysis Of Risk Assessment Methodologies In Information Security International Journal of Computer Trens an Technology (IJCTT) volume 4 Issue 10 October 2013 Performance An Analysis Of Risk Assessment ologies In Information Security K.V.D.Kiran #1, Saikrishna Mukkamala

More information

A secure face tracking system

A secure face tracking system International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking

More information

Modelling football match results and the efficiency of fixed-odds betting

Modelling football match results and the efficiency of fixed-odds betting Moelling football match results an the efficiency of fixe-os betting John Goar * University of Wales Swansea Ioannis simakopoulos University of Wales Bangor * Corresponing author ress: Department of Economics

More information

Class-specific Sparse Coding for Learning of Object Representations

Class-specific Sparse Coding for Learning of Object Representations Class-specific Sparse Coding for Learning of Object Representations Stephan Hasler, Heiko Wersing, and Edgar Körner Honda Research Institute Europe GmbH Carl-Legien-Str. 30, 63073 Offenbach am Main, Germany

More information

TO DETERMINE THE SHELF LIFE OF IBUPROFEN SOLUTION

TO DETERMINE THE SHELF LIFE OF IBUPROFEN SOLUTION TO DETERMINE THE SHELF LIFE OF IBUPROFEN SOLUTION AIM: To etermine the shelf life of solution using accelerate stability stuies. MATERIAL REQUIREMENT, ethanol, phenolphthalein, soium hyroxie (0.1N), glass

More information

BOSCH. CAN Specification. Version 2.0. 1991, Robert Bosch GmbH, Postfach 30 02 40, D-70442 Stuttgart

BOSCH. CAN Specification. Version 2.0. 1991, Robert Bosch GmbH, Postfach 30 02 40, D-70442 Stuttgart CAN Specification Version 2.0 1991, Robert Bosch GmbH, Postfach 30 02 40, D-70442 Stuttgart CAN Specification 2.0 page 1 Recital The acceptance an introuction of serial communication to more an more applications

More information

Modeling and Predicting Popularity Dynamics via Reinforced Poisson Processes

Modeling and Predicting Popularity Dynamics via Reinforced Poisson Processes Proceeings of the Twenty-Eighth AAAI Conference on Artificial Intelligence Moeling an Preicting Popularity Dynamics via Reinforce Poisson Processes Huawei Shen 1, Dashun Wang 2, Chaoming Song 3, Albert-László

More information

An Alternative Approach of Operating a Passive RFID Device Embedded on Metallic Implants

An Alternative Approach of Operating a Passive RFID Device Embedded on Metallic Implants An Alternative Approach of Operating a Passive RFID Device Embee on Metallic Implants Xiaoyu Liu, Ravi Yalamanchili, Ajay Ogirala an Marlin Mickle RFID Center of Excellence, Department of Electrical an

More information

Minimum-Energy Broadcast in All-Wireless Networks: NP-Completeness and Distribution Issues

Minimum-Energy Broadcast in All-Wireless Networks: NP-Completeness and Distribution Issues Minimum-Energy Broacast in All-Wireless Networks: NP-Completeness an Distribution Issues Mario Čagal LCA-EPFL CH-05 Lausanne Switzerlan mario.cagal@epfl.ch Jean-Pierre Hubaux LCA-EPFL CH-05 Lausanne Switzerlan

More information

Hybrid Model Predictive Control Applied to Production-Inventory Systems

Hybrid Model Predictive Control Applied to Production-Inventory Systems Preprint of paper to appear in the 18th IFAC Worl Congress, August 28 - Sept. 2, 211, Milan, Italy Hybri Moel Preictive Control Applie to Prouction-Inventory Systems Naresh N. Nanola Daniel E. Rivera Control

More information

Math 230.01, Fall 2012: HW 1 Solutions

Math 230.01, Fall 2012: HW 1 Solutions Math 3., Fall : HW Solutions Problem (p.9 #). Suppose a wor is picke at ranom from this sentence. Fin: a) the chance the wor has at least letters; SOLUTION: All wors are equally likely to be chosen. The

More information

How To Understand The Structure Of A Can (Can)

How To Understand The Structure Of A Can (Can) Thi t t ith F M k 4 0 4 BOSCH CAN Specification Version 2.0 1991, Robert Bosch GmbH, Postfach 50, D-7000 Stuttgart 1 The ocument as a whole may be copie an istribute without restrictions. However, the

More information

The concept of on-board diagnostic system of working machine hydraulic system

The concept of on-board diagnostic system of working machine hydraulic system Scientific Journals Maritime University of Szczecin Zeszyty Naukowe Akaemia Morska w Szczecinie 0, 3(04) z. pp. 8 90 0, 3(04) z. s. 8 90 The concept of on-boar iagnostic of working machine hyraulic Leszek

More information

Definition of the spin current: The angular spin current and its physical consequences

Definition of the spin current: The angular spin current and its physical consequences Definition of the spin current: The angular spin current an its physical consequences Qing-feng Sun 1, * an X. C. Xie 2,3 1 Beijing National Lab for Conense Matter Physics an Institute of Physics, Chinese

More information

A Blame-Based Approach to Generating Proposals for Handling Inconsistency in Software Requirements

A Blame-Based Approach to Generating Proposals for Handling Inconsistency in Software Requirements International Journal of nowlege an Systems Science, 3(), -7, January-March 0 A lame-ase Approach to Generating Proposals for Hanling Inconsistency in Software Requirements eian Mu, Peking University,

More information

Heat-And-Mass Transfer Relationship to Determine Shear Stress in Tubular Membrane Systems Ratkovich, Nicolas Rios; Nopens, Ingmar

Heat-And-Mass Transfer Relationship to Determine Shear Stress in Tubular Membrane Systems Ratkovich, Nicolas Rios; Nopens, Ingmar Aalborg Universitet Heat-An-Mass Transfer Relationship to Determine Shear Stress in Tubular Membrane Systems Ratkovich, Nicolas Rios; Nopens, Ingmar Publishe in: International Journal of Heat an Mass Transfer

More information

RUNESTONE, an International Student Collaboration Project

RUNESTONE, an International Student Collaboration Project RUNESTONE, an International Stuent Collaboration Project Mats Daniels 1, Marian Petre 2, Vicki Almstrum 3, Lars Asplun 1, Christina Björkman 1, Carl Erickson 4, Bruce Klein 4, an Mary Last 4 1 Department

More information

Developing Non-Parametric Density Estimation on Genetic Evolution Computing as a Cloud Based Sensor Fusion Method

Developing Non-Parametric Density Estimation on Genetic Evolution Computing as a Cloud Based Sensor Fusion Method Developing Non-Parametric Density Estimation on Genetic Evolution Computing as a Clou Base Sensor Fusion Metho Taking Psychiatric Maor Depressive Disorer Detection as an Application Example Tsu-Wang Shen,

More information

Adaptive Face Recognition System from Myanmar NRC Card

Adaptive Face Recognition System from Myanmar NRC Card Adaptive Face Recognition System from Myanmar NRC Card Ei Phyo Wai University of Computer Studies, Yangon, Myanmar Myint Myint Sein University of Computer Studies, Yangon, Myanmar ABSTRACT Biometrics is

More information

Sensitivity Analysis of Non-linear Performance with Probability Distortion

Sensitivity Analysis of Non-linear Performance with Probability Distortion Preprints of the 19th Worl Congress The International Feeration of Automatic Control Cape Town, South Africa. August 24-29, 214 Sensitivity Analysis of Non-linear Performance with Probability Distortion

More information

ESTABLISHING MARINE ACCCIDENT CLASSIFICATION: A CASE STUDY IN TAIWAN

ESTABLISHING MARINE ACCCIDENT CLASSIFICATION: A CASE STUDY IN TAIWAN ESTABLISHING MARINE ACCCIDENT CLASSIFICATION: A CASE STUDY IN TAIWAN Chung-Ping Liu Caniate for octor's egree Department of Shipping an Transportation Management National Taiwan Ocean University 2, Pei-Ning

More information

Unbalanced Power Flow Analysis in a Micro Grid

Unbalanced Power Flow Analysis in a Micro Grid International Journal of Emerging Technology an Avance Engineering Unbalance Power Flow Analysis in a Micro Gri Thai Hau Vo 1, Mingyu Liao 2, Tianhui Liu 3, Anushree 4, Jayashri Ravishankar 5, Toan Phung

More information

An introduction to the Red Cross Red Crescent s Learning platform and how to adopt it

An introduction to the Red Cross Red Crescent s Learning platform and how to adopt it An introuction to the Re Cross Re Crescent s Learning platform an how to aopt it www.ifrc.org Saving lives, changing mins. The International Feeration of Re Cross an Re Crescent Societies (IFRC) is the

More information

Automatic Long-Term Loudness and Dynamics Matching

Automatic Long-Term Loudness and Dynamics Matching Automatic Long-Term Louness an Dynamics Matching Earl ickers Creative Avance Technology Center Scotts alley, CA, USA earlv@atc.creative.com ABSTRACT Traitional auio level control evices, such as automatic

More information

FAST JOINING AND REPAIRING OF SANDWICH MATERIALS WITH DETACHABLE MECHANICAL CONNECTION TECHNOLOGY

FAST JOINING AND REPAIRING OF SANDWICH MATERIALS WITH DETACHABLE MECHANICAL CONNECTION TECHNOLOGY FAST JOINING AND REPAIRING OF SANDWICH MATERIALS WITH DETACHABLE MECHANICAL CONNECTION TECHNOLOGY Jörg Felhusen an Sivakumara K. Krishnamoorthy RWTH Aachen University, Chair an Insitute for Engineering

More information

Using research evidence in mental health: user-rating and focus group study of clinicians preferences for a new clinical question-answering service

Using research evidence in mental health: user-rating and focus group study of clinicians preferences for a new clinical question-answering service DOI: 10.1111/j.1471-1842.2008.00833.x Using research evience in mental health: user-rating an focus group stuy of clinicians preferences for a new clinical question-answering service Elizabeth A. Barley*,

More information

Safety Management System. Initial Revision Date: Version Revision No. 02 MANUAL LIFTING

Safety Management System. Initial Revision Date: Version Revision No. 02 MANUAL LIFTING Revision Preparation: Safety Mgr Authority: Presient Issuing Dept: Safety Page: Page 1 of 11 Purpose is committe to proviing a safe an healthy working environment for all employees. Musculoskeletal isorers

More information

Option Pricing for Inventory Management and Control

Option Pricing for Inventory Management and Control Option Pricing for Inventory Management an Control Bryant Angelos, McKay Heasley, an Jeffrey Humpherys Abstract We explore the use of option contracts as a means of managing an controlling inventories

More information

Product Differentiation for Software-as-a-Service Providers

Product Differentiation for Software-as-a-Service Providers University of Augsburg Prof. Dr. Hans Ulrich Buhl Research Center Finance & Information Management Department of Information Systems Engineering & Financial Management Discussion Paper WI-99 Prouct Differentiation

More information

Seeing the Unseen: Revealing Mobile Malware Hidden Communications via Energy Consumption and Artificial Intelligence

Seeing the Unseen: Revealing Mobile Malware Hidden Communications via Energy Consumption and Artificial Intelligence Seeing the Unseen: Revealing Mobile Malware Hien Communications via Energy Consumption an Artificial Intelligence Luca Caviglione, Mauro Gaggero, Jean-François Lalane, Wojciech Mazurczyk, Marcin Urbanski

More information

Dynamic Network Security Deployment Under Partial Information

Dynamic Network Security Deployment Under Partial Information Dynamic Network Security Deployment Uner Partial nformation nvite Paper) George Theoorakopoulos EPFL Lausanne, Switzerlan Email: george.theoorakopoulos @ epfl.ch John S. Baras University of Marylan College

More information

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 12, June 2014

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 12, June 2014 ISSN: 77-754 ISO 900:008 Certifie International Journal of Engineering an Innovative echnology (IJEI) Volume, Issue, June 04 Manufacturing process with isruption uner Quaratic Deman for Deteriorating Inventory

More information

A Monte Carlo Simulation of Multivariate General

A Monte Carlo Simulation of Multivariate General A Monte Carlo Simulation of Multivariate General Pareto Distribution an its Application 1 1 1 1 1 1 1 1 0 1 Luo Yao 1, Sui Danan, Wang Dongxiao,*, Zhou Zhenwei, He Weihong 1, Shi Hui 1 South China Sea

More information

NETWORK CODING OVERHEAD

NETWORK CODING OVERHEAD NETWORK CODING OVERHEAD Yalin Saguyu y-saguyu@northwestern.eu Department of Electrical Engineering an Computer Science Northwestern University Joint work with M. Rimensberger, M. L. Honig, an W. Utschick

More information

Medical Malpractice: The Optimal Negligence. Standard under Supply-side Cost Sharing

Medical Malpractice: The Optimal Negligence. Standard under Supply-side Cost Sharing Meical Malpractice: The Optimal Negligence Stanar uner Supply-sie Cost Sharing Anja Olbrich ;y Institute of Social Meicine an Health Economics, Otto-von-Guericke University Abstract This paper elaborates

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

Linking ICT related Innovation. Adoption and Productivity: results from micro-aggregated versus firm-level data

Linking ICT related Innovation. Adoption and Productivity: results from micro-aggregated versus firm-level data 08 09 0 Linking ICT relate Innovation Aoption an Prouctivity: results from micro-aggregate versus firm-level ata 4 5 Explanation of symbols. ata not available * provisional figure ** revise provisional

More information

Learning using Large Datasets

Learning using Large Datasets Learning using Large Datasets Léon Bottou a an Olivier Bousquet b a NEC Laboratories America, Princeton, NJ08540, USA b Google Zürich, 8002 Zürich, Switzerlan Abstract. This contribution evelops a theoretical

More information

GPRS performance estimation in GSM circuit switched services and GPRS shared resource systems *

GPRS performance estimation in GSM circuit switched services and GPRS shared resource systems * GPRS performance estimation in GSM circuit switche serices an GPRS share resource systems * Shaoji i an Sen-Gusta Häggman Helsinki Uniersity of Technology, Institute of Raio ommunications, ommunications

More information

Mathematics Review for Economists

Mathematics Review for Economists Mathematics Review for Economists by John E. Floy University of Toronto May 9, 2013 This ocument presents a review of very basic mathematics for use by stuents who plan to stuy economics in grauate school

More information

Gender Differences in Educational Attainment: The Case of University Students in England and Wales

Gender Differences in Educational Attainment: The Case of University Students in England and Wales Gener Differences in Eucational Attainment: The Case of University Stuents in Englan an Wales ROBERT MCNABB 1, SARMISTHA PAL 1, AND PETER SLOANE 2 ABSTRACT This paper examines the eterminants of gener

More information

Statistics in Face Recognition: Analyzing Probability Distributions of PCA, ICA and LDA Performance Results

Statistics in Face Recognition: Analyzing Probability Distributions of PCA, ICA and LDA Performance Results Statistics in Face Recognition: Analyzing Probability Distributions of PCA, ICA and LDA Performance Results Kresimir Delac 1, Mislav Grgic 2 and Sonja Grgic 2 1 Croatian Telecom, Savska 32, Zagreb, Croatia,

More information