Subspace LDA Methods for Solving the Small Sample Size Problem in Face Recognition

Size: px
Start display at page:

Download "Subspace LDA Methods for Solving the Small Sample Size Problem in Face Recognition"

Transcription

1 Proceedings of he Inernaional Conference on Compuer and Informaion Science and Technology Oawa, Onario, Canada, May 11 12, 2015 Paper No. 126 Subspace LDA Mehods for Solving he Small Sample Size Problem in Face Recogniion Ching-Ting Huang, Chaur-Chin Chen Deparmen of Compuer Science/Naional Tsing Hua Universiy 101 KwanFu Rd., Sec. 2, Hsinchu, Taiwan Absrac In face recogniion, LDA ofen encouners he so-called small sample size (SSS) problem, also known as curse of dimensionaliy. This problem occurs when he dimensionaliy of he daa is quie large in comparison o he number of available raining images. One of he approaches for handling his siuaion is he subspace LDA. I is a wo-sage framework: i firs uses PCA-based mehod for dimensionaliy reducion, and hen he LDA-based mehod is applied for classificaion. This paper invesigaes four popular subspace LDA mehods: Fisherface, Complee PCA plus LDA, IDAface, and plus LDA and compare heir effeciveness when handling he SSS problem in face recogniion. Experimenal resuls esed on hree publically available face daabases: JAFFE, ORL, and FEI, show ha LDA wihou reducing image size by PCA projecion is he wors and plus LDA performs beer han he oher mehods for a huge size of daabase. Keywords: Face Recogniion, Linear Discriminan Analysis (LDA), Principal Componen Analysis (PCA) 1. Inroducion Face recogniion has recenly received significan aenion and been an imporan issue in paern recogniion and image analysis over he las few decades as shown by Samaria e al. (1994), Zhao e al. (2003), and Li e al. (2011). The ulimae goal in face recogniion is o develop a compuer-based auomaed sysem which works reliably under unconsrained condiions, runs quickly and requires minimum raining daa. However, i is sill an on-going research area. Face recogniion mehods are of wo ypes, he geomery-based approach and he appearance-based approach. The geomery-based approach aims o locae disincive feaures such as eyes, nose, mouh, and chin. Properies of he feaures and relaions such as disances and angles beween he feaures are used as descripors for face recogniion. The appearance-based approach operaes direcly on he inensiies of pixels wihin he face images and processes an image as a wo-dimensional holisic paern. I exracs feaures in a subspace derived from he raining images. Compared o he geomery-based approach, he appearance-based approach performs more robusly under siuaions like noise, blurring, andhe variaions in illuminaion, facial expressions and occlusion ec. in images. During he las few decades, many appearance-based approaches have been developed based on Principal Componen Analysis (PCA), called Eigenface, such as Sirovich e al. (1987), Kirby e al. (1990), Turk e al. (1991), and Linear Discriminan Analysis (LDA) by Fisher e al. (1936), called Fisherface such as Belhumeur e al. (1997), Yu e al. (2001), Yang e al. (2003), Zhao e al. (2003), and heir varians. LDA usually ouperforms PCA for classificaion asks since LDA akes class informaion ino accoun while PCA does no. However, in face recogniion, LDA ofen faces he so-called small sample size (SSS) problem due o he relaively small number of raining images per individual compared o he dimensionaliy of he image space, and would resul in he singulariy of he wihin-class scaer marix. A number of approaches have been proposed o address he SSS problem. One of he mos successful approaches is he subspace LDA, which is a wo-phase framework: firs projecing he original images ino a subspace, where dimensionaliy is reduced; nex preceding LDA-based mehods on he lower 126-1

2 dimensional subspace. This paper repors he experimenal resuls on 3 daabases of four LDA-based mehods: Fisherface (PCA plus LDA) by Belhumeur e al.(1997), Complee PCA plus LDA by Yang e al. (2003), an improved discriminae analysis (PCA plus IDA) as shown by Zhuang e al.(2007), and he Bi- Direcional PCA plus LDA ( plus LDA) as shown by Zuo e al.(2006). The res of his paper is o give he mahemaical foundaion of PCA and LDA, review he four subspace LDA mehods and show he resuls of comparison on hree daabases followed by a conclusion. 2. Background Review Noaions Le{X 1, X 2,, X N } be a raining se of N gray level face images of R rows and C columns, and X n (r, c) {0, 1,, 255}, n = 1, 2,, N, r = 0, 1,, R 1, c = 0, 1,, C 1. Le X = 1 N N n=1 X n R R C be he mean image of all samples. Le x n R RC be a column-vecor represenaion of X n such ha x n (r R + c) = X n (r, c), n = 1, 2,, N, r = 0, 1,, R 1, c = 0, 1,, C 1. Assume ha each face image belongs o one of K classes, and here are N k face images in class k, of which he mean image is x k = 1 N x class k x R RC, k k = 1, 2,, K. Le x = 1 N N n=1 x n R RC be he mean image of all samples in a column vecor form Scaer Marices The oal scaer marix S T R RC RC, wihin-class scaer marix S W R RC RC and beween-class scaer marix S B R RC RC can be defined as S T = N n=1 (x n x )(x n x ) (1) K k=1 x class k (2) S W = (x x k)(x x k) S B = K k=1 N k (x k x )(x k x ) (3) I s easy o verify ha S T = S W + S B, and S W and S B are nonnegaive definie. The rank of S T R RC RC is he dimensionaliy of he range space of S T, which is denoed as rank(s T ) and equal o he number of nonzero eigenvalues of S T. If rank(s T ) = RC, S T is called full-rank and i is inverible; if rank(s T ) < RC, S T is singular and have zero eigenvalues. Noe ha rank(s T ) N 1, rank(s W ) N K and rank(s B ) K Principal Componen Analysis (PCA) PCA aims o find a se of projecion vecors ha map he original RC-dimensional image space ino a D PCA -dimensional feaure space (D PCA RC) such ha he projecion of he daa ono he firs projecion vecor has he larges scaer, and he projecion ono he second projecion vecor, which is orhogonal o he firs one, has he second larges scaer, and so on. So PCA aemps o find a se of orhonormal eigenvecors, {w 1, w 2,, w DPCA } of S T, o form he projecion marix W PCA = [w 1, w 2,, w DPCA ] corresponding o he D PCA larges eigenvalues, where D PCA is considered as he smalles number such ha D PCA d=1 λ d RC d=1 λ d > 85%. The new feaure vecor y n R D PCA can be obained by y n = W PCA x n, n = 1, 2,, N (4) 126-2

