Growing Self-Organizing Maps for Surface Reconstruction from Unstructured Point Clouds

Size: px
Start display at page:

Download "Growing Self-Organizing Maps for Surface Reconstruction from Unstructured Point Clouds"

Transcription

1 Growing Self-Organizing Map for Surface Recontruction from Untructured Point Cloud Renata L. M. E. do Rêgo, Aluizio F. R. Araújo, and Fernando B.de Lima Neto Abtract Thi work introduce a new method for urface recontruction baed on Growing Self-organizing Map, which learn 3D coordinate of each vertex in a meh a well a they learn the topology of the input data et. Each map grow incrementally producing mehe of different reolution, according to the application need. Another highlight of the preented algorithm refer to the recontruction time, which i independent from the ize of the input data. Experimental reult how that the propoed method can produce model that approximate the hape of an object, including it concave region and hole, if any. T I. INTRODUCTION HE problem of recontructing the urface of object from a point cloud i quite common in many area uch a CAD deign, virtual reality and medicine. The urface recontruction method aim to create a model to reproduce an object hape given a et of point of the urface of thi object. The large number of point to be proceed contitute an ubiquitou difficulty, i.e. a challenge that recontruction method mut face. Depending on their purpoe, ome application of urface recontruction require accurate and detailed model while other require model with le vertice and polygon to be effective. Then, a good recontruction method mut be able to produce model according to different reolution of the target object, depending on the problem; to avoid further proceing uch a implification or refinement procedure. The ample point ued for recontruction can be claified a tructured or untructured depending on the exitence or abence of connectivity information, repectively. One of the mot challenging tage of urface recontruction method applied to untructured point cloud i to obtain the correct connectivity about the ample point. Some recontruction method uch a Deformable Model [1], etablih the meh topology beforehand. The main pitfall of thi approach i the topologie of the produced mehe which are equivalent to the pre-defined one; ometime, producing poor reult. For intance, a pre-defined topology with no hole can produce only mehe without hole. Renata Rêgo and Aluizio F. R. Araújo* are with Center of Informatic, Federal Univerity of Pernambuco, Recife/Brazil. *Contact phone: #4321 and aluizioa@cin.ufpe.br. Fernando Buarque de Lima Neto (IEEE M 2006) i with Department of Computing Sytem at Polytechnic School of Engineering - Pernambuco State Univerity, Recife/Brail Many well etablihed technique, propoe olution to the urface recontruction problem from a geometric point of view. Thee algorithm require long proceing time for the input point cloud and do not cale up properly with very large point cloud [2], [3]. A different perpective for urface recontruction i to look at it a a learning problem. Under thi perpective ome method were propoed baed on elf-organization [4], [5], [6], [7]. Thee method can learn the coordinate of the meh vertice and can handle very large input point cloud. The method draw the point cloud and ue the ample a training data. During the learning proce, the vertice of the meh have their poition adapted to fit the input data. In thi particular ene, learning-baed urface recontruction method are equivalent to deformable model once they change the hape of an initial model toward the hape of a target object. Previouly propoed recontruction method baed on elf-organizing map include Kohonen SOM [4], [5], Growing Cell Structure [6], and Topology Repreenting Network [7]. However, they can not imultaneouly learn the input data topology and grow incrementally to produce mehe with different reolution a Growing Neural Ga (GNG) [8] can do. We propoe a urface recontruction method baed on GNG to learn topology through elf-organization. Furthermore, thi alternative can produce mehe with different reolution becaue the meh grow incrementally during the learning proce. The tandard GNG learning algorithm, however, produce only wireframe, o the propoed method include ome change in thi algorithm in order to produce triangular mehe. Thee change include an extenion of the Competitive Hebbian Learning, the ue of GCS vertex inertion operation and a different operation to remove edge from the mehe. Experimental reult how that the propoed method learn vertice coordinate and the connectivity among thee vertice building mehe to reproduce the hape of target object. The learning proce ucceively generate mehe with increaing number of node and thu different reolution. Thi paper i organized a follow: Section II preent ome previou work on urface recontruction: elforganizing map and reaon why they are uitable for olving urface recontruction problem, and their actual ue in recontruction method. Section III decribe the propoed

2 method. The experiment and reult are preented and dicued in Section IV. Thi paper concluion, including achievement and limitation of the propoed method, i in Section V. II. PREVIOUS WORK An active reearch topic i the problem of urface recontruction from untructured point cloud. A number of approache handle thi problem imply by geometric perpective, an example of that i the approach propoed by Hoppe [2]. Another relevant approach to urface recontruction i baed on deformable model [9] that are lowly rehaped toward the target object. Such a recontruction employ energy evaluation or force function to ae each produced hape. The proce contruct mehe to approximate the hape to the point cloud. Example of thi approach can be found in the review work of Montagnat et al.[1]. A third perpective to urface recontruction i to undertand it a a learning problem [10].According to thi approach all neceary information to recontruct a urface can be learned from the available data. Different elforganizing map are ued a learning method to olve a urface recontruction problem. A. Self-organizing Map Self-organizing map (SOM) were originally propoed by Kohonen [11] for the viualization and abtraction of highdimenional data. SOM baic tructure i formed of an input and an output layer. Uually the topology of the output layer conit of a two-dimenional grid of node. Each output unit i connected with all input node through a weight vector. The learning algorithm of SOM i compoed by three main tep: competition to identify a winner, cooperation to correlate activation of a winner and it neighbor, and adaptation to update the weight vector. The ability of SOM to contruct topological map from an input data ditribution can be employed in olving the urface recontruction problem. Depite thi ability, predefined number of node and the connection between them contraint the accuracy of the topological map produced by SOM [12]. Model propoed to overcome thi limitation can be ued for urface recontruction. The Topological Repreenting Network (TRN) [12] ha the network ize pre-defined to contruct topology preerving map. TRN i een a a combination of Neural Ga (NG), placing the node according to the probability ditribution of input data, with Competitive Hebbian Learning (CHL), building a topology with thee node, i.e. to perform topology learning [13]. Such ability i a uitable feature to be ued a a olution for the problem of topology detection of a point cloud in urface recontruction method. Depite the favorable characteritic, SOM and TRN hare a relevant limitation: the previou choice of the number of node for the map. A olution to thi drawback wa to build map growing incrementally a thoe contructed by Growing Cell Structure (GCS) [14] and Growing Neural Ga (GNG) [8]. The former generate map coniting only of baic building block, hypertetrahedron of dimenionality k choen in advance. Unlike the GCS, a map generated by GNG may have node with different connectivity and the topology may have different dimenionalitie in different part of the map. A the TRN, the GNG i able to learn the topology of input data through Competitive Hebbian Learning [13]. Hence, GNG can be een a a GCS variant without it topological retriction or a a growing verion of TRN. The ue of SOM, TRN and GCS in the urface recontruction problem ha already been tudied, a number of achievement were obtained, however ome limitation till perit a they are dicued in the next ub-ection. B. Self-organizing Map for Surface Recontruction Self-organizing map are ued in recontruction method becaue they can generate a map that cloely matche the hape of a target object which ha it hape repreented by a point cloud. The elf-organization proce demand only the patial coordinate of the input point in order to execute the recontruction. The recontruction proce of method baed on elforganizing map ue elected point within the input point et a training data for the learning algorithm. When elforganizing map are ued for recontruction, the meh vertice correpond to the output node of the map. The weight vector of the network determine the vertice poition in the meh wherea the connection between the node correpond to the edge of the meh. So hereafter the term map and meh, node and vertex, and connection and edge, will be ued interchangeably. Surface recontruction method baed on Kohonen SOM ability to ditribute the vertice in a polygonal meh are preented in variou work [4], [5], where (i) the topology of the meh i predetermined and (ii) Kohonen learning algorithm i carried out to obtain correct 3D coordinate of every vertex of the meh. Depite all achievement, SOM preented difficultie to recontruct concave region [4], [5]. That i, after the learning proce ome vertice or triangle may be untable, dangling among region denely populated by the data. To avoid uch problem thee method employ ome meh operation: edge wap, edge collape, vertex plit and triangle ubdiviion. Furthermore, both work ue meh refinement algorithm to obtain a new meh with more element, once SOM doe not inert new node during the learning proce. Ivriimtzi et al. [6] ha propoed a recontruction method, called Neural Mehe, baed on GCS. A traight forward conequence i that Neural Mehe pre-define neither the number of node nor the exact topology; however, the generated mehe are alway topologically

