An Optimization of Granular Network by Evolutionary Methods

Size: px
Start display at page:

Download "An Optimization of Granular Network by Evolutionary Methods"

Transcription

1 An Optimization of Granlar Networ by Evoltionary Methods YUN-HEE HAN, KEUN-CHANG KWAK* Dept. of Control, Instrmentation, and Robot Engineering Chosn University 375 Seos-dong, Dong-g, Gwangj, Soth Korea Abstract: - In this paper, we present an optimization method of GN (Granlar Networ) based on evoltionary methods sch as PSO (Particle Swarm optimization) and GA (Genetic Algorithm). The GN is constrcted by lingistic model sing CFCM (Contet-based Fzzy C-Means) clstering algorithm while forming a nified conceptal and compting platform of granlar compting. This networ performs relationship between fzzy sets defined in the inpt and otpt space while bilding information granles, and accomplishes ser-centric system. Here, the nmber of clster obtained in each contet and fzzification factor are optimized by PSO and GA. Finally, we compare and analyze the predication performance between the presented networs and other models for coaglant dosing process in a water prification plant. Key-Words: - granlar networ, information granles, contet-based fzzy c-means, particle swarm optimization, genetic algorithm Introdction Granlar compting forms a nified conceptal and compting platform. Yet, it directly benefits form the already eisting and well-established concepts of information granles formed in set theory, fzzy sets, rogh sets and others []. For forming notional and calclative platform of GC (Granlar Compting) related with lingistic model sing fzzy clstering directly, we develop a design methodology of GN (Granlar Networ) [2-3]. This networ indicates relationship among fzzy congregating forming from inpt and otpt space and epressing information granles. The lingistic contet forming this relationship is admitted by a developer of the system, and information granles are constrcted by sing CFCM (Contet-based Fzzy c-means) clstering [4]. However, this networ is difficlt to find the nmber of clster generated by each contet and fzzification factor related to fzzy clstering. Therefore, we perform the optimization of GN sing GA (Genetic algorithm) or PSO (Particle Swarm optimization) which is one of evoltionary comptation methods respectively and compare these performances. GA encodes each point a parameter space into a binary bit string called a chromosome, and each point is associated with a fitness vale that is sally eqal to the objective fnction evalated at the point. [6-8]. PSO is based on social behavior of bird flocing or fish schooling [9-3]. These evoltionary methods have featres that se parallel processing and objective fnction for solving problem. Finally, we demonstrate the speriority and effectiveness of predication performance for coaglant dosing process in a water prification plant. 2 Granlar Networ (GN) In this section, we describe the concept of GN based on lingistic model introdced by Pedrycz [2]. The GN belongs to a category of fzzy modeling sing directly basic idea of fzzy clstering [3]. This clstering techniqe bilds information granles in the form of fzzy sets and develops clsters by preserving the homogeneity of the clstered patterns associated with the inpt and otpt space [4-5]. The nmerical formla of this membership matri U of clstering is compted as follows i = f c j= c c i j 2 ( m ) where m [, ] is a fzzification factor. Here the vale of f prodced the membership degree between 0 and. The f = T( d ) represents a level of involvement of the th data in the assmed contet (fzzy set) of the otpt space. Fzzy set in otpt space is defined by T : D [0,]. This is a niverse of discorse of otpt variable. For this reason, we modify the reqirements of the membership matri as follows () ISSN: ISBN:

2 c N U ( f ) = i [ 0,] i = f and 0< i < N i (2) i= = The lingistic contets to obtain f are generated throgh a series of trianglar membership fnctions along the domain of an otpt variable and a /2 overlap between sccessive fzzy sets. These contets are atomatically prodced by probabilistic distribtion of the otpt space. The center of clster generated from each contet is epressed as follows i = N = m i N = m i Fig. shows the architectre of GN. The premise parameter consists of the clster centers obtained throgh CFCM clstering. The conseqent parameter is composed of lingistic contets prodced in otpt space. The networ otpt Y is compted by fzzy nmber as follows = W t zt (3) Y (4) The ncertainty throgh a bondary vale of pper bond and lower bond can be epressed as follows lower bond : pper bond : i c t y y p = zt wt + t= p + = zt wt+ + t= z w w 0 0 w 3 Optimization by evoltionary methods 3. Optimization by PSO PSO method is one of wide category of swarm intelligence methods for solving the optimization problems. PSO algorithm proposed by Kennedy is performed by social behavior of bird flocing or fish schooling [9]. The character of PSO easily can handle fitness fnction for solving comple problems. Frthermore, it can control relationship between global and local search. Here, each particle adjsts information of location with eperience of them and neighborhood. It can form the answer of optimm in shortly time. As the velocity of particle movement of PSO is only demanded, it is easy to be embodiment and brevity of a theory [9-3]. Basic element of PSO is simply as follows Particle: individal belonged swarm. Swarm: a set of particles. Pbest: particle had located information of optimm. Gbest: particle had located information of optimm in Pbest. Velocity: an operator of PSO, velocity of movement in particles. The velocity is compted as follows v ( t+ ) = w( t) v ( t) + c r ( pbest ( t) ( t)) + c r ( gbest ( t) ( )) (5) 2 2 t where (t) is position of dimension of particle j at time t. w is inertia weight factor. v ( t ) is velocity of particle j at time t. c and c 2 are cognitive and social acceleration factors respectively. r and r2 are random nmbers niformly distribted in the range(0,), pbest ( t ) is best position fond by particle j. gbest ( t ) is best position fond by the whole swarm. ti tc p pi pc z t w t w p z p Contet-based Contets centers Y Fig. Architectre of granlar networ The optimization stage sing PSO algorithm is as follows [Step ] Set the initial parameters of PSO: the size of swarm (30), the nmber of ma iteration (30), a dimension (46), recognition (2), sociality (2), the range of velocity of movement [ v ma, v ma ], the range of clster ( 2< c i 9 ), the range of fzzification Coefficient (.5< m 3). [Step 2] Compte the otpt vales of GN. [Step 3] Compte the fitness fnction from each particle. Here, we se RMSE (Root Mean Sqare Error) ISSN: ISBN:

