Learning Matrix Quantization and Variants of Relevance Learning

Size: px
Start display at page:

Download "Learning Matrix Quantization and Variants of Relevance Learning"

Transcription

1 Learning Matrix Quantization and Variants of Relevance Learning K. Domaschke1, M. Kaden2, M. Lange2, and T. Villmann2 1 - Life Science Inkubator Dresden, Dresden - Germany 2- University of Al. Sciences Mittweida - Det. of Mathematics Mittweida, Saxonia - Germany Abstract. We roose an extension of the learning vector quantization framework for matrix data. Data in matrix form occur in several areas like gray-scale images, time deendent sectra or fmri data. If the matrix data are vectorized, imortant satial information may be lost. Thus, rocessing matrix data in matrix form seems to be more aroriate. However, it requires matrix dissimilarities for data comarison. Here Schatten--norms come into lay. We show that they can be used in a natural way relacing the vector dissimilarities in the learning framework. Moreover, we transfer the concet of vectorial relevance learning also to this new matrix variant. We aly the resulting learning matrix quantization aroach to the classification of time-deendent fluorescence sectra as an exemlary real world alication. 1 Introduction Classification of comlex data is still a challenging task in machine learning. Many methods were develoed for rocessing vectorial data ranging from rototye based classifiers like Suort Vector Machines (SVM, [17]) or the family of Learning Vector Quantizers (LVQ, [12]) to classification trees [5]. LVQ rovides an intuitive and robust algorithmic aroach based on Euclidean distance learning, frequently achieving romising results. One of the key extensions of LVQ is relevance learning, which weights the data dimensions erformance imrovement [8]. It can be further imroved taking the data dimension correlations into account [18]. These methods can also be alied to data in matrix form (matrix data), if those data are simly vectorized. However, vectorization may destroy satial relations within a matrix, such that imortant information is lost. For this reason, we roose an extension of the LVQ framework for matrix data using dissimilarities exlicitly based on matrix norms. A standard norm alied for distances between matrices is the Schatten--norm, as a natural counterart of the l -norms for vectorial data. In the following we exlain the modification of the LVQ required to rocess matrix data and denote this new variant as Learning Matrix Quantization (LMQ). The automatic weighting of the dimensions the classification erformance imrovement is a vitally extension of the LVQ known as relevance learning [8]. In this contribution we also discuss concets of relevance learning in LMQ. An exemlary real world alication illustrates the usefulness of the LMQ with relevance learning. 2 Learning Vector Quantization based on l -norms LVQ was introduced by KOHONEN as an intuitive rototye based learning classifier for vector data heuristically aroximating a Bayes-classifier [11]. The generalized learn M. Kaden is suorted by a grant of the Euroean Social Fund, Saxony (ESF). 13

2 ing vector quantization (GLVQ) model [15] is a cost function based modification of the intuitive LVQ aroximating the classification error as the objective to be minimized. The rototyes of the GLVQ model are the set W = {wk Rn, k = 1... M }. Each data vector v V Rn of the training data belongs to a class xv C = {1,..., C}. The rototyes are labeled by yw C such that there is at least one rototye er class. Thereby, the dissimilarities between data oints v and an arbitrary rototye w are P n judged in terms of a measure d based on the l -norm kv wk = i=1 vi wi. + In articular, we consider d (v, w) = kv wk. Further d+ (v) = d (v, w ) denotes the dissimilarity between the data vector v and the closest rototye w+ with the same class label yw+ = xv, and d (v) = d (v, w ) is the dissimilarity degree for the best matching rototye w with a class label yw different from xv. In stan2 dard GLVQ, the squared Euclidean distance d2 (v, w) = (kv wk2 ) is used. GLVQ maximizes the hyothesis margin d+ (v) d (v) [2, 7]. The resective cost function minimized by GLVQ is EGLV Q (W ) = 1 X f (µ (v)) 2 (1) v V where f is a monotonically increasing squashing function usually chosen as a sigmoid or the identity function and µ (v) = d+ (v) d (v) d+ (v) + d (v) (2) is the classifier function with µ (v) [1, 1]. Learning in GLVQ is erformed by the stochastic gradient descent learning for the cost function EGLV Q. For the more general l -norm, the rototye udates of w+ and w become w± µ (v) d± (v) ± µ (v) d (v) w± (3) d± with w± are the formal derivatives of d (v, w) [14]. Several extensions were roosed to adat this basic scheme according to secific classification tasks. A recent overview can be found in [10]. One of the most successful modifications is relevance learning in GLVQ (GRLVQ, [3, 8]). In the GRLVQ, the dissimilarity measure d (v, w) is relaced by d,r (v, w) = kr (v w)k (4) with Pn the relevance vector r consisting of the relevances ri with normalization i=1 ri = 1. Here, r x denotes the Hadamard roduct. The relevances ri weight each data dimension indeendently to imrove the classifier erformance and can also be adated by stochastic gradient learning according to µ (v) d+ µ (v) d,r (v),r (v) ri. (5) µ (v) ri ri d+ d,r (v),r (v) 14