3 equivalent to the initial meh, uually a tetrahedron. To overcome thi limitation, a topology learning tep in Neural Mehe algorithm wa introduced [15] to enable the formation of handle and boundarie of a urface. Boundarie are then created by removing triangle and handle are created by merging thee boundarie. The Neural Mehe grow incrementally, hence, uch a method generate mehe of different reolution at different tage of the learning proce. So, differently from other SOM-baed method, Neural Mehe do not need meh refinement algorithm for generating multireolution mehe. The Extended Neural Ga (ENG) [7] ue an extenion of Competitive Hebbian Learning to dicover the topology of the input point cloud. Thi extenion allow ENG to generate not only the connection between node, a the tandard CHL doe, but alo the triangular face of a triangular meh. ENG create a meh that i not a 2-manifold urface [7] becaue the topology learning proce doe not prohibit the exitence of ome anomalie uch a the occurrence of edge hared by more than two face, of edge diconnected from any face, and of face oriented toward different direction. To olve thee anomalie, in ENG there i a manifold creation algorithm which i applied to the non-manifold mehe produced by ENG. A a TRN-baed method, the number of node i fixed in ENG, o that the meh reolution of the recontruction generated with thi method mut be previouly defined. The promiing reult obtained with the neuralrecontruction method how that elf-organizing map are uitable for the tak of generating mehe to repreent the hape of a particular object given only a et of patial coordinate of point belonging to the object urface. However, the mentioned method till have limitation, uch a (i) to require previouly defined number of node and (ii) incapacity to learn topology due retriction for connection change from the initial configuration. III. PROPOSED SOLUTION In thi ection, we introduce a new method to detect the topology of the point cloud, a ENG doe, and to generate mehe with different reolution during the learning proce, a Neural Mehe doe. The neural olution propoed here i an extenion of the Growing Neural Ga and imultaneouly ue the vertex inertion operation employed by Growing Cell Structure. We found that thi combination of feature in addition to other modification carried on the tandard GNG i able to generate polygonal mehe, compoed by vertice, edge and face, intead of the wireframe compoed only by vertice and edge. We refer to the propoed method a Growing Self- Recontruction Mehe (GSRM). The peudo-code of GSRM learning algorithm and parameter are introduced and dicued below. The learning parameter of GSRM are ε n (winner learning rate), ε b (winner neighbor learning rate), λ (number of adaptation tep until a new node inertion), β (decreaing rate for all error counter), α (decreaing rate for the node between which a new node have been inerted), age max (maximal age for an edge to be conidered valid), nv (top criterion number of node in the map). The main proceing tep of GSRM are detailed below: 1. Start the map with a et A of three node with weight vector randomly choen from the input point et; 2. Draw an input point ξ from the point cloud P; 3. Find the firt ( w ), the econd ( w ( w ), and the third ) bet matching node (i.e. winner) of the map, that i, the three vertice (weight vector) of the map with hortet ditance from ξ ; w ξ w ξ A (1) 1 i i w ξ w ξ i A { 1} (2) i 2 w ξ w ξ i A { 1, 2} (3) i 3 4. Create (or reinforce) connection between thee node, and triangular face of the meh, according to the extended Competitive Hebbian Learning ; 5. Update the winner error counter according to Equation (4): 2 E = w ξ 1 (4) 1 6. Move 1 and it topological neighbor toward ξ with learning rate ε b e ε n, repectively: w w 1 i where N = ε ( ξ w b = ε ( ξ w n 1 1 i ) ) N i 1 i the et formed by the neighbor of 1 (5), (6) 7. Update the age of all edge emanating from 1 according to Equation (7): age = age +1 (7) 8. Remove invalid edge, i.e. thoe edge with age greater than age max, and their incident face; 9. If the number of input ignal preented o far to the network i an integer multiple of the parameter λ, then inert a new node. A. Decreae the error variable of q e f : E = αe E = αe (8), (9) q q f B. Interpolate the error variable of r from q e f : f

