Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm

Size: px
Start display at page:

Download "Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm"

Transcription

1 Proble Solving of graph correspondence using Genetics Algorith and ACO Algorith Alireza Rezaee, 1, Azizeh Ajalli 2 Assistant professor,departent of Mechatronics Engineering, Faculty of New Sciences and Technologies, University of Tehran,, P.O.Box ,Tehran, Iran 1 Meber of Young Researchers Club, Abhar Branch, Islaic Azad University, Abhar, Iran 2 Abstract: In this paper, new genetics and Ant colony optiization algorith for solving the proble of graph correspondence is presented. When using the genetics technique for the proble of graph correspondence, it is not easy to define the crossover operator. our attept will be to present a definition holding the integration of the population graph in a one-to-one correspondence. we present new and suitable definitions for the target function and a function giving score to a solution at the end of any cycle. We copare both algoriths and try to find their advantages and their shortcoings. Keywords: Graph Correspondence, Genetics Algorith, AOC Algorith I. INTRODUCTION The proble of graph correspondence has been noticed in a wide range of various fields and has becoe an iportant instruent for odeling and solving different probles. This proble is a NP-Coplete one and the tie required for solving it increases exponentially in ters of the nuber of the input graphs. Recently, any researches are conducted for iproveent of the efficiency of graph correspondence algoriths, both in tie and in eory consuption. Soe of these algoriths reduce teporal coplexities through applying liitations over the structure of the input graphs. Another ethod for reducing the coplexity of the process of correspondence is to present a special display for seeking and deleting useless routes of the search space. In these ethods, no liitation is applied on the structure of the input graphs. So they can be used in a larger doain of applications. One of the first articles in this context [1] suggests an algorith applying soe distortion on the input graphs and builds an interediate display on which the action of correspondence is done uch rapider. But [2] showed that the assuptions used by this ethod are not always true and this liits the doain of using this algorith. Another ethod reducing the search space considerably is Ullann algorith that uses backwards technique [3] and is still widely used. Messer in [4] copared this algorith with other algoriths and showed its high efficiency in a one-to-one correspondence. Another algorith using backwards techniques is Schidt& Druffel algorith stated in [5]. This algorith uses the inforation existing in the distance atrix. Another iportant algorith in graphical correspondence is Mckay's Nauty algorith [6]. This algorith is based on a series of transforations. These transforations transfor the graphs to a focused for and correspondence test is uch rapider in this focused for. Another algorith for the proble of graphical correspondence is presented in [7]. In this algorith, instead of trying to reduce teporal coplexity of the algorith, it is tried to reduce the coplexity in a case there is a constant odel graph and the graphs are constantly passed in front of this odel graph and the saples of the odel graph are extracted fro any target graphs. Since the odel graph is deeed constant in this algorith, so a table of inforation related to the odel graph and the various states of having it in the target graph can be built in a preprocessing anner and it can be used in the process of correspondence. Using techniques inspired fro the nature in the proble of graph correspondence is exained in several articles. [8] suggested a ethod for solving the proble of graph correspondence using the genetics algorith. In his suggestion, Copyright to IJIRSET

2 the suggested crossover function ay not work correctly for a one-to-one correspondence. The exaple he used for testing the algorith is the exaination of the reseblance between the solar syste and an ato. In his work, no coparison between the suggested algorith and other ethods has been done. In [9], using an ACO technique, a ethod for solving the proble of graph correspondence is suggested. In this article, definitions of the target function and also a function giving scores to a solution found at the end of any cycle are stated. [10] has also proposed an algorith using ACO. At first, we try to iprove genetics and ACO algoriths suggested for the proble of graph correspondence. For genetics algorith, we present a new definition of crossover operator. [11]For ACO algorith, we try to present exact definitions fitting the proble of graph correspondence for the target function and a function giving scores to a solution at the end of any cycle. Finally, we do a coparison between the two proposed ethods. [12] The structure of this article is as follows: first, we propose the genetics algorith suggested for solving the proble of correspondence. [13,14]Then, we describe the proposed ethod using ACO technique. In the next section, the results are exained and both algoriths are copared. Finally, conclusions are derived fro the works. [15,16] II. GENETICS ALGORITHM Genetics algorith is an optiizing algorith based on using evolutionary ethods. The ain idea of this algorith is that instead of a solution, a population of solutions is held for a proble of optiization and doing operations over this population, the new population is generated. Any solution is coposed of a set of genes and any gene shows one or ore properties fitting that solution. Genes can be of any type of data, but they are often considered as binary ones. Any solution fors a vector of binary values although except the vector, other data structures can be used (as it is done for solving the proble of graph correspondence and instead of using a vector, we use a two diensional atrix). Any eber of this population can pair based on the closeness to a target function and produce soe offspring. These offspring can be a part of the new population of the solutions. After all reproductions are perfored, individuals (solutions) being ore beneficial to the target function than other solutions are returned as the final solution of the proble. [17] Genetics algorith has good capabilities in solving probles of discrete optiization. Naturally, genetics algoriths are suitable for solving those probles having any optial points and in addition, having this property that sub-solutions can be locally cobined and a better general solution is obtained. This is done using the crossover function. [18] In the proble of graph correspondence, a correspondence function is defined identifying the relation between nodes of the target graph and those of the odel graph. This correspondence function is shown as a two diensional binary atrix M when used in Genetics algorith. Any row of this atrix shows a node of the target graph ( t i ) and any of its coluns shows a node of the odel graph ( b j ). If the eleent M ij of this atrix is one, then f ( ti ) will be equal to b. Only an eleent of a row can have a non-zero value and other eleents ust be zero, because any node of j the target graph can only correspond to a node of the odel graph. Now we need to define utation and crossover operators in this representation of the proble of graph correspondence. These definitions ust perfor such that the integration of the atrix holds, i.e. after applying the; any node of the target graph only corresponds to a node of the odel graph. For utation, we use the shift of two rows of the atrix, i.e. in utation of a solution (a atrix), we replace nodes of the odel corresponded to two target nodes. [19] Definition of crossover function is not as easy as that of utation. Our definition fro crossover function is that first, we deterine a position between one to the nuber of the nodes of the target graph (the nuber of rows of the atrix). This position divides any of the two atrixes and also the atrix ust be divided to two parts. The new atrix takes any parts fro one of the two available atrixes. A proble we face is that the integration of the resulting atrix ay not hold and nodes fro the target graph correspond to soe nodes fro the odel graph. In this case, the crossover function replaces soe non-zero values of the colun having ore than one non-zero value with zero values of the coluns not having non-zero values. [20] Copyright to IJIRSET