3 2. 4. Linear Discriminan Analysis (LDA) LDA as shown by Fisher e al. (1936) is a linear dimensionaliy reducion echnique used for face recogniion [Belh1997]. I aims o find he opimal se of discriminan vecors ha maps he original RCdimensional image space ino a D LDA -dimensional feaure space (D LDA RC) such ha images from differen classes are more separaed and images of he same class are more compac. LDA hen aims o find a se of orhonormal projecion vecors such ha he firs projecion vecor maximizes he crierion J 0 defined as J 0 (w) = w S B w w S W w (5) The goal of LDA becomes o find a projecion marix W LDA = [w 1, w 2,, w DLDA ], where S B w d = λ d S W w d, d = 1, 2,, D LDA (6) D LDA is considered as he smalles number such ha R D LDA can be obained by D LDA d=1 λ d RC d=1 λ d > 85%. The new feaure vecor y n y n = W LDA x n, n = 1, 2,., N (7) Discussion LDA is usually more suiable for solving he classificaion ask han PCA because LDA aemps o model he difference beween he classes while PCA is good for dimensionaliy reducion bu does no ake class informaion ino accoun. The major drawback of applying LDA for he face recogniion ask is ha i may encouner he so-called small sample size (SSS) problem. I is because S W R RC RC and rank(s W ) N K. If N < RC + K, hen rank(s W ) < RC, S W is singular. For example, if he size of an image is , hen RC = bu i is no pracical o collec Kface images. 3. Subspace LDA Mehods In recen years, many researchers have noiced he SSS problem and ried o ackle i using differen approaches. The following four subspace LDA mehods begin wih he projecion wih y n = W PCA x n by PCA as defined in (4) for he firs sage of a wo-sage framework. Second, i applies he LDA-based algorihm in he reduced subspace o ge he opimal projecion marix which will be discussed as follows Fisherface Among all of he subspace LDA mehods proposed over he las few decades, he Fisherface proposed by Belhumeur e al. (1997) has araced much aenion. The projecion marix is compued according o he noaions given in Secion 2. We compue S B = W PCA S B W PCA R D PCA D PCA and he wihin-class scaer marix S W = W PCA S W W PCA R D PCA D PCA in he reduced subspace. Consruc he projecion marix W LDA = [w LDA 1, w LDA 2,, w LDA DLDA ] by solving he generalized eigenvalue problem: S B w d LDA = λ d S W w d LDA, d = 1, 2,, D LDA (8) where w d LDA denoes he eigenvecor corresponding o he d-h larges eigenvalue λ d. The opimal projecion marix W OPT R RC D LDA and a reduced face feaure vecor y n R D LDA are given as follows. W OPT = W LDA W PCA (9) 126-3

4 y n = W OPT x n, n = 1, 2,, N. (10) Complee PCA plus LDA The Complee PCA plus LDA as shown by Yang e al. (2003) was suggesed o give a heoreically opimal and more efficien algorihm ha can overcome he weaknesses of he Fisherface menioned above. Le D com = rank(s T ). We firs find he orhonormal eigenvecors of S T o consruc he projecion marix W com = [w com 1, w com 2,, w com Dcom ], hen compue he beween-class scaer marix S B = W com S B W com R D com D com, he wihin-class scaer marix S W = W com S W W com R D com D com, and he oal scaer marix S T = W com S T W com R D com D com in he reduced subspace. Le D iso = rank(s iso W ). In he D com -dimensional ransformed space, le {w 1, w iso 2,, w iso Dcom } be a se of all orhonormal eigenvecors of S W. Denoe W iso = [w iso 1,, w iso iso Diso ] and W iso = [w Diso +1,, w iso Dcom ]. Le D = rank(s B ).Le S B = W iso S B W iso R D iso D iso, S W = W iso S W W iso R D iso D iso. Consruc he projecion marixw = [w 1, w 2,, w D ] by solving he generalized eigenvalue problem S Bw d = λ d S Ww d, d = 1, 2,, D (11) Le S B = W iso T S B W iso R (D com D iso ) (D com D iso ). Find he orhonormal eigenvecors of S B o consruc he orhogonal marix W = [w 1, w 2,, w D ]. The projecion marix W OPT R RC 2D and a reduced feaure vecor y n R 2D are obained by W OPT = W com [W iso W, W iso W ] (12) y n = W OPT x n, n = 1, 2,, N. (13) IDAface The improved discriminae analysis (IDAface) proposed by Zhuang e al. (2007) is a wo-sage framework. Firs, a modified PCA, called PCA wih selecion (PCA_S), is used for dimensionaliy reducion. Second, he algorihm uses inverse Fisher discriminan analysis (IFDA) which inroduces a new crierion o derive he discriminaive informaion from boh range space and null space of wihinclass scaer marix. The inverse Fisher discriminan crierion is defined as W w = arg min S W W W W S B W (14) Le p = rank(s T ). Selec he orhonormal eigenvecors of S T corresponding o p eigenvalues, which saisfy he inequaliy w S B w > w S W o form he projecion marix W PCA_S = [w 1, w 2, w DPCA_S ] R RC D PCA_S, where D PCA_S K 1. Calculae he beween-class scaer marix S B R D PCA_S D PCA_S by S B = W PCA_S S B W PCA_S. Le D proj = rank(s B ). Work ou he orhonormal eigenvecors of S B o consruc he projecion proj proj proj marix W proj = [w 1, w2,, wdproj] R D PCA_S D proj proj, where w d denoes he eigenvecor corresponding o he d-h larges posiive eigenvalue of S B, d = 1, 2,, D proj. Calculae he beweenclass scaer marix S B R D proj D proj and he wihin-class scaer marix S W R D proj D proj by S B = W proj S B W proj (15) S W = W proj W PCAS S W W PCAS W proj (16) 126-4

5 Adop he opimizaion problem using he inverse Fisher discriminan crierion, we have W IFDA = arg min W W W proj W W proj W PCAS S W W PCAS W proj W W PCAS S B W PCAS W proj W = arg min W W W proj S W W proj W W W proj S B W proj W W = arg min S W W W W S B W (17) Obain W IFDA = [w 1, w 2,, w Dproj ] R D proj D proj by solving he generalized eigenvalue problem S W w d = λ d S B w d, d = 1, 2,, D proj (18) where w d is he generalized eigenvecor corresponding o he d-h smalles generalized eigenvalue λ d. Compue he opimal projecion marix W OPT R RC D proj and a reduced vecor y n R D proj as follows W OPT = W IFDA W proj W PCA_S (19) y n = W OPT x n, n = 1, 2,, N. (20) plus LDA Bi-Direcional PCA () proposed by Zuo e al. (2006) is a generalizaion of wo-dimensional principal componen analysis (2DPCA) as shown by Yang e al. (2004), which direcly compues eigenvecors of he scaer marix wihou convering 2D marices ino 1D vecors. Raher han working in he row direcion of an image like 2DPCA, can reflec informaion beween boh rows and columns of an image. The plus LDA performs LDA in he low-dimensional subspace. The deailed algorihm and furher discussion is given as follows Algorihm (S1) (): Consruc he row oal scaer marix S T row R C C and he column oal scaer marix S T col R R R by S T row = 1 N NR n=1 (X n X ) (X n X ), S col T = 1 N NC n=1 (X n X ) (X n X ) (21) Find he projecion marix W row = [w row 1, w row 2, w row Drow ] and W col = [w col 1, w col 2, w col Dcol ] according o he larges eigenvalues of S row T and S col T, respecively. (S2) ( feaure exracion): Obain feaure marix Y n R D col D row of image marix X n (n = 1, 2,, N) by Y n = W col X n W row (22) Le y n R D cold row be a column-vecor represenaion of Y n such ha y n (r D row + c) = Y n (r, c), n = 1, 2,, N, r = 0, 1,, D row 1, c = 0, 1,, D col 1. Compue he mean image of class k : y k = 1 y, k = 1, 2,, K, and he mean image of all N k samples: y = 1 N N n=1 y n. y class k 126-5