4 E = 0.5( e + E ) (10) r q f where: q i the node with the highet error counter, f i the q neighbor with highet error counter and r i the newly inerted node. 10. Decreae the error variable of all node, according to Equation (11): E = β E ( A) (11) 11. If a topping criterion (e.g. net ize or ome performance meaure) i not fulfilled, continue from tep 2. GSRM conider the number of node in the map a topping criterion a well. The main difference between GSRM and the tandard GNG are found in tep 4, 8, and 9. Such modification involve extenion of the Competitive Hebbian Learning, the procedure for edge removal and the vertex inertion operator. Thee difference are further dicued below. A. Extended Competitive Hebbian Learning (ECHL) In the Growing Self Recontruction Mehe, CHL i extended to create the topological face. The ECHL i decribed a: 1) For each ample preented to the map, three winner node are determined, i.e., node whoe weight vector are nearer to the ample then all the other node; 2) If there i not a ynaptic connection between each pair of thee node, thi connection i then created. If any of thee connection previouly exited thi fact i reinforced by the etting of it age to zero; 3) If the created or reinforced connection do not form a triangular face, uch a face i then created. B. Edge and Incident Face Removal During tep of weight vector adaptation, ome of the edge generated in the network may become invalid and are removed. A in GNG, an edge aging cheme i ued here. Edge whoe age become higher than a given threhold are automatically excluded from the meh. In tandard GNG thee edge are imply removed and o are the vertice without incident edge. In GSRM the elimination of edge implie in the removal of their incident face a well. Thi becaue thee face can not exit without any of the incident edge. The excluion occur a follow: 1) Remove face incident to the invalid edge, i.e. with age larger then age max. 2) Remove edge without incident face. The invalid edge are removed here becaue their entire face have been removed in the previou tep. Some other edge without incident face can be removed a well. 3) Remove vertice without incident edge. C. Vertice Inertion In the tandard GNG, a new vertex ( r ) i inerted between two exiting vertice ( q and f ). The original edge connecting q and f i removed and two new edge, connecting q and f to r are then created. Thi operation doe not create new triangular face when a new vertex i inerted. To overcome thi retriction, GSRM inert a new vertex in a imilar way to GCS. Figure 1 illutrate thi operation. The inertion of a new vertex in the meh happen a follow: 1) Inert a new vertex ( r ) and initialize it weight vector with the average of q and f. 2) Create edge connecting r to q and to f and to their common neighbor (hatched edge in Figure 1(b)). 3) Replace each face incident to the edge between q and f by two new face, one incident to the edge between r and q and the other incident to edge between r and f. 4) Remove the original edge connecting r e f (hatched edge in Figure 1(a). (a) (b) Figure 1 - (a) Original Meh (b) Meh after a new vertex inertion. IV. EXPERIMENTS Thi ection preent the reult of urface recontruction carried out by the propoed neural recontruction method applied to three ynthetic object: the Hand, the Max-Planck face, gently granted by Ionnai Ivrimitzi, and the Stanford Bunny, available on the internet (i.e. at Stanford repoitory 1 ). The point cloud contain only the patial coordinate of vertice in the original meh, no additional informational about the connectivity information among thee vertice are ued for the recontruction that are preented bellow. In all experiment preented here the mehe have five thouand vertice. The experiment carried out in thi work aim at howing the three major achievement of our new method: (1) The propoed learning algorithm for recontruction can learn (a) vertice coordinate and (b) the connectivity among the vertice, a GNG doe. Thi in addition to producing triangular mehe, a GCS doe, while tandard GNG only produce wireframe and GCS impoe retriction on the meh topology; (2) The propoed method i able to produce mehe with different reolution throughout learning proce; (3) The recontruction time of the propoed approach doe 1 The Stanford 3D Scanning Repoitory can be reached on the internet at acceed on October, 2006.

5 not depend on the point cloud ize. The Haudorff ditance [16] wa ued to compare the ditance between original and generated mehe with: GSRM, GCS (tandard), and Neural Mehe. The rationale i: the maller the ditance, the bet a recontructed meh repreent the original one. Mehe produce with ENG could not be compared becaue the comparion metric ued wa unavailable. A GNG doe not produced mehe (only wireframe), o the Haudorff ditance could not be calculated either. Figure 2 how the wireframe produced by GNG that approximate the hape of the recontructed object but are not polygonal mehe. Figure 3 illutrate the topological retriction of the GCS. Figure 3(a) how that thi map can not recontruct concave region (ee fale bridge between the finger) and Figure 3(b) how that GCS can not recontruct hole, ee the counter-example at the bottom of the hand. (a) (c) (b) (d) Figure 2 - Wireframe (5k vertice) produced with tandard GNG (e) (f) Figure 4 Hand, Max Plunk, and Bunny recontruction obtained with GSRM. (a) (b) Figure 3 Hand recontructed with tandard GCS [14]. Compare the two previou figure with reult preented in Figure 4, which are recontruction produced by GSRM. Note the remarkable learn ability of the preented method that can be evoked through the recontruction of concave region, in chart (a), (c) and (e), and, of hole a een in the chart (b), (d) and (f) thee three latter are bottom view of image preented in chart (a), (c) and (e), repectively. Due to it fractal growing, GSRM can generate mehe of different reolution at ditinct training tage. So it need not necearily to ue any refinement or implification method. Figure 5 how an example of thi feature. The learning time i independent of the number of point from the point cloud, once ampling i the only tep in which the point cloud i proceed and it i not amount depend. Table 1 how the Haudorff Ditance between the original mehe and thoe recontructed with GCS, GSRM (calculated with Metro Tool [16]), and Neural Mehe (taken from [10]). (a) (b) (c) Figure 5 - GSRM Fractal Growing with different reolution at ditinct learning tage: (a) 20 vertice, (b) 100 vertice, (c) 500 vertice. TABLE 1 HAUSDORFF DISTANCES BETWEEN THE ORIGINAL MODELS AND THE RECONSTRUCTION OBTAINED WITH GSRM AND NEURAL MESH. GCS GSRM Neural Meh Max Planck Hand Bunny The reult confirm that GSRM produce better reult then tandard GCS. Thi i becaue point filling concave region and hole in GCS mehe do not have correpondence with point in the original mehe. Although the overall number preent better reult for the recontruction of the Neural Meh, there are ome important remark: 1. The number of vertice ued in the Neural Meh model wa 20 thouand veru mere five thouand for the GCS,

6 GSRM model. 20k model wan t generated for the GSRM due to time retriction, a will be dicued later; 2. The reult preented for the Neural Meh doe not relate to the original method propoed by Ivriimtzi in 2003 [6]. It i related to another method alo propoed by Ivriimtzi in 2004 [15], when a topology learning tep wa introduced. Notice that the original Neural Meh i baed in GSC and, a aid before, thi network can not learn topology. Although the propoed method could recontruct the hape of target object, the mehe generated have ome limitation that could be olved by pot-proceing thee mehe in a future work. The limitation concern to mehe that are not 2 manifold, and undeirable hole, that can be eaily ditinguihed from the urface hole. The manifold meh creation algorithm propoed by the author of ENG [7], could be applied to olve the limitation of GSRM mehe. There are alo other algorithm that create manifold from non-manifold polygonal mehe, a the one propoed in [17]. Once the meh become a manifold, the Haudorff ditance between the original meh and the one generated with GSRM (hown in Table 1) hould decreae due the elimination of undeirable face whoe point doe not have correpondent point in the original meh. Another limitation of the method i that the training time increae with the current number of vertice in the meh. Thi i becaue of the winner earch at tep 4 of peudocode, the earch for the highet error counter node at tep 11 and the updating of each node error counter at tep 12. The winner earch time could be reduced with an octree baed earch [6]. Step 11 and 12 could be fater, refer to [10]. V. CONCLUSION AND FUTURE WORK The neural approach put forward in thi article ucceeded in recontructing urface model of the 3D object from point cloud repreenting their hape. The highlight of the propoed method are (i) topology learning, which i a challenging feature for recontruction method, (ii) time of recontruction independent of the ize of the point cloud and (iii) model generated at different reolution. The main problem detect for the method o-far are: (i) non 2-manifold mehe, (ii) mall amount of undeirable hole and (iii) prolonged learning time when dealing with many thouand of vertice. At thi point we have devied poible olution for the firt two problem by mean of pot-proceing of the meh with manifold creation algorithm a propoed at [7] and [17]. A for the ometime elevated learning time problem, it could be olved with algorithm that make the winner earch fater, a the octreebaed earch [6] and olution that could faten other tep of the algorithm, refer to Saleem [10]. VI. REFERENCES [1] J. Montagnat, H. Delingette, and N. Ayache. 'A review of deformable urface: topology. geometry and deformation," Image and Viion Computing, vol.19, [2] H. Hoppe, T. Deroe, T. Duchamp, J. Mcdonald, W. Stuetzle, Surface recontruction from unorganized point, In Siggraph 92, conference proceeding, pp , [3] N. Amenta, M. Bern, M. Kamvyeli, A new voronoi baed urface recontruction algorithm, In Siggraph 98, Conference Proceeding, pp , [4] Y. YU, Surface recontruction from unorganized point uing elforganizing neural network., Proceeding of IEEE Viualization Conference, pp , [5] A.M.B Júnior, A.D.D. Neto, and J.D. de Melo, Surface recontruction uing neural network and adaptive geometry mehe, Proceeding of the International Joint Conference on Neural Network, vol. 1, pp.:25-29, 2004 [6] I. Ivriimtzi, W.-K. Jeong, and H.-P. Seidel, Uing growing cell tructure for urface recontruction, Proceeding of Shape Modeling International Conference, pp , [7] J. Barhak, Recontruction of freeform object with arbitrary topology from multi range image, Ph.D. Thei, Mechanical Engineering Faculty, Technion, Haifa, Irael, [8] B. Fritzke, A growing neural ga network learn topologie, Advance in Neural Information Proceing Sytem, vol. 7, pp.: , [9] D. Terzopoulo, and A. Witkin, Deformable model, IEEE Computer Graphic and Application, vol. 8, no. 6, pp , [10] W. Saleem, A flexible framework for learning-baed Surface Recontruction, Mater Thei, Computer Science Departament, Univerity of Saarland, Saabrücken, Germany, [11] T. Kohonen, The elf-organizing map, Neurocomputing, vol 21, pp. 1-6, [12] T. M. Martinetz, and K. J. Schulten, Topology repreenting network, Neural Network, vol. 7, no 3, pp.: , [13] B. Fritzke, Unupervied ontogenetic network, Handbook of Neural Computation, IOP Publihing and Oxford Univerity Pre, [14] B. Fritzke, Growing cell tructure - a elf-organizing network for unupervied and upervied learning, Neural Network, vol. 7, no 9, pp.: , [15] I. Ivriimtzi, W.-K. Jeong, S. Lee, Y. Lee, and H.-P. Seidel, Neural mehe: urface recontruction with a learning algorithm, Reearch Report , Max-Planck-Intitut für Informatik, Saabrücken, Germany, [16] P. Cignoni, C. Rocchini, R. Scopigno, Meauring error on implified urface, Computer Graphic Forum, vol. 17, n 2, pp.: , [17] A. Guéziec, G. Taubin, F. Lazaru, W. Horn, Converting et of polygon to manifold urface by cutting and titching, Proceeding of the Nineth IEEE Viualization, pp.: , 1998.

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng Optical Illuion Sara Bolouki, Roger Groe, Honglak Lee, Andrew Ng. Introduction The goal of thi proect i to explain ome of the illuory phenomena uing pare coding and whitening model. Intead of the pare

More information

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL Excerpt from the Proceeding of the COMSO Conference 0 India Two Dimenional FEM Simulation of Ultraonic Wave Propagation in Iotropic Solid Media uing COMSO Bikah Ghoe *, Krihnan Balaubramaniam *, C V Krihnamurthy

More information

Partial optimal labeling search for a NP-hard subclass of (max,+) problems

Partial optimal labeling search for a NP-hard subclass of (max,+) problems Partial optimal labeling earch for a NP-hard ubcla of (max,+) problem Ivan Kovtun International Reearch and Training Center of Information Technologie and Sytem, Kiev, Uraine, ovtun@image.iev.ua Dreden

More information

A note on profit maximization and monotonicity for inbound call centers

A note on profit maximization and monotonicity for inbound call centers A note on profit maximization and monotonicity for inbound call center Ger Koole & Aue Pot Department of Mathematic, Vrije Univeriteit Amterdam, The Netherland 23rd December 2005 Abtract We conider an

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS Chritopher V. Kopek Department of Computer Science Wake Foret Univerity Winton-Salem, NC, 2709 Email: kopekcv@gmail.com

More information

Unit 11 Using Linear Regression to Describe Relationships

Unit 11 Using Linear Regression to Describe Relationships Unit 11 Uing Linear Regreion to Decribe Relationhip Objective: To obtain and interpret the lope and intercept of the leat quare line for predicting a quantitative repone variable from a quantitative explanatory

More information

A technical guide to 2014 key stage 2 to key stage 4 value added measures

A technical guide to 2014 key stage 2 to key stage 4 value added measures A technical guide to 2014 key tage 2 to key tage 4 value added meaure CONTENTS Introduction: PAGE NO. What i value added? 2 Change to value added methodology in 2014 4 Interpretation: Interpreting chool

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS G. Chapman J. Cleee E. Idle ABSTRACT Content matching i a neceary component of any ignature-baed network Intruion Detection

More information

A Spam Message Filtering Method: focus on run time

A Spam Message Filtering Method: focus on run time , pp.29-33 http://dx.doi.org/10.14257/atl.2014.76.08 A Spam Meage Filtering Method: focu on run time Sin-Eon Kim 1, Jung-Tae Jo 2, Sang-Hyun Choi 3 1 Department of Information Security Management 2 Department

More information

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems,

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems, MANAGEMENT SCIENCE Vol. 54, No. 3, March 28, pp. 565 572 in 25-199 ein 1526-551 8 543 565 inform doi 1.1287/mnc.17.82 28 INFORMS Scheduling Arrival to Queue: A Single-Server Model with No-Show INFORMS

More information

A Note on Profit Maximization and Monotonicity for Inbound Call Centers

A Note on Profit Maximization and Monotonicity for Inbound Call Centers OPERATIONS RESEARCH Vol. 59, No. 5, September October 2011, pp. 1304 1308 in 0030-364X ein 1526-5463 11 5905 1304 http://dx.doi.org/10.1287/opre.1110.0990 2011 INFORMS TECHNICAL NOTE INFORMS hold copyright

More information

AN OVERVIEW ON CLUSTERING METHODS

AN OVERVIEW ON CLUSTERING METHODS IOSR Journal Engineering AN OVERVIEW ON CLUSTERING METHODS T. Soni Madhulatha Aociate Preor, Alluri Intitute Management Science, Warangal. ABSTRACT Clutering i a common technique for tatitical data analyi,

More information

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks A Reolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networ Joé Craveirinha a,c, Rita Girão-Silva a,c, João Clímaco b,c, Lúcia Martin a,c a b c DEEC-FCTUC FEUC INESC-Coimbra International

More information

Mixed Method of Model Reduction for Uncertain Systems

Mixed Method of Model Reduction for Uncertain Systems SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol 4 No June Mixed Method of Model Reduction for Uncertain Sytem N Selvaganean Abtract: A mixed method for reducing a higher order uncertain ytem to a table reduced

More information

International Journal of Heat and Mass Transfer

International Journal of Heat and Mass Transfer International Journal of Heat and Ma Tranfer 5 (9) 14 144 Content lit available at ScienceDirect International Journal of Heat and Ma Tranfer journal homepage: www.elevier.com/locate/ijhmt Technical Note

More information

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation Proceeding on Privacy Enhancing Technologie 2015; 2015 (2):1 17 Reza Shokri* Privacy Game: Optimal Uer-Centric Data Obfucation Abtract: Conider uer who hare their data (e.g., location) with an untruted

More information

Profitability of Loyalty Programs in the Presence of Uncertainty in Customers Valuations

Profitability of Loyalty Programs in the Presence of Uncertainty in Customers Valuations Proceeding of the 0 Indutrial Engineering Reearch Conference T. Doolen and E. Van Aken, ed. Profitability of Loyalty Program in the Preence of Uncertainty in Cutomer Valuation Amir Gandomi and Saeed Zolfaghari

More information

Scheduling of Jobs and Maintenance Activities on Parallel Machines

Scheduling of Jobs and Maintenance Activities on Parallel Machines Scheduling of Job and Maintenance Activitie on Parallel Machine Chung-Yee Lee* Department of Indutrial Engineering Texa A&M Univerity College Station, TX 77843-3131 cylee@ac.tamu.edu Zhi-Long Chen** Department

More information

Performance of Multiple TFRC in Heterogeneous Wireless Networks

Performance of Multiple TFRC in Heterogeneous Wireless Networks Performance of Multiple TFRC in Heterogeneou Wirele Network 1 Hyeon-Jin Jeong, 2 Seong-Sik Choi 1, Firt Author Computer Engineering Department, Incheon National Univerity, oaihjj@incheon.ac.kr *2,Correponding

More information

Control of Wireless Networks with Flow Level Dynamics under Constant Time Scheduling

Control of Wireless Networks with Flow Level Dynamics under Constant Time Scheduling Control of Wirele Network with Flow Level Dynamic under Contant Time Scheduling Long Le and Ravi R. Mazumdar Department of Electrical and Computer Engineering Univerity of Waterloo,Waterloo, ON, Canada

More information

Assessing the Discriminatory Power of Credit Scores

Assessing the Discriminatory Power of Credit Scores Aeing the Dicriminatory Power of Credit Score Holger Kraft 1, Gerald Kroiandt 1, Marlene Müller 1,2 1 Fraunhofer Intitut für Techno- und Wirtchaftmathematik (ITWM) Gottlieb-Daimler-Str. 49, 67663 Kaierlautern,

More information

Bi-Objective Optimization for the Clinical Trial Supply Chain Management

Bi-Objective Optimization for the Clinical Trial Supply Chain Management Ian David Lockhart Bogle and Michael Fairweather (Editor), Proceeding of the 22nd European Sympoium on Computer Aided Proce Engineering, 17-20 June 2012, London. 2012 Elevier B.V. All right reerved. Bi-Objective

More information

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms Rik Management for a Global Supply Chain Planning under Uncertainty: Model and Algorithm Fengqi You 1, John M. Waick 2, Ignacio E. Gromann 1* 1 Dept. of Chemical Engineering, Carnegie Mellon Univerity,

More information

Availability of WDM Multi Ring Networks

Availability of WDM Multi Ring Networks Paper Availability of WDM Multi Ring Network Ivan Rado and Katarina Rado H d.o.o. Motar, Motar, Bonia and Herzegovina Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Univerity

More information

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Annale Univeritati Apuleni Serie Oeconomica, 2(2), 200 CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Sidonia Otilia Cernea Mihaela Jaradat 2 Mohammad

More information

SENSING IMAGES. School of Remote Sensing and Information Engineering, Wuhan University, 129# Luoyu Road, Wuhan, China,ych@whu.edu.

SENSING IMAGES. School of Remote Sensing and Information Engineering, Wuhan University, 129# Luoyu Road, Wuhan, China,ych@whu.edu. International Archive of the Photogrammetry, Remote Sening and Spatial Information Science, Volume X-/W, 3 8th International Sympoium on Spatial Data Quality, 3 May - June 3, Hong Kong COUD DETECTION METHOD

More information

Introduction to the article Degrees of Freedom.

Introduction to the article Degrees of Freedom. Introduction to the article Degree of Freedom. The article by Walker, H. W. Degree of Freedom. Journal of Educational Pychology. 3(4) (940) 53-69, wa trancribed from the original by Chri Olen, George Wahington

More information

SCM- integration: organiational, managerial and technological iue M. Caridi 1 and A. Sianei 2 Dipartimento di Economia e Produzione, Politecnico di Milano, Italy E-mail: maria.caridi@polimi.it Itituto

More information

Towards Control-Relevant Forecasting in Supply Chain Management

Towards Control-Relevant Forecasting in Supply Chain Management 25 American Control Conference June 8-1, 25. Portland, OR, USA WeA7.1 Toward Control-Relevant Forecating in Supply Chain Management Jay D. Schwartz, Daniel E. Rivera 1, and Karl G. Kempf Control Sytem

More information

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN Mobile Network Configuration for Large-cale Multimedia Delivery on a Single WLAN Huigwang Je, Dongwoo Kwon, Hyeonwoo Kim, and Hongtaek Ju Dept. of Computer Engineering Keimyung Univerity Daegu, Republic

More information

Performance of a Browser-Based JavaScript Bandwidth Test

Performance of a Browser-Based JavaScript Bandwidth Test Performance of a Brower-Baed JavaScript Bandwidth Tet David A. Cohen II May 7, 2013 CP SC 491/H495 Abtract An exiting brower-baed bandwidth tet written in JavaScript wa modified for the purpoe of further

More information

Cluster-Aware Cache for Network Attached Storage *

Cluster-Aware Cache for Network Attached Storage * Cluter-Aware Cache for Network Attached Storage * Bin Cai, Changheng Xie, and Qiang Cao National Storage Sytem Laboratory, Department of Computer Science, Huazhong Univerity of Science and Technology,

More information

Analysis of Mesostructure Unit Cells Comprised of Octet-truss Structures

Analysis of Mesostructure Unit Cells Comprised of Octet-truss Structures Analyi of Meotructure Unit Cell Compried of Octet-tru Structure Scott R. Johnton *, Marque Reed *, Hongqing V. Wang, and David W. Roen * * The George W. Woodruff School of Mechanical Engineering, Georgia

More information

Group Mutual Exclusion Based on Priorities

Group Mutual Exclusion Based on Priorities Group Mutual Excluion Baed on Prioritie Karina M. Cenci Laboratorio de Invetigación en Sitema Ditribuido Univeridad Nacional del Sur Bahía Blanca, Argentina kmc@c.un.edu.ar and Jorge R. Ardenghi Laboratorio

More information

TRADING rules are widely used in financial market as

TRADING rules are widely used in financial market as Complex Stock Trading Strategy Baed on Particle Swarm Optimization Fei Wang, Philip L.H. Yu and David W. Cheung Abtract Trading rule have been utilized in the tock market to make profit for more than a

More information

A model for the relationship between tropical precipitation and column water vapor

A model for the relationship between tropical precipitation and column water vapor Click Here for Full Article GEOPHYSICAL RESEARCH LETTERS, VOL. 36, L16804, doi:10.1029/2009gl039667, 2009 A model for the relationhip between tropical precipitation and column water vapor Caroline J. Muller,

More information

Project Management Basics

Project Management Basics Project Management Baic A Guide to undertanding the baic component of effective project management and the key to ucce 1 Content 1.0 Who hould read thi Guide... 3 1.1 Overview... 3 1.2 Project Management

More information

Exposure Metering Relating Subject Lighting to Film Exposure

Exposure Metering Relating Subject Lighting to Film Exposure Expoure Metering Relating Subject Lighting to Film Expoure By Jeff Conrad A photographic expoure meter meaure ubject lighting and indicate camera etting that nominally reult in the bet expoure of the film.

More information

NETWORK TRAFFIC ENGINEERING WITH VARIED LEVELS OF PROTECTION IN THE NEXT GENERATION INTERNET

NETWORK TRAFFIC ENGINEERING WITH VARIED LEVELS OF PROTECTION IN THE NEXT GENERATION INTERNET Chapter 1 NETWORK TRAFFIC ENGINEERING WITH VARIED LEVELS OF PROTECTION IN THE NEXT GENERATION INTERNET S. Srivatava Univerity of Miouri Kana City, USA hekhar@conrel.ice.umkc.edu S. R. Thirumalaetty now

More information

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE Progre In Electromagnetic Reearch Letter, Vol. 3, 51, 08 BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE S. H. Zainud-Deen Faculty of Electronic Engineering Menoufia

More information

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS INTERACTIVE TOOL FOR ANALYSIS OF TIMEDELAY SYSTEMS WITH DEADTIME COMPENSATORS Joé Lui Guzmán, Pedro García, Tore Hägglund, Sebatián Dormido, Pedro Alberto, Manuel Berenguel Dep. de Lenguaje y Computación,

More information

Acceleration-Displacement Crash Pulse Optimisation A New Methodology to Optimise Vehicle Response for Multiple Impact Speeds

Acceleration-Displacement Crash Pulse Optimisation A New Methodology to Optimise Vehicle Response for Multiple Impact Speeds Acceleration-Diplacement Crah Pule Optimiation A New Methodology to Optimie Vehicle Repone for Multiple Impact Speed D. Gildfind 1 and D. Ree 2 1 RMIT Univerity, Department of Aeropace Engineering 2 Holden

More information

2. METHOD DATA COLLECTION

2. METHOD DATA COLLECTION Key to learning in pecific ubject area of engineering education an example from electrical engineering Anna-Karin Cartenen,, and Jonte Bernhard, School of Engineering, Jönköping Univerity, S- Jönköping,

More information

INFORMATION Technology (IT) infrastructure management

INFORMATION Technology (IT) infrastructure management IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL. 2, NO. 1, MAY 214 1 Buine-Driven Long-term Capacity Planning for SaaS Application David Candeia, Ricardo Araújo Santo and Raquel Lope Abtract Capacity Planning

More information

Trusted Document Signing based on use of biometric (Face) keys

Trusted Document Signing based on use of biometric (Face) keys Truted Document Signing baed on ue of biometric (Face) Ahmed B. Elmadani Department of Computer Science Faculty of Science Sebha Univerity Sebha Libya www.ebhau.edu.ly elmadan@yahoo.com ABSTRACT An online

More information

The Cash Flow Statement: Problems with the Current Rules

The Cash Flow Statement: Problems with the Current Rules A C C O U N T I N G & A U D I T I N G accounting The Cah Flow Statement: Problem with the Current Rule By Neii S. Wei and Jame G.S. Yang In recent year, the tatement of cah flow ha received increaing attention

More information

CASE STUDY BRIDGE. www.future-processing.com

CASE STUDY BRIDGE. www.future-processing.com CASE STUDY BRIDGE TABLE OF CONTENTS #1 ABOUT THE CLIENT 3 #2 ABOUT THE PROJECT 4 #3 OUR ROLE 5 #4 RESULT OF OUR COLLABORATION 6-7 #5 THE BUSINESS PROBLEM THAT WE SOLVED 8 #6 CHALLENGES 9 #7 VISUAL IDENTIFICATION

More information

Name: SID: Instructions

Name: SID: Instructions CS168 Fall 2014 Homework 1 Aigned: Wedneday, 10 September 2014 Due: Monday, 22 September 2014 Name: SID: Dicuion Section (Day/Time): Intruction - Submit thi homework uing Pandagrader/GradeScope(http://www.gradecope.com/

More information

Support Vector Machine Based Electricity Price Forecasting For Electricity Markets utilising Projected Assessment of System Adequacy Data.

Support Vector Machine Based Electricity Price Forecasting For Electricity Markets utilising Projected Assessment of System Adequacy Data. The Sixth International Power Engineering Conference (IPEC23, 27-29 November 23, Singapore Support Vector Machine Baed Electricity Price Forecating For Electricity Maret utiliing Projected Aement of Sytem

More information

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1.

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1. International Journal of Advanced Technology & Engineering Reearch (IJATER) REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND Abtract TAGUCHI METHODOLOGY Mr.

More information

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms Tap Into Smartphone Demand: Mobile-izing Enterprie Webite by Uing Flexible, Open Source Platform acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 Tap Into Smartphone Demand:

More information

A New Optimum Jitter Protection for Conversational VoIP

A New Optimum Jitter Protection for Conversational VoIP Proc. Int. Conf. Wirele Commun., Signal Proceing (Nanjing, China), 5 pp., Nov. 2009 A New Optimum Jitter Protection for Converational VoIP Qipeng Gong, Peter Kabal Electrical & Computer Engineering, McGill

More information

MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) *

MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) * MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) * Praanna Padmanabhan School of Computer Science The Univerity of Oklahoma Norman OK, USA praannap@yahoo-inc.com Dr. Le Gruenwald

