Hartmut Pohlheim. DaimlerChrysler AG, Research and Technology Alt-Moabit 96a, Berlin, Germany.

Size: px
Start display at page:

Download "Hartmut Pohlheim. DaimlerChrysler AG, Research and Technology Alt-Moabit 96a, Berlin, Germany."

Transcription

1 Multidimensional Scaling for Evolutionary Algorithms - Visualization of the Path through Search Space and Solution Space using SAMMON Mapping Hartmut Pohlheim DaimlerChrysler AG, Research and Technology Alt-Moabit 96a, 559 Berlin, Germany Hartmut.Pohlheim@DaimlerChrysler.com phone: fax: Picture This: How to see more than three dimensions category: visualization gem Old title of the gem: Evolutionary Multidimensional Scaling - Visualization of the Path through Search Space and Solution Space using SAMMON Mapping

2 Abstract Multidimensional scaling as a technique for the presentation of high-dimensional data with standard visualization techniques is presented. The technique used is often known as SAMMON mapping. In this paper we explain the mathematical foundations of multidimensional scaling and its robust calculation. We also demonstrate the use of this technique in the area of Evolutionary Algorithms. First, we present the visualization of the "path through the search space" of the best individuals during an optimization run. We then apply multidimensional scaling to the comparison of multiple runs regarding the variables of individuals and multi-criteria obective values ("path through the solution space"). Keywords: high-dimensional visualization, scaling, SAMMON mapping

3 Introduction It is difficult to visualize the behavior of optimization algorithms for problems of more than three dimensions. Here we present a technique for visualizing multidimensional data multidimensional scaling. This advanced technique is independent of the representation of the variables. The technique is applied to data produced by evolutionary algorithms - the visualization of variables of individuals from a population, and demonstrated for the visualization of multi-criteria obective values in multiobective optimization. This technique is especially useful for the comparison of high-dimensional data from different runs. Multidimensional Visualization Most of the commonly used techniques for visualization are limited to representing data depending on one or two variables. This is due to the limitation of human vision to three dimensions. A number of techniques exist to extend visualization beyond this limitation, such as the use of color for the fourth dimension and time as the fifth dimension. However these are not commonly used and require practice by users. For problems incorporating higher numbers of dimensions, a method for visualizing arbitrarily high dimensions must be used. In order to visualize multidimensional data, a method for transforming multidimensional data so that it has a lower number of dimensions is needed, preferably two or three. This transformation should provide a lower-dimensional picture where the dissimilarities between the data points of the multidimensional domain correspond with the dissimilarities of the lowerdimensional domain. These transformation methods are referred to as multidimensional scaling ([3], []). To measure the dissimilarity, the distance between pairs of data points is used. These distances can be genuine distances in the respective high-dimensional domain, for instance the Euclidean distance. If a genuine distance measure is not applicable, the dissimilarities can be defined by a substitute measure. The distances do not need to satisfy the triangle inequality (d ik d i + d k, d: distance between data points); thus the term dissimilarity is used. In [] examples of non-metric measures of categorical data are given (for instance, simple matching coefficient).. Calculation of low-dimensional representation In order to find a low-dimensional representation, y i, of a number of points in a high-dimensional domain, x i, the distance between all the points in their respective domains is calculated. p x, K, xn : data points in R i : distance between xi und x q y, K, yn : data points in R, p q di : distance between yi und y A configuration of low-dimensional image points, y i, is then looked for, in which the distances d i between image points are as close as possible to the corresponding original distances i. Since it is usually not possible to find a configuration for which d i i for all i and, a quality criterion,, for ranking different configurations, must be defined, see equations, and 3. In [4] three variants of the functions for evaluating the error during multidimensional scaling (sum of the square errors) are suggested (left column: quality criterion; right column: st derivation of the corresponding function): quality criterion derivation / gradient of quality criterion ee d ef ff i i < i < i < ( i i ) d i i < i < i ee y k y ( d ) k () k dk i k i< i d k k y y ff () k i k k dk ( d i i ) i ef i< d k k y (3) i k k dk Criterion ee in equation emphasizes the larger errors, irrespective of whether the distances i are large or small. Criterion ff in equation highlights the larger relative errors, irrespective of whether the value of the error is high or low. Criterion ef in equation 3 provides a sensible compromise between the first two criteria by emphasizing the largest product made up of errors and relative errors. An optimal configuration minimizes the criterion function. Since the derivations of the criteria can be calculated easily, see right-hand column of equations, and 3, one of the many known gradient procedures for determining an optimal configuration can be used.