6 (S3) (LDA): Consruche beween-class scaer marix S B R D cold row D col D row and he wihinclass scaer marixs W R D cold row D col D row in he subspace by S B = K k=1 N k (y k y )(y k y ) (23) K S W = k=1 (y y k )(y y k ) (24) y class k Le D LDA = rank(s B ), find he projecion marix W OPT = [w 1, w 2,, w DLDA ] R D cold row D LDA by solving he generalized eigenvalue problem S B w d = λ d S W w d, d = 1, 2,, D LDA (25) (S4) (Feaure represenaion): The final feaure vecor y n R D LDA is defined by y n = W OPT y n, n = 1, 2,, N. (26) 4. Experimens The experimens were carried ou using hree face daabases: he JAFFE daabase (Web-1) as shown by Lyons e al. (1998), he ORL daabase (Web-2) as shown by Samaria e al. (1994) and he FEI daabase (Web-3). The specificaions for each of he face daabases are furher described below The JAFFE Daabase The JAFFE daabase is a Japanese face daa base which consiss of 213 face images from 10 females. There are seven differen facial expressions. Each individual has wo o four images for each expression. All individuals are in an uprigh, fron posiion. The original size of each image is wih 256 possible gray levels for each pixel. In our experimens, we cropped and resized hem o pixels. Only one image per facial expression was seleced for one individual, so here are 7 images per individual and 70 images in oal. The seven images of one individual are shown in Fig. 1. Fig.1. Sample images from he JAFFE daabase The ORL Daabase The ORL daabase consiss of 400 face images from 40 individuals, including 36 males and 4 females. Each conribues 10 differen images. Some images were aken a differen sessions, and here are variaions in facial expressions and facial deails. All he images were aken agains a dark homogenous background wih he individuals in an uprigh, fron posiion (wih a olerance for iling and roaion of he face up o 20 degrees).the size of each image is wih 256 possible gray levels for each pixel, we resized hem o pixels. The en images of one individual from he ORL daabase are shown in Fig. 2. Fig. 2.Sample images from he ORL daabase 126-6

7 The FEI Daabase The FEI face daabase is a Brazilian face daabase ha conains 2800 face images from 200 individuals, including 100 males and 100 females. Each conribues 14 images. All images are colorful and aken agains a whie homogenous background in an uprigh fronal posiion wih an individual having roaion of up o 180 degrees. Scale migh vary abou 10% and he original size of each image is 640x480. In our experimens, we cropped and resized hem o pixels, and convered hem o 256 gray levels. Only firs 11 images in differen roaion degrees were seleced from each individual, so here are 2200 images in oal. The eleven images of one individual used in he experimens from he FEI are shown in Fig. 3. Fig. 3. Sample images from he FEI daabase The informaion of images used in he experimens from hree face daabases are summarized in Table 1. Table 1. A summary of he face daabases Image Number Variaions Name Size Toal Images/in Individ Male/ Expres Facial Illumina (pixels) images dividual uals Female sion deails ion Pose JAFFE / 7 Yes No No No ORL / 4 Yes Yes No Yes FEI / 100 No No No Yes Performance Evaluaion We evaluaed he performance of he subspace LDA mehods on he aforemenioned daabases. The Euclidean disance and he neares neighbour classifier is adoped. The recogniion rae is calculaed as he raio of number of successful recogniion and he oal number of es images. We esed under differen number of images per individual by spliing all images of each class ino wo subses, such ha here are k imagesper individual in raining ses and he remaining N k images per individual are in he K esing ses, k = 1,, N 1. We ried all possible splis and repor he average recogniion rae for each K daabase. All he experimens were carried ou on an Inel Core i compuer wih an 8GB RAM and esed on a Malab plaform (version: R2012b). The resuls are given in Tables 2 o 4. Table 2. Recogniion raes (%) of he subspace LDA mehods on he JAFFE daabase Subspace LDA mehods Size of he images Number of raining images per individual a. Fisherface 112 x 92 N/A b. Complee PCA plus LDA 112 x c. IDAface 112 x d. plus LDA 112 x

8 Table 3. Recogniion raes (%) of LDA and he subspace LDA mehods on he ORL daabase Mehods Number of raining images per individual Fisherface N/A Complee PCA plus LDA IDAface plus LDA LDA N/A Table 4. Recogniion raes (%) of LDA and he subspace LDA mehods on he FEI daabase Subspace LDA mehods Number of raining images per individual Fisherface N/A Complee PCA plus LDA IDAface plus LDA LDA N/A Conclusion We have discussed he LDA and four subspace LDA mehods for solving he small sample size problem encounered in face recogniion. Experimenal resuls, by esing on hree well-known face image daabases: JAFFE(Web-1), ORL(Web-2), and FEI(Web-3), show ha he LDA mehod direcly convers a 2d image ino a larger column vecor perform he wors. On he oher hand, he plus LDA mehod applies boh row and column projecion o reduce he size of marix achieves he overall bes resuls, whereas, he size selecion of subspace projecion by eiher PCA or LDA meris furher sudies. Acknowledgemens This work is suppored by Taiwan Naional Science Council Gran NSC E MY3. References Belhumeur P.N., Hespanha J.P., Kriegman, D. (1997). Eigenfaces vs. Fisherfaces: Recogniion Using Class Specific Linear Projecion, IEEE Transacions on Paern Analysis and Machine Inelligence, vol. 19, no. 7, pp Chen C.C., Chu H.T., Shieh Y.S. (2008). Face Image Rerieval By Projecion-Based Feaures, The 3rd In. Conf. on Image Media Qualiy and Is Applicaions, Kyoo, Japan, Sep.5-6, pp Chen L.F., Liao H.Y.M., Ko M.T., Lin J, C., Yu G.J. (2000). A New LDA-Based Face Recogniion Sysem which can Solve he Small Sample Size Problem, Paern Recogniion, vol. 33, no. 10, pp Fisher R.A. (1936). The Use of Muliple Measuremens in Taxonomic Problems, Annals of Eugenics, vol. 7, no. 2, pp Huang C.T. (2014). A Sudy on he Subspace LDA Mehods for Solving he Small Sample Size Problem in Face Recogniion, M.S. Thesis, Naional Tsing Hua Universiy, January Kirby M., Sirovich L. (1990). Applicaion of he Karhunen-Loeve Procedure for he Characerizaion of Human Faces, IEEE Trans. on Paern Analysis and Machine Inelligence, vol. 12, no. 1, pp Li S.Z., Jain A.K. (2011). Handbook of Face Recogniion, Springer