More information

Benchmarking Bottom-Up and Top-Down Strategies for SPARQL-to-SQL Query Translation

Benchmarking Bottom-Up and Top-Down Strategies for SPARQL-to-SQL Query Translation Benchmarking Bottom-Up and Top-Down Strategie for SPARQL-to-SQL Query Tranlation Kahlev a, Chebotko b,c, John Abraham b, Pearl Brazier b, and Shiyong Lu a a Department of Computer Science, Wayne State

More information

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS Aignment Report RP/98-983/5/0./03 Etablihment of cientific and technological information ervice for economic and ocial development FOR INTERNAL UE NOT FOR GENERAL DITRIBUTION FEDERATION OF ARAB CIENTIFIC

More information

Solution of the Heat Equation for transient conduction by LaPlace Transform

Solution of the Heat Equation for transient conduction by LaPlace Transform Solution of the Heat Equation for tranient conduction by LaPlace Tranform Thi notebook ha been written in Mathematica by Mark J. McCready Profeor and Chair of Chemical Engineering Univerity of Notre Dame

More information

Bidding for Representative Allocations for Display Advertising

Bidding for Representative Allocations for Display Advertising Bidding for Repreentative Allocation for Diplay Advertiing Arpita Ghoh, Preton McAfee, Kihore Papineni, and Sergei Vailvitkii Yahoo! Reearch. {arpita, mcafee, kpapi, ergei}@yahoo-inc.com Abtract. Diplay