4 . SAMMON mapping One of the best known methods for multidimensional scaling is SAMMON mapping [3]. SAMMON used the criterion in equation 3 and a steepest descent method (diagonal Newton method) for optimization. However, this search method is not very robust and diverges without any special interaction []. We also used the criterion in equation 3. It provides a good compromise by emphasizing large absolute and large relative errors at the same time. Thus, we refer to the multidimensional scaling method used as SAMMON mapping. However, we employed different optimization methods..3 Gradient search method We used two different methods for optimization. First, a standard optimization method included in MATLAB was employed (BFGS Quasi-Newton method with a mixed quadratic and cubic line search procedure - [7]). Later, a more robust search method was employed, the RPROP algorithm []. The RPROP algorithm uses only the changes in the sign of the gradient for step size control. RPROP is widely used in the field of neural networks. However, because of the local search the optimization often gets stuck in local optima. Thus, when using either of these methods, multiple runs must be performed using different initializations. For each run of the gradient search method a starting configuration must be provided. Different methods for the calculation of these starting configurations exist: The starting configuration for the gradient search can be chosen randomly. Any low-dimensional configuration of the high-dimensional data points is used directly (for instance x and x of all data points, then x 3 and x 4 and so on. The selection of the dimensions can be carried out randomly or according to any more or less systematic scheme). The main eigenvectors of the high-dimensional configuration (as many as there are dimensions in the low-dimensional configuration) are used. They can be calculated using a principal component analysis (available in MATLAB through the function svd singular value decomposition). The first option produced the slowest optimizations. The last option was the best when looking for quick optimizations. However, when using a principal component analysis for the initialization the optimization got stuck in local optima very often. This did not prove to be a robust initialization method. Thus, we used the second option for the initialization of the starting configuration. In the end it proved not only simple, but was also the most reliable initialization method. When running multiple optimizations for the low-dimensional data set we presented all the received mappings to the user on the screen. These results must be evaluated by the user by comparing the quality criterion ef (see equation ) and the corresponding graphics. A low value for the quality criterion and similar graphics pointed to the best mapping for the current data set. Both optimization algorithms (BFGS Quasi-Newton and RPROP) produced good results. The RPROP algorithm ran more slowly but produced slightly more consistent results. Thus, neither method had a clear advantage over the other. Because of its better availability in MATLAB we employed the BFGS Quasi-Newton method for all further experiments. A full implementation of the methods presented and the accompanying utilities in a MATLAB toolbox is available at []. 3 Visualization examples of multidimensional scaling How can multidimensional scaling be used for visualizing evolutionary algorithms? Its application is of interest when the interrelationship between a large number of high-dimensional data points is to be illustrated. The following examples provide a variety of such cases: Representation of several individuals of a population: individuals from one, several or all generations, the best individuals from several or all generations ( path of the best individual from each generation through the search space ), Representation of multi-criteria obective function values (obective values are often called fitness values, however, in evolutionary algorithms, fitness values have a different meaning): visualizing the multiple dimensions of the obective function ( path of the best individual from each generation through the solution space ). Comparison of several optimization runs: variables of the best individuals ( path through the search space ), obective function values of the best individuals ( path through the solution space ).

5 dimension Sammon Mapping: Sammon Mapping: best variables individuals of best (ROSENBROCK s individuals Chopper Funktion (Nr. ) 45) When the individuals of the population are visualized one can picture how the individuals are distributed within the search space, i.e. how the algorithm used surveys the search space. It also makes it possible to see whether the individuals are all in one area or if they are far apart from each other. The representation of multi-criteria obective function values allows us to evaluate them visually. For up to three dimensions this is directly possible with the methods already presented in various publications. Multidimensional scaling lends itself to cases in which there are four criteria and more. Several papers on the use of multidimensional scaling for the visualization of evolutionary algorithms have been published recently ([], [5], [4] and [5]). 3. Variables of the Best Individual from All Generations obective value ROSENBROCKs function For this demonstration we use ROSENBROCK s function (often called the banana function ). In figure a 3-D mesh plot of two dimensions and the corresponding obective values is shown. The curve-shaped (banana-shaped) valley can clearly be seen. To visualize the steepness 8 of the valley borders we bounded all obective values to a maximum of 6 (for visualization only). This graph gives a good impression of the 4 function s properties; but only for two dimensions. When we look at the results of an optimization run (over 3 genera tions), we can visualize the path through the search space of the best individual of every generation. Figure, left, shows a 3-D line plot of 4 the best individual from all generations optimizing ROSENBROCK s function in dimensions. It is not clear what the path through the search space really looks like. variable variable Using multidimensional scaling we can transform this -dimensional data set into a -dimensional data set. These low-dimensional data were visualized employing a -D point plot, figure, right. The label at Figure : Mesh plot of ROSENBROCK s function (obective values bounded to maximum of each point is the generation of the respective individual. We now get a ), contour plot added, minimum of funcmuch clearer picture. This plot clearly shows the curve-shaped charaction marked by dotted lines teristic of this function known from the 3-D mesh plots of two variables in figure. We are probably now able to see the curve-shaped form of this function in the -dimensional data set in figure, left, as well. But would we have recognized it without having seen the -D representation from the multidimensional scaling? Sammon Mapping: best individuals (ROSENBROCK s function ) variables of best individuals dimension value of variable noisnemid index of variable 3 4 generation dimension Figure : ROSENBROCK s function: variables of the best individuals of one optimization run; left: 3-D line plot of all dimensions, right: -D point plot of low-dimensional data set calculated using multidimensional scaling (dimension and are the weighted linear combinations identified by the multidimensional scaling)

6 3. Multiple Obective Values of the Best Individual from Every Generation The second example presents the multidimensional scaling of multi-criteria obective values. Here we employ a real-world example, the Chopper system. The obective function consisted of the simulation of up to nine different scenarios, where each scenario produced one obective value. The sum of all the separate obective values was used as the obective value for the evolutionary algorithm (for a full description of this system see [9]). It proved difficult to compare the course of two different runs. However, this problem was solved using multidimensional scaling. In order to calculate the multidimensional scaling of two optimizations, the respective data from both Chopper optimization runs were combined to form one data set. This combined data set was then used for the multidimensional scaling procedure. It is important to input all the data for a comparison at the beginning of multidimensional scaling otherwise a comparison between different runs is only seldom possible. Figure 3 shows the comparison of two optimization runs of the Chopper system. On the left hand side, one can see the best individuals from each generation (visualizing the path through the search space ), on the right, the visualization of the multicriteria obective values (visualizing the path through the solution space ). The label for each point consists of the run number followed by the generation number. The diagrams show that both runs start from the same area of the obective space or variable search space. However, during the run the obective values and the individuals both diverge to different areas, each along a line of their own. Without multidimensional scaling it would be very difficult to extract this information from the results. Sammon Mapping: comparison variables of best individuals Chopper (Nr. 54 and 55) Sammon Mapping: comparison best obective values Chopper (Nr. 54 and 55) 4 Figure 3: dimension 8 _6 _4 _3 _ dimension 5 _ 3 3 _4 _8 _4 _3 6 dimension _4 _6 _8 _4 3 _4 _6 _8 4 _3 dimension _ 3 _ Comparison of two optimization runs of the Chopper application using multidimensional scaling; left: multi-criteria variables of individuals ( path through the search space ), right: multi-criteria obective values ( path through the solution space ) _ 5 3 _ 5 By comparing different runs in this way, detailed information can be acquired about the path of the individuals through the search space or the relation of multi-criteria obective values ( path through the solution space ) to each other. Thus, multidimensional scaling establishes new possibilities for visualizing data, which the methods presented so far could not offer. 4 Concluding remarks This paper presented multidimensional scaling techniques for the visualization of data produced by evolutionary algorithms. The examples presented showed the advantage of this technique. Information which is not available or very difficult to extract using other techniques can be derived using multidimensional scaling. This technique opens up a field for new visualization techniques not only applicable to the domain of evolutionary algorithms. SAMMON mapping has the main advantage, that not only a straight -D proection or a principal component analysis is carried out. Instead, a low-dimensional configuration as similar as possible to the high-dimensional configuration is searched for. The quality criterion defines the error or dissimilarities between the configurations. Using gradient-based optimization methods configurations with a very small error can be searched for.