3 between the networ otpt and actal otpt on training data and test data. F= Q trnrmse + Q chrmse (6) [Step 4] Adjst scaling by F= F min(f) to maintain the positive vales. [Step 5] Compte the localization information of particle as follows ( t) = v ( t) + ( t ) (7) [Step 6] If it satisfied with condition of a conclsion, stop search process, otherwise go to the step3. [Step 3] Compte the fitness fnction from each particle. Here, we se RMSE between the networ otpt and actal otpt on training data and test data. [Step 4] Select two individals from the poplation with probabilities proportional to their fitness vales. [Step 5] Adjst scaling by F= F min(f) to maintain the positive vales. [Step 6] Perform crossover with a probability eqal to the crossover rate. [Step 7] Perform mtation with a probability eqal to the mtation rate. [Step 8] If generation reaches maimm iteration cont, stop search process, otherwise go to the Step 3. The comptational flow chart by GA in the design of GN is shown in Fig. 3. The comptational flow chart by PSO in the design of GN is shown in Fig. 2. Fig. 2 Flow chart by PSO in the design of GN 3.2 Optimization by GA GA has been sed for optimizing the parameters of control system that are comple and difficlt to solve by conventional optimization methods. The GA belongs to a class of poplation-based stochastic search algorithm that is inspired from principles of natral evoltion [6-8]. The optimization stage sing GA algorithm is as follows [Step ] Set the initial parameters of GA: the maimm nmber of generations (30), poplation size (30), probability of crossover (0.97), probability of mtation (0.0), the range of clster ( 2< c i 9 ), the range of fzzification coefficient (.5< m 3). [Step 2] Compte the otpt vales of GN Fig. 3 Flow chart by GA in the design of GN 4 Eperimental Reslts The goal of this comprehensive eperimentation is to demonstrate how the GA and PSO contribte effectively to the optimization design of the GN, respectively. In this eperiment, we apply the proposed GA-based lingistic model and PSO-based GN to coaglant dosing process in a water prification plant, respectively. The field test data of this process to be modeled is obtaeined at the Amsa water prification plant, Seol, Korea, having a water prification capacity of,320,000 ton/day. We se the sccessive 346 samples among jar-test data for one year. The inpt consists of for variables, inclding the trbidity of raw water, temperatre, ph, and alalinity. The otpt variable is PAC (Poli-Alminm Chloride) widely sed as a coaglant. In order to evalate the resltant model, we ISSN: ISBN:

4 divide the data sets into training and checing data sets. Here we choose 73 training sets for model constrction, while the remaining data sets are sed for model validation. To se GA and PSO to find the optimized parameters, we first confine the search domain sch as the nmber of clster from 2 to 9 each contet and fzzification factor from.5 to 3, respectively. We sed 8-bit binary coding for each variable. In the case of PSO, each swarm contains 30 particles. Also, we linearly sed inertia weight factor redced from 0.9 to 0.4. Each generation in GA implementation contains 30 individals. Frthermore, we sed a simple one-point crossover scheme with the crossover rate eqal to 0.97 and niform mtation with the mtation rate eqal to 0.0. We also apply elitism to eep the best two individals across generations. Fig. 4 shows the lingistic contet obtained from otpt variable when the nmber of contet is 8. The fleible contets are prodced by histogram, probability density fnction, and conditional density fnction in order. Fig. 5 Variation of fitness vales by generation of PSO and GA, respectively (a) Fig. 4 Generation of lingistic contets Fig. 5 show the best vales of the objective fnction of both GA and PSO. Since we sed elitism to eep the best two individals at each generation, the best crve is monotonically increasing with respect to generation nmbers. Fig. 6 (a) visalizes the clsters estimated in each contet after performing PSO. Here we finally obtained the best parameters (the nmber of clster: c = [ ], fzzification factor: m =.872) when the nmber of lingistic contet is 9. Fig. 6 (b) visalizes the clsters estimated in each contet after performing GA. Here we finally obtained the best parameters (the nmber of clster: c = [ ], fzzification factor: m =.80) when the nmber of lingistic contet is 8. (b) Fig. 6 Clsters generated by each contet (a)pso (b) GA Fig. 7 shows the performance comparison between the desired and model otpt for training data and checing data, respectively. As shown in Fig. 7, it is obvios that the proposed methods have a good prediction performance. Table lists the comparison reslts of RMSE of training and checing data, respectively. As listed in Table, the reslts obtained by the proposed method yielded better performance than the previos approaches. ISSN: ISBN:

5 two approaches (PSO and GA) is demonstrated throgh remarable generalization and approimation capability. In confronting real-world compting problems, it is advantageos to se several compting techniqes as performed in this paper synergistically rather than eclsively, reslting in constrction of complementary hybrid intelligent system. Acnowledgment (a) This research was financially spported by the MEST (Ministry of Edcation, Science Technology) and KIAT (Korea Institte for the Advancement of Technology) throgh the hman resorce training project for regional innovation. (b) Fig. 7 Approimation and generation capability (a) PSO (b) GA Table Performance comparison of RMSE RMSE RMSE (training) (checing ) Linear regression Neral networs The proposed method RBFN[4] Conclsion GA PSO We have proposed the optimized granlar networ based on the fndamental concept of information granles being regarded as semantically meaningfl conceptal entities that are crcial to the overall framewor of ser-centric modeling. Based on the eperiments for simlation eamples, the effectiveness of the proposed References: [] W. Pedrycz, A. Sowron, and V. Kreinovich, Handboo of Granlar Compting, John Wiley & Sons, 2008 [2] W. Pedrycz and A. V. Vasilaos, Lingistic models and lingistic modeling, IEEE Trans. on Systems, Man, and Cybernetics-Part C, Vol.29, No.6, 999, pp [3] W. Pedrycz and K. C. Kwa, Lingistic models as framewor of ser-centric system modeling, IEEE Trans. on Systems, Man, and Cybernetics-Part A, Vol.36, No.4, 2006, pp [4] W. Pedrycz, Conditional fzzy c-means, Pattern Recognition Letters, Vol.7, 996, pp [5] W. Pedrycz and K. C. Kwa, The development of incremental models, IEEE Trans. on Fzzy Systems, Vol.5, No.3, 2007, pp [6] D. E. Goldberg, Genetic Algorithms in Search, Optimization and Machine Learning, Addison-Wesley, Reading, MA, 989 [7] S. K. Oh, W. Pedrycz, and H. S. Par, Genetically optimized fzzy polynomial neral networs, IEEE Trans. on Fzzy Systems, Vol.4, No., 2006, pp [8] W. Pedrycz and M. Reformat, Genetically optimized logic models, Fzzy Sets and Systems, Vol.50, 2005, pp [9] J. Kennedy and R. Eberhart, Particle swarm optimization, IEEE Int. Conf. Neral Networs, Vol. Ⅳ, 995, pp [0] M. A. Abido, Optimal design of power system stabilizers sing particle swarm optimization, IEEE Trans, Energy Conversion, Vol.7, No.3, 2002, pp ISSN: ISBN:

6 [] K. F. Parsopolos, On the comptation of all global minimizes throgh particle swarm optimization, IEEE Trans. Evoltionary Comptation, Vol.8, No.3, 2004, pp [2] J. Kennedy, The particle swarm: Social adaptation of nowledge, IEEE Int. Conf. Evoltionary Comptation, 997, pp [3] S. Panda, N. P. Padhy, Comparison of particle swarm optimization and genetic algorithm for TCSC-based controller design, International Jornal of Compter Science and Engineering, Vol., No., 2007, pp [4] W. Pedrycz, Conditional fzzy clstering in the design of radial basis fnction neral networs, IEEE Tans. on Neral Networs, Vol.9, No.4, 999, pp ISSN: ISBN:

Factors Influencing Performance of Firefly and Particle Swarm Optimization Algorithms

Factors Influencing Performance of Firefly and Particle Swarm Optimization Algorithms Factors Inflencing Performance of Firefly and Particle Swarm Optimization Algorithms Damanjeet Kar, UIET, Panjab University, Chandigarh Abstract In this paper, two natre inspired meta heristic approaches

More information

PARAMETER OPTIMIZATION FOR TAKAGI-SUGENO FUZZY MODELS LESSONS LEARNT

PARAMETER OPTIMIZATION FOR TAKAGI-SUGENO FUZZY MODELS LESSONS LEARNT PAAMETE OPTIMIZATION FO TAKAGI-SUGENO FUZZY MODELS LESSONS LEANT Manfred Männle Inst. for Compter Design and Falt Tolerance Univ. of Karlsrhe, 768 Karlsrhe, Germany maennle@compter.org Brokat Technologies

More information

Method to build an initial adaptive Neuro-Fuzzy controller for joints control of a legged robot

Method to build an initial adaptive Neuro-Fuzzy controller for joints control of a legged robot Method to bild an initial adaptive Nero-Fzzy controller for joints control of a legged robot J-C Habmremyi, P. ool and Y. Badoin Royal Military Academy-Free University of Brssels 08 Hobbema str, box:mrm,

More information

Bias of Higher Order Predictive Interpolation for Sub-pixel Registration

Bias of Higher Order Predictive Interpolation for Sub-pixel Registration Bias of Higher Order Predictive Interpolation for Sb-pixel Registration Donald G Bailey Institte of Information Sciences and Technology Massey University Palmerston North, New Zealand D.G.Bailey@massey.ac.nz

More information

Advance Fuzzy Programming Approach to Bi-Level Quadratic Fractional Programming Problems by Genetic Algorithm

Advance Fuzzy Programming Approach to Bi-Level Quadratic Fractional Programming Problems by Genetic Algorithm American International Jornal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 38-349, ISSN (Online): 38-3580, ISSN (CD-ROM): 38-369

More information

Multi-lingual Multi-media Information Retrieval System

Multi-lingual Multi-media Information Retrieval System Mlti-lingal Mlti-media Information Retrieval System Shoji Mizobchi, Sankon Lee, Fmihiko Kawano, Tsyoshi Kobayashi, Takahiro Komats Gradate School of Engineering, University of Tokshima 2-1 Minamijosanjima,

More information

Image Compression Compression Fundamentals

Image Compression Compression Fundamentals Compression Fndamentals Data compression refers to the process of redcing the amont of data reqired to represent given qantity of information. Note that data and information are not the same. Data refers

More information

Appearance Based Tracking with Background Subtraction

Appearance Based Tracking with Background Subtraction The 8th International Conference on Compter Science & Edcation (ICCSE 213) April 26-28, 213. Colombo, Sri Lanka SD1.4 Appearance Based Tracking with Backgrond Sbtraction Dileepa Joseph Jayamanne Electronic

More information

REDUCED-REFERENCE ASSESSMENT OF PERCEIVED QUALITY BY EXPLOITING COLOR INFORMATION

REDUCED-REFERENCE ASSESSMENT OF PERCEIVED QUALITY BY EXPLOITING COLOR INFORMATION REDUCED-REFERENCE ASSESSMENT OF PERCEIVED QUALITY BY EXPLOITING COLOR INFORMATION Jdith Redi, Paolo Gastaldo, Rodolfo Znino, and Ingrid Heyndericx (+) University of Genoa, DIBE, Via Opera Pia a - 645 Genova

More information

Blended Deformable Models

Blended Deformable Models Blended Deformable Models (In IEEE Trans. Pattern Analysis and Machine Intelligence, April 996, 8:4, pp. 443-448) Doglas DeCarlo and Dimitri Metaxas Department of Compter & Information Science University

More information

Real-time mean-shift based tracker for thermal vision systems

Real-time mean-shift based tracker for thermal vision systems 9 th International Conference on Qantitative InfraRed Thermography Jly -5, 008, Krakow - Poland Real-time mean-shift based tracker for thermal vision systems G. Bieszczad* T. Sosnowski** * Military University

More information

The effectiveness of PIES comparing to FEM and BEM for 3D elasticity problems

The effectiveness of PIES comparing to FEM and BEM for 3D elasticity problems The effectiveness of PIES comparing to FEM and BEM for 3D elasticit problems A. Boltc, E. Zienik, K. Sersen Faclt of Mathematics and Compter Science, Universit of Bialstok, Sosnowa 64, 15-887 Bialstok,

More information

Switched state-feedback controllers with multi-estimators for MIMO systems

Switched state-feedback controllers with multi-estimators for MIMO systems Proceedings of the th WEA Int Conf on COMPUTATIONAL INTELLIGENCE MAN-MACHINE YTEM AND CYBERNETIC Venice Ital November - 6 89 witched state-feedback controllers with mlti-estimators for MIMO sstems LIBOR

More information

Application of Gaussian Curvature Method in Development of Hull Plate Surface

Application of Gaussian Curvature Method in Development of Hull Plate Surface Marine Engineering Frontiers (MEF) Volme 2, 204 Application of Gassian Crvatre Method in Development of Hll Plate Srface Xili Zh, Yjn Li 2 Dept. of Infor., Dalian Univ., Dalian 6622, China 2 Dept. of Naval

More information

p-norm MINIMIZATION OVER INTERSECTIONS OF CONVEX SETS İlker Bayram

p-norm MINIMIZATION OVER INTERSECTIONS OF CONVEX SETS İlker Bayram p-norm MINIMIZATION OVER INTERSECTIONS OF CONVEX SETS İlker Bayram Istanbl Technical University, Department of Electronics and Telecommnications Engineering, Istanbl, Trkey ABSTRACT We consider the imization

More information

A Hybrid Weight-Based Clustering Algorithm for Wireless Sensor Networks

A Hybrid Weight-Based Clustering Algorithm for Wireless Sensor Networks Open Access Library Jornal A Hybrid Weight-Based Clstering Algorithm for Wireless Sensor Networks Cheikh Sidy Mohamed Cisse, Cheikh Sarr * Faclty of Science and Technology, University of Thies, Thies,