9 Lyons M., Akamasu S., Kamachi M., Gyoba J. (1998). Coding Facial Expressions wih Gabor Waveles, The hird IEEE In. Conf. on Auomaic Face and Gesure Recogniion, pp Marínez A.M., Kak A.C. (2001). PCA versus LDA, IEEE Trans. on Paern Analysis and Machine Inelligence, vol. 23, no. 2, pp Samal A., Iyengar P.A. (1992). Auomaic Recogniion and Analysis of Human Faces and Facial Expressions: A Survey, Paern Recogniion, vol. 25, no. 1, pp Samaria F.S., Harer A.C. (1994). Parameerisaion of a Sochasic Model for Human Face Idenificaion, The Second IEEE Workshop on Applicaions of Compuer Vision, pp Sirovich L., Kirby M. (1987). Low-Dimensional Procedure for he Characerizaion of Human Faces, The Journal of he Opical Sociey of America A, vol. 4, no. 3, pp Turk M., Penland A. (1991). Eigenfaces for recogniion, Journal of Cogniive Neuroscience, vol. 3, no. 1, pp Yang J., Yang J.Y. (2003). Why Can LDA Be Performed in PCA Transformed Space? Paern Recogniion, vol. 36, no. 2, pp Yang J., Zhang D., Frangi A.F., Yang J.Y. (2004). Two-dimensional PCA: a New Approach o Appearance-based Face Represenaion and Recogniion, IEEE Trans. on Paern Analysis and Machine Inelligence, vol. 26, no. 1, pp Yu H., Yang J. (2001). A Direc LDA Algorihm for High-dimensional Daa - wih Applicaion o Face Recogniion, Paern Recogniion, vol. 34, pp Zhao W., Chellappa R., Phillips P.J., Rosenfeld A. (2003). Face Recogniion: A Lieraure Survey, ACM Compuing Surveys, vol. 35, no. 4, pp Zhuang X.S., Dai D.Q. (2007). Improved Discriminan Analysis for High-dimensional Daa and Is Applicaion o Face Recogniion, Paern Recogniion, vol. 40, no. 5, pp Zuo W., Zhang D., Yang, J., Wang K. (2006). Plus LDA: A Novel Fas Feaure Exracion Technique for Face Recogniion, IEEE Trans. on Sysems, Man, and Cyberneics, Par B: Cyberneics, vol. 36, no. 4, pp Web sies: Web-1: hp:// consuled 1 March, Web-2: hp:// consuled 1 March, Web-3: hp://fei.edu.br/~ce/facedaabase.hml, consuled 1 March,

Rev. Téc. Ing. Univ. Zulia. Vol. 39, Nº 1, , 2016

Rev. Téc. Ing. Univ. Zulia. Vol. 39, Nº 1, , 2016 Rev. Téc. Ing. Univ. Zulia. Vol. 39, Nº 1, 358-363, 216 doi:1.21311/1.39.1.41 Face Deecion and Recogniion Based on an Improved Adaboos Algorihm and Neural Nework Haoian Zhang*, Jiajia Xing, Muian Zhu,

More information

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model Modal idenificaion of srucures from roving inpu daa by means of maximum likelihood esimaion of he sae space model J. Cara, J. Juan, E. Alarcón Absrac The usual way o perform a forced vibraion es is o fix

More information

10. State Space Methods

10. State Space Methods . Sae Space Mehods. Inroducion Sae space modelling was briefly inroduced in chaper. Here more coverage is provided of sae space mehods before some of heir uses in conrol sysem design are covered in he

More information

Content-Based Shape Retrieval Using Different Shape Descriptors: A Comparative Study Dengsheng Zhang and Guojun Lu

Content-Based Shape Retrieval Using Different Shape Descriptors: A Comparative Study Dengsheng Zhang and Guojun Lu Conen-Based Shape Rerieval Using Differen Shape Descripors: A Comparaive Sudy Dengsheng Zhang and Guojun Lu Gippsland School of Compuing and Informaion Technology Monash Universiy Churchill, Vicoria 3842

More information

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB Elecronic Companion EC.1. Proofs of Technical Lemmas and Theorems LEMMA 1. Le C(RB) be he oal cos incurred by he RB policy. Then we have, T L E[C(RB)] 3 E[Z RB ]. (EC.1) Proof of Lemma 1. Using he marginal

More information

Article from. Predictive Analytics and Futurism. July 2016 Issue 13

Article from. Predictive Analytics and Futurism. July 2016 Issue 13 Aricle from Predicive Analyics and Fuurism July 6 Issue An Inroducion o Incremenal Learning By Qiang Wu and Dave Snell Machine learning provides useful ools for predicive analyics The ypical machine learning

More information

STATE-SPACE MODELLING. A mass balance across the tank gives:

STATE-SPACE MODELLING. A mass balance across the tank gives: B. Lennox and N.F. Thornhill, 9, Sae Space Modelling, IChemE Process Managemen and Conrol Subjec Group Newsleer STE-SPACE MODELLING Inroducion: Over he pas decade or so here has been an ever increasing

More information

Model Reduction for Dynamical Systems Lecture 6

Model Reduction for Dynamical Systems Lecture 6 Oo-von-Guericke Universiä Magdeburg Faculy of Mahemaics Summer erm 07 Model Reducion for Dynamical Sysems ecure 6 v eer enner and ihong Feng Max lanck Insiue for Dynamics of Complex echnical Sysems Compuaional

More information

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems Single-Pass-Based Heurisic Algorihms for Group Flexible Flow-shop Scheduling Problems PEI-YING HUANG, TZUNG-PEI HONG 2 and CHENG-YAN KAO, 3 Deparmen of Compuer Science and Informaion Engineering Naional

More information

Pattern Recognition Letters

Pattern Recognition Letters Paern Recogniion Leers 33 (2012) 485 491 Conens liss available a SciVerse ScienceDirec Paern Recogniion Leers journal homepage: www.elsevier.com/locae/parec Orhogonal vs. uncorrelaed leas squares discriminan

More information

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing Applicaion of a Sochasic-Fuzzy Approach o Modeling Opimal Discree Time Dynamical Sysems by Using Large Scale Daa Processing AA WALASZE-BABISZEWSA Deparmen of Compuer Engineering Opole Universiy of Technology

More information

Random Walk with Anti-Correlated Steps

Random Walk with Anti-Correlated Steps Random Walk wih Ani-Correlaed Seps John Noga Dirk Wagner 2 Absrac We conjecure he expeced value of random walks wih ani-correlaed seps o be exacly. We suppor his conjecure wih 2 plausibiliy argumens and

More information

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still.

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still. Lecure - Kinemaics in One Dimension Displacemen, Velociy and Acceleraion Everyhing in he world is moving. Nohing says sill. Moion occurs a all scales of he universe, saring from he moion of elecrons in

More information

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints IJCSI Inernaional Journal of Compuer Science Issues, Vol 9, Issue 1, No 1, January 2012 wwwijcsiorg 18 Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Capaciy

More information

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model 1 Boolean and Vecor Space Rerieval Models Many slides in his secion are adaped from Prof. Joydeep Ghosh (UT ECE) who in urn adaped hem from Prof. Dik Lee (Univ. of Science and Tech, Hong Kong) Rerieval

More information

Pose Robust Low-resolution Face Recognition via Coupled Kernel-based Enhanced Discriminant Analysis

Pose Robust Low-resolution Face Recognition via Coupled Kernel-based Enhanced Discriminant Analysis IEEE/CAA JOURNAL OF AUTOMATICA SINICA, VOL. 3, NO. 2, APRIL 2016 203 Pose Robus Low-resoluion Face Recogniion via Coupled Kernel-based Enhanced Discriminan Analysis Xiaoying Wang, Haifeng Hu, and Jianquan

More information

ERROR LOCATING CODES AND EXTENDED HAMMING CODE. Pankaj Kumar Das. 1. Introduction and preliminaries

ERROR LOCATING CODES AND EXTENDED HAMMING CODE. Pankaj Kumar Das. 1. Introduction and preliminaries MATEMATIČKI VESNIK MATEMATIQKI VESNIK 70, 1 (2018), 89 94 March 2018 research paper originalni nauqni rad ERROR LOCATING CODES AND EXTENDED HAMMING CODE Pankaj Kumar Das Absrac. Error-locaing codes, firs

More information

Adaptive Compressive Tracking Based on Perceptual Hash Algorithm Lei ZHANG, Zheng-guang XIE * and Hong-jun LI