7 The technique has been used and proved informative (see [9]). An example implementation of all these and additional techniques can be found in [8] and []. Further examples of the use of multidimensional scaling for the visualization of the search space are demonstrated in [6]. References [] Bird,., Bullock, S., and Smith, T.: Beyond Fitness: Visualising Evolution. Workshop at Artificial Life VIII: The 8th International Conference on the Simulation and Synthesis of Living Systems, University of New South Wales, Sydney, NSW, Australia,. [] Collins, T. D.: Genotypic-Space Mapping: Population Visualization for Genetic Algorithms. Technical Report, KMI-TR-39, Knowledge Media Institute, The Open University, Milton Keynes, UK, 997. [3] Cox, T. F. and Cox, M. A. A.: Multidimensional Scaling. London: Chapman & Hall, 994. [4] Duda, R. O. and Hart, P. E.: Pattern Classification and Scene Analysis. New York: ohn Wiley & Sons, 973. [5] Dybowski, R., Collins, T. D. and Weller, P. D.: Visualization of Binary String Convergence by Sammon Mapping. In Fogel, D. B.: Evolutionary Programming V, Proceedings of the Fifth Annual Conference on Evolutionary Programming. Cambridge, Massachusetts: MIT Press, 996. [6] Gens, R. and Pohlheim. H.: Mehrkriterielle Entscheidungsfindung - Optimiertes PARETO-Ranking für MATLAB. Technischer Bericht,. (Multi-Criteria Ranking - Optimized PARETO-Ranking for MATLAB. in German, contains an extensive graphical description of often used multi-obective test function), [7] Mathworks, The: Matlab User Guide. Natick, Mass.: The Mathworks, Inc., [8] Pohlheim, H.: GEATbx - Genetic and Evolutionary Algorithm Toolbox for Matlab [9] Pohlheim, H.: Evolutionäre Algorithmen - Verfahren, Operatoren, Hinweise aus der Praxis. Berlin, Heidelberg: Springer-Verlag, [] Pohlheim, H.: Multi-dimensional Scaling by Sammon-Mapping MATLAB toolbox and examples [] Riedmiller, M. and Braun, H.: A direct adaptive method for faster backpropagation learning: The RPROP algorithm. in H. Ruspini (editor), Proceedings of the IEEE International Conference on Neural Networks (ICNN), pp , 993. [] Ripley, B. D.: Pattern Recognition and Neural Networks. Cambridge, GB: Cambridge University Press, 996. [3] Sammon,. W. r.: A Nonlinear Mapping for Data Structure Analysis. IEEE Transactions on Computers, vol. C-8, no. 5, pp. 4-49, 969. [4] Shine, W. and Eick, C.: Visualizing the evolution of genetic algorithm search processes. In The Proceedings of the 997 IEEE International Conference on Evolutionary Computation ICEC'97, pp , 997. [5] Spears; W.: An overview of multidimensional visualization techniques. Workshop on Evolutionary Computation Visualization at GECCO'99 - Genetic and Evolutionary Computation Conference, San Francisco, CA: Morgan Kaufmann, pp. 4-5, 999.

Visualization of Evolutionary Algorithms - Set of Standard Techniques and Multidimensional Visualization

Visualization of Evolutionary Algorithms - Set of Standard Techniques and Multidimensional Visualization Visualization of Evolutionary Algorithms - Set of Standard Techniques and Multidimensional Visualization Hartmut Pohlheim DaimlerChrysler AG, Research and Technology Alt-Moabit 9a, 9 Berlin, Germany hartmut.pohlheim@daimlerchrysler.com

More information

Constrained Optimization of the Stress Function for Multidimensional Scaling

Constrained Optimization of the Stress Function for Multidimensional Scaling Constrained Optimization of the Stress Function for Multidimensional Scaling Vydunas Saltenis Institute of Mathematics and Informatics Akademijos 4, LT-08663 Vilnius, Lithuania Saltenis@ktlmiilt Abstract

More information

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization 2017 2 nd International Electrical Engineering Conference (IEEC 2017) May. 19 th -20 th, 2017 at IEP Centre, Karachi, Pakistan Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic

More information

COMBINED METHOD TO VISUALISE AND REDUCE DIMENSIONALITY OF THE FINANCIAL DATA SETS

COMBINED METHOD TO VISUALISE AND REDUCE DIMENSIONALITY OF THE FINANCIAL DATA SETS COMBINED METHOD TO VISUALISE AND REDUCE DIMENSIONALITY OF THE FINANCIAL DATA SETS Toomas Kirt Supervisor: Leo Võhandu Tallinn Technical University Toomas.Kirt@mail.ee Abstract: Key words: For the visualisation

More information

APPLIED OPTIMIZATION WITH MATLAB PROGRAMMING

APPLIED OPTIMIZATION WITH MATLAB PROGRAMMING APPLIED OPTIMIZATION WITH MATLAB PROGRAMMING Second Edition P. Venkataraman Rochester Institute of Technology WILEY JOHN WILEY & SONS, INC. CONTENTS PREFACE xiii 1 Introduction 1 1.1. Optimization Fundamentals

More information

Leave-One-Out Support Vector Machines

Leave-One-Out Support Vector Machines Leave-One-Out Support Vector Machines Jason Weston Department of Computer Science Royal Holloway, University of London, Egham Hill, Egham, Surrey, TW20 OEX, UK. Abstract We present a new learning algorithm