More information

A sufficient condition for spiral cone beam long object imaging via backprojection

A sufficient condition for spiral cone beam long object imaging via backprojection A sfficient condition for spiral cone beam long object imaging via backprojection K. C. Tam Siemens Corporate Research, Inc., Princeton, NJ, USA Abstract The response of a point object in cone beam spiral

More information

PROGRAM LICENSE AGREEMENT LIMITED WARRANTY... 4 Trademarks Contents Preface... 11

PROGRAM LICENSE AGREEMENT LIMITED WARRANTY... 4 Trademarks Contents Preface... 11 . Contents PROGRAM LICENSE AGREEMENT... LIMITED WARRANTY... 4 Trademarks... 6. Contents... 8 Preface... 2. Overview... 3 2. Jst one other important thing... 3 2.2 Abot the ser manal... 4 2.3 Manal System

More information

Picking and Curves Week 6

Picking and Curves Week 6 CS 48/68 INTERACTIVE COMPUTER GRAPHICS Picking and Crves Week 6 David Breen Department of Compter Science Drexel University Based on material from Ed Angel, University of New Mexico Objectives Picking

More information

Hardware-Accelerated Free-Form Deformation

Hardware-Accelerated Free-Form Deformation Hardware-Accelerated Free-Form Deformation Clint Cha and Ulrich Nemann Compter Science Department Integrated Media Systems Center University of Sothern California Abstract Hardware-acceleration for geometric

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

STABILITY OF SIMULTANEOUS RECURRENT NEURAL NETWORK DYNAMICS FOR STATIC OPTIMIZATION

STABILITY OF SIMULTANEOUS RECURRENT NEURAL NETWORK DYNAMICS FOR STATIC OPTIMIZATION STABILITY OF SIMULTANEOUS RECURRENT NEURAL NETWOR DYNAMICS FOR STATIC OPTIMIZATION Grsel Serpen and Yifeng X Electrical Engineering and Compter Science Department, The University of Toledo, Toledo, OH

More information

SZ-1.4: Significantly Improving Lossy Compression for Scientific Data Sets Based on Multidimensional Prediction and Error- Controlled Quantization

SZ-1.4: Significantly Improving Lossy Compression for Scientific Data Sets Based on Multidimensional Prediction and Error- Controlled Quantization SZ-1.4: Significantly Improving Lossy Compression for Scientific Data Sets Based on Mltidimensional Prediction and Error- Controlled Qantization Dingwen Tao (University of California, Riverside) Sheng

More information

Continuity Smooth Path Planning Using Cubic Polynomial Interpolation with Membership Function

Continuity Smooth Path Planning Using Cubic Polynomial Interpolation with Membership Function J Electr Eng Technol Vol., No.?: 74-?, 5 http://dx.doi.org/.537/jeet.5..?.74 ISSN(Print) 975- ISSN(Online) 93-743 Continity Smooth Path Planning Using Cbic Polomial Interpolation with Membership Fnction

More information

3-D SURFACE ROUGHNESS PROFILE OF 316-STAINLESS STEEL USING VERTICAL SCANNING INTERFEROMETRY WITH A SUPERLUMINESCENT DIODE

3-D SURFACE ROUGHNESS PROFILE OF 316-STAINLESS STEEL USING VERTICAL SCANNING INTERFEROMETRY WITH A SUPERLUMINESCENT DIODE IMEKO 1 TC3, TC5 and TC Conferences Metrology in Modern Context November 5, 1, Pattaya, Chonbri, Thailand 3-D SURFACE ROUGHNESS PROFILE OF 316-STAINLESS STEEL USING VERTICAL SCANNING INTERFEROMETRY WITH

More information

Neighbourhood Searches for the Bounded Diameter Minimum Spanning Tree Problem Embedded in a VNS, EA, and ACO

Neighbourhood Searches for the Bounded Diameter Minimum Spanning Tree Problem Embedded in a VNS, EA, and ACO Neighborhood Searches for the Bonded Diameter Minimm Spanning Tree Problem Embedded in a VNS, EA, and ACO Martin Grber Institte for Compter Graphics and Algorithms, Vienna University of Technology, Favoritenstraße

More information

Today s Lecture. Software Architecture. Lecture 27: Introduction to Software Architecture. Introduction and Background of

Today s Lecture. Software Architecture. Lecture 27: Introduction to Software Architecture. Introduction and Background of Today s Lectre Lectre 27: Introdction to Software Architectre Kenneth M. Anderson Fondations of Software Engineering CSCI 5828 - Spring Semester, 1999 Introdction and Backgrond of Software Architectre

More information

Towards Understanding Bilevel Multi-objective Optimization with Deterministic Lower Level Decisions

Towards Understanding Bilevel Multi-objective Optimization with Deterministic Lower Level Decisions Towards Understanding Bilevel Mlti-objective Optimization with Deterministic Lower Level Decisions Ankr Sinha Ankr.Sinha@aalto.fi Department of Information and Service Economy, Aalto University School

More information

Fast Obstacle Detection using Flow/Depth Constraint

Fast Obstacle Detection using Flow/Depth Constraint Fast Obstacle etection sing Flow/epth Constraint S. Heinrich aimlerchrylser AG P.O.Box 2360, -89013 Ulm, Germany Stefan.Heinrich@aimlerChrysler.com Abstract The early recognition of potentially harmfl

More information

The extra single-cycle adders

The extra single-cycle adders lticycle Datapath As an added bons, we can eliminate some of the etra hardware from the single-cycle path. We will restrict orselves to sing each fnctional nit once per cycle, jst like before. Bt since

More information

On the Computational Complexity and Effectiveness of N-hub Shortest-Path Routing

On the Computational Complexity and Effectiveness of N-hub Shortest-Path Routing 1 On the Comptational Complexity and Effectiveness of N-hb Shortest-Path Roting Reven Cohen Gabi Nakibli Dept. of Compter Sciences Technion Israel Abstract In this paper we stdy the comptational complexity

More information

Uncertainty Determination for Dimensional Measurements with Computed Tomography

Uncertainty Determination for Dimensional Measurements with Computed Tomography Uncertainty Determination for Dimensional Measrements with Compted Tomography Kim Kiekens 1,, Tan Ye 1,, Frank Welkenhyzen, Jean-Pierre Krth, Wim Dewlf 1, 1 Grop T even University College, KU even Association

More information

Evaluating Influence Diagrams

Evaluating Influence Diagrams Evalating Inflence Diagrams Where we ve been and where we re going Mark Crowley Department of Compter Science University of British Colmbia crowley@cs.bc.ca Agst 31, 2004 Abstract In this paper we will