Adaptive Compressive Tracking Based on Perceptual Hash Algorithm Lei ZHANG, Zheng-guang XIE * and Hong-jun LI 2017 2nd Inernaional Conference on Informaion Technology and Managemen Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Adapive Compressive Tracking Based on Percepual Hash Algorihm Lei ZHANG, Zheng-guang

More information

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1.

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1. Roboics I April 11, 017 Exercise 1 he kinemaics of a 3R spaial robo is specified by he Denavi-Harenberg parameers in ab 1 i α i d i a i θ i 1 π/ L 1 0 1 0 0 L 3 0 0 L 3 3 able 1: able of DH parameers of

More information

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS Xinping Guan ;1 Fenglei Li Cailian Chen Insiue of Elecrical Engineering, Yanshan Universiy, Qinhuangdao, 066004, China. Deparmen

More information

The ROC-Boost Design Algorithm for Asymmetric Classification

The ROC-Boost Design Algorithm for Asymmetric Classification The ROC-Boos Design Algorihm for Asymmeric Classificaion Guido Cesare Deparmen of Mahemaics Universiy of Genova (Ialy guido.cesare@gmail.com Robero Manduchi Deparmen of Compuer Engineering Universiy of

More information

MATHEMATICAL DESCRIPTION OF THEORETICAL METHODS OF RESERVE ECONOMY OF CONSIGNMENT STORES

MATHEMATICAL DESCRIPTION OF THEORETICAL METHODS OF RESERVE ECONOMY OF CONSIGNMENT STORES MAHEMAICAL DESCIPION OF HEOEICAL MEHODS OF ESEVE ECONOMY OF CONSIGNMEN SOES Péer elek, József Cselényi, György Demeer Universiy of Miskolc, Deparmen of Maerials Handling and Logisics Absrac: Opimizaion

More information

Let us start with a two dimensional case. We consider a vector ( x,

Let us start with a two dimensional case. We consider a vector ( x, Roaion marices We consider now roaion marices in wo and hree dimensions. We sar wih wo dimensions since wo dimensions are easier han hree o undersand, and one dimension is a lile oo simple. However, our

More information

BBP-type formulas, in general bases, for arctangents of real numbers

BBP-type formulas, in general bases, for arctangents of real numbers Noes on Number Theory and Discree Mahemaics Vol. 19, 13, No. 3, 33 54 BBP-ype formulas, in general bases, for arcangens of real numbers Kunle Adegoke 1 and Olawanle Layeni 2 1 Deparmen of Physics, Obafemi

More information

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis Speaker Adapaion Techniques For Coninuous Speech Using Medium and Small Adapaion Daa Ses Consaninos Boulis Ouline of he Presenaion Inroducion o he speaker adapaion problem Maximum Likelihood Sochasic Transformaions

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1. Spike-count autocorrelations in time.

Nature Neuroscience: doi: /nn Supplementary Figure 1. Spike-count autocorrelations in time. Supplemenary Figure 1 Spike-coun auocorrelaions in ime. Normalized auocorrelaion marices are shown for each area in a daase. The marix shows he mean correlaion of he spike coun in each ime bin wih he spike

More information

Rapid Termination Evaluation for Recursive Subdivision of Bezier Curves

Rapid Termination Evaluation for Recursive Subdivision of Bezier Curves Rapid Terminaion Evaluaion for Recursive Subdivision of Bezier Curves Thomas F. Hain School of Compuer and Informaion Sciences, Universiy of Souh Alabama, Mobile, AL, U.S.A. Absrac Bézier curve flaening

More information

Inequality measures for intersecting Lorenz curves: an alternative weak ordering

Inequality measures for intersecting Lorenz curves: an alternative weak ordering h Inernaional Scienific Conference Financial managemen of Firms and Financial Insiuions Osrava VŠB-TU of Osrava, Faculy of Economics, Deparmen of Finance 7 h 8 h Sepember 25 Absrac Inequaliy measures for

More information

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models.

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models. Technical Repor Doc ID: TR--203 06-March-203 (Las revision: 23-Februar-206) On formulaing quadraic funcions in opimizaion models. Auhor: Erling D. Andersen Convex quadraic consrains quie frequenl appear

More information

The Asymptotic Behavior of Nonoscillatory Solutions of Some Nonlinear Dynamic Equations on Time Scales

The Asymptotic Behavior of Nonoscillatory Solutions of Some Nonlinear Dynamic Equations on Time Scales Advances in Dynamical Sysems and Applicaions. ISSN 0973-5321 Volume 1 Number 1 (2006, pp. 103 112 c Research India Publicaions hp://www.ripublicaion.com/adsa.hm The Asympoic Behavior of Nonoscillaory Soluions

More information

On Measuring Pro-Poor Growth. 1. On Various Ways of Measuring Pro-Poor Growth: A Short Review of the Literature

On Measuring Pro-Poor Growth. 1. On Various Ways of Measuring Pro-Poor Growth: A Short Review of the Literature On Measuring Pro-Poor Growh 1. On Various Ways of Measuring Pro-Poor Growh: A Shor eview of he Lieraure During he pas en years or so here have been various suggesions concerning he way one should check

More information

ODEs II, Lecture 1: Homogeneous Linear Systems - I. Mike Raugh 1. March 8, 2004

ODEs II, Lecture 1: Homogeneous Linear Systems - I. Mike Raugh 1. March 8, 2004 ODEs II, Lecure : Homogeneous Linear Sysems - I Mike Raugh March 8, 4 Inroducion. In he firs lecure we discussed a sysem of linear ODEs for modeling he excreion of lead from he human body, saw how o ransform

More information

ON THE DEGREES OF RATIONAL KNOTS

ON THE DEGREES OF RATIONAL KNOTS ON THE DEGREES OF RATIONAL KNOTS DONOVAN MCFERON, ALEXANDRA ZUSER Absrac. In his paper, we explore he issue of minimizing he degrees on raional knos. We se a bound on hese degrees using Bézou s heorem,

More information

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems Paricle Swarm Opimizaion Combining Diversificaion and Inensificaion for Nonlinear Ineger Programming Problems Takeshi Masui, Masaoshi Sakawa, Kosuke Kao and Koichi Masumoo Hiroshima Universiy 1-4-1, Kagamiyama,

More information

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence Supplemen for Sochasic Convex Opimizaion: Faser Local Growh Implies Faser Global Convergence Yi Xu Qihang Lin ianbao Yang Proof of heorem heorem Suppose Assumpion holds and F (w) obeys he LGC (6) Given

More information

Ensamble methods: Bagging and Boosting

Ensamble methods: Bagging and Boosting Lecure 21 Ensamble mehods: Bagging and Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Ensemble mehods Mixure of expers Muliple base models (classifiers, regressors), each covers a differen par

More information

A Video Vehicle Detection Algorithm Based on Improved Adaboost Algorithm Weiguang Liu and Qian Zhang*

A Video Vehicle Detection Algorithm Based on Improved Adaboost Algorithm Weiguang Liu and Qian Zhang* A Video Vehicle Deecion Algorihm Based on Improved Adaboos Algorihm Weiguang Liu and Qian Zhang* Zhongyuan Universiy of Technology, Zhengzhou 450000, China lwg66123@163.com, 2817343431@qq.com *The corresponding

More information

Optimal Paired Choice Block Designs. Supplementary Material

Optimal Paired Choice Block Designs. Supplementary Material Saisica Sinica: Supplemen Opimal Paired Choice Block Designs Rakhi Singh 1, Ashish Das 2 and Feng-Shun Chai 3 1 IITB-Monash Research Academy, Mumbai, India 2 Indian Insiue of Technology Bombay, Mumbai,

More information

Orientation. Connections between network coding and stochastic network theory. Outline. Bruce Hajek. Multicast with lost packets

Orientation. Connections between network coding and stochastic network theory. Outline. Bruce Hajek. Multicast with lost packets Connecions beween nework coding and sochasic nework heory Bruce Hajek Orienaion On Thursday, Ralf Koeer discussed nework coding: coding wihin he nework Absrac: Randomly generaed coded informaion blocks

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Families with no matchings of size s

Families with no matchings of size s Families wih no machings of size s Peer Franl Andrey Kupavsii Absrac Le 2, s 2 be posiive inegers. Le be an n-elemen se, n s. Subses of 2 are called families. If F ( ), hen i is called - uniform. Wha is

More information

Math 315: Linear Algebra Solutions to Assignment 6

Math 315: Linear Algebra Solutions to Assignment 6 Mah 35: Linear Algebra s o Assignmen 6 # Which of he following ses of vecors are bases for R 2? {2,, 3, }, {4,, 7, 8}, {,,, 3}, {3, 9, 4, 2}. Explain your answer. To generae he whole R 2, wo linearly independen

More information

A Hilbert Warping Method for Camera-based Finger-writing Recognition

A Hilbert Warping Method for Camera-based Finger-writing Recognition A Hilber Warping Mehod for Camera-based Finger-wriing Recogniion Hiroyuki Ishida 1,2, Tomokazu Takahashi 3,IchiroIde 1 and Hiroshi Murase 1 1 Nagoya Universiy, Furo-cho, Chikusa-ku, Nagoya, Aichi, 464-861

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

A Facial Expression Recognition System from Depth Video

A Facial Expression Recognition System from Depth Video A Facial Expression Recogniion Sysem from Deph Video Md. Zia Uddin Deparmen of Compuer Educaion Sungkyunkwan Universiy Seoul, Republic of Korea Email: ziauddin@skku.edu A. M. Jehad Sarkar Deparmen of Digial

More information

International Journal of Mathematics Trends and Technology (IJMTT) Volume 37 Number 3 September 2016

International Journal of Mathematics Trends and Technology (IJMTT) Volume 37 Number 3 September 2016 Inernaional Journal of ahemaics Trends and Technology (IJTT) Volume 37 Number 3 Sepember 6 Conveiy in he s Class of he Rough ahemaical Programming Problems T... Aeya, Kamilia l-bess, Deparmen of Physics

More information

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method Journal of Applied Mahemaics & Bioinformaics, vol., no., 01, 1-14 ISSN: 179-660 (prin), 179-699 (online) Scienpress Ld, 01 Improved Approimae Soluions for Nonlinear Evoluions Equaions in Mahemaical Physics

More information

Robust estimation based on the first- and third-moment restrictions of the power transformation model

Robust estimation based on the first- and third-moment restrictions of the power transformation model h Inernaional Congress on Modelling and Simulaion, Adelaide, Ausralia, 6 December 3 www.mssanz.org.au/modsim3 Robus esimaion based on he firs- and hird-momen resricions of he power ransformaion Nawaa,

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differenial Equaions 5. Examples of linear differenial equaions and heir applicaions We consider some examples of sysems of linear differenial equaions wih consan coefficiens y = a y +... + a

More information

4.1 Other Interpretations of Ridge Regression

4.1 Other Interpretations of Ridge Regression CHAPTER 4 FURTHER RIDGE THEORY 4. Oher Inerpreaions of Ridge Regression In his secion we will presen hree inerpreaions for he use of ridge regression. The firs one is analogous o Hoerl and Kennard reasoning

More information

An introduction to the theory of SDDP algorithm

An introduction to the theory of SDDP algorithm An inroducion o he heory of SDDP algorihm V. Leclère (ENPC) Augus 1, 2014 V. Leclère Inroducion o SDDP Augus 1, 2014 1 / 21 Inroducion Large scale sochasic problem are hard o solve. Two ways of aacking

More information

Testing for a Single Factor Model in the Multivariate State Space Framework

Testing for a Single Factor Model in the Multivariate State Space Framework esing for a Single Facor Model in he Mulivariae Sae Space Framework Chen C.-Y. M. Chiba and M. Kobayashi Inernaional Graduae School of Social Sciences Yokohama Naional Universiy Japan Faculy of Economics

More information

Isolated-word speech recognition using hidden Markov models

Isolated-word speech recognition using hidden Markov models Isolaed-word speech recogniion using hidden Markov models Håkon Sandsmark December 18, 21 1 Inroducion Speech recogniion is a challenging problem on which much work has been done he las decades. Some of

More information

Kinematics and kinematic functions

Kinematics and kinematic functions Kinemaics and kinemaic funcions Kinemaics deals wih he sudy of four funcions (called kinemaic funcions or KFs) ha mahemaically ransform join variables ino caresian variables and vice versa Direc Posiion

More information

Then. 1 The eigenvalues of A are inside R = n i=1 R i. 2 Union of any k circles not intersecting the other (n k)

Then. 1 The eigenvalues of A are inside R = n i=1 R i. 2 Union of any k circles not intersecting the other (n k) Ger sgorin Circle Chaper 9 Approimaing Eigenvalues Per-Olof Persson persson@berkeley.edu Deparmen of Mahemaics Universiy of California, Berkeley Mah 128B Numerical Analysis (Ger sgorin Circle) Le A be

More information

A Hop Constrained Min-Sum Arborescence with Outage Costs

A Hop Constrained Min-Sum Arborescence with Outage Costs A Hop Consrained Min-Sum Arborescence wih Ouage Coss Rakesh Kawara Minnesoa Sae Universiy, Mankao, MN 56001 Email: Kawara@mnsu.edu Absrac The hop consrained min-sum arborescence wih ouage coss problem

More information

A Forward-Backward Splitting Method with Component-wise Lazy Evaluation for Online Structured Convex Optimization

A Forward-Backward Splitting Method with Component-wise Lazy Evaluation for Online Structured Convex Optimization A Forward-Backward Spliing Mehod wih Componen-wise Lazy Evaluaion for Online Srucured Convex Opimizaion Yukihiro Togari and Nobuo Yamashia March 28, 2016 Absrac: We consider large-scale opimizaion problems

More information

In this chapter the model of free motion under gravity is extended to objects projected at an angle. When you have completed it, you should

In this chapter the model of free motion under gravity is extended to objects projected at an angle. When you have completed it, you should Cambridge Universiy Press 978--36-60033-7 Cambridge Inernaional AS and A Level Mahemaics: Mechanics Coursebook Excerp More Informaion Chaper The moion of projeciles In his chaper he model of free moion

More information

Advanced Organic Chemistry

Advanced Organic Chemistry Lalic, G. Chem 53A Chemisry 53A Advanced Organic Chemisry Lecure noes 1 Kineics: A racical Approach Simple Kineics Scenarios Fiing Experimenal Daa Using Kineics o Deermine he Mechanism Doughery, D. A.,

More information

Multi-component Levi Hierarchy and Its Multi-component Integrable Coupling System

Multi-component Levi Hierarchy and Its Multi-component Integrable Coupling System Commun. Theor. Phys. (Beijing, China) 44 (2005) pp. 990 996 c Inernaional Academic Publishers Vol. 44, No. 6, December 5, 2005 uli-componen Levi Hierarchy and Is uli-componen Inegrable Coupling Sysem XIA

More information

arxiv: v1 [math.ca] 15 Nov 2016

arxiv: v1 [math.ca] 15 Nov 2016 arxiv:6.599v [mah.ca] 5 Nov 26 Counerexamples on Jumarie s hree basic fracional calculus formulae for non-differeniable coninuous funcions Cheng-shi Liu Deparmen of Mahemaics Norheas Peroleum Universiy

More information

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection Appendix o Online l -Dicionary Learning wih Applicaion o Novel Documen Deecion Shiva Prasad Kasiviswanahan Huahua Wang Arindam Banerjee Prem Melville A Background abou ADMM In his secion, we give a brief

More information

Some Ramsey results for the n-cube

Some Ramsey results for the n-cube Some Ramsey resuls for he n-cube Ron Graham Universiy of California, San Diego Jozsef Solymosi Universiy of Briish Columbia, Vancouver, Canada Absrac In his noe we esablish a Ramsey-ype resul for cerain

More information

1 Review of Zero-Sum Games

1 Review of Zero-Sum Games COS 5: heoreical Machine Learning Lecurer: Rob Schapire Lecure #23 Scribe: Eugene Brevdo April 30, 2008 Review of Zero-Sum Games Las ime we inroduced a mahemaical model for wo player zero-sum games. Any

More information

Stability and Bifurcation in a Neural Network Model with Two Delays

Stability and Bifurcation in a Neural Network Model with Two Delays Inernaional Mahemaical Forum, Vol. 6, 11, no. 35, 175-1731 Sabiliy and Bifurcaion in a Neural Nework Model wih Two Delays GuangPing Hu and XiaoLing Li School of Mahemaics and Physics, Nanjing Universiy

More information

Two Coupled Oscillators / Normal Modes

Two Coupled Oscillators / Normal Modes Lecure 3 Phys 3750 Two Coupled Oscillaors / Normal Modes Overview and Moivaion: Today we ake a small, bu significan, sep owards wave moion. We will no ye observe waves, bu his sep is imporan in is own

More information

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi Creep in Viscoelasic Subsances Numerical mehods o calculae he coefficiens of he Prony equaion using creep es daa and Herediary Inegrals Mehod Navnee Saini, Mayank Goyal, Vishal Bansal (23); Term Projec

More information

EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE

EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE Version April 30, 2004.Submied o CTU Repors. EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE Per Krysl Universiy of California, San Diego La Jolla, California 92093-0085,

More information

Adaptive Noise Estimation Based on Non-negative Matrix Factorization

Adaptive Noise Estimation Based on Non-negative Matrix Factorization dvanced cience and Technology Leers Vol.3 (ICC 213), pp.159-163 hp://dx.doi.org/1.14257/asl.213 dapive Noise Esimaion ased on Non-negaive Marix Facorizaion Kwang Myung Jeon and Hong Kook Kim chool of Informaion

More information

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function A Framework for Efficien Documen Ranking Using Order and Non Order Based Finess Funcion Hazra Imran, Adii Sharan Absrac One cenral problem of informaion rerieval is o deermine he relevance of documens

More information

A unit root test based on smooth transitions and nonlinear adjustment

A unit root test based on smooth transitions and nonlinear adjustment MPRA Munich Personal RePEc Archive A uni roo es based on smooh ransiions and nonlinear adjusmen Aycan Hepsag Isanbul Universiy 5 Ocober 2017 Online a hps://mpra.ub.uni-muenchen.de/81788/ MPRA Paper No.

More information

Ensamble methods: Boosting

Ensamble methods: Boosting Lecure 21 Ensamble mehods: Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Schedule Final exam: April 18: 1:00-2:15pm, in-class Term projecs April 23 & April 25: a 1:00-2:30pm in CS seminar room

More information

Matrix Versions of Some Refinements of the Arithmetic-Geometric Mean Inequality

Matrix Versions of Some Refinements of the Arithmetic-Geometric Mean Inequality Marix Versions of Some Refinemens of he Arihmeic-Geomeric Mean Inequaliy Bao Qi Feng and Andrew Tonge Absrac. We esablish marix versions of refinemens due o Alzer ], Carwrigh and Field 4], and Mercer 5]

More information

INVERSE RESPONSE COMPENSATION BY ESTIMATING PARAMETERS OF A PROCESS COMPRISING OF TWO FIRST ORDER SYSTEMS

INVERSE RESPONSE COMPENSATION BY ESTIMATING PARAMETERS OF A PROCESS COMPRISING OF TWO FIRST ORDER SYSTEMS Inernaional Journal of Informaion Technology and nowledge Managemen July-December 0, Volume 5, No., pp. 433-438 INVERSE RESPONSE COMPENSATION BY ESTIMATING PARAMETERS OF A PROCESS COMPRISING OF TWO FIRST

More information

Directional Tubular Surfaces

Directional Tubular Surfaces Inernaional Journal of Algebra, Vol. 9, 015, no. 1, 57-535 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/10.1988/ija.015.5174 Direcional Tubular Surfaces Musafa Dede Deparmen of Mahemaics, Faculy of Ars

More information

STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK

STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK Michal Pluhacek, Roman Senkerik, Adam Vikorin and Tomas Kadavy Tomas Baa Universiy in Zlin, Faculy of Applied Informaics Nam T.G. Masaryka 5555,

More information

Existence of positive solution for a third-order three-point BVP with sign-changing Green s function

Existence of positive solution for a third-order three-point BVP with sign-changing Green s function Elecronic Journal of Qualiaive Theory of Differenial Equaions 13, No. 3, 1-11; hp://www.mah.u-szeged.hu/ejqde/ Exisence of posiive soluion for a hird-order hree-poin BVP wih sign-changing Green s funcion

More information

Ensemble Confidence Estimates Posterior Probability

Ensemble Confidence Estimates Posterior Probability Ensemble Esimaes Poserior Probabiliy Michael Muhlbaier, Aposolos Topalis, and Robi Polikar Rowan Universiy, Elecrical and Compuer Engineering, Mullica Hill Rd., Glassboro, NJ 88, USA {muhlba6, opali5}@sudens.rowan.edu

More information

HYPERSPECTRAL IMAGE CLASSIFICATIO BASED O A FAST BREGMA SPARSE MULTI OMIAL LOGISTIC REGRESSIO ALGORITHM. Portugal - (jun,

HYPERSPECTRAL IMAGE CLASSIFICATIO BASED O A FAST BREGMA SPARSE MULTI OMIAL LOGISTIC REGRESSIO ALGORITHM. Portugal - (jun, HYPERSPECRAL IMAGE CLASSIFICAIO BASED O A FAS BREGMA SPARSE MULI OMIAL LOGISIC REGRESSIO ALGORIHM J. Li a, *, J. Bioucas-Dias a, Anonio Plaza b a Insiuo de elecomunicações, Insiuo Superior écnico, 049-00,

More information

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t...

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t... Mah 228- Fri Mar 24 5.6 Marix exponenials and linear sysems: The analogy beween firs order sysems of linear differenial equaions (Chaper 5) and scalar linear differenial equaions (Chaper ) is much sronger

More information

Institute for Mathematical Methods in Economics. University of Technology Vienna. Singapore, May Manfred Deistler

Institute for Mathematical Methods in Economics. University of Technology Vienna. Singapore, May Manfred Deistler MULTIVARIATE TIME SERIES ANALYSIS AND FORECASTING Manfred Deisler E O S Economerics and Sysems Theory Insiue for Mahemaical Mehods in Economics Universiy of Technology Vienna Singapore, May 2004 Inroducion

More information

Recursive Least-Squares Fixed-Interval Smoother Using Covariance Information based on Innovation Approach in Linear Continuous Stochastic Systems

Recursive Least-Squares Fixed-Interval Smoother Using Covariance Information based on Innovation Approach in Linear Continuous Stochastic Systems 8 Froniers in Signal Processing, Vol. 1, No. 1, July 217 hps://dx.doi.org/1.2266/fsp.217.112 Recursive Leas-Squares Fixed-Inerval Smooher Using Covariance Informaion based on Innovaion Approach in Linear

More information

THE GENERALIZED PASCAL MATRIX VIA THE GENERALIZED FIBONACCI MATRIX AND THE GENERALIZED PELL MATRIX

THE GENERALIZED PASCAL MATRIX VIA THE GENERALIZED FIBONACCI MATRIX AND THE GENERALIZED PELL MATRIX J Korean Mah Soc 45 008, No, pp 479 49 THE GENERALIZED PASCAL MATRIX VIA THE GENERALIZED FIBONACCI MATRIX AND THE GENERALIZED PELL MATRIX Gwang-yeon Lee and Seong-Hoon Cho Reprined from he Journal of he

More information

Refinement of Document Clustering by Using NMF *

Refinement of Document Clustering by Using NMF * Refinemen of Documen Clusering by Using NMF * Hiroyuki Shinnou and Minoru Sasaki Deparmen of Compuer and Informaion Sciences, Ibaraki Universiy, 4-12-1 Nakanarusawa, Hiachi, Ibaraki JAPAN 316-8511 {shinnou,

More information

Solutions from Chapter 9.1 and 9.2

Solutions from Chapter 9.1 and 9.2 Soluions from Chaper 9 and 92 Secion 9 Problem # This basically boils down o an exercise in he chain rule from calculus We are looking for soluions of he form: u( x) = f( k x c) where k x R 3 and k is

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Linear Response Theory: The connecion beween QFT and experimens 3.1. Basic conceps and ideas Q: How do we measure he conduciviy of a meal? A: we firs inroduce a weak elecric field E, and

More information

KINEMATICS IN ONE DIMENSION

KINEMATICS IN ONE DIMENSION KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings move how far (disance and displacemen), how fas (speed and velociy), and how fas ha how fas changes (acceleraion). We say ha an objec

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

GRADIENT ESTIMATES FOR A SIMPLE PARABOLIC LICHNEROWICZ EQUATION. Osaka Journal of Mathematics. 51(1) P.245-P.256

GRADIENT ESTIMATES FOR A SIMPLE PARABOLIC LICHNEROWICZ EQUATION. Osaka Journal of Mathematics. 51(1) P.245-P.256 Tile Auhor(s) GRADIENT ESTIMATES FOR A SIMPLE PARABOLIC LICHNEROWICZ EQUATION Zhao, Liang Ciaion Osaka Journal of Mahemaics. 51(1) P.45-P.56 Issue Dae 014-01 Tex Version publisher URL hps://doi.org/10.18910/9195

More information

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models Journal of Saisical and Economeric Mehods, vol.1, no.2, 2012, 65-70 ISSN: 2241-0384 (prin), 2241-0376 (online) Scienpress Ld, 2012 A Specificaion Tes for Linear Dynamic Sochasic General Equilibrium Models

More information

Elements of Computer Graphics

Elements of Computer Graphics CS580: Compuer Graphics Min H. Kim KAIST School of Compuing Elemens of Compuer Graphics Geomery Maerial model Ligh Rendering Virual phoography 2 Foundaions of Compuer Graphics A PINHOLE CAMERA IN 3D 3

More information

The motions of the celt on a horizontal plane with viscous friction

The motions of the celt on a horizontal plane with viscous friction The h Join Inernaional Conference on Mulibody Sysem Dynamics June 8, 18, Lisboa, Porugal The moions of he cel on a horizonal plane wih viscous fricion Maria A. Munisyna 1 1 Moscow Insiue of Physics and

More information

Optimality Conditions for Unconstrained Problems

Optimality Conditions for Unconstrained Problems 62 CHAPTER 6 Opimaliy Condiions for Unconsrained Problems 1 Unconsrained Opimizaion 11 Exisence Consider he problem of minimizing he funcion f : R n R where f is coninuous on all of R n : P min f(x) x

More information

6.2 Transforms of Derivatives and Integrals.

6.2 Transforms of Derivatives and Integrals. SEC. 6.2 Transforms of Derivaives and Inegrals. ODEs 2 3 33 39 23. Change of scale. If l( f ()) F(s) and c is any 33 45 APPLICATION OF s-shifting posiive consan, show ha l( f (c)) F(s>c)>c (Hin: In Probs.

More information

GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT

GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT Inerna J Mah & Mah Sci Vol 4, No 7 000) 48 49 S0670000970 Hindawi Publishing Corp GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT RUMEN L MISHKOV Received

More information

CHEAPEST PMT ONLINE TEST SERIES AIIMS/NEET TOPPER PREPARE QUESTIONS

CHEAPEST PMT ONLINE TEST SERIES AIIMS/NEET TOPPER PREPARE QUESTIONS CHEAPEST PMT ONLINE TEST SERIES AIIMS/NEET TOPPER PREPARE QUESTIONS For more deails see las page or conac @aimaiims.in Physics Mock Tes Paper AIIMS/NEET 07 Physics 06 Saurday Augus 0 Uni es : Moion in

More information

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes Half-Range Series 2.5 Inroducion In his Secion we address he following problem: Can we find a Fourier series expansion of a funcion defined over a finie inerval? Of course we recognise ha such a funcion

More information

The Paradox of Twins Described in a Three-dimensional Space-time Frame

The Paradox of Twins Described in a Three-dimensional Space-time Frame The Paradox of Twins Described in a Three-dimensional Space-ime Frame Tower Chen E_mail: chen@uguam.uog.edu Division of Mahemaical Sciences Universiy of Guam, USA Zeon Chen E_mail: zeon_chen@yahoo.com

More information

Staircase Codes for Secret Sharing with Optimal Communication and Read Overheads

Staircase Codes for Secret Sharing with Optimal Communication and Read Overheads Saircase Codes for Secre Sharing wih Opimal Communicaion and Read Overheads Rawad Biar, Salim El Rouayheb ECE Deparmen, IIT, Chicago rbiar@hawkiiedu, salim@iiedu Absrac We sudy he communicaion efficien

More information

On Robust Stability of Uncertain Neutral Systems with Discrete and Distributed Delays

On Robust Stability of Uncertain Neutral Systems with Discrete and Distributed Delays 009 American Conrol Conference Hya Regency Riverfron S. Louis MO USA June 0-009 FrC09.5 On Robus Sabiliy of Uncerain Neural Sysems wih Discree and Disribued Delays Jian Sun Jie Chen G.P. Liu Senior Member

More information