More information

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search A JOB-SHOP SCHEDULING PROBLEM (JSSP) USING GENETIC ALGORITHM (GA) Mahanim Omar, Adam Baharum, Yahya Abu Hasan School of Mathematical Sciences, Universiti Sains Malaysia 11800 Penang, Malaysia Tel: (+)

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of GA and PSO over Economic Load Dispatch Problem Sakshi Rajpoot sakshirajpoot1988@gmail.com Dr. Sandeep Bhongade sandeepbhongade@rediffmail.com Abstract Economic Load dispatch problem

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

Reducing Fitness Evaluations Using Clustering Techniques and Neural Network Ensembles

Reducing Fitness Evaluations Using Clustering Techniques and Neural Network Ensembles Reducing Evaluations Using Clustering Techniques and Neural Network Ensembles Yaochu Jin and Bernhard Sendhoff Honda Research Institute Europe Carl-Legien-Str. 30 63073 Offenbach/Main, Germany yaochu.jin@honda-ri.de

More information

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION Manjeet Singh 1, Divesh Thareja 2 1 Department of Electrical and Electronics Engineering, Assistant Professor, HCTM Technical

More information

Two-Dimensional Fitting of Brightness Profiles in Galaxy Images with a Hybrid Algorithm

Two-Dimensional Fitting of Brightness Profiles in Galaxy Images with a Hybrid Algorithm Two-Dimensional Fitting of Brightness Profiles in Galaxy Images with a Hybrid Algorithm Juan Carlos Gomez, Olac Fuentes, and Ivanio Puerari Instituto Nacional de Astrofísica Óptica y Electrónica Luis Enrique

More information

Cluster Analysis. Mu-Chun Su. Department of Computer Science and Information Engineering National Central University 2003/3/11 1

Cluster Analysis. Mu-Chun Su. Department of Computer Science and Information Engineering National Central University 2003/3/11 1 Cluster Analysis Mu-Chun Su Department of Computer Science and Information Engineering National Central University 2003/3/11 1 Introduction Cluster analysis is the formal study of algorithms and methods

More information

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Oğuz Altun Department of Computer Engineering Yildiz Technical University Istanbul, Turkey oaltun@yildiz.edu.tr

More information

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng.

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng. Copyright 2002 IFAC 5th Triennial World Congress, Barcelona, Spain ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA Mark S. Voss a b and Xin Feng a Department of Civil and Environmental

More information

Optimal Design of a Parallel Beam System with Elastic Supports to Minimize Flexural Response to Harmonic Loading

Optimal Design of a Parallel Beam System with Elastic Supports to Minimize Flexural Response to Harmonic Loading 11 th World Congress on Structural and Multidisciplinary Optimisation 07 th -12 th, June 2015, Sydney Australia Optimal Design of a Parallel Beam System with Elastic Supports to Minimize Flexural Response

More information

Binary Representations of Integers and the Performance of Selectorecombinative Genetic Algorithms

Binary Representations of Integers and the Performance of Selectorecombinative Genetic Algorithms Binary Representations of Integers and the Performance of Selectorecombinative Genetic Algorithms Franz Rothlauf Department of Information Systems University of Bayreuth, Germany franz.rothlauf@uni-bayreuth.de

More information

Artificial Neural Network based Curve Prediction

Artificial Neural Network based Curve Prediction Artificial Neural Network based Curve Prediction LECTURE COURSE: AUSGEWÄHLTE OPTIMIERUNGSVERFAHREN FÜR INGENIEURE SUPERVISOR: PROF. CHRISTIAN HAFNER STUDENTS: ANTHONY HSIAO, MICHAEL BOESCH Abstract We

More information

Particle Swarm Optimization

Particle Swarm Optimization Dario Schor, M.Sc., EIT schor@ieee.org Space Systems Department Magellan Aerospace Winnipeg Winnipeg, Manitoba 1 of 34 Optimization Techniques Motivation Optimization: Where, min x F(x), subject to g(x)

More information

Time Complexity Analysis of the Genetic Algorithm Clustering Method

Time Complexity Analysis of the Genetic Algorithm Clustering Method Time Complexity Analysis of the Genetic Algorithm Clustering Method Z. M. NOPIAH, M. I. KHAIRIR, S. ABDULLAH, M. N. BAHARIN, and A. ARIFIN Department of Mechanical and Materials Engineering Universiti

More information

Three-Dimensional Computer Vision

Three-Dimensional Computer Vision \bshiaki Shirai Three-Dimensional Computer Vision With 313 Figures ' Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Table of Contents 1 Introduction 1 1.1 Three-Dimensional Computer Vision

More information

Optimization Using Particle Swarms with Near Neighbor Interactions

Optimization Using Particle Swarms with Near Neighbor Interactions Optimization Using Particle Swarms with Near Neighbor Interactions Kalyan Veeramachaneni, Thanmaya Peram, Chilukuri Mohan, and Lisa Ann Osadciw Department of Electrical Engineering and Computer Science

More information

Shape fitting and non convex data analysis

Shape fitting and non convex data analysis Shape fitting and non convex data analysis Petra Surynková, Zbyněk Šír Faculty of Mathematics and Physics, Charles University in Prague Sokolovská 83, 186 7 Praha 8, Czech Republic email: petra.surynkova@mff.cuni.cz,

More information

Using Decision Boundary to Analyze Classifiers

Using Decision Boundary to Analyze Classifiers Using Decision Boundary to Analyze Classifiers Zhiyong Yan Congfu Xu College of Computer Science, Zhejiang University, Hangzhou, China yanzhiyong@zju.edu.cn Abstract In this paper we propose to use decision

More information

Cluster Analysis and Visualization. Workshop on Statistics and Machine Learning 2004/2/6

Cluster Analysis and Visualization. Workshop on Statistics and Machine Learning 2004/2/6 Cluster Analysis and Visualization Workshop on Statistics and Machine Learning 2004/2/6 Outlines Introduction Stages in Clustering Clustering Analysis and Visualization One/two-dimensional Data Histogram,