More information

6. Friction, Experiment and Theory

6. Friction, Experiment and Theory 6. Friction, Experiment and Theory The lab thi wee invetigate the rictional orce and the phyical interpretation o the coeicient o riction. We will mae ue o the concept o the orce o gravity, the normal

More information

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System Probability and Statitic Volume 5, Article ID 558, 8 page http://dxdoiorg/55/5/558 Reearch Article An (, S) Production Inventory Controlled Self-Service Queuing Sytem Anoop N Nair and M J Jacob Department

More information

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test Report 4668-1b Meaurement report Sylomer - field tet Report 4668-1b 2(16) Contet 1 Introduction... 3 1.1 Cutomer... 3 1.2 The ite and purpoe of the meaurement... 3 2 Meaurement... 6 2.1 Attenuation of

More information

Turbulent Mixing and Chemical Reaction in Stirred Tanks

Turbulent Mixing and Chemical Reaction in Stirred Tanks Turbulent Mixing and Chemical Reaction in Stirred Tank André Bakker Julian B. Faano Blend time and chemical product ditribution in turbulent agitated veel can be predicted with the aid of Computational

More information

Multi-Objective Optimization for Sponsored Search

Multi-Objective Optimization for Sponsored Search Multi-Objective Optimization for Sponored Search Yilei Wang 1,*, Bingzheng Wei 2, Jun Yan 2, Zheng Chen 2, Qiao Du 2,3 1 Yuanpei College Peking Univerity Beijing, China, 100871 (+86)15120078719 wangyileipku@gmail.com