3 The GRLVQ can be further generalized when using d,ω (v, w) = kω (v w)k (6) where Ω Rm n is a maing matrix. Then Λ = ΩT Ω can be interreted after stochastic gradient learning as a classification correlation matrix combining those data dimensions, which suorts the class searabilities [18]. 3 Learning Matrix Quantization based on Schatten--norms Matrix data are the obvious extension of vector data. However, those data are frequently rocessed alying a vectorization scheme and then utilizing of vector methods. Thus, structural information can be destroyed by the vectorization. Therefore, we roose to modify LVQ for matrix data V Vm,n Rm n. In this case, the rototye set W consists of matrices Wk Rm n. In the next ste, we have to relace the l -norm kvk determining the dissimilarity measure d (v, w) by a resective matrix norm. Mathematically, the set Rm n of matrices is a vector sace, which can easily be equied with a resective matrix norm fulfilling the usual norm axioms. Examles are the maximum norm defined as the maximum absolute value of the matrix entries or the Ky-Fan-Norm as the sum of the first K singular values of the matrix [9]. More sohisticated norms are those, which additionally are consistent with the matrix multilication, i.e. satisfying the Cauchy-Schwarz-inequality kx Yk kxk kyk [6]. One rominent examle for these so-called sub-multilicative norms is the Schatten--norm q s (A) = tr( A ) (7) where tr( ) is the trace oerator [16]. For = 2, the Schatten--norm reduces to the Frobenius norm s2 (A) = tr(aat ). Schatten--norms are closely related to l norms according to s (A) = kσ (A)k, where σ (A) denotes the vector of the singular values of A. Based on (7), we take δ (V, W) = (s (V W)) (8) as a dissimilarity measure comarable to d (v, w), which can be lugged into the cost function (1) reading now as EGLM Q (W ) = 1 2 X f (µ ). (9) V Vm,n Alying the same formalism as for GLVQ, we obtain the formal udate rules W± µ δ± ± µ δ W± δ ± (10) = 2W±. Accordingly, the algorithm is for W±. For = 2, we simly get W ± denoted as Generalized Learning Matrix Quantization (GLMQ). 15

4 4 Relevance Learning in GLMQ In the following we will discuss variants of relevance learning for LMQ. The obvious counterart to the vector variant (4) for Schatten--norms would be δ,r (V, W) = (s (R (V W))) (11) with the relevance matrix R weighting indeendently each entry of a data matrix V by the Hadamard roduct. For = 2, this aroach yields δ2,r (V, W) = T tr (R (V W)) (R (V W)) tic gradient of (9) becomes R µ δ. The formal relevance udate as the stochas- + δ,r δ,r µ µ + δ,r δ,r! (12) where 2,R = 2R (V W) (V W) is obtained for = 2. It is ac δ = comanied by the resective rototye derivatives involving the term 2,R W± 2R R (V W± ) for = 2. We denote this variant as Hadamard-RelevanceLearning (HRL). We notice that the HRL learning alying the Frobenius-norm can be transfered to the vectorial counterart GRLVQ with the Euclidean norm. Alternatively to the Hadamard roduct based relevance weighting introduced in (11) we can think about the weighting δ,r (V, W) = (s (R (V W))) (13) using the ordinary matrix multilication. Here, a weighted linear relevance mixing is alied, taking artially linear combinations of matrix entries into account. The relevance udate is structurally equivalent as in (12) aying attention to the new derivative δ,r δ T. For = 2 we get 2,R = 2R (V W) (V W). The resective δ2,r rototye udate involves the term W± = 2RT R (V W± ) and the method is referred here as Multilicative Relevance Learning (MRL). At this oint, alying the MRL with the Frobenius norm the satial matrix information is taken into account. 5 Alication in Time Resolved Laser induced Fluorescence Sectroscoy In the last 20 years it turned out that one imortant way to distinguish between different substances or to characterize a comosite samle is the Time Resolved Laser induced Fluorescence Sectroscoy (TRLFS). This method selectively excites the molecules of a desired substance to a secified state of higher energy by a laser beam. In the relaxing hase the molecules temorally dissiate this energy thermally or otically in terms of auto-fluorescence. The latter leads to time-deendent emission and can be measured as a signal reflecting the substance secific satio-temoral characteristics of this rocess. The obtained two-dimensional signal (matrix) shows the fluorescence intensity [a.u.] deendent on the emission energy [nm] and the time [ns] after fluorescence initialization. These sectra are called Time Resolved Fluorescence Sectra (TRFS). Deending on the exeriment in use, the emission sectra of different biological comounds can 16