More information

PATTERN CLASSIFICATION AND SCENE ANALYSIS

PATTERN CLASSIFICATION AND SCENE ANALYSIS PATTERN CLASSIFICATION AND SCENE ANALYSIS RICHARD O. DUDA PETER E. HART Stanford Research Institute, Menlo Park, California A WILEY-INTERSCIENCE PUBLICATION JOHN WILEY & SONS New York Chichester Brisbane

More information

Data-Driven Modeling. Scientific Computation J. NATHAN KUTZ OXPORD. Methods for Complex Systems & Big Data

Data-Driven Modeling. Scientific Computation J. NATHAN KUTZ OXPORD. Methods for Complex Systems & Big Data Data-Driven Modeling & Scientific Computation Methods for Complex Systems & Big Data J. NATHAN KUTZ Department ofapplied Mathematics University of Washington OXPORD UNIVERSITY PRESS Contents Prolegomenon

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

User Activity Recognition Based on Kalman Filtering Approach

User Activity Recognition Based on Kalman Filtering Approach User Activity Recognition Based on Kalman Filtering Approach EEC 592, Prosthesis Design and Control Final Project Report Gholamreza Khademi khademi.gh@gmail.com December 2, 214 Abstract Different control

More information

A Classifier with the Function-based Decision Tree

A Classifier with the Function-based Decision Tree A Classifier with the Function-based Decision Tree Been-Chian Chien and Jung-Yi Lin Institute of Information Engineering I-Shou University, Kaohsiung 84008, Taiwan, R.O.C E-mail: cbc@isu.edu.tw, m893310m@isu.edu.tw

More information

Radial Basis Function Neural Network Classifier

Radial Basis Function Neural Network Classifier Recognition of Unconstrained Handwritten Numerals by a Radial Basis Function Neural Network Classifier Hwang, Young-Sup and Bang, Sung-Yang Department of Computer Science & Engineering Pohang University

More information

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM

GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM Journal of Al-Nahrain University Vol.10(2), December, 2007, pp.172-177 Science GENETIC ALGORITHM VERSUS PARTICLE SWARM OPTIMIZATION IN N-QUEEN PROBLEM * Azhar W. Hammad, ** Dr. Ban N. Thannoon Al-Nahrain

More information

arxiv: v1 [cs.cv] 2 May 2016

arxiv: v1 [cs.cv] 2 May 2016 16-811 Math Fundamentals for Robotics Comparison of Optimization Methods in Optical Flow Estimation Final Report, Fall 2015 arxiv:1605.00572v1 [cs.cv] 2 May 2016 Contents Noranart Vesdapunt Master of Computer

More information

Pareto Front Genetic Programming Parameter Selection Based on Design of Experiments and Industrial Data

Pareto Front Genetic Programming Parameter Selection Based on Design of Experiments and Industrial Data Pareto Front Genetic Programming Parameter Selection Based on Design of Experiments and Industrial Data Flor Castillo The Dow Chemical Company 230 N Brazosport Blvd, B27 Freeport, TX 7754 facastillo@dow.com

More information

PARALLELIZATION OF THE NELDER-MEAD SIMPLEX ALGORITHM

PARALLELIZATION OF THE NELDER-MEAD SIMPLEX ALGORITHM PARALLELIZATION OF THE NELDER-MEAD SIMPLEX ALGORITHM Scott Wu Montgomery Blair High School Silver Spring, Maryland Paul Kienzle Center for Neutron Research, National Institute of Standards and Technology

More information

Introduction to Design Optimization: Search Methods

Introduction to Design Optimization: Search Methods Introduction to Design Optimization: Search Methods 1-D Optimization The Search We don t know the curve. Given α, we can calculate f(α). By inspecting some points, we try to find the approximated shape

More information

ORT EP R RCH A ESE R P A IDI! " #$$% &' (# $!"

ORT EP R RCH A ESE R P A IDI!  #$$% &' (# $! R E S E A R C H R E P O R T IDIAP A Parallel Mixture of SVMs for Very Large Scale Problems Ronan Collobert a b Yoshua Bengio b IDIAP RR 01-12 April 26, 2002 Samy Bengio a published in Neural Computation,

More information

FUZZY KERNEL K-MEDOIDS ALGORITHM FOR MULTICLASS MULTIDIMENSIONAL DATA CLASSIFICATION

FUZZY KERNEL K-MEDOIDS ALGORITHM FOR MULTICLASS MULTIDIMENSIONAL DATA CLASSIFICATION FUZZY KERNEL K-MEDOIDS ALGORITHM FOR MULTICLASS MULTIDIMENSIONAL DATA CLASSIFICATION 1 ZUHERMAN RUSTAM, 2 AINI SURI TALITA 1 Senior Lecturer, Department of Mathematics, Faculty of Mathematics and Natural

More information

Modern Methods of Data Analysis - WS 07/08

Modern Methods of Data Analysis - WS 07/08 Modern Methods of Data Analysis Lecture XV (04.02.08) Contents: Function Minimization (see E. Lohrmann & V. Blobel) Optimization Problem Set of n independent variables Sometimes in addition some constraints

More information

Introduction to Design Optimization: Search Methods

Introduction to Design Optimization: Search Methods Introduction to Design Optimization: Search Methods 1-D Optimization The Search We don t know the curve. Given α, we can calculate f(α). By inspecting some points, we try to find the approximated shape

More information

Center for Automation and Autonomous Complex Systems. Computer Science Department, Tulane University. New Orleans, LA June 5, 1991.

Center for Automation and Autonomous Complex Systems. Computer Science Department, Tulane University. New Orleans, LA June 5, 1991. Two-phase Backpropagation George M. Georgiou Cris Koutsougeras Center for Automation and Autonomous Complex Systems Computer Science Department, Tulane University New Orleans, LA 70118 June 5, 1991 Abstract

More information

Adaptive Filtering using Steepest Descent and LMS Algorithm

Adaptive Filtering using Steepest Descent and LMS Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 4 October 2015 ISSN (online): 2349-784X Adaptive Filtering using Steepest Descent and LMS Algorithm Akash Sawant Mukesh