More information

Utility-Based Flow Control for Sequential Imagery over Wireless Networks

Utility-Based Flow Control for Sequential Imagery over Wireless Networks Utility-Baed Flow Control for Sequential Imagery over Wirele Networ Tomer Kihoni, Sara Callaway, and Mar Byer Abtract Wirele enor networ provide a unique et of characteritic that mae them uitable for building

More information

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter Stoc and Their Valuation ANSWERS TO EN-OF-CHAPTER QUESTIONS - a. A proxy i a document giving one peron the authority to act for another, typically the power to vote hare of common toc. If earning

More information

Despeckling Synthetic Aperture Radar Images with Cloud Computing using Graphics Processing Units

Despeckling Synthetic Aperture Radar Images with Cloud Computing using Graphics Processing Units Depeckling Synthetic Aperture Radar Image with Cloud Computing uing Graphic Proceing Unit Matej Keneman 1, Dušan Gleich, Amor Chowdhury 1 1 Margento R & D d.o.o., Gopovetka ceta 84, Maribor, Slovenia matej.keneman@gmail.com

More information

RISK MANAGEMENT POLICY

RISK MANAGEMENT POLICY RISK MANAGEMENT POLICY The practice of foreign exchange (FX) rik management i an area thrut into the potlight due to the market volatility that ha prevailed for ome time. A a conequence, many corporation