3 III. ACO ALGORITHM One of the other algoriths inspired fro the nature we have selected for solving the proble of graphical correspondence is Ant Colony Optiization (ACO) algorith. [21] In any cycle of this algorith, any ant fors a coplete correspondence and the effect of pheroone eerges. This algorith uses a construction graph in solving the proble of graph correspondence. The construction graph is a graph the artificial ants leave their pheroone traces on its sides. The vertexes of this graph are various parts of the solution that every vertex can be selected by an ant and added to the solution constructed by then (vertexes and sides selected by then). [22] Suppose two graphs their reseblance ust be deterined are as G ( V, r V, re ) and G ( V, r V, r E ). A construction graph is a nondirected coplete graph in which there is a vertex for any )V V. a. Pheroone As we know, pheroone is the eans of counication aong ants leaved on the edges of construction graph by the. The aount of pheroone on an edge ), v ) is denoted by T ), v ) and shows the utility of the correspondence u with and v with v. When selecting a new vertex by an ant, a side lead to the selection of that vertex takes a value that shows the content of the pheroone leaved by the ant on that side. When we construct a correspondence graph, those vertexes corresponded to each other in the correspondence graph are also ore likely to correspond to each other in the new correspondence graph, of course if the new correspondence graph has taken vertexes fro the previous correspondence graph. In other words, the ore correspondent vertexes the new correspondence graph has, the higher the utility and the probability of the selection of the reaining vertexes of the previous correspondence graph that correspond to each other but have not appeared in the new correspondence graph. b. Construction of a correspondence by an ant In any cycle, any ant constructs a correspondence and this correspondence states that which vertexes correspond to which vertexes of the second graph.[23] Any ant starts fro a null correspondence and adds pairs iteratively to it. These pairs are selected fro the set { ) V V }, where is the set of the pairs selected before. The probability of selecting the pair ) cand is as follows: [ T ( v, v ') cand Where: u' [ T. [ h v' u'.[ h v' (1) T ) is the pheroone factor and is equal to the set of all traces of pheroone that are between the new candidate (, u ) selected before and added to, i.e: T u') u and any pair v ) v') T u'), v') (2) If is equal to 0, i.e. when we want to select the first pair, we ignore the effect of pheroone factor. For this, we put T ) equal to 1. In this state, the probability is only related to the heuristic factor. ) is the heuristic factor that causes those pairs to be selected that increase the score function ore. h and are two paraeters deterining the iportance of any above paraeters. Ants stop selection and adding new pairs to the correspondence when no pair increases the score function directly or when the score function is not increased in the three last iterations. [24,25] Copyright to IJIRSET

4 c. The stage of updating pheroone For siulating vaporization of pheroone, any trace of pheroone where is the rate of vaporization and is in the range of 0 and 1. T ), v ) is ultiplied by (1- ), The best ant of the cycle leaves its pheroone. Suppose k is the best correspondence copared to the score function that is constructed during this cycle. If there are soe correspondences with identical scores, one of the is randoly selected. Suppose k is the correspondence of the current cycle and best is the best correspondence constructed fro the beginning of the progra to now (consider also the current cycle). The content of the pheroone leaved has an inverse relation with the difference between the score k and the score best, i.e. it is equal to: 1 (1 score( best) score( k )) This content of pheroone is leaved on any edge ( ), v)) linking two different pairs ) and v ) of k. IV. RESULTS ACO algorith highly depends on its paraeters and aong the paraeters, pheroone factor ( ) and the factor of the rate of vaporization ( ) have the highest effects. In this algorith, when or increase, the ants reach a score of correspondence. For exaple, consider the following figures: correspondence ore quickly although this decreases the The nuber of cycles Figure 1: we have changed the values of, where is constant. The result is that increasing, correspondence is obtained ore quickly, but with a lowers score. Copyright to IJIRSET

5 The nuber of cycles Figure 2: we have changes the values of, where is constant. The result is that increasing, the correspondence is obtained ore quickly, but with a lower score. In coparison between genetics algorith and ACO algorith, the output results highly depend on the paraeters of ACO algorith. For exaple, consider that =0.1 and =1. In these conditions, ACO algorith finds the answer uch quicker than genetics algorith. The following figure shows this result. Genetics Algorith The nuber of nodes Figure 3: Given =0.1 and =1, ACO algorith works quicker than genetics algorith On the other hand, for exaple suppose that =0.05 and =0.5. In these conditions, Genetics algorith works quicker than ACO algorith. The following figure shows this result. Copyright to IJIRSET