More information

Maximal Cliques in Unit Disk Graphs: Polynomial Approximation

Maximal Cliques in Unit Disk Graphs: Polynomial Approximation Maximal Cliqes in Unit Disk Graphs: Polynomial Approximation Rajarshi Gpta, Jean Walrand, Oliier Goldschmidt 2 Department of Electrical Engineering and Compter Science Uniersity of California, Berkeley,

More information

Sketch-Based Aesthetic Product Form Exploration from Existing Images Using Piecewise Clothoid Curves

Sketch-Based Aesthetic Product Form Exploration from Existing Images Using Piecewise Clothoid Curves Sketch-Based Aesthetic Prodct Form Exploration from Existing Images Using Piecewise Clothoid Crves Günay Orbay, Mehmet Ersin Yümer, Levent Brak Kara* Mechanical Engineering Department Carnegie Mellon University

More information

Curves and Surfaces. CS 537 Interactive Computer Graphics Prof. David E. Breen Department of Computer Science

Curves and Surfaces. CS 537 Interactive Computer Graphics Prof. David E. Breen Department of Computer Science Crves and Srfaces CS 57 Interactive Compter Graphics Prof. David E. Breen Department of Compter Science E. Angel and D. Shreiner: Interactive Compter Graphics 6E Addison-Wesley 22 Objectives Introdce types

More information

IDENTIFICATION OF THE AEROELASTIC MODEL OF A LARGE TRANSPORT CIVIL AIRCRAFT FOR CONTROL LAW DESIGN AND VALIDATION

IDENTIFICATION OF THE AEROELASTIC MODEL OF A LARGE TRANSPORT CIVIL AIRCRAFT FOR CONTROL LAW DESIGN AND VALIDATION ICAS 2 CONGRESS IDENTIFICATION OF THE AEROELASTIC MODEL OF A LARGE TRANSPORT CIVIL AIRCRAFT FOR CONTROL LAW DESIGN AND VALIDATION Christophe Le Garrec, Marc Hmbert, Michel Lacabanne Aérospatiale Matra

More information

IMPLEMENTATION OF OBJECT ORIENTED APPROACH TO MODIFIED ANT ALGORITHM FOR TASK SCHEDULING IN GRID COMPUTING

IMPLEMENTATION OF OBJECT ORIENTED APPROACH TO MODIFIED ANT ALGORITHM FOR TASK SCHEDULING IN GRID COMPUTING International Jornal of Modern Engineering Research (IJMER) www.imer.com Vol.1, Isse1, pp-134-139 ISSN: 2249-6645 IMPLEMENTATION OF OBJECT ORIENTED APPROACH TO MODIFIED ANT ALGORITHM FOR TASK SCHEDULING

More information

REPLICATION IN BANDWIDTH-SYMMETRIC BITTORRENT NETWORKS. M. Meulpolder, D.H.J. Epema, H.J. Sips

REPLICATION IN BANDWIDTH-SYMMETRIC BITTORRENT NETWORKS. M. Meulpolder, D.H.J. Epema, H.J. Sips REPLICATION IN BANDWIDTH-SYMMETRIC BITTORRENT NETWORKS M. Melpolder, D.H.J. Epema, H.J. Sips Parallel and Distribted Systems Grop Department of Compter Science, Delft University of Technology, the Netherlands

More information

Computing the weights of criteria with interval-valued fuzzy sets for MCDM problems Chen-Tung Chen 1, Kuan-Hung Lin 2, Hui-Ling Cheng 3

Computing the weights of criteria with interval-valued fuzzy sets for MCDM problems Chen-Tung Chen 1, Kuan-Hung Lin 2, Hui-Ling Cheng 3 Compting the weights of criteria with interval-valed fzzy sets for MCDM problems Chen-ng Chen Kan-Hng in 2 Hi-ing Cheng 3 Department of Information Management National nited niversity aiwan 2 Specialist

More information

Master for Co-Simulation Using FMI

Master for Co-Simulation Using FMI Master for Co-Simlation Using FMI Jens Bastian Christoph Claß Ssann Wolf Peter Schneider Franhofer Institte for Integrated Circits IIS / Design Atomation Division EAS Zenerstraße 38, 69 Dresden, Germany

More information

COMPOSITION OF STABLE SET POLYHEDRA

COMPOSITION OF STABLE SET POLYHEDRA COMPOSITION OF STABLE SET POLYHEDRA Benjamin McClosky and Illya V. Hicks Department of Comptational and Applied Mathematics Rice University November 30, 2007 Abstract Barahona and Mahjob fond a defining

More information

Tdb: A Source-level Debugger for Dynamically Translated Programs