More information

Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation

Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation Recognizing Handwritten Digits Using the LLE Algorithm with Back Propagation Lori Cillo, Attebury Honors Program Dr. Rajan Alex, Mentor West Texas A&M University Canyon, Texas 1 ABSTRACT. This work is

More information

A NEW METHODOLOGY FOR EMERGENT SYSTEM IDENTIFICATION USING PARTICLE SWARM OPTIMIZATION (PSO) AND THE GROUP METHOD OF DATA HANDLING (GMDH)

A NEW METHODOLOGY FOR EMERGENT SYSTEM IDENTIFICATION USING PARTICLE SWARM OPTIMIZATION (PSO) AND THE GROUP METHOD OF DATA HANDLING (GMDH) A NEW METHODOLOGY FOR EMERGENT SYSTEM IDENTIFICATION USING PARTICLE SWARM OPTIMIZATION (PSO) AND THE GROUP METHOD OF DATA HANDLING (GMDH) Mark S. Voss Dept. of Civil and Environmental Engineering Marquette

More information

A New Improved Hybridized K-MEANS Clustering Algorithm with Improved PCA Optimized with PSO for High Dimensional Data Set

A New Improved Hybridized K-MEANS Clustering Algorithm with Improved PCA Optimized with PSO for High Dimensional Data Set International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-2, Issue-2, May 2012 A New Improved Hybridized K-MEANS Clustering Algorithm with Improved PCA Optimized with PSO

More information

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques N.N.Poddar 1, D. Kaur 2 1 Electrical Engineering and Computer Science, University of Toledo, Toledo, OH, USA 2

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

More information

Evolutionary Optimization of Neural Networks for Face Detection

Evolutionary Optimization of Neural Networks for Face Detection Evolutionary Optimization of Neural Networks for Face Detection Stefan Wiegand Christian Igel Uwe Handmann Institut für Neuroinformatik, Ruhr-Universität Bochum, 44780 Bochum, Germany Viisage Technology

More information

Louis Fourrier Fabien Gaie Thomas Rolf

Louis Fourrier Fabien Gaie Thomas Rolf CS 229 Stay Alert! The Ford Challenge Louis Fourrier Fabien Gaie Thomas Rolf Louis Fourrier Fabien Gaie Thomas Rolf 1. Problem description a. Goal Our final project is a recent Kaggle competition submitted

More information

Hybrid PSO-SA algorithm for training a Neural Network for Classification

Hybrid PSO-SA algorithm for training a Neural Network for Classification Hybrid PSO-SA algorithm for training a Neural Network for Classification Sriram G. Sanjeevi 1, A. Naga Nikhila 2,Thaseem Khan 3 and G. Sumathi 4 1 Associate Professor, Dept. of CSE, National Institute

More information

Small-scale objects extraction in digital images

Small-scale objects extraction in digital images 102 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'15 Small-scale objects extraction in digital images V. Volkov 1,2 S. Bobylev 1 1 Radioengineering Dept., The Bonch-Bruevich State Telecommunications

More information

Nuclear Research Reactors Accidents Diagnosis Using Genetic Algorithm/Artificial Neural Networks

Nuclear Research Reactors Accidents Diagnosis Using Genetic Algorithm/Artificial Neural Networks Nuclear Research Reactors Accidents Diagnosis Using Genetic Algorithm/Artificial Neural Networks Abdelfattah A. Ahmed**, Nwal A. Alfishawy*, Mohamed A. Albrdini* and Imbaby I. Mahmoud** * Dept of Comp.

More information

Image Coding with Active Appearance Models

Image Coding with Active Appearance Models Image Coding with Active Appearance Models Simon Baker, Iain Matthews, and Jeff Schneider CMU-RI-TR-03-13 The Robotics Institute Carnegie Mellon University Abstract Image coding is the task of representing

More information

Today. Golden section, discussion of error Newton s method. Newton s method, steepest descent, conjugate gradient

Today. Golden section, discussion of error Newton s method. Newton s method, steepest descent, conjugate gradient Optimization Last time Root finding: definition, motivation Algorithms: Bisection, false position, secant, Newton-Raphson Convergence & tradeoffs Example applications of Newton s method Root finding in

More information

Multi-objective optimization using Trigonometric mutation multi-objective differential evolution algorithm

Multi-objective optimization using Trigonometric mutation multi-objective differential evolution algorithm Multi-objective optimization using Trigonometric mutation multi-objective differential evolution algorithm Ashish M Gujarathi a, Ankita Lohumi, Mansi Mishra, Digvijay Sharma, B. V. Babu b* a Lecturer,

More information

OMBP: Optic Modified BackPropagation training algorithm for fast convergence of Feedforward Neural Network

OMBP: Optic Modified BackPropagation training algorithm for fast convergence of Feedforward Neural Network 2011 International Conference on Telecommunication Technology and Applications Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore OMBP: Optic Modified BackPropagation training algorithm for fast

More information

Efficient Tuning of SVM Hyperparameters Using Radius/Margin Bound and Iterative Algorithms

Efficient Tuning of SVM Hyperparameters Using Radius/Margin Bound and Iterative Algorithms IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 13, NO. 5, SEPTEMBER 2002 1225 Efficient Tuning of SVM Hyperparameters Using Radius/Margin Bound and Iterative Algorithms S. Sathiya Keerthi Abstract This paper

More information

A Comparative Study of Frequency-domain Finite Element Updating Approaches Using Different Optimization Procedures

A Comparative Study of Frequency-domain Finite Element Updating Approaches Using Different Optimization Procedures A Comparative Study of Frequency-domain Finite Element Updating Approaches Using Different Optimization Procedures Xinjun DONG 1, Yang WANG 1* 1 School of Civil and Environmental Engineering, Georgia Institute

More information

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization

Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Three-Dimensional Off-Line Path Planning for Unmanned Aerial Vehicle Using Modified Particle Swarm Optimization Lana Dalawr Jalal Abstract This paper addresses the problem of offline path planning for

More information