More information

Improving the Performance of Web Service Recommenders Using Semantic Similarity

Improving the Performance of Web Service Recommenders Using Semantic Similarity Improving the Performance of Web Service Recommender Uing Semantic Similarity Juan Manuel Adán-Coello, Carlo Miguel Tobar, Yang Yuming Faculdade de Engenharia de Computação, Pontifícia Univeridade Católica

More information

Linear energy-preserving integrators for Poisson systems

Linear energy-preserving integrators for Poisson systems BIT manucript No. (will be inerted by the editor Linear energy-preerving integrator for Poion ytem David Cohen Ernt Hairer Received: date / Accepted: date Abtract For Hamiltonian ytem with non-canonical

More information

DUE to the small size and low cost of a sensor node, a

DUE to the small size and low cost of a sensor node, a 1992 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 14, NO. 10, OCTOBER 2015 A Networ Coding Baed Energy Efficient Data Bacup in Survivability-Heterogeneou Senor Networ Jie Tian, Tan Yan, and Guiling Wang

More information

MBA 570x Homework 1 Due 9/24/2014 Solution

MBA 570x Homework 1 Due 9/24/2014 Solution MA 570x Homework 1 Due 9/24/2014 olution Individual work: 1. Quetion related to Chapter 11, T Why do you think i a fund of fund market for hedge fund, but not for mutual fund? Anwer: Invetor can inexpenively

More information

v = x t = x 2 x 1 t 2 t 1 The average speed of the particle is absolute value of the average velocity and is given Distance travelled t

v = x t = x 2 x 1 t 2 t 1 The average speed of the particle is absolute value of the average velocity and is given Distance travelled t Chapter 2 Motion in One Dimenion 2.1 The Important Stuff 2.1.1 Poition, Time and Diplacement We begin our tudy of motion by conidering object which are very mall in comparion to the ize of their movement

More information

Proceedings of Power Tech 2007, July 1-5, Lausanne

Proceedings of Power Tech 2007, July 1-5, Lausanne Second Order Stochatic Dominance Portfolio Optimization for an Electric Energy Company M.-P. Cheong, Student Member, IEEE, G. B. Sheble, Fellow, IEEE, D. Berleant, Senior Member, IEEE and C.-C. Teoh, Student

More information

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T Pekka Helkiö, 58490K Antti Seppälä, 63212W Oi Syd, 63513T Table of Content 1. Abtract...1 2. Introduction...2 2.1 Background... 2 2.2 Objective and Reearch Problem... 2 2.3 Methodology... 2 2.4 Scoping

More information

Mobility Improves Coverage of Sensor Networks

Mobility Improves Coverage of Sensor Networks Mobility Improve Coverage of Senor Networ Benyuan Liu Dept. of Computer Science Univerity of Maachuett-Lowell Lowell, MA 1854 Peter Bra Dept. of Computer Science City College of New Yor New Yor, NY 131

More information

Redesigning Ratings: Assessing the Discriminatory Power of Credit Scores under Censoring

Redesigning Ratings: Assessing the Discriminatory Power of Credit Scores under Censoring Redeigning Rating: Aeing the Dicriminatory Power of Credit Score under Cenoring Holger Kraft, Gerald Kroiandt, Marlene Müller Fraunhofer Intitut für Techno- und Wirtchaftmathematik (ITWM) Thi verion: June

More information

A COMPARATIVE STUDY OF THREE-PHASE AND SINGLE-PHASE PLL ALGORITHMS FOR GRID-CONNECTED SYSTEMS

A COMPARATIVE STUDY OF THREE-PHASE AND SINGLE-PHASE PLL ALGORITHMS FOR GRID-CONNECTED SYSTEMS A COMPARATIE STUDY OF THREEPHASE AND SINGLEPHASE PLL ALGORITHMS FOR GRIDCONNECTED SYSTEMS Ruben Marco do Santo Filho Centro Federal de Educação Tecnológica CEFETMG Coord. Eletrônica Av. Amazona 553 Belo

More information

Graph Analyi I Network Meaure of the Networked Adaptive Agents

Graph Analyi I Network Meaure of the Networked Adaptive Agents Uing Graph Analyi to Study Network of Adaptive Agent Sherief Abdallah Britih Univerity in Dubai, United Arab Emirate Univerity of Edinburgh, United Kingdom hario@ieee.org ABSTRACT Experimental analyi of

More information

Sector Concentration in Loan Portfolios and Economic Capital. Abstract

Sector Concentration in Loan Portfolios and Economic Capital. Abstract Sector Concentration in Loan Portfolio and Economic Capital Klau Düllmann and Nancy Machelein 2 Thi verion: September 2006 Abtract The purpoe of thi paper i to meaure the potential impact of buine-ector

More information

POSSIBILITIES OF INDIVIDUAL CLAIM RESERVE RISK MODELING

POSSIBILITIES OF INDIVIDUAL CLAIM RESERVE RISK MODELING POSSIBILITIES OF INDIVIDUAL CLAIM RESERVE RISK MODELING Pavel Zimmermann * 1. Introduction A ignificant increae in demand for inurance and financial rik quantification ha occurred recently due to the fact

More information

Return on Investment and Effort Expenditure in the Software Development Environment

Return on Investment and Effort Expenditure in the Software Development Environment International Journal of Applied Information ytem (IJAI) IN : 2249-0868 Return on Invetment and Effort Expenditure in the oftware Development Environment Dineh Kumar aini Faculty of Computing and IT, ohar

More information

Algorithms for Advance Bandwidth Reservation in Media Production Networks

Algorithms for Advance Bandwidth Reservation in Media Production Networks Algorithm for Advance Bandwidth Reervation in Media Production Network Maryam Barhan 1, Hendrik Moen 1, Jeroen Famaey 2, Filip De Turck 1 1 Department of Information Technology, Ghent Univerity imind Gaton

More information

TOWARDS AUTOMATED LIDAR BORESIGHT SELF-CALIBRATION

TOWARDS AUTOMATED LIDAR BORESIGHT SELF-CALIBRATION TOWARDS AUTOMATED LIDAR BORESIGHT SELF-CALIBRATION J. Skaloud a, *, P. Schaer a a TOPO Lab, Ecole Polytechnique Fédérale de Lauanne (EPFL), Station 18, 1015 Lauanne, Switzerland KEY WORDS: airborne laer

More information

Network Architecture for Joint Failure Recovery and Traffic Engineering

Network Architecture for Joint Failure Recovery and Traffic Engineering Network Architecture for Joint Failure Recovery and Traffic Engineering Martin Suchara Dept. of Computer Science Princeton Univerity, NJ 08544 muchara@princeton.edu Dahai Xu AT&T Lab Reearch Florham Park,

More information

How to Maximize User Satisfaction Degree in Multi-service IP Networks

How to Maximize User Satisfaction Degree in Multi-service IP Networks How to Maximize Uer Satifaction Degree in Multi-ervice IP Network Huy Anh Nguyen, Tam Van Nguyen and Deokai Choi Department of Electronic and Computer Engineering Chonnam National Univerity Gwangu, KOREA

More information

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal How Enterprie Can Build Integrated Digital Marketing Experience Uing Drupal acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 How Enterprie Can Build Integrated Digital Marketing

More information

Combining Statistics and Semantics via Ensemble Model for Document Clustering

Combining Statistics and Semantics via Ensemble Model for Document Clustering ombining tatitic and emantic via Enemble Model or Document lutering amah Jamal Fodeh Michigan tate Univerity Eat Laning, MI, 48824 odeham@mu.edu William F Punch Michigan tate Univerity Eat Laning, MI,

More information

Design of Compound Hyperchaotic System with Application in Secure Data Transmission Systems

Design of Compound Hyperchaotic System with Application in Secure Data Transmission Systems Deign of Compound Hyperchaotic Sytem with Application in Secure Data Tranmiion Sytem D. Chantov Key Word. Lyapunov exponent; hyperchaotic ytem; chaotic ynchronization; chaotic witching. Abtract. In thi

More information

January 21, 2015. Abstract

January 21, 2015. Abstract T S U I I E P : T R M -C S J. R January 21, 2015 Abtract Thi paper evaluate the trategic behavior of a monopolit to influence environmental policy, either with taxe or with tandard, comparing two alternative

More information

In this paper, we investigate toll setting as a policy tool to regulate the use of roads for dangerous goods

In this paper, we investigate toll setting as a policy tool to regulate the use of roads for dangerous goods Vol. 43, No. 2, May 2009, pp. 228 243 in 0041-1655 ein 1526-5447 09 4302 0228 inform doi 10.1287/trc.1080.0236 2009 INFORMS Toll Policie for Mitigating Hazardou Material Tranport Rik Patrice Marcotte,

More information

HUMAN CAPITAL AND THE FUTURE OF TRANSITION ECONOMIES * Michael Spagat Royal Holloway, University of London, CEPR and Davidson Institute.

HUMAN CAPITAL AND THE FUTURE OF TRANSITION ECONOMIES * Michael Spagat Royal Holloway, University of London, CEPR and Davidson Institute. HUMAN CAPITAL AND THE FUTURE OF TRANSITION ECONOMIES * By Michael Spagat Royal Holloway, Univerity of London, CEPR and Davidon Intitute Abtract Tranition economie have an initial condition of high human

More information

Bundled Discounts: Strategic Substitutes or Complements?

Bundled Discounts: Strategic Substitutes or Complements? Bundled Dicount: Strategic Subtitute or Complement? Duarte Brito y Univeridade Nova de Liboa and CEFGE-UE Helder Vaconcelo z Faculdade de Economia, Univeridade do Porto, CEF.UP and CEPR June 2, 24 btract

More information

Parallel Adaptive Multigrid Methods in Plane Linear Elasticity Problems

Parallel Adaptive Multigrid Methods in Plane Linear Elasticity Problems Numerical Linear Algebra with Application, Vol. 1(1), 1 1 (1996) Parallel Adaptive Multigrid Method in Plane Linear Elaticity Problem Peter Batian, Stefan Lang Intitut für Computeranwendungen III, Univerität

More information

Queueing Models for Multiclass Call Centers with Real-Time Anticipated Delays

Queueing Models for Multiclass Call Centers with Real-Time Anticipated Delays Queueing Model for Multicla Call Center with Real-Time Anticipated Delay Oualid Jouini Yve Dallery Zeynep Akşin Ecole Centrale Pari Koç Univerity Laboratoire Génie Indutriel College of Adminitrative Science

More information

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective Growth and Sutainability of Managed Security Service etwork: An Economic Perpective Alok Gupta Dmitry Zhdanov Department of Information and Deciion Science Univerity of Minneota Minneapoli, M 55455 (agupta,

More information

arxiv:1309.0110v1 [q-fin.cp] 31 Aug 2013

arxiv:1309.0110v1 [q-fin.cp] 31 Aug 2013 arxiv:139.11v1 [q-fin.cp] 31 Aug 213 ADI cheme for pricing American option under the Heton model Tinne Haentjen and Karel J. in t Hout September 3, 213 Abtract In thi paper a imple, effective adaptation

More information

Unusual Option Market Activity and the Terrorist Attacks of September 11, 2001*

Unusual Option Market Activity and the Terrorist Attacks of September 11, 2001* Allen M. Potehman Univerity of Illinoi at Urbana-Champaign Unuual Option Market Activity and the Terrorit Attack of September 11, 2001* I. Introduction In the aftermath of the terrorit attack on the World

More information

DMA Departamento de Matemática e Aplicações Universidade do Minho

DMA Departamento de Matemática e Aplicações Universidade do Minho Univeridade do Minho DMA Departamento de Matemática e Aplicaçõe Univeridade do Minho Campu de Gualtar 47-57 Braga Portugal www.math.uminho.pt Univeridade do Minho Ecola de Ciência Departamento de Matemática

More information

Distributed Monitoring and Aggregation in Wireless Sensor Networks

Distributed Monitoring and Aggregation in Wireless Sensor Networks Ditributed Monitoring and Aggregation in Wirele Senor Network Changlei Liu and Guohong Cao Department of Computer Science & Engineering The Pennylvania State Univerity E-mail: {chaliu, gcao}@ce.pu.edu

More information

EVALUATING SERVICE QUALITY OF MOBILE APPLICATION STORES: A COMPARISON OF THREE TELECOMMUNICATION COMPANIES IN TAIWAN

EVALUATING SERVICE QUALITY OF MOBILE APPLICATION STORES: A COMPARISON OF THREE TELECOMMUNICATION COMPANIES IN TAIWAN International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 4, April 2012 pp. 2563 2581 EVALUATING SERVICE QUALITY OF MOBILE APPLICATION

More information

Socially Optimal Pricing of Cloud Computing Resources

Socially Optimal Pricing of Cloud Computing Resources Socially Optimal Pricing of Cloud Computing Reource Ihai Menache Microoft Reearch New England Cambridge, MA 02142 t-imena@microoft.com Auman Ozdaglar Laboratory for Information and Deciion Sytem Maachuett

More information