Tdb: A Source-level Debugger for Dynamically Translated Programs Tdb: A Sorce-level Debgger for Dynamically Translated Programs Naveen Kmar, Brce R. Childers, and Mary Lo Soffa Department of Compter Science University of Pittsbrgh Pittsbrgh, Pennsylvania 15260 {naveen,

More information

FINITE ELEMENT APPROXIMATION OF CONVECTION DIFFUSION PROBLEMS USING GRADED MESHES

FINITE ELEMENT APPROXIMATION OF CONVECTION DIFFUSION PROBLEMS USING GRADED MESHES FINITE ELEMENT APPROXIMATION OF CONVECTION DIFFUSION PROBLEMS USING GRADED MESHES RICARDO G. DURÁN AND ARIEL L. LOMBARDI Abstract. We consider the nmerical approximation of a model convection-diffsion

More information

Video Denoising using Transform Domain Method

Video Denoising using Transform Domain Method Video Denoising sing Transform Domain Method Lina Desale 1, Prof. S. B. Borse 1 E&TC Dept, LGNSCOE, Nashik E&TC Dept, LGNSCOE, Nashik Abstract Utmost prevailing practical digital video denoising techniqes

More information

Sparse online self-organizing maps for large relational data

Sparse online self-organizing maps for large relational data Sparse online self-organizing maps for large relational data Madalina Oltean, Nathalie Villa-Vialaneix To cite this version: Madalina Oltean, Nathalie Villa-Vialaneix. Sparse online self-organizing maps

More information

Fault Tolerance in Hypercubes

Fault Tolerance in Hypercubes Falt Tolerance in Hypercbes Shobana Balakrishnan, Füsn Özgüner, and Baback A. Izadi Department of Electrical Engineering, The Ohio State University, Colmbs, OH 40, USA Abstract: This paper describes different

More information

MR Brain Image Segmentation Using Spatial Fuzzy C- Means Clustering Algorithm. تجزئه صور الرنين المغناطيسي باستخدام المنطق المضبب (sfcm)

MR Brain Image Segmentation Using Spatial Fuzzy C- Means Clustering Algorithm. تجزئه صور الرنين المغناطيسي باستخدام المنطق المضبب (sfcm) MR Brain Image Segmentation Using Spatial Fzzy C- Means Clstering Algorithm Dr. Safa Sod Mahdi Medical Engineering Department Engineering Collage- Nahrain University email: dr_safaisod@yahoo.com Reem Shakir

More information

POWER-OF-2 BOUNDARIES

POWER-OF-2 BOUNDARIES Warren.3.fm Page 5 Monday, Jne 17, 5:6 PM CHAPTER 3 POWER-OF- BOUNDARIES 3 1 Ronding Up/Down to a Mltiple of a Known Power of Ronding an nsigned integer down to, for eample, the net smaller mltiple of

More information

A RECOGNITION METHOD FOR AIRPLANE TARGETS USING 3D POINT CLOUD DATA

A RECOGNITION METHOD FOR AIRPLANE TARGETS USING 3D POINT CLOUD DATA A RECOGNITION METHOD FOR AIRPLANE TARGETS USING 3D POINT CLOUD DATA Mei Zho*, Ling-li Tang, Chan-rong Li, Zhi Peng, Jing-mei Li Academy of Opto-Electronics, Chinese Academy of Sciences, No.9, Dengzhang

More information

Congestion-adaptive Data Collection with Accuracy Guarantee in Cyber-Physical Systems

Congestion-adaptive Data Collection with Accuracy Guarantee in Cyber-Physical Systems Congestion-adaptive Data Collection with Accracy Garantee in Cyber-Physical Systems Nematollah Iri, Lei Y, Haiying Shen, Gregori Calfield Department of Electrical and Compter Engineering, Clemson University,

More information

Spam detection system: a new approach based on interval type-2 fuzzy sets

Spam detection system: a new approach based on interval type-2 fuzzy sets Ryerson University Digital Commons @ Ryerson Theses and dissertations 1-1-2010 Spam detection system: a new approach based on interval type-2 fzzy sets Reza Ariaeinejad Ryerson University Follow this and

More information

Broadcasting XORs: On the Application of Network Coding in Access Point-to-Multipoint Networks

Broadcasting XORs: On the Application of Network Coding in Access Point-to-Multipoint Networks Broadcasting XORs: On the Application of Network Coding in Access Point-to-Mltipoint Networks The MIT Faclty has made this article openly available Please share how this access benefits yo Yor story matters

More information

arxiv: v1 [cs.si] 12 Dec 2016

arxiv: v1 [cs.si] 12 Dec 2016 Connection Discovery sing Shared Images by Gassian Relational Topic Model Xiaopeng Li, Ming Cheng, James She HKUST-NIE Social Media Lab, Hong Kong University of Science & Technology, Hong Kong xlibo@connect.st.hk,

More information

Vessel Tracking for Retina Images Based on Fuzzy Ant Colony Algorithm

Vessel Tracking for Retina Images Based on Fuzzy Ant Colony Algorithm Vessel Tracking for Retina Images Based on Fzzy Ant Colony Algorithm Sina Hooshyar a, Rasol Khayati b and Reza Rezai c a,b,c Department of Biomedical Engineering, Engineering Faclty, Shahed University,

More information

An Introduction to GPU Computing. Aaron Coutino MFCF

An Introduction to GPU Computing. Aaron Coutino MFCF An Introdction to GPU Compting Aaron Cotino acotino@waterloo.ca MFCF What is a GPU? A GPU (Graphical Processing Unit) is a special type of processor that was designed to render and maniplate textres. They

More information

Research Article An Improved Peak Sidelobe Reduction Method for Subarrayed Beam Scanning

Research Article An Improved Peak Sidelobe Reduction Method for Subarrayed Beam Scanning International Jornal of Antennas and Propagation olme 215, Article ID 464521, 6 pages http://dx.doi.org/1.1155/215/464521 Research Article An Improved Peak Sidelobe Redction Method for Sbarrayed Beam Scanning

More information

10.2 Solving Quadratic Equations by Completing the Square

10.2 Solving Quadratic Equations by Completing the Square . Solving Qadratic Eqations b Completing the Sqare Consider the eqation We can see clearl that the soltions are However, What if the eqation was given to s in standard form, that is 6 How wold we go abot

More information

A personalized search using a semantic distance measure in a graph-based ranking model

A personalized search using a semantic distance measure in a graph-based ranking model Article A personalized search sing a semantic distance measre in a graph-based ranking model Jornal of Information Science XX (X) pp. 1-23 The Athor(s) 2011 Reprints and Permissions: sagepb.co.k/jornalspermissions.nav

More information

A Naïve Five-Element String Algorithm

A Naïve Five-Element String Algorithm JOURNAL OF SOFWARE, VOL. 4, NO. 9, NOVEMBER 009 95 A Naïve Five-Element String Algorithm Yanhong Ci University of Cape own, Private Bag, Rondebosch 770, Cape own, Soth Africa Email: hadisna@hotmail.cn

More information

METAMODEL FOR SOFTWARE SOLUTIONS IN COMPUTED TOMOGRAPHY

METAMODEL FOR SOFTWARE SOLUTIONS IN COMPUTED TOMOGRAPHY VOL. 10, NO 22, DECEBER, 2015 ISSN 1819-6608 ETAODEL FOR SOFTWARE SOLUTIONS IN COPUTED TOOGRAPHY Vitaliy ezhyev Faclty of Compter Systems and Software Engineering, Universiti alaysia Pahang, Gambang, alaysia

More information

Alliances and Bisection Width for Planar Graphs

Alliances and Bisection Width for Planar Graphs Alliances and Bisection Width for Planar Graphs Martin Olsen 1 and Morten Revsbæk 1 AU Herning Aarhs University, Denmark. martino@hih.a.dk MADAGO, Department of Compter Science Aarhs University, Denmark.

More information

Optimization design of a RC slab under impact load using DPSO-based multiple optimal solutions

Optimization design of a RC slab under impact load using DPSO-based multiple optimal solutions Structures Under Shoc and Impact IX 97 Optimization design of a RC slab under impact load using DPSO-based multiple optimal solutions M. Beppu, H. Emoto, H. Naamura & A. Miyamoto Department of Civil and

More information

CS224W Final Report. 1 Introduction. 3 Data Collection and Visualization. 2 Prior Work. Cyprien de Lichy, Renke Pan, Zheng Wu.

CS224W Final Report. 1 Introduction. 3 Data Collection and Visualization. 2 Prior Work. Cyprien de Lichy, Renke Pan, Zheng Wu. CS224W Final Report Cyprien de Lichy, Renke Pan, Zheng W 1 Introdction December 9, 2015 Recommender systems are information filtering systems that provide sers with personalized sggestions for prodcts

More information

The final datapath. M u x. Add. 4 Add. Shift left 2. PCSrc. RegWrite. MemToR. MemWrite. Read data 1 I [25-21] Instruction. Read. register 1 Read.

The final datapath. M u x. Add. 4 Add. Shift left 2. PCSrc. RegWrite. MemToR. MemWrite. Read data 1 I [25-21] Instruction. Read. register 1 Read. The final path PC 4 Add Reg Shift left 2 Add PCSrc Instrction [3-] Instrction I [25-2] I [2-6] I [5 - ] register register 2 register 2 Registers ALU Zero Reslt ALUOp em Data emtor RegDst ALUSrc em I [5

More information

NETWORK PRESERVATION THROUGH A TOPOLOGY CONTROL ALGORITHM FOR WIRELESS MESH NETWORKS

NETWORK PRESERVATION THROUGH A TOPOLOGY CONTROL ALGORITHM FOR WIRELESS MESH NETWORKS ETWORK PRESERVATIO THROUGH A TOPOLOGY COTROL ALGORITHM FOR WIRELESS MESH ETWORKS F. O. Aron, T. O. Olwal, A. Krien, Y. Hamam Tshwane University of Technology, Pretoria, Soth Africa. Dept of the French

More information

The LS-STAG Method : A new Immersed Boundary / Level-Set Method for the Computation of Incompressible Viscous Flows in Complex Geometries

The LS-STAG Method : A new Immersed Boundary / Level-Set Method for the Computation of Incompressible Viscous Flows in Complex Geometries The LS-STAG Method : A new Immersed Bondary / Level-Set Method for the Comptation of Incompressible Viscos Flows in Complex Geometries Yoann Cheny & Olivier Botella Nancy Universités LEMTA - UMR 7563 (CNRS-INPL-UHP)

More information

CAPL Scripting Quickstart

CAPL Scripting Quickstart CAPL Scripting Qickstart CAPL (Commnication Access Programming Langage) For CANalyzer and CANoe V1.01 2015-12-03 Agenda Important information before getting started 3 Visal Seqencer (GUI based programming

More information

Tu P7 15 First-arrival Traveltime Tomography with Modified Total Variation Regularization

Tu P7 15 First-arrival Traveltime Tomography with Modified Total Variation Regularization T P7 15 First-arrival Traveltime Tomography with Modified Total Variation Reglarization W. Jiang* (University of Science and Technology of China) & J. Zhang (University of Science and Technology of China)

More information

Normalized averaging using adaptive applicability functions with application in image reconstruction from sparsely and randomly sampled data

Normalized averaging using adaptive applicability functions with application in image reconstruction from sparsely and randomly sampled data Normalized averaging sing adaptive applicability fnctions with application in image reconstrction from sparsely and randomly sampled data Tan Q. Pham, Lcas J. van Vliet Pattern Recognition Grop, Faclty

More information

A SIMULATION PLATFORM FOR LOCALIZATION AND MAPPING

A SIMULATION PLATFORM FOR LOCALIZATION AND MAPPING A SIMULATION PLATFORM FOR LOCALIZATION AND MAPPING Thomas Hanefeld Sejerøe, Niels Kjølstad Polsen Ole Ravn, Ørsted DTU, Atomation, The Technical Universit of Denmark, Bilding 6, DK-8 Kgs. Lngb, Denmark

More information

Augmenting the edge connectivity of planar straight line graphs to three

Augmenting the edge connectivity of planar straight line graphs to three Agmenting the edge connectivity of planar straight line graphs to three Marwan Al-Jbeh Mashhood Ishaqe Kristóf Rédei Diane L. Sovaine Csaba D. Tóth Pavel Valtr Abstract We characterize the planar straight

More information

Multiple-Choice Test Chapter Golden Section Search Method Optimization COMPLETE SOLUTION SET

Multiple-Choice Test Chapter Golden Section Search Method Optimization COMPLETE SOLUTION SET Mltiple-Choice Test Chapter 09.0 Golden Section Search Method Optimization COMPLETE SOLUTION SET. Which o the ollowing statements is incorrect regarding the Eqal Interval Search and Golden Section Search

More information

Secure Biometric-Based Authentication for Cloud Computing

Secure Biometric-Based Authentication for Cloud Computing Secre Biometric-Based Athentication for Clod Compting Kok-Seng Wong * and Myng Ho Kim School of Compter Science and Engineering, Soongsil University, Sangdo-Dong Dongjak-G, 156-743 Seol Korea {kswong,kmh}@ss.ac.kr

More information

Combined cine- and tagged-mri for tracking landmarks on the tongue surface

Combined cine- and tagged-mri for tracking landmarks on the tongue surface INTERSPEECH 2015 Combined cine- and tagged-mri for tracking landmarks on the tonge srface Honghao Bao 1, Wenhan L 1, Kiyoshi Honda 2,*, Jiango Wei 1, Qiang Fang 3, Jianw Dang 2, 4 1 School of Compter Software,

More information

Pipelining. Chapter 4

Pipelining. Chapter 4 Pipelining Chapter 4 ake processor rns faster Pipelining is an implementation techniqe in which mltiple instrctions are overlapped in eection Key of making processor fast Pipelining Single cycle path we

More information

Henry Chu. Professor, School of Computing and Informatics Executive Director, Informatics Research Institute. University of Louisiana at Lafayette

Henry Chu. Professor, School of Computing and Informatics Executive Director, Informatics Research Institute. University of Louisiana at Lafayette Henry Ch Professor, School of Compting and Informatics Exective Director, Informatics Research Institte University of Loisiana at Lafayette Informatics Research Institte We condct research in data science

More information

Layered Light Field Reconstruction for Defocus Blur

Layered Light Field Reconstruction for Defocus Blur Layered Light Field Reconstrction for Defocs Blr KARTHIK VAIDYANATHAN, JACOB MUNKBERG, PETRIK CLARBERG and MARCO SALVI Intel Corporation We present a novel algorithm for reconstrcting high qality defocs

More information

Constrained Routing Between Non-Visible Vertices

Constrained Routing Between Non-Visible Vertices Constrained Roting Between Non-Visible Vertices Prosenjit Bose 1, Matias Korman 2, André van Renssen 3,4, and Sander Verdonschot 1 1 School of Compter Science, Carleton University, Ottawa, Canada. jit@scs.carleton.ca,

More information

Subgraph Matching with Set Similarity in a Large Graph Database

Subgraph Matching with Set Similarity in a Large Graph Database 1 Sbgraph Matching with Set Similarity in a Large Graph Database Liang Hong, Lei Zo, Xiang Lian, Philip S. Y Abstract In real-world graphs sch as social networks, Semantic Web and biological networks,

More information

Statistical Methods in functional MRI. Standard Analysis. Data Processing Pipeline. Multiple Comparisons Problem. Multiple Comparisons Problem

Statistical Methods in functional MRI. Standard Analysis. Data Processing Pipeline. Multiple Comparisons Problem. Multiple Comparisons Problem Statistical Methods in fnctional MRI Lectre 7: Mltiple Comparisons 04/3/13 Martin Lindqist Department of Biostatistics Johns Hopkins University Data Processing Pipeline Standard Analysis Data Acqisition

More information

On the Existence of Subliminal Channel in Instant Messaging Systems

On the Existence of Subliminal Channel in Instant Messaging Systems , pp. 353-362 http://dx.doi.org/10.14257/ijsia.2015.9.3.27 On the Existence of Sbliminal Channel in Instant Messaging Systems Lingyn Xiang 1, Yha Xie 2, Gang Lo 3 and Weizheng Wang 1 1 School of Compter

More information

Pipelined van Emde Boas Tree: Algorithms, Analysis, and Applications

Pipelined van Emde Boas Tree: Algorithms, Analysis, and Applications This fll text paper was peer reviewed at the direction of IEEE Commnications Society sbject matter experts for pblication in the IEEE INFOCOM 007 proceedings Pipelined van Emde Boas Tree: Algorithms, Analysis,

More information

Date: December 5, 1999 Dist'n: T1E1.4

Date: December 5, 1999 Dist'n: T1E1.4 12/4/99 1 T1E14/99-559 Project: T1E14: VDSL Title: Vectored VDSL (99-559) Contact: J Cioffi, G Ginis, W Y Dept of EE, Stanford U, Stanford, CA 945 Cioffi@stanforded, 1-65-723-215, F: 1-65-724-3652 Date:

More information

Automatic Fault Detection for 3D Seismic Data

Automatic Fault Detection for 3D Seismic Data Atomatic Falt Detection for 3D Seismic Data David Gibson 1, Michael Spann 1 and Jonathan Trner 1 School of Electronic Engineering, Universit of Birmingham, Edgbaston, Birmingham, B15 TT, U.K. {gibsond,

More information

Constructing and Comparing User Mobility Profiles for Location-based Services

Constructing and Comparing User Mobility Profiles for Location-based Services Constrcting and Comparing User Mobility Profiles for Location-based Services Xihi Chen Interdisciplinary Centre for Secrity, Reliability and Trst, University of Lxemborg Jn Pang Compter Science and Commnications,

More information

CS 4204 Computer Graphics

CS 4204 Computer Graphics CS 424 Compter Graphics Crves and Srfaces Yong Cao Virginia Tech Reference: Ed Angle, Interactive Compter Graphics, University of New Mexico, class notes Crve and Srface Modeling Objectives Introdce types

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

Prof. Kozyrakis. 1. (10 points) Consider the following fragment of Java code:

Prof. Kozyrakis. 1. (10 points) Consider the following fragment of Java code: EE8 Winter 25 Homework #2 Soltions De Thrsday, Feb 2, 5 P. ( points) Consider the following fragment of Java code: for (i=; i

More information

A Frequency-optimized Discontinuous Formulation for Wave Propagation Problems

A Frequency-optimized Discontinuous Formulation for Wave Propagation Problems th Flid Dynamics Conference and Ehibit 8 Jne - Jly, Chicago, Illinois AIAA -55 A Freqency-optimized Discontinos Formlation for Wave Propagation Problems Yi Li and Z. J. Wang Department of Aerospace Engineering

More information

Input Selection Using Local Model Network Trees

Input Selection Using Local Model Network Trees Preprints of the 9th World Congress The International Federation of Atomatic Control Cape Town, Soth Africa. Agst -9, Inpt Selection Using Local Model Network Trees Jlian Belz Oliver Nelles Universit of

More information

h-vectors of PS ear-decomposable graphs

h-vectors of PS ear-decomposable graphs h-vectors of PS ear-decomposable graphs Nima Imani 2, Lee Johnson 1, Mckenzie Keeling-Garcia 1, Steven Klee 1 and Casey Pinckney 1 1 Seattle University Department of Mathematics, 901 12th Avene, Seattle,

More information

Abstract 1 Introduction

Abstract 1 Introduction Combining Relevance Information in a Synchronos Collaborative Information Retrieval Environment Colm Foley, Alan F. Smeaton and Gareth J. F. Jones Centre for Digital Video Processing and Adaptive Information

More information

Minimal Edge Addition for Network Controllability

Minimal Edge Addition for Network Controllability This article has been accepted for pblication in a ftre isse of this jornal, bt has not been flly edited. Content may change prior to final pblication. Citation information: DOI 10.1109/TCNS.2018.2814841,

More information

Semantic segmentation is the task of labeling every pixel in

Semantic segmentation is the task of labeling every pixel in Deep Learning for Visal Understanding: Part Anrag Arnab, Shai Zheng, Sadeep Jayasmana, Bernardino Romera-Paredes, Måns Larsson, Alexander Kirillov, Bogdan Savchynskyy, Carsten Rother, Fredrik Kahl, and

More information

The Disciplined Flood Protocol in Sensor Networks

The Disciplined Flood Protocol in Sensor Networks The Disciplined Flood Protocol in Sensor Networks Yong-ri Choi and Mohamed G. Goda Department of Compter Sciences The University of Texas at Astin, U.S.A. fyrchoi, godag@cs.texas.ed Hssein M. Abdel-Wahab

More information

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Temporal Light Field Reconstruction for Rendering Distribution Effects

Temporal Light Field Reconstruction for Rendering Distribution Effects Temporal Light Field Reconstrction for Rendering Distribtion Effects Jaakko Lehtinen NVIDIA Research PBRT, 16 spp, 403 s Timo Aila NVIDIA Research Jiawen Chen MIT CSAIL PBRT, 256 spp, 6426 s Samli Laine

More information

Feature weighting using particle swarm optimization for learning vector quantization classifier

Feature weighting using particle swarm optimization for learning vector quantization classifier Journal of Physics: Conference Series PAPER OPEN ACCESS Feature weighting using particle swarm optimization for learning vector quantization classifier To cite this article: A Dongoran et al 2018 J. Phys.:

More information

Resolving Linkage Anomalies in Extracted Software System Models

Resolving Linkage Anomalies in Extracted Software System Models Resolving Linkage Anomalies in Extracted Software System Models Jingwei W and Richard C. Holt School of Compter Science University of Waterloo Waterloo, Canada j25w, holt @plg.waterloo.ca Abstract Program

More information