An algorithmic method to extend TOPSIS for decision-making problems with interval data

An algorithmic method to extend TOPSIS for decision-making problems with interval data Applied Mathematics and Computation 175 (2006) 1375 1384 www.elsevier.com/locate/amc An algorithmic method to extend TOPSIS for decision-making problems with interval data G.R. Jahanshahloo, F. Hosseinzadeh

More information

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization M. Shahab Alam, M. Usman Rafique, and M. Umer Khan Abstract Motion planning is a key element of robotics since it empowers

More information

Santa Fe Trail Problem Solution Using Grammatical Evolution

Santa Fe Trail Problem Solution Using Grammatical Evolution 2012 International Conference on Industrial and Intelligent Information (ICIII 2012) IPCSIT vol.31 (2012) (2012) IACSIT Press, Singapore Santa Fe Trail Problem Solution Using Grammatical Evolution Hideyuki

More information

A New Crossover Technique for Cartesian Genetic Programming

A New Crossover Technique for Cartesian Genetic Programming A New Crossover Technique for Cartesian Genetic Programming Genetic Programming Track Janet Clegg Intelligent Systems Group, Department of Electronics University of York, Heslington York, YO DD, UK jc@ohm.york.ac.uk

More information

Classifier C-Net. 2D Projected Images of 3D Objects. 2D Projected Images of 3D Objects. Model I. Model II

Classifier C-Net. 2D Projected Images of 3D Objects. 2D Projected Images of 3D Objects. Model I. Model II Advances in Neural Information Processing Systems 7. (99) The MIT Press, Cambridge, MA. pp.949-96 Unsupervised Classication of 3D Objects from D Views Satoshi Suzuki Hiroshi Ando ATR Human Information

More information

MATLAB Based Optimization Techniques and Parallel Computing

MATLAB Based Optimization Techniques and Parallel Computing MATLAB Based Optimization Techniques and Parallel Computing Bratislava June 4, 2009 2009 The MathWorks, Inc. Jörg-M. Sautter Application Engineer The MathWorks Agenda Introduction Local and Smooth Optimization

More information

Clustering K-means. Machine Learning CSEP546 Carlos Guestrin University of Washington February 18, Carlos Guestrin

Clustering K-means. Machine Learning CSEP546 Carlos Guestrin University of Washington February 18, Carlos Guestrin Clustering K-means Machine Learning CSEP546 Carlos Guestrin University of Washington February 18, 2014 Carlos Guestrin 2005-2014 1 Clustering images Set of Images [Goldberger et al.] Carlos Guestrin 2005-2014

More information

Visualizing Multi-Dimensional Functions in Economics

Visualizing Multi-Dimensional Functions in Economics Visualizing Multi-Dimensional Functions in Economics William L. Goffe Dept. of Economics and International Business University of Southern Mississippi Hattiesburg, MS 3946 Bill.Goffe@usm.edu June, 1999

More information

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS 8.1 Introduction The recognition systems developed so far were for simple characters comprising of consonants and vowels. But there is one

More information

Laboratory exercise. Laboratory experiment OPT-1 Nonlinear Optimization

Laboratory exercise. Laboratory experiment OPT-1 Nonlinear Optimization Fachgebiet Simulation und Optimale Prozesse Fakultät für Informatik und Automatisierung Institut für Automatisierungsund Systemtechnik Laboratory exercise Laboratory experiment OPT-1 Nonlinear Optimization

More information

A Genetic Approach for Solving Minimum Routing Cost Spanning Tree Problem

A Genetic Approach for Solving Minimum Routing Cost Spanning Tree Problem A Genetic Approach for Solving Minimum Routing Cost Spanning Tree Problem Quoc Phan Tan Abstract Minimum Routing Cost Spanning Tree (MRCT) is one of spanning tree optimization problems having several applications

More information

A technique for constructing monotonic regression splines to enable non-linear transformation of GIS rasters

A technique for constructing monotonic regression splines to enable non-linear transformation of GIS rasters 18 th World IMACS / MODSIM Congress, Cairns, Australia 13-17 July 2009 http://mssanz.org.au/modsim09 A technique for constructing monotonic regression splines to enable non-linear transformation of GIS

More information

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE

IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE IMPROVING THE PARTICLE SWARM OPTIMIZATION ALGORITHM USING THE SIMPLEX METHOD AT LATE STAGE Fang Wang, and Yuhui Qiu Intelligent Software and Software Engineering Laboratory, Southwest-China Normal University,

More information

Searching Image Databases Containing Trademarks

Searching Image Databases Containing Trademarks Searching Image Databases Containing Trademarks Sujeewa Alwis and Jim Austin Department of Computer Science University of York York, YO10 5DD, UK email: sujeewa@cs.york.ac.uk and austin@cs.york.ac.uk October

More information

MULTIOBJECTIVE OPTIMIZATION? DO IT WITH SCILAB

MULTIOBJECTIVE OPTIMIZATION? DO IT WITH SCILAB powered by MULTIOBJECTIVE OPTIMIZATION? DO IT WITH SCILAB Authors: Silvia Poles Keywords. Multiobjective optimization; Scilab Abstract: One of the Openeering team goal is to support optimization in companies

More information

Multi-Objective Optimization Using Genetic Algorithms

Multi-Objective Optimization Using Genetic Algorithms Multi-Objective Optimization Using Genetic Algorithms Mikhail Gaerlan Computational Physics PH 4433 December 8, 2015 1 Optimization Optimization is a general term for a type of numerical problem that involves

More information

RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata

RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata Ahmad Pahlavan Tafti Mohammad V. Malakooti Department of Computer Engineering IAU, UAE Branch

More information

Theoretical Concepts of Machine Learning

Theoretical Concepts of Machine Learning Theoretical Concepts of Machine Learning Part 2 Institute of Bioinformatics Johannes Kepler University, Linz, Austria Outline 1 Introduction 2 Generalization Error 3 Maximum Likelihood 4 Noise Models 5

More information

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

An Asynchronous Implementation of the Limited Memory CMA-ES