6 Genetics Algorith ACO Algorith Figure 4: The nuber of nodes given =0.05 and =0.5, genetics algorith works quicker than ACO algorith. Another proble is the nuber of the nodes existing in the graph. If the size of the graphs increase (in our experients, ore than 150 nodes), then regardless of the paraeters of ACO algorith, genetics algorith works better than ACO algorith. For exaple, consider the above case ( =0.05 and =0.5). in this case, when the nuber of nodes is low, ACO algorith works quicker (as it is shown in figure 4), but when the nuber of nodes is high, genetics algorith finds the answer quicker. Genetics Algorith ACO Algorith The nuber of nodes Figure 5: Efficiency of both algoriths with increasing the nuber of nodes. The vertical axis shows the operation tie. First, ACO algorith works better, but gradually increasing the nuber of nodes (ore than 150 nodes), the operation tie of genetics algorith becoes less than that of ACO algorith. V. CONCLUSIONS In this paper, we first presented a genetics algorith and an ACO algorith for the proble of graph correspondence. We stated a new definition fro crossover operator in genetics algorith that holds the integration of the population graph. In ACO algorith, we presented new definitions for the target function and a function giving scores to a solution at the end of any cycle. In the next step, we copared both algoriths presented. ACO algorith is very sensitive to the paraeters and Copyright to IJIRSET