5 acc. in % std. dev. GLVQ GRLVQ GLMQ GRLMQ (HRL) GRLMQ (MRL) Table 1: Classification test results for the TRFLS dataset averaged over 10 reetitions of 10-fold cross-validatations. be quite similar and difficult to distinguish, so the imortant information is the time deendence [13,.578]. For the roblem to be investigated in this study, the given data includes only TRFS of a single biological comound at two different excitation energies (energy level/class). The underlying assumtion is that the substrate resonse secifically and this behavior is reflected in the measured signal matrices [4]. However, the secificity of the signal may be overlayed by noise. Therefore, the time-deendent logarithmic signals are integrated with resect to time to reduce the noise. However, according to this vectorization the time-deendent information is lost, which may contain substantial information. Thus we obtain for an exeriment both vector and matrix data for GLVQ and GLMQ analysis, resectively, for comarison. In articular, we have 60 data for each energy class with a matrix resolution of for emission energy and time, resectively. For both algorithms we used only one rototye er class. All test accuracies resented as the results are obtained as average of 10 random reetitions of 10-fold crossvalidations. Further, we alied relevance learning for comarison, whereby for GLMQ we considered both introduced variants. The results are collected in Tab. 1. We observe that the vector variant GLVQ is slightly imroved by relevance learning, as exected. However, a similar imrovement is obtained by GLMQ without relevance learning. If relevance learning is included, a further imrovement may be achieved. The imrovement amount deends on the kind of the relevance learning method. While alication of the HRL, which is mathematically comarable to GRLVQ, does not delivers an imrovement, the rogress becomes moderate if MRL is used. This can be dedicated to the fact that MRL takes more structured matrix relations into account than HRL. 6 Conclusion and Future Work In the contribution we roose the Learning Matrix Quantization framework as extension of GLVQ for matrix data. We emhasize the fact that otherwise vectorization of matrix data may destroy structured information coded in the matrix. Further, we discuss ossibilities of relevance learning for GLMQ. So far we considered Hadamardrelevance and (left) multiicative learning. The latter one delivers better results, which may dedicated to the artially considered correlations within the data matrices. An obvious otion for future research would be to consider the right multilicative variant or, as a more sohisticated ossibility, combining both. This leads to the QR-norms as introduced in fmri-analysis to relate satio-temoral deendencies [1], but causing substantially increased numerical comlexity. Another, way could be to aly also the Kronecker-matrix-multilication offering another kind of structural combination of matrix entries [6, 9]. Finally, the vectorial matrix learning by GMLVQ would lead to tensor-based relevance learning for matrix data as adequate counterart. 17

6 References [1] G. Allen, L. Grosenick, and J. Taylor. A generalized least squares matrix decomosition. Journal of the American Statistical Association, Theory & Methods, 109(505): , [2] M. Biehl, B. Hammer, P. Schneider, and T. Villmann. Metric learning for rototye-based classification. In M. Bianchini, M. Maggini, F. Scarselli, and L. Jain, editors, Innovations in Neural Information Paradigms and Alications, volume 247 of Studies in Comutational Intelligence, ages Sringer, Berlin, [3] T. Bojer, B. Hammer, D. Schunk, and T. von Toschanowitz K. Relevance determination in learning vector quantization. In 9th Euroean Symosium on Artificial Neural Networks. ESANN Proceedings. D-Facto, Evere, Belgium, ages 271 6, [4] P. Clark, Z.-P. Liu, J. Zhang, and L. Gierasch. Intrinsic trytohans of CRABPI as robes of structure and folding. Protein Science, 5(6): , [5] R. Duda and P. Hart. Pattern Classification and Scene Analysis. Wiley, New York, [6] G. Golub and C. V. Loan. Matrix Comutations. Johns Hokins Studies in the Mathematical Sciences. John Hokins University Press, Baltimore, Maryland, 4th edition, [7] B. Hammer, M. Strickert, and T. Villmann. Relevance LVQ versus SVM. In L. Rutkowski, J. Siekmann, R. Tadeusiewicz, and L. Zadeh, editors, Artificial Intelligence and Soft Comuting (ICAISC 2004), Lecture Notes in Artificial Intelligence 3070, ages Sringer Verlag, Berlin-Heidelberg, [8] B. Hammer and T. Villmann. Generalized relevance learning vector quantization. Neural Networks, 15(8-9): , [9] R. Horn and C. Johnson. Matrix Analysis. Cambridge University Press, 2nd edition, [10] M. Kaden, M. Lange, D. Nebel, M. Riedel, T. Geweniger, and T. Villmann. Asects in classification learning - Review of recent develoments in Learning Vector Quantization. Foundations of Comuting and Decision Sciences, 39(2):79 105, [11] T. Kohonen. Learning Vector Quantization. Neural Networks, 1(Sulement 1):303, [12] T. Kohonen. Self-Organizing Mas, volume 30 of Sringer Series in Information Sciences. Sringer, Berlin, Heidelberg, (Second Extended Edition 1997). [13] J. Lakowicz. Princiles of Fluorescence Sectroscoy. Sringer, 3rd edition, [14] M. Lange and T. Villmann. Derivatives of l -norms and their aroximations. Machine Learning Reorts, 7(MLR ):43 59, ISSN: , htt:// fschleif/mlr/mlr_04_2013.df. [15] A. Sato and K. Yamada. Generalized learning vector quantization. In D. S. Touretzky, M. C. Mozer, and M. E. Hasselmo, editors, Advances in Neural Information Processing Systems 8. Proceedings of the 1995 Conference, ages MIT Press, Cambridge, MA, USA, [16] R. Schatten. A Theory of Cross-Saces, volume 26 of Annals of Mathematics Studies. Princeton University Press, [17] B. Schölkof and A. Smola. Learning with Kernels. MIT Press, Cambridge, [18] P. Schneider, B. Hammer, and M. Biehl. Adative relevance matrices in learning vector quantization. Neural Comutation, 21: ,

A Sparse Kernelized Matrix Learning Vector Quantization Model for Human Activity Recognition