An Asynchronous Implementation of the Limited Memory CMA-ES An Asynchronous Implementation of the Limited Memory CMA-ES Viktor Arkhipov, Maxim Buzdalov, Anatoly Shalyto ITMO University 49 Kronverkskiy prosp. Saint-Petersburg, Russia, 197101 Email: {arkhipov, buzdalov}@rain.ifmo.ru,

More information

Automata Construct with Genetic Algorithm

Automata Construct with Genetic Algorithm Automata Construct with Genetic Algorithm Vít Fábera Department of Informatics and Telecommunication, Faculty of Transportation Sciences, Czech Technical University, Konviktská 2, Praha, Czech Republic,

More information

Linear Discriminant Functions: Gradient Descent and Perceptron Convergence

Linear Discriminant Functions: Gradient Descent and Perceptron Convergence Linear Discriminant Functions: Gradient Descent and Perceptron Convergence The Two-Category Linearly Separable Case (5.4) Minimizing the Perceptron Criterion Function (5.5) Role of Linear Discriminant

More information

This leads to our algorithm which is outlined in Section III, along with a tabular summary of it's performance on several benchmarks. The last section

This leads to our algorithm which is outlined in Section III, along with a tabular summary of it's performance on several benchmarks. The last section An Algorithm for Incremental Construction of Feedforward Networks of Threshold Units with Real Valued Inputs Dhananjay S. Phatak Electrical Engineering Department State University of New York, Binghamton,

More information

Training Algorithms for Robust Face Recognition using a Template-matching Approach

Training Algorithms for Robust Face Recognition using a Template-matching Approach Training Algorithms for Robust Face Recognition using a Template-matching Approach Xiaoyan Mu, Mehmet Artiklar, Metin Artiklar, and Mohamad H. Hassoun Department of Electrical and Computer Engineering

More information

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM

CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 20 CHAPTER 2 CONVENTIONAL AND NON-CONVENTIONAL TECHNIQUES TO SOLVE ORPD PROBLEM 2.1 CLASSIFICATION OF CONVENTIONAL TECHNIQUES Classical optimization methods can be classified into two distinct groups:

More information

Dimension Reduction CS534

Dimension Reduction CS534 Dimension Reduction CS534 Why dimension reduction? High dimensionality large number of features E.g., documents represented by thousands of words, millions of bigrams Images represented by thousands of

More information

Robust Kernel Methods in Clustering and Dimensionality Reduction Problems

Robust Kernel Methods in Clustering and Dimensionality Reduction Problems Robust Kernel Methods in Clustering and Dimensionality Reduction Problems Jian Guo, Debadyuti Roy, Jing Wang University of Michigan, Department of Statistics Introduction In this report we propose robust

More information

OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES

OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES OPTIMIZATION, OPTIMAL DESIGN AND DE NOVO PROGRAMMING: DISCUSSION NOTES MILAN ZELENY Introduction Fordham University, New York, USA mzeleny@fordham.edu Many older texts, with titles like Globally Optimal

More information

HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS

HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS HYBRID GENETIC ALGORITHM WITH GREAT DELUGE TO SOLVE CONSTRAINED OPTIMIZATION PROBLEMS NABEEL AL-MILLI Financial and Business Administration and Computer Science Department Zarqa University College Al-Balqa'

More information

Using Genetic Algorithms to Solve the Box Stacking Problem

Using Genetic Algorithms to Solve the Box Stacking Problem Using Genetic Algorithms to Solve the Box Stacking Problem Jenniffer Estrada, Kris Lee, Ryan Edgar October 7th, 2010 Abstract The box stacking or strip stacking problem is exceedingly difficult to solve

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

Metamodeling. Modern optimization methods 1

Metamodeling. Modern optimization methods 1 Metamodeling Most modern area of optimization research For computationally demanding objective functions as well as constraint functions Main idea is that real functions are not convex but are in some

More information

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani Neural Networks CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Biological and artificial neural networks Feed-forward neural networks Single layer

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

Polyhedron Evolver Evolution of 3D Shapes with Evolvica

Polyhedron Evolver Evolution of 3D Shapes with Evolvica Polyhedron Evolver Evolution of 3D Shapes with Evolvica Christian J. Jacob and Aamer Nazir Department of Computer Science, University of Calgary 2500 University Drive N.W., Calgary, T2N 1N4, CANADA jacob@cpsc.ucalgary.ca

More information

^ Springer. Computational Intelligence. A Methodological Introduction. Rudolf Kruse Christian Borgelt. Matthias Steinbrecher Pascal Held

^ Springer. Computational Intelligence. A Methodological Introduction. Rudolf Kruse Christian Borgelt. Matthias Steinbrecher Pascal Held Rudolf Kruse Christian Borgelt Frank Klawonn Christian Moewes Matthias Steinbrecher Pascal Held Computational Intelligence A Methodological Introduction ^ Springer Contents 1 Introduction 1 1.1 Intelligent

More information

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER A.Shabbir 1, 2 and G.Verdoolaege 1, 3 1 Department of Applied Physics, Ghent University, B-9000 Ghent, Belgium 2 Max Planck Institute

More information

Model-Based Segmentation of Impression Marks

Model-Based Segmentation of Impression Marks Model-Based Segmentation of Impression Marks Christoph Brein Institut für Mess- und Regelungstechnik, Universität Karlsruhe (TH), D-76128 Karlsruhe, Germany ABSTRACT Impression marks are commonly found

More information

Self-similarity Based Editing of 3D Surface Textures

Self-similarity Based Editing of 3D Surface Textures J. Dong et al.: Self-similarity based editing of 3D surface textures. In Texture 2005: Proceedings of the 4th International Workshop on Texture Analysis and Synthesis, pp. 71 76, 2005. Self-similarity

More information

Input and Structure Selection for k-nn Approximator

Input and Structure Selection for k-nn Approximator Input and Structure Selection for k- Approximator Antti Soramaa ima Reyhani and Amaury Lendasse eural etwork Research Centre Helsinki University of Technology P.O. Box 5400 005 spoo Finland {asorama nreyhani

More information