7 , and its operation tie and also the quality of the solution it finds (the score it gains) depends on these paraeters. This relation is presented in the section, epirical results and the coparison of both algoriths, and also in figures 1, 2, 3 and 4. If the size of these graphs increases (for exaple ore than 150 nodes), regardless of the paraeters of ACO algorith, genetics algorith works better than ACO algorith (it obtains correspondence in less tie). REFERENCES [1] D.G. Corneil, C.C. Gotlieb, An efficient algorith for graph isoorphis, Journal of the Association for Coputing Machinery, 17, pp , [2] R. Mathon, Saple graphs for isoorphis testing, Congressus Nuerantiu, 21, pp , [3] M. Dorigo and G. Di Caro. The Ant Colony Optiization Meta-heuristic. In D. Corne, M. Dorigo, and F. Glover, editors, New Ideas in Optiization. McGraw Hill, London, UK, pages 11-32, [4] B. T. Messer, Efficient Graph Matching Algoriths for Preprocessed Model Graphs, Ph.D. Thesis, Inst. of Cop. Science and Appl. Matheatics, University of Bern, [5] T. St utzle and H.H. Hoos. MAX MIN Ant Syste. Journal of Future Generation Coputer Systes, 16: ,2000. [6] B.D. McKay, Practical Graph Isoorphis, Congressus Nuerantiu, 30, pp , [7] H. Bunke, B.T. Messer, Efficient Attributed Graph Matching and its Application to Iage Analysis, in Iage Analysis and Processing. (C. Braccini, L. De Floriani, G. Vernazza, eds), Springer, Berlin Heidelberg, pp , [8] Tesse, Bjørnar, Genetic Algoriths for Analogical Mapping. In Proc. of Intl. Conf. on Evolutionary Coputation (ICEC `98), pp , Anchorage, Alaska. IEEE [9] Olfa Saoud, Sébastien Sorlin, Christine Solnon, and Khaled Ghédira. Ant Algorith for the Graph Matching Proble. 5th European Conference on Evolutionary Coputation in Cobinatorial Optiization. April [10] Olfa Saoud, Sébastien Sorlin, Christine Solnon, and Khaled Ghédira. A oparative Study of Ant Colony Optiization and Reactive Search for Graph Matching Probles. 6th European Conference on Evolutionary Coputation in Cobinatorial Optiization [11] H. Kälviäinen E. Oja, Coparisons of Attributed Graph Matching Algoriths for Coputer Vision, Lappenraantra University of Technology, Departent of Inforation Technology, Research Report 18, [12] T. Miyazaki, The coplexity of McKay's canonical labeling algorith, in Groups and Coputation, II (L. Finkelstein and W.M. Kantor, eds.), Aer. Math. Soc., Providence, RI, pp , [13] X. Jiang, H. Bunke, Including geoetry in graph representations: a quadratic tie isoorphis algorith and its applications, in Perner, P., Wang, P., Rosenfeld, A. (eds.): Advances in Structural and Syntactic Pattern Recognition, Springer Verlag, Lecture Notes in Coputer Science 1121, 1996, [14] S. Sorlin and C. Solnon. Reactive Tabu Search for Measuring Graph Siilarity. to appear in 5th IAPR Workshop on Graph-based Representations in Pattern Recognition (GbR 2005), LNCS, Springer Verlag, [15] R. Battiti and M. Protasi. Reactive Local Search for the Maxiu Clique Proble. Algorithica, Springer-Verlag, (29), , [16] P. Foggia, C. Sansone, M.Vento, A Database of Graphs for Isoorphis and Sub-Graph Isoorphis Bencharking, Proc. of the 3rd IAPR TC-15 International Workshop on Graph-based Representations, Italy, [17] H. Bunke, M.Vento, Bencharking of Graph Matching Algoriths Proc. 2nd IAPRTC15 Workshop on Graph-based Representations, Handhorf, [18] L.P. Cordella, P. Foggia, C. Sansone, M. Vento, Evaluating Perforance of the VF Graph Matching Algorith, Proc. of the 10th International Conference on Iage Analysis and Processing, IEEE Coputer Society Press, pp , [19] P. Foggia C. Sansone, M.Vento, An Iproved Algorith for Matching Large Graphs, Proc. of the 3rd IAPR-TC-15 International Workshop on Graph-based Representations, Italy, [20] J.R. Ullann, An Algorith for Subgraph Isoorphis, Journal of the Association for Coputing Machinery, vol. 23, pp , [21] D. Conte, P. Foggia, C. Sansone, and M. Vento. Thirty years of graph atching in pattern recognition. International Journal of Pattern Recognition and Artificial Intelligence, 18(3): , [22] P. Chapin and C. Solnon. Measuring the siilarity of labeled graphs. 5th International Conference on Case-Based Reasoning (ICCBR). Lecture Notes in Coputer Science - Springer Verlag, [23] H. Bunke and X. Jiang. Graph atching and siilarity. Volue Teodorescu, H-N, Mlynek, D.Kandel, A. Zierann, H-J. (ds.): Intelligent Systes and Interfaces, chapter 1, [24] M. Boeres, C. Ribeiro, and I. Bloch. A Randoized Heuristic for Scene Recognition by Graph Matching. WEA 2004, , [25] R. Abauen, S. Fischer, and H. Bunke. Graph Edit Distance with Node Splitting and Merging, and Its Application to Diato Identification. IAPR-TC15 Wksp on Graph-based Representation in Pattern Recognition, LNCS, Springer Verlag, , Copyright to IJIRSET

A Performance Comparison of Five Algorithms for Graph Isomorphism

A Performance Comparison of Five Algorithms for Graph Isomorphism A Performance Comparison of Five Algorithms for Graph Isomorphism P. Foggia, C.Sansone, M. Vento Dipartimento di Informatica e Sistemistica Via Claudio, 21 - I 80125 - Napoli, Italy {foggiapa, carlosan,

More information

A Performance Comparison of Five Algorithms for Graph Isomorphism

A Performance Comparison of Five Algorithms for Graph Isomorphism A Performance Comparison of Five Algorithms for Graph Isomorphism P. Foggia, C.Sansone, M. Vento Dipartimento di Informatica e Sistemistica Via Claudio, 21 - I 80125 - Napoli, Italy {foggiapa, carlosan,

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

A simplified approach to merging partial plane images

A simplified approach to merging partial plane images A siplified approach to erging partial plane iages Mária Kruláková 1 This paper introduces a ethod of iage recognition based on the gradual generating and analysis of data structure consisting of the 2D

More information

A Novel 2D Texture Classifier For Gray Level Images

A Novel 2D Texture Classifier For Gray Level Images 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.co A Novel 2D Texture Classifier For Gray Level Iages B.S. Mousavi 1 Young Researchers Club, Zahedan

More information

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

MGS-SIFT: A New Illumination Invariant Feature Based on SIFT Descriptor

MGS-SIFT: A New Illumination Invariant Feature Based on SIFT Descriptor International Journal of Coputer Theory and Engineering, Vol 5, No, February 0 MGS-SIFT: A New Illuination Invariant Feature Based on SIFT Descriptor Reza Javanard Alitappeh and Fariborz Mahoudi Abstract

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl.

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl. Structural Balance in Networks An Optiizational Approach Andrej Mrvar Faculty of Social Sciences University of Ljubljana Kardeljeva pl. 5 61109 Ljubljana March 23 1994 Contents 1 Balanced and clusterable

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER

A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER VIOLETA TOMAŠEVIĆ, SLOBODAN BOJANIĆ 2 and OCTAVIO NIETO-TALADRIZ 2 The Mihajlo Pupin Institute, Volgina 5, 000 Belgrade, SERBIA AND MONTENEGRO 2 Technical University

More information

Automatic Graph Drawing Algorithms

Automatic Graph Drawing Algorithms Autoatic Graph Drawing Algoriths Susan Si sisuz@turing.utoronto.ca Deceber 7, 996. Ebeddings of graphs have been of interest to theoreticians for soe tie, in particular those of planar graphs and graphs

More information

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing A Trajectory Splitting Model for Efficient Spatio-Teporal Indexing Slobodan Rasetic Jörg Sander Jaes Elding Mario A. Nasciento Departent of Coputing Science University of Alberta Edonton, Alberta, Canada

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT

COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT COMPARISON OF ANT COLONY OPTIMIZATION & PARTICLE SWARM OPTIMIZATION IN GRID ENVIRONMENT B.BOOBA 1 Dr. T.V.GOPAL 2 1 Research Scholar, Assist. Professor(Sl.Gr),Departent of Coputer Applications, Easwari

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS Key words SOA, optial, coplex service, coposition, Quality of Service Piotr RYGIELSKI*, Paweł ŚWIĄTEK* OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS One of the ost iportant tasks in service oriented

More information

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction MATEC Web of Conferences 73, 03073(08) https://doi.org/0.05/atecconf/087303073 SMIMA 08 A roadband Spectru Sensing Algorith in TDCS ased on I Reconstruction Liu Yang, Ren Qinghua, Xu ingzheng and Li Xiazhao

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network A Bea Search Method to Solve the Proble of Assignent Cells to Switches in a Cellular Mobile Networ Cassilda Maria Ribeiro Faculdade de Engenharia de Guaratinguetá - DMA UNESP - São Paulo State University

More information

Geo-activity Recommendations by using Improved Feature Combination

Geo-activity Recommendations by using Improved Feature Combination Geo-activity Recoendations by using Iproved Feature Cobination Masoud Sattari Middle East Technical University Ankara, Turkey e76326@ceng.etu.edu.tr Murat Manguoglu Middle East Technical University Ankara,

More information

Feature Based Registration for Panoramic Image Generation

Feature Based Registration for Panoramic Image Generation IJCSI International Journal of Coputer Science Issues, Vol. 10, Issue 6, No, Noveber 013 www.ijcsi.org 13 Feature Based Registration for Panoraic Iage Generation Kawther Abbas Sallal 1, Abdul-Mone Saleh

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S COPUTER GEERATED HOLOGRAS Optical Sciences 67 W.J. Dallas (onday, August 3, 004, 1:38 P) PART III: CHAPTER OE DIFFUSERS FOR CGH S Part III: Chapter One Page 1 of 8 Introduction Hologras for display purposes

More information

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

A Fast Multi-Objective Genetic Algorithm for Hardware-Software Partitioning In Embedded System Design

A Fast Multi-Objective Genetic Algorithm for Hardware-Software Partitioning In Embedded System Design A Fast Multi-Obective Genetic Algorith for Hardware-Software Partitioning In Ebedded Syste Design 1 M.Jagadeeswari, 2 M.C.Bhuvaneswari 1 Research Scholar, P.S.G College of Technology, Coibatore, India

More information

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Investigation of The Tie-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Pingyi Fan, Chongxi Feng,Yichao Wang, Ning Ge State Key Laboratory on Microwave and Digital Counications,

More information

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm roceedings of the 7th International Conference on Innovation & Manageent 893 Research on a Kind of QoS-Sensitive Seantic Web Services Coposition Method Based on Genetic Algorith Cao Hongjiang, Nie Guihua,

More information

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem Theoretical Analysis of Local Search and Siple Evolutionary Algoriths for the Generalized Travelling Salesperson Proble Mojgan Pourhassan ojgan.pourhassan@adelaide.edu.au Optiisation and Logistics, The

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

Relief shape inheritance and graphical editor for the landscape design

Relief shape inheritance and graphical editor for the landscape design Relief shape inheritance and graphical editor for the landscape design Egor A. Yusov Vadi E. Turlapov Nizhny Novgorod State University after N. I. Lobachevsky Nizhny Novgorod Russia yusov_egor@ail.ru vadi.turlapov@cs.vk.unn.ru

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses International Journal of Industrial Engineering & Production Research Septeber 03, Volue 4, Nuber 3 pp. 9-35 ISSN: 008-4889 http://ijiepr.iust.ac.ir/ Using Iperialist Copetitive Algorith in Optiization

More information

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH

NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH NON-RIGID OBJECT TRACKING: A PREDICTIVE VECTORIAL MODEL APPROACH V. Atienza; J.M. Valiente and G. Andreu Departaento de Ingeniería de Sisteas, Coputadores y Autoática Universidad Politécnica de Valencia.

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

Genetic-Based EM Algorithm for Learning Gaussian Mixture Models

Genetic-Based EM Algorithm for Learning Gaussian Mixture Models 1344 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 27, NO. 8, AUGUST 2005 Genetic-Based EM Algorith for Learning Gaussian Mixture Models Franz Pernkopf, Meber, IEEE, and Djael Bouchaffra,

More information

Massive amounts of high-dimensional data are pervasive in multiple domains,

Massive amounts of high-dimensional data are pervasive in multiple domains, Challenges of Feature Selection for Big Data Analytics Jundong Li and Huan Liu, Arizona State University Massive aounts of high-diensional data are pervasive in ultiple doains, ranging fro social edia,

More information

Analysing Real-Time Communications: Controller Area Network (CAN) *

Analysing Real-Time Communications: Controller Area Network (CAN) * Analysing Real-Tie Counications: Controller Area Network (CAN) * Abstract The increasing use of counication networks in tie critical applications presents engineers with fundaental probles with the deterination

More information

Rule Extraction using Artificial Neural Networks

Rule Extraction using Artificial Neural Networks Rule Extraction using Artificial Neural Networks S. M. Karuzzaan 1 Ahed Ryadh Hasan 2 Abstract Artificial neural networks have been successfully applied to a variety of business application probles involving

More information

Privacy-preserving String-Matching With PRAM Algorithms

Privacy-preserving String-Matching With PRAM Algorithms Privacy-preserving String-Matching With PRAM Algoriths Report in MTAT.07.022 Research Seinar in Cryptography, Fall 2014 Author: Sander Sii Supervisor: Peeter Laud Deceber 14, 2014 Abstract In this report,

More information

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh 1, Issa Khalil 2, and Abdallah Khreishah 3 1: Coputer Engineering & Inforation Technology,

More information

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems

Design Optimization of Mixed Time/Event-Triggered Distributed Embedded Systems Design Optiization of Mixed Tie/Event-Triggered Distributed Ebedded Systes Traian Pop, Petru Eles, Zebo Peng Dept. of Coputer and Inforation Science, Linköping University {trapo, petel, zebpe}@ida.liu.se

More information

Joint Measurement- and Traffic Descriptor-based Admission Control at Real-Time Traffic Aggregation Points

Joint Measurement- and Traffic Descriptor-based Admission Control at Real-Time Traffic Aggregation Points Joint Measureent- and Traffic Descriptor-based Adission Control at Real-Tie Traffic Aggregation Points Stylianos Georgoulas, Panos Triintzios and George Pavlou Centre for Counication Systes Research, University

More information

Generating Mechanisms for Evolving Software Mirror Graph

Generating Mechanisms for Evolving Software Mirror Graph Journal of Modern Physics, 2012, 3, 1050-1059 http://dx.doi.org/10.4236/jp.2012.39139 Published Online Septeber 2012 (http://www.scirp.org/journal/jp) Generating Mechaniss for Evolving Software Mirror

More information

THE rapid growth and continuous change of the real

THE rapid growth and continuous change of the real IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 8, NO. 1, JANUARY/FEBRUARY 2015 47 Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh, Issa

More information

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks IEEE IFOCO 2 International Workshop on Future edia etworks and IP-based TV Utility-Based Resource Allocation for ixed Traffic in Wireless etworks Li Chen, Bin Wang, Xiaohang Chen, Xin Zhang, and Dacheng

More information

Minimax Sensor Location to Monitor a Piecewise Linear Curve

Minimax Sensor Location to Monitor a Piecewise Linear Curve NSF GRANT #040040 NSF PROGRAM NAME: Operations Research Miniax Sensor Location to Monitor a Piecewise Linear Curve To M. Cavalier The Pennsylvania State University University Par, PA 680 Whitney A. Conner

More information

Modeling Parallel Applications Performance on Heterogeneous Systems

Modeling Parallel Applications Performance on Heterogeneous Systems Modeling Parallel Applications Perforance on Heterogeneous Systes Jaeela Al-Jaroodi, Nader Mohaed, Hong Jiang and David Swanson Departent of Coputer Science and Engineering University of Nebraska Lincoln

More information

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization 1 Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization Jonathan van de Belt, Haed Ahadi, and Linda E. Doyle The Centre for Future Networks and Counications - CONNECT,

More information

Reconstruction of Time Series using Optimal Ordering of ICA Components

Reconstruction of Time Series using Optimal Ordering of ICA Components Reconstruction of Tie Series using Optial Ordering of ICA Coponents Ar Goneid and Abear Kael Departent of Coputer Science & Engineering, The Aerican University in Cairo, Cairo, Egypt e-ail: goneid@aucegypt.edu

More information

Implementation of fast motion estimation algorithms and comparison with full search method in H.264

Implementation of fast motion estimation algorithms and comparison with full search method in H.264 IJCSNS International Journal of Coputer Science and Network Security, VOL.8 No.3, March 2008 139 Ipleentation of fast otion estiation algoriths and coparison with full search ethod in H.264 A.Ahadi, M.M.Azadfar

More information

An Improved Algorithm for Matching Large Graphs

An Improved Algorithm for Matching Large Graphs An Improved Algorithm for Matching Large Graphs L. P. Cordella, P. Foggia, C. Sansone, M. Vento Dipartimento di Informatica e Sistemistica Università degli Studi di Napoli Federico II Via Claudio, 2 8025

More information

The Internal Conflict of a Belief Function

The Internal Conflict of a Belief Function The Internal Conflict of a Belief Function Johan Schubert Abstract In this paper we define and derive an internal conflict of a belief function We decopose the belief function in question into a set of

More information

Novel Image Representation and Description Technique using Density Histogram of Feature Points

Novel Image Representation and Description Technique using Density Histogram of Feature Points Novel Iage Representation and Description Technique using Density Histogra of Feature Points Keneilwe ZUVA Departent of Coputer Science, University of Botswana, P/Bag 00704 UB, Gaborone, Botswana and Tranos

More information

Performance of general graph isomorphism algorithms Sara Voss Coe College, Cedar Rapids, IA

Performance of general graph isomorphism algorithms Sara Voss Coe College, Cedar Rapids, IA Performance of general graph isomorphism algorithms Sara Voss Coe College, Cedar Rapids, IA I. Problem and Motivation Graphs are commonly used to provide structural and/or relational descriptions. A node

More information

Ascending order sort Descending order sort

Ascending order sort Descending order sort Scalable Binary Sorting Architecture Based on Rank Ordering With Linear Area-Tie Coplexity. Hatrnaz and Y. Leblebici Departent of Electrical and Coputer Engineering Worcester Polytechnic Institute Abstract

More information

Approximate String Matching with Reduced Alphabet

Approximate String Matching with Reduced Alphabet Approxiate String Matching with Reduced Alphabet Leena Salela 1 and Jora Tarhio 2 1 University of Helsinki, Departent of Coputer Science leena.salela@cs.helsinki.fi 2 Aalto University Deptartent of Coputer

More information

Multi Packet Reception and Network Coding

Multi Packet Reception and Network Coding The 2010 Military Counications Conference - Unclassified Progra - etworking Protocols and Perforance Track Multi Packet Reception and etwork Coding Aran Rezaee Research Laboratory of Electronics Massachusetts

More information

Performance Analysis of RAID in Different Workload

Performance Analysis of RAID in Different Workload Send Orders for Reprints to reprints@benthascience.ae 324 The Open Cybernetics & Systeics Journal, 2015, 9, 324-328 Perforance Analysis of RAID in Different Workload Open Access Zhang Dule *, Ji Xiaoyun,

More information

A wireless sensor network for visual detection and classification of intrusions

A wireless sensor network for visual detection and classification of intrusions A wireless sensor network for visual detection and classification of intrusions ANDRZEJ SLUZEK 1,3, PALANIAPPAN ANNAMALAI 2, MD SAIFUL ISLAM 1 1 School of Coputer Engineering, 2 IntelliSys Centre Nanyang

More information

Available online at Procedia Computer Science 9 (2012 ) International Conference on Computational Science, ICCS 2012

Available online at   Procedia Computer Science 9 (2012 ) International Conference on Computational Science, ICCS 2012 Available online at www.sciencedirect.co Procedia Coputer Science 9 (2012 ) 1363 1370 Abstract International Conference on Coputational Science, ICCS 2012 Reachability Analysis of Concurrent Boolean Progras

More information

Scheduling Parallel Real-Time Recurrent Tasks on Multicore Platforms

Scheduling Parallel Real-Time Recurrent Tasks on Multicore Platforms IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL., NO., NOV 27 Scheduling Parallel Real-Tie Recurrent Tasks on Multicore Platfors Risat Pathan, Petros Voudouris, and Per Stenströ Abstract We

More information

Boosted Detection of Objects and Attributes

Boosted Detection of Objects and Attributes L M M Boosted Detection of Objects and Attributes Abstract We present a new fraework for detection of object and attributes in iages based on boosted cobination of priitive classifiers. The fraework directly

More information

Affine Invariant Texture Analysis Based on Structural Properties 1

Affine Invariant Texture Analysis Based on Structural Properties 1 ACCV: The 5th Asian Conference on Coputer Vision, --5 January, Melbourne, Australia Affine Invariant Texture Analysis Based on tructural Properties Jianguo Zhang, Tieniu Tan National Laboratory of Pattern

More information

News Events Clustering Method Based on Staging Incremental Single-Pass Technique

News Events Clustering Method Based on Staging Incremental Single-Pass Technique News Events Clustering Method Based on Staging Increental Single-Pass Technique LI Yongyi 1,a *, Gao Yin 2 1 School of Electronics and Inforation Engineering QinZhou University 535099 Guangxi, China 2

More information

On the Computation and Application of Prototype Point Patterns

On the Computation and Application of Prototype Point Patterns On the Coputation and Application of Prototype Point Patterns Katherine E. Tranbarger Freier 1 and Frederic Paik Schoenberg 2 Abstract This work addresses coputational probles related to the ipleentation

More information

Data & Knowledge Engineering

Data & Knowledge Engineering Data & Knowledge Engineering 7 (211) 17 187 Contents lists available at ScienceDirect Data & Knowledge Engineering journal hoepage: www.elsevier.co/locate/datak An approxiate duplicate eliination in RFID

More information

Australian Journal of Basic and Applied Sciences. Comparison of Ant Colony Optimization & Particle Swarm Optimization In Grid Scheduling

Australian Journal of Basic and Applied Sciences. Comparison of Ant Colony Optimization & Particle Swarm Optimization In Grid Scheduling AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal hoe page: www.ajbasweb.co Coparison of Ant Colony Optiization & Particle Swar Optiization In Grid Scheduling 1 B.Booba

More information

Mapping Data in Peer-to-Peer Systems: Semantics and Algorithmic Issues

Mapping Data in Peer-to-Peer Systems: Semantics and Algorithmic Issues Mapping Data in Peer-to-Peer Systes: Seantics and Algorithic Issues Anastasios Keentsietsidis Marcelo Arenas Renée J. Miller Departent of Coputer Science University of Toronto {tasos,arenas,iller}@cs.toronto.edu

More information

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1

Module Contact: Dr Rudy Lapeer (CMP) Copyright of the University of East Anglia Version 1 UNIVERSITY OF EAST ANGLIA School of Coputing Sciences Main Series UG Exaination 2016-17 GRAPHICS 1 CMP-5010B Tie allowed: 2 hours Answer THREE questions. Notes are not peritted in this exaination Do not

More information

Collaborative Web Caching Based on Proxy Affinities

Collaborative Web Caching Based on Proxy Affinities Collaborative Web Caching Based on Proxy Affinities Jiong Yang T J Watson Research Center IBM jiyang@usibco Wei Wang T J Watson Research Center IBM ww1@usibco Richard Muntz Coputer Science Departent UCLA

More information

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B.

EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. EFFICIENT VIDEO SEARCH USING IMAGE QUERIES A. Araujo1, M. Makar2, V. Chandrasekhar3, D. Chen1, S. Tsai1, H. Chen1, R. Angst1 and B. Girod1 1 Stanford University, USA 2 Qualco Inc., USA ABSTRACT We study

More information

6.1 Topological relations between two simple geometric objects

6.1 Topological relations between two simple geometric objects Chapter 5 proposed a spatial odel to represent the spatial extent of objects in urban areas. The purpose of the odel, as was clarified in Chapter 3, is ultifunctional, i.e. it has to be capable of supplying

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

3 Conference on Inforation Sciences and Systes, The Johns Hopkins University, March, 3 Sensitivity Characteristics of Cross-Correlation Distance Metric and Model Function F. Porikli Mitsubishi Electric

More information

Gromov-Hausdorff Distance Between Metric Graphs

Gromov-Hausdorff Distance Between Metric Graphs Groov-Hausdorff Distance Between Metric Graphs Jiwon Choi St Mark s School January, 019 Abstract In this paper we study the Groov-Hausdorff distance between two etric graphs We copute the precise value

More information

Secure Wireless Multihop Transmissions by Intentional Collisions with Noise Wireless Signals

Secure Wireless Multihop Transmissions by Intentional Collisions with Noise Wireless Signals Int'l Conf. Wireless etworks ICW'16 51 Secure Wireless Multihop Transissions by Intentional Collisions with oise Wireless Signals Isau Shiada 1 and Hiroaki Higaki 1 1 Tokyo Denki University, Japan Abstract

More information

Multipath Selection and Channel Assignment in Wireless Mesh Networks

Multipath Selection and Channel Assignment in Wireless Mesh Networks Multipath Selection and Channel Assignent in Wireless Mesh Networs Soo-young Jang and Chae Y. Lee Dept. of Industrial and Systes Engineering, KAIST, 373-1 Kusung-dong, Taejon, Korea Tel: +82-42-350-5916,

More information

Different criteria of dynamic routing

Different criteria of dynamic routing Procedia Coputer Science Volue 66, 2015, Pages 166 173 YSC 2015. 4th International Young Scientists Conference on Coputational Science Different criteria of dynaic routing Kurochkin 1*, Grinberg 1 1 Kharkevich

More information

A Comparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Problem

A Comparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Problem IE Vol. 7, No. 2, pp. 84-92, Septeber 2008. A Coparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Proble Ji Ung Sun School of Industrial and Managent Engineering Hankuk University

More information

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search

3D Building Detection and Reconstruction from Aerial Images Using Perceptual Organization and Fast Graph Search 436 Journal of Electrical Engineering & Technology, Vol. 3, No. 3, pp. 436~443, 008 3D Building Detection and Reconstruction fro Aerial Iages Using Perceptual Organization and Fast Graph Search Dong-Min

More information

Energy-Efficient Disk Replacement and File Placement Techniques for Mobile Systems with Hard Disks

Energy-Efficient Disk Replacement and File Placement Techniques for Mobile Systems with Hard Disks Energy-Efficient Disk Replaceent and File Placeent Techniques for Mobile Systes with Hard Disks Young-Jin Ki School of Coputer Science & Engineering Seoul National University Seoul 151-742, KOREA youngjk@davinci.snu.ac.kr

More information

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco

IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE. Rafael García, Xevi Cufí and Lluís Pacheco IMAGE MOSAICKING FOR ESTIMATING THE MOTION OF AN UNDERWATER VEHICLE Rafael García, Xevi Cufí and Lluís Pacheco Coputer Vision and Robotics Group Institute of Inforatics and Applications, University of

More information

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions *

A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Membership Functions * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 21, 607-626 (2005) A High-Speed VLSI Fuzzy Inference Processor for Trapezoid-Shaped Mebership Functions * SHIH-HSU HUANG AND JIAN-YUAN LAI + Departent of

More information

ADAPTIVE EVOLUTIONARY ALGORITHMS ON UNITATION, ROYAL ROAD AND LONGPATH FUNCTIONS

ADAPTIVE EVOLUTIONARY ALGORITHMS ON UNITATION, ROYAL ROAD AND LONGPATH FUNCTIONS ADAPTIVE EVOLUTIONARY ALGORITHMS ON UNITATION, ROYAL ROAD AND LONGPATH FUNCTIONS J. Neal Richter, John Paxton Coputer Science Departent, Montana State University, 357 EPS, Bozean, Montana 5974 http://www.cs.ontana.edu

More information

Shape Optimization of Quad Mesh Elements

Shape Optimization of Quad Mesh Elements Shape Optiization of Quad Mesh Eleents Yufei Li 1, Wenping Wang 1, Ruotian Ling 1, and Changhe Tu 2 1 The University of Hong Kong 2 Shandong University Abstract We study the proble of optiizing the face

More information

Image hiding with an improved genetic algorithm and an optimal pixel adjustment process

Image hiding with an improved genetic algorithm and an optimal pixel adjustment process Eighth International Conference on Intelligent Systes Design and Applications Iage hiding with an iproved genetic algorith and an optial pixel adjustent process Lin-Yu Tseng Yung-Kuan Chan Yu-An Ho Yen-Ping

More information

Data Caching for Enhancing Anonymity

Data Caching for Enhancing Anonymity Data Caching for Enhancing Anonyity Rajiv Bagai and Bin Tang Departent of Electrical Engineering and Coputer Science Wichita State University Wichita, Kansas 67260 0083, USA Eail: {rajiv.bagai, bin.tang}@wichita.edu

More information

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS

RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS RECONFIGURABLE AND MODULAR BASED SYNTHESIS OF CYCLIC DSP DATA FLOW GRAPHS AWNI ITRADAT Assistant Professor, Departent of Coputer Engineering, Faculty of Engineering, Hasheite University, P.O. Box 15459,

More information

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds

Evaluation of a multi-frame blind deconvolution algorithm using Cramér-Rao bounds Evaluation of a ulti-frae blind deconvolution algorith using Craér-Rao bounds Charles C. Beckner, Jr. Air Force Research Laboratory, 3550 Aberdeen Ave SE, Kirtland AFB, New Mexico, USA 87117-5776 Charles

More information

Distributed Multicast Tree Construction in Wireless Sensor Networks

Distributed Multicast Tree Construction in Wireless Sensor Networks Distributed Multicast Tree Construction in Wireless Sensor Networks Hongyu Gong, Luoyi Fu, Xinzhe Fu, Lutian Zhao 3, Kainan Wang, and Xinbing Wang Dept. of Electronic Engineering, Shanghai Jiao Tong University,

More information

Meta-heuristic Approaches for the Assembly Line Balancing Problem

Meta-heuristic Approaches for the Assembly Line Balancing Problem Proceedings of the 202 International Conference on Industrial Engineering and Operations Manageent Istanbul, Turey, July 3 6, 202 Meta-heuristic Approaches for the Assebly Line Balancing Proble Adil Bayasoğlu

More information

The Boundary Between Privacy and Utility in Data Publishing

The Boundary Between Privacy and Utility in Data Publishing The Boundary Between Privacy and Utility in Data Publishing Vibhor Rastogi Dan Suciu Sungho Hong ABSTRACT We consider the privacy proble in data publishing: given a database instance containing sensitive

More information

A Periodic Dynamic Load Balancing Method

A Periodic Dynamic Load Balancing Method 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 A Periodic Dynaic Load Balancing Method Taotao Fan* State Key Laboratory of Inforation

More information

Design and Implementation of an Acyclic Stable Matching Scheduler

Design and Implementation of an Acyclic Stable Matching Scheduler Design and Ipleentation of an Acyclic Stable Matching Scheduler Enyue Lu Mei Yang Yi Zhang ands.q.zheng Dept. of Coputer Science Dept. of Coputer Science Dept. of Electrical Engineering University of Texas

More information

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS

QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS QUERY ROUTING OPTIMIZATION IN SENSOR COMMUNICATION NETWORKS Guofei Jiang and George Cybenko Institute for Security Technology Studies and Thayer School of Engineering Dartouth College, Hanover NH 03755

More information

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model 1746 J. Opt. Soc. A. A/ Vol. 22, No. 9/ Septeber 2005 Y. J. Xiao and Y. F. Li Optiized stereo reconstruction of free-for space curves based on a nonunifor rational B-spline odel Yi Jun Xiao Departent of

More information

Improve Peer Cooperation using Social Networks

Improve Peer Cooperation using Social Networks Iprove Peer Cooperation using Social Networks Victor Ponce, Jie Wu, and Xiuqi Li Departent of Coputer Science and Engineering Florida Atlantic University Boca Raton, FL 33431 Noveber 5, 2007 Corresponding

More information

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH Kulapraote Prathuchai Geoinforatics Center, Asian Institute of Technology, 58 Moo9, Klong Luang, Pathuthani, Thailand.

More information