A Sparse Kernelized Matrix Learning Vector Quantization Model for Human Activity Recognition A Sparse Kernelized Matrix Learning Vector Quantization Model for Human Activity Recognition M. Kästner 1, M. Strickert 2, and T. Villmann 1 1- University of Appl. Sciences Mittweida - Dept. of Mathematics

More information

Advanced metric adaptation in Generalized LVQ for classification of mass spectrometry data

Advanced metric adaptation in Generalized LVQ for classification of mass spectrometry data Advanced metric adaptation in Generalized LVQ for classification of mass spectrometry data P. Schneider, M. Biehl Mathematics and Computing Science, University of Groningen, The Netherlands email: {petra,

More information

Multivariate class labeling in Robust Soft LVQ

Multivariate class labeling in Robust Soft LVQ Multivariate class labeling in Robust Soft LVQ Petra Schneider, Tina Geweniger 2, Frank-Michael Schleif 3, Michael Biehl 4 and Thomas Villmann 2 - School of Clinical and Experimental Medicine - University

More information

Advanced metric adaptation in Generalized LVQ for classification of mass spectrometry data

Advanced metric adaptation in Generalized LVQ for classification of mass spectrometry data Advanced metric adaptation in Generalized LVQ for classification of mass spectrometry data P. Schneider, M. Biehl Mathematics and Computing Science, University of Groningen, The Netherlands email: {petra,

More information

Probability Estimates for Multi-class Classification by Pairwise Coupling

Probability Estimates for Multi-class Classification by Pairwise Coupling Probability Estimates for Multi-class Classification by Pairwise Couling Ting-Fan Wu Chih-Jen Lin Deartment of Comuter Science National Taiwan University Taiei 06, Taiwan Ruby C. Weng Deartment of Statistics

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Unsupervised Hyperspectral Image Analysis Using Independent Component Analysis (ICA)

Unsupervised Hyperspectral Image Analysis Using Independent Component Analysis (ICA) Unsuervised Hyersectral Image Analysis Using Indeendent Comonent Analysis (ICA) Shao-Shan Chiang Chein-I Chang Irving W. Ginsberg Remote Sensing Signal and Image Processing Laboratory Deartment of Comuter

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are Numer. Math. 68: 215{223 (1994) Numerische Mathemati c Sringer-Verlag 1994 Electronic Edition Bacward errors for eigenvalue and singular value decomositions? S. Chandrasearan??, I.C.F. Isen??? Deartment

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

Chater Matrix Norms and Singular Value Decomosition Introduction In this lecture, we introduce the notion of a norm for matrices The singular value de

Chater Matrix Norms and Singular Value Decomosition Introduction In this lecture, we introduce the notion of a norm for matrices The singular value de Lectures on Dynamic Systems and Control Mohammed Dahleh Munther A Dahleh George Verghese Deartment of Electrical Engineering and Comuter Science Massachuasetts Institute of Technology c Chater Matrix Norms

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions

Logistics Optimization Using Hybrid Metaheuristic Approach under Very Realistic Conditions 17 th Euroean Symosium on Comuter Aided Process Engineering ESCAPE17 V. Plesu and P.S. Agachi (Editors) 2007 Elsevier B.V. All rights reserved. 1 Logistics Otimization Using Hybrid Metaheuristic Aroach

More information

Optimization of General Statistical Accuracy Measures for Classification Based on Learning Vector Quantization

Optimization of General Statistical Accuracy Measures for Classification Based on Learning Vector Quantization ESA 2014 proceedings, European Symposium on Artificial eural etworks, Computational Intelligence and Machine Learning. Bruges (Belgium), 23-25 April 2014, i6doc.com publ., ISB 978-287419095-7. Optimization

More information

DIFFERENTIAL evolution (DE) [3] has become a popular

DIFFERENTIAL evolution (DE) [3] has become a popular Self-adative Differential Evolution with Neighborhood Search Zhenyu Yang, Ke Tang and Xin Yao Abstract In this aer we investigate several self-adative mechanisms to imrove our revious work on [], which

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation

Uniformly best wavenumber approximations by spatial central difference operators: An initial investigation Uniformly best wavenumber aroximations by satial central difference oerators: An initial investigation Vitor Linders and Jan Nordström Abstract A characterisation theorem for best uniform wavenumber aroximations

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES

TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES Khayyam J. Math. DOI:10.22034/kjm.2019.84207 TRACES OF SCHUR AND KRONECKER PRODUCTS FOR BLOCK MATRICES ISMAEL GARCÍA-BAYONA Communicated by A.M. Peralta Abstract. In this aer, we define two new Schur and

More information

PER-PATCH METRIC LEARNING FOR ROBUST IMAGE MATCHING. Sezer Karaoglu, Ivo Everts, Jan C. van Gemert, and Theo Gevers

PER-PATCH METRIC LEARNING FOR ROBUST IMAGE MATCHING. Sezer Karaoglu, Ivo Everts, Jan C. van Gemert, and Theo Gevers PER-PATCH METRIC LEARNING FOR ROBUST IMAGE MATCHING Sezer Karaoglu, Ivo Everts, Jan C. van Gemert, and Theo Gevers Intelligent Systems Lab, Amsterdam, University of Amsterdam, 1098 XH Amsterdam, The Netherlands

More information

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek Use of Transformations and the Reeated Statement in PROC GLM in SAS Ed Stanek Introduction We describe how the Reeated Statement in PROC GLM in SAS transforms the data to rovide tests of hyotheses of interest.

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS Electronic Transactions on Numerical Analysis. Volume 44,. 53 72, 25. Coyright c 25,. ISSN 68 963. ETNA ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process Journal of Industrial and Intelligent Information Vol. 4, No. 2, March 26 Using a Comutational Intelligence Hybrid Aroach to Recognize the Faults of Variance hifts for a Manufacturing Process Yuehjen E.

More information

Approximate Dynamic Programming for Dynamic Capacity Allocation with Multiple Priority Levels

Approximate Dynamic Programming for Dynamic Capacity Allocation with Multiple Priority Levels Aroximate Dynamic Programming for Dynamic Caacity Allocation with Multile Priority Levels Alexander Erdelyi School of Oerations Research and Information Engineering, Cornell University, Ithaca, NY 14853,

More information

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data Quality Technology & Quantitative Management Vol. 1, No.,. 51-65, 15 QTQM IAQM 15 Lower onfidence Bound for Process-Yield Index with Autocorrelated Process Data Fu-Kwun Wang * and Yeneneh Tamirat Deartment

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

arxiv: v2 [stat.me] 3 Nov 2014

arxiv: v2 [stat.me] 3 Nov 2014 onarametric Stein-tye Shrinkage Covariance Matrix Estimators in High-Dimensional Settings Anestis Touloumis Cancer Research UK Cambridge Institute University of Cambridge Cambridge CB2 0RE, U.K. Anestis.Touloumis@cruk.cam.ac.uk

More information

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Journal of Sound and Vibration (998) 22(5), 78 85 VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Acoustics and Dynamics Laboratory, Deartment of Mechanical Engineering, The

More information

Evaluating Process Capability Indices for some Quality Characteristics of a Manufacturing Process

Evaluating Process Capability Indices for some Quality Characteristics of a Manufacturing Process Journal of Statistical and Econometric Methods, vol., no.3, 013, 105-114 ISSN: 051-5057 (rint version), 051-5065(online) Scienress Ltd, 013 Evaluating Process aability Indices for some Quality haracteristics

More information

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling Scaling Multile Point Statistics or Non-Stationary Geostatistical Modeling Julián M. Ortiz, Steven Lyster and Clayton V. Deutsch Centre or Comutational Geostatistics Deartment o Civil & Environmental Engineering

More information

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S.

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S. -D Analysis for Iterative Learning Controller for Discrete-ime Systems With Variable Initial Conditions Yong FANG, and ommy W. S. Chow Abstract In this aer, an iterative learning controller alying to linear

More information

Research Article An iterative Algorithm for Hemicontractive Mappings in Banach Spaces

Research Article An iterative Algorithm for Hemicontractive Mappings in Banach Spaces Abstract and Alied Analysis Volume 2012, Article ID 264103, 11 ages doi:10.1155/2012/264103 Research Article An iterative Algorithm for Hemicontractive Maings in Banach Saces Youli Yu, 1 Zhitao Wu, 2 and

More information

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY

SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY SYMPLECTIC STRUCTURES: AT THE INTERFACE OF ANALYSIS, GEOMETRY, AND TOPOLOGY FEDERICA PASQUOTTO 1. Descrition of the roosed research 1.1. Introduction. Symlectic structures made their first aearance in

More information

Aspects in Classification Learning - Review of Recent Developments in Learning Vector Quantization

Aspects in Classification Learning - Review of Recent Developments in Learning Vector Quantization F O U N D A T I O N S O F C O M P U T I N G A N D D E C I S I O N S C I E N C E S Vol. 39 (2014) No. 2 DOI: 10.2478/fcds-2014-0006 ISSN 0867-6356 e-issn 2300-3405 Aspects in Classification Learning - Review

More information

ON THE NORM OF AN IDEMPOTENT SCHUR MULTIPLIER ON THE SCHATTEN CLASS

ON THE NORM OF AN IDEMPOTENT SCHUR MULTIPLIER ON THE SCHATTEN CLASS PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 00, Number 0, Pages 000 000 S 000-9939XX)0000-0 ON THE NORM OF AN IDEMPOTENT SCHUR MULTIPLIER ON THE SCHATTEN CLASS WILLIAM D. BANKS AND ASMA HARCHARRAS

More information

A New Perspective on Learning Linear Separators with Large L q L p Margins

A New Perspective on Learning Linear Separators with Large L q L p Margins A New Persective on Learning Linear Searators with Large L q L Margins Maria-Florina Balcan Georgia Institute of Technology Christoher Berlind Georgia Institute of Technology Abstract We give theoretical

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

Estimation of Separable Representations in Psychophysical Experiments

Estimation of Separable Representations in Psychophysical Experiments Estimation of Searable Reresentations in Psychohysical Exeriments Michele Bernasconi (mbernasconi@eco.uninsubria.it) Christine Choirat (cchoirat@eco.uninsubria.it) Raffaello Seri (rseri@eco.uninsubria.it)

More information

%(*)= E A i* eiujt > (!) 3=~N/2

%(*)= E A i* eiujt > (!) 3=~N/2 CHAPTER 58 Estimating Incident and Reflected Wave Fields Using an Arbitrary Number of Wave Gauges J.A. Zelt* A.M. ASCE and James E. Skjelbreia t A.M. ASCE 1 Abstract A method based on linear wave theory

More information

Bayesian System for Differential Cryptanalysis of DES

Bayesian System for Differential Cryptanalysis of DES Available online at www.sciencedirect.com ScienceDirect IERI Procedia 7 (014 ) 15 0 013 International Conference on Alied Comuting, Comuter Science, and Comuter Engineering Bayesian System for Differential

More information

HENSEL S LEMMA KEITH CONRAD

HENSEL S LEMMA KEITH CONRAD HENSEL S LEMMA KEITH CONRAD 1. Introduction In the -adic integers, congruences are aroximations: for a and b in Z, a b mod n is the same as a b 1/ n. Turning information modulo one ower of into similar

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Optimal array pattern synthesis with desired magnitude response

Optimal array pattern synthesis with desired magnitude response Otimal array attern synthesis with desired magnitude resonse A.M. Pasqual a, J.R. Arruda a and P. erzog b a Universidade Estadual de Caminas, Rua Mendeleiev, 00, Cidade Universitária Zeferino Vaz, 13083-970

More information

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS Proceedings of DETC 03 ASME 003 Design Engineering Technical Conferences and Comuters and Information in Engineering Conference Chicago, Illinois USA, Setember -6, 003 DETC003/DAC-48760 AN EFFICIENT ALGORITHM

More information

Regularization in Matrix Relevance Learning

Regularization in Matrix Relevance Learning Regularization in Matrix Relevance Learning Petra Schneider, Kerstin Bunte, Han Stiekema, Barbara Hammer, Thomas Villmann and Michael Biehl Abstract We present a regularization technique to extend recently

More information

Quantitative estimates of propagation of chaos for stochastic systems with W 1, kernels

Quantitative estimates of propagation of chaos for stochastic systems with W 1, kernels oname manuscrit o. will be inserted by the editor) Quantitative estimates of roagation of chaos for stochastic systems with W, kernels Pierre-Emmanuel Jabin Zhenfu Wang Received: date / Acceted: date Abstract

More information

A STUDY ON THE UTILIZATION OF COMPATIBILITY METRIC IN THE AHP: APPLYING TO SOFTWARE PROCESS ASSESSMENTS

A STUDY ON THE UTILIZATION OF COMPATIBILITY METRIC IN THE AHP: APPLYING TO SOFTWARE PROCESS ASSESSMENTS ISAHP 2005, Honolulu, Hawaii, July 8-10, 2003 A SUDY ON HE UILIZAION OF COMPAIBILIY MERIC IN HE AHP: APPLYING O SOFWARE PROCESS ASSESSMENS Min-Suk Yoon Yosu National University San 96-1 Dundeok-dong Yeosu

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL Mohammad Bozorg Deatment of Mechanical Engineering University of Yazd P. O. Box 89195-741 Yazd Iran Fax: +98-351-750110

More information

Divergence based Learning Vector Quantization

Divergence based Learning Vector Quantization Divergence based Learning Vector Quantization E. Mwebaze 1,2, P. Schneider 2, F.-M. Schleif 3, S. Haase 4, T. Villmann 4, M. Biehl 2 1 Faculty of Computing & IT, Makerere Univ., P.O. Box 7062, Kampala,

More information

Online homotopy algorithm for a generalization of the LASSO

Online homotopy algorithm for a generalization of the LASSO This article has been acceted for ublication in a future issue of this journal, but has not been fully edited. Content may change rior to final ublication. Online homotoy algorithm for a generalization

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem Alied Mathematical Sciences, Vol. 7, 03, no. 63, 3-3 HIKARI Ltd, www.m-hiari.com A Recursive Bloc Incomlete Factorization Preconditioner for Adative Filtering Problem Shazia Javed School of Mathematical

More information

Finite Mixture EFA in Mplus

Finite Mixture EFA in Mplus Finite Mixture EFA in Mlus November 16, 2007 In this document we describe the Mixture EFA model estimated in Mlus. Four tyes of deendent variables are ossible in this model: normally distributed, ordered

More information

Principles of Computed Tomography (CT)

Principles of Computed Tomography (CT) Page 298 Princiles of Comuted Tomograhy (CT) The theoretical foundation of CT dates back to Johann Radon, a mathematician from Vienna who derived a method in 1907 for rojecting a 2-D object along arallel

More information

Divergence based classification in Learning Vector Quantization

Divergence based classification in Learning Vector Quantization Divergence based classification in Learning Vector Quantization E. Mwebaze 1,2, P. Schneider 2,3, F.-M. Schleif 4, J.R. Aduwo 1, J.A. Quinn 1, S. Haase 5, T. Villmann 5, M. Biehl 2 1 Faculty of Computing

More information

A Note on Massless Quantum Free Scalar Fields. with Negative Energy Density

A Note on Massless Quantum Free Scalar Fields. with Negative Energy Density Adv. Studies Theor. Phys., Vol. 7, 13, no. 1, 549 554 HIKARI Ltd, www.m-hikari.com A Note on Massless Quantum Free Scalar Fields with Negative Energy Density M. A. Grado-Caffaro and M. Grado-Caffaro Scientific

More information

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity Bayesian Satially Varying Coefficient Models in the Presence of Collinearity David C. Wheeler 1, Catherine A. Calder 1 he Ohio State University 1 Abstract he belief that relationshis between exlanatory

More information

An Inverse Problem for Two Spectra of Complex Finite Jacobi Matrices

An Inverse Problem for Two Spectra of Complex Finite Jacobi Matrices Coyright 202 Tech Science Press CMES, vol.86, no.4,.30-39, 202 An Inverse Problem for Two Sectra of Comlex Finite Jacobi Matrices Gusein Sh. Guseinov Abstract: This aer deals with the inverse sectral roblem

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

Research of power plant parameter based on the Principal Component Analysis method

Research of power plant parameter based on the Principal Component Analysis method Research of ower lant arameter based on the Princial Comonent Analysis method Yang Yang *a, Di Zhang b a b School of Engineering, Bohai University, Liaoning Jinzhou, 3; Liaoning Datang international Jinzhou

More information

F. Augustin, P. Rentrop Technische Universität München, Centre for Mathematical Sciences

F. Augustin, P. Rentrop Technische Universität München, Centre for Mathematical Sciences NUMERICS OF THE VAN-DER-POL EQUATION WITH RANDOM PARAMETER F. Augustin, P. Rentro Technische Universität München, Centre for Mathematical Sciences Abstract. In this article, the roblem of long-term integration

More information

t 0 Xt sup X t p c p inf t 0

t 0 Xt sup X t p c p inf t 0 SHARP MAXIMAL L -ESTIMATES FOR MARTINGALES RODRIGO BAÑUELOS AND ADAM OSȨKOWSKI ABSTRACT. Let X be a suermartingale starting from 0 which has only nonnegative jums. For each 0 < < we determine the best

More information

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations Preconditioning techniques for Newton s method for the incomressible Navier Stokes equations H. C. ELMAN 1, D. LOGHIN 2 and A. J. WATHEN 3 1 Deartment of Comuter Science, University of Maryland, College

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

ε(ω,k) =1 ω = ω'+kv (5) ω'= e2 n 2 < 0, where f is the particle distribution function and v p f v p = 0 then f v = 0. For a real f (v) v ω (kv T

ε(ω,k) =1 ω = ω'+kv (5) ω'= e2 n 2 < 0, where f is the particle distribution function and v p f v p = 0 then f v = 0. For a real f (v) v ω (kv T High High Power Power Laser Laser Programme Programme Theory Theory and Comutation and Asects of electron acoustic wave hysics in laser backscatter N J Sircombe, T D Arber Deartment of Physics, University

More information

SIMULATION OF DIFFUSION PROCESSES IN LABYRINTHIC DOMAINS BY USING CELLULAR AUTOMATA

SIMULATION OF DIFFUSION PROCESSES IN LABYRINTHIC DOMAINS BY USING CELLULAR AUTOMATA SIMULATION OF DIFFUSION PROCESSES IN LABYRINTHIC DOMAINS BY USING CELLULAR AUTOMATA Udo Buschmann and Thorsten Rankel and Wolfgang Wiechert Deartment of Simulation University of Siegen Paul-Bonatz-Str.

More information

Topology Optimization of Three Dimensional Structures under Self-weight and Inertial Forces

Topology Optimization of Three Dimensional Structures under Self-weight and Inertial Forces 6 th World Congresses of Structural and Multidiscilinary Otimization Rio de Janeiro, 30 May - 03 June 2005, Brazil Toology Otimization of Three Dimensional Structures under Self-weight and Inertial Forces

More information

Machine Learning: Homework 4

Machine Learning: Homework 4 10-601 Machine Learning: Homework 4 Due 5.m. Monday, February 16, 2015 Instructions Late homework olicy: Homework is worth full credit if submitted before the due date, half credit during the next 48 hours,

More information

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Ketan N. Patel, Igor L. Markov and John P. Hayes University of Michigan, Ann Arbor 48109-2122 {knatel,imarkov,jhayes}@eecs.umich.edu

More information

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm Gabriel Noriega, José Restreo, Víctor Guzmán, Maribel Giménez and José Aller Universidad Simón Bolívar Valle de Sartenejas,

More information

Approximation of the Euclidean Distance by Chamfer Distances

Approximation of the Euclidean Distance by Chamfer Distances Acta Cybernetica 0 (0 399 47. Aroximation of the Euclidean Distance by Chamfer Distances András Hajdu, Lajos Hajdu, and Robert Tijdeman Abstract Chamfer distances lay an imortant role in the theory of

More information

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics Churilova Maria Saint-Petersburg State Polytechnical University Deartment of Alied Mathematics Technology of EHIS (staming) alied to roduction of automotive arts The roblem described in this reort originated

More information

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential Chem 467 Sulement to Lectures 33 Phase Equilibrium Chemical Potential Revisited We introduced the chemical otential as the conjugate variable to amount. Briefly reviewing, the total Gibbs energy of a system

More information

On split sample and randomized confidence intervals for binomial proportions

On split sample and randomized confidence intervals for binomial proportions On slit samle and randomized confidence intervals for binomial roortions Måns Thulin Deartment of Mathematics, Usala University arxiv:1402.6536v1 [stat.me] 26 Feb 2014 Abstract Slit samle methods have

More information

Numerical and experimental investigation on shot-peening induced deformation. Application to sheet metal forming.

Numerical and experimental investigation on shot-peening induced deformation. Application to sheet metal forming. Coyright JCPDS-International Centre for Diffraction Data 29 ISSN 197-2 511 Numerical and exerimental investigation on shot-eening induced deformation. Alication to sheet metal forming. Florent Cochennec

More information

Minimax Design of Nonnegative Finite Impulse Response Filters

Minimax Design of Nonnegative Finite Impulse Response Filters Minimax Design of Nonnegative Finite Imulse Resonse Filters Xiaoing Lai, Anke Xue Institute of Information and Control Hangzhou Dianzi University Hangzhou, 3118 China e-mail: laix@hdu.edu.cn; akxue@hdu.edu.cn

More information

Domain Dynamics in a Ferroelastic Epilayer on a Paraelastic Substrate

Domain Dynamics in a Ferroelastic Epilayer on a Paraelastic Substrate Y. F. Gao Z. Suo Mechanical and Aerosace Engineering Deartment and Princeton Materials Institute, Princeton University, Princeton, NJ 08544 Domain Dynamics in a Ferroelastic Eilayer on a Paraelastic Substrate

More information

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA Proceedings of the 2011 Winter Simulation Conference S. Jain, R. R. Creasey, J. Himmelsach, K. P. White, and M. Fu, eds. EFFICIENT RARE EVENT SIMULATION FOR HEAVY-TAILED SYSTEMS VIA CROSS ENTROPY Jose

More information

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition

Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition TNN-2007-P-0332.R1 1 Uncorrelated Multilinear Discriminant Analysis with Regularization and Aggregation for Tensor Object Recognition Haiing Lu, K.N. Plataniotis and A.N. Venetsanooulos The Edward S. Rogers

More information

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise Brad L. Miller Det. of Comuter Science University of Illinois at Urbana-Chamaign David E. Goldberg Det. of General Engineering University

More information

Multi-instance Support Vector Machine Based on Convex Combination

Multi-instance Support Vector Machine Based on Convex Combination The Eighth International Symosium on Oerations Research and Its Alications (ISORA 09) Zhangjiajie, China, Setember 20 22, 2009 Coyright 2009 ORSC & APORC,. 48 487 Multi-instance Suort Vector Machine Based

More information

SHAPE OPTOMIZATION OF H-BEAM FLANGE FOR MAXIMUM PLASTIC ENERGY DISSIPATION

SHAPE OPTOMIZATION OF H-BEAM FLANGE FOR MAXIMUM PLASTIC ENERGY DISSIPATION The Fourth China-Jaan-Korea Joint Symosium on Otimization of Structural and Mechanical Systems Kunming, Nov. 6-9, 2006, China SHAPE OPTOMIZATION OF H-BEAM FLANGE FOR MAXIMUM PLASTIC ENERGY DISSIPATION

More information

Inference for Empirical Wasserstein Distances on Finite Spaces: Supplementary Material

Inference for Empirical Wasserstein Distances on Finite Spaces: Supplementary Material Inference for Emirical Wasserstein Distances on Finite Saces: Sulementary Material Max Sommerfeld Axel Munk Keywords: otimal transort, Wasserstein distance, central limit theorem, directional Hadamard

More information

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction GOOD MODELS FOR CUBIC SURFACES ANDREAS-STEPHAN ELSENHANS Abstract. This article describes an algorithm for finding a model of a hyersurface with small coefficients. It is shown that the aroach works in

More information

GIVEN an input sequence x 0,..., x n 1 and the

GIVEN an input sequence x 0,..., x n 1 and the 1 Running Max/Min Filters using 1 + o(1) Comarisons er Samle Hao Yuan, Member, IEEE, and Mikhail J. Atallah, Fellow, IEEE Abstract A running max (or min) filter asks for the maximum or (minimum) elements

More information

NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS

NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS Tariq D. Aslam and John B. Bdzil Los Alamos National Laboratory Los Alamos, NM 87545 hone: 1-55-667-1367, fax: 1-55-667-6372

More information

In this appendix we show that the multidimensional Lyapunov exponents and

In this appendix we show that the multidimensional Lyapunov exponents and Aendix A6 Lyaunov exonents Man who says it cannot be done should not interrut man doing it. Sayings of Vattay Gábor In this aendix we show that the multidimensional Lyaunov exonents and relaxation exonents

More information

CFL Conditions for Runge-Kutta Discontinuous Galerkin Methods on Triangular Grids

CFL Conditions for Runge-Kutta Discontinuous Galerkin Methods on Triangular Grids CFL Conditions for Runge-Kutta Discontinuous Galerkin Methods on Triangular Grids T. Toulorge a,, W. Desmet a a K.U. Leuven, Det. of Mechanical Engineering, Celestijnenlaan 3, B-31 Heverlee, Belgium Abstract

More information