On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images

Size: px
Start display at page:

Download "On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images"

Transcription

1 On combining Learning Vector Quantization and the Bayeian claifier for natural textured image María Guiarro Dept. Ingeniería del Software e Inteligencia Artificial Facultad Informática Univeridad Complutene 8040 Madrid mariaguiarro@gmail.com Raquel Abreu Dpto. Informática y Automática ETS Ingeniería Informática Univ. Nacional Educación a Ditancia 8040 Madrid raquel.abreuhernando@telefonica.e Gonzalo Paare Dept. Ingeniería del Software e Inteligencia Artificial Facultad Informática Univeridad Complutene 8040 Madrid paare@dacya.ucm.e Abtract One obective for claifying texture in natural image i to achieve the bet performance poible. Unupervied technique are uitable when no prior knowledge about the image content i available. The main drawback of unupervied approache i it wort performance a compared againt upervied one. We propoe a new unupervied hybrid approach baed on two wellteted claifier: Vector Quantization (VQ) and Bayeian (BY). The VQ unupervied method etablihe an initial partition which i validated and improved through the upervied BY. A comparative analyi i carried out againt claical claifier, verifying it performance.. Introduction Nowaday the increaing technology of aerial image i demanding olution for different image-baed application. The natural texture claification i one of uch application due to the high patial reolution achieved in the image. The area where texture are uitable include agricultural crop ordination, foret or urban identification and damage evaluation in catatrophe or dynamic path planning during recue miion or intervention ervice alo in catatrophe (fire, flood). Different claical technique have been tudied for image texture claification, namely: Bayeian, K-Nearet, Neural Network, Vector Quantization [, 5, 6, 7, 0]. Thee claifier are upervied method, which perform appropriately if a correct partition i ued for training them. Thi implie that the ample have been correctly aigned a belonging to each cluter. Unfortunately, the variety of texture in aerial image could become high or even if unpredictable. Hence, unupervied automatic claification approache hould be uitable in order to etablih the bet cluter partition. The Vector Quantization approach (VQ) i one of the poible unupervied approache, the main drawback of VQ i it trong dependency from the threhold ued for the partition and the order in which the ample are proceed. We propoe the ue of the unupervied VQ claifier upervied by the Bayeian (BY) claifier. Hence, the cluter partition upplied by the VQ i verified by the BY. Thi i a hybrid approach which making the main finding of thi work. There are pixel-baed and region-baed approache. A pixel-baed approach trie to claify each pixel a belonging to one of the clae. The region-baed identifie pattern of texture within the image and decribe each pattern by applying filtering (law mak, Gabor filter, Wavelet, etc.), it i aumed that each texture diplay different level of energy allowing it identification at different cale [], []. The behaviour of feature ha been alo tudied in texture claification, where the et of feature decribe each pattern [3, ]. Thi i out of the cope of thi paper. The aerial image ued in our experiment do not diplay texture pattern. Thi implie that textured region cannot be identified by applying region-baed. In thi work we ue a pixel-baed approach under red-green-blue (RGB) colour repreentation becaue it perform favourably againt other colour mapping a reported in []. Hence, the three RGB pectral value are the feature ued in our method.

2 96 II Congreo Epañol de Informática The paper i organized a follow. Section decribe the deign of the automatic hybrid claifier, where the VQ and BY method are briefly decribed. Section 3 how experimental and comparative reult. Finally, in the ection 4 the concluion are preented.. Automatic Unupervied Claifier Our ytem work in two tage: training and claification. The training phae trie to obtain the bet partition for the available training pattern. The claification phae ue the reult obtained during the training and claifie the new incoming pattern. Figure diplay the training ytem architecture with two main module (VQ and BY). x i training pattern T VQ P v BY modify T m C Figure. Combination of Claifier valid fuzzy partition? no KB P v m C The working proce i decribed below, ) The VQ module receive the training pattern x i and a threhold T and provide a partition (cluter) P. Thi mean that the BY module receive the number of cluter (c), their centre (v ) and the training ample x belonging to each cluter w. ) The BY module etimate the cluter centre (m ) and covariance matrice C. Thi allow u to verify the partition validation. 3) If P i a valid partition it i tored in the knowledge bae (KB) o that the cluter centre are available during the claification phae after the training one. 4) If P i not validated, the threhold T i modified and a new partition, with the initial et of training ample available, i intended until the i ye validation i achieved. A before the new partition i generated by the VQ module. 5) During the claification phae the ytem recover, from the KB, the cluter centre v, m and C obtained during the training phae. Each new pattern i claified a belonging to the available cluter by applying the Baye approach. Hence, thi pattern will belong to each cluter with a different probability value. The final deciion i made baed on the maximum probability value... Vector Quantization The VQ approach [,4] tart with the obervation of a et X of n training pattern, i.e 3 X x, x,..., x. The ample are threedimenional becaue the feature are the three n pectral RGB value. The VQ proce i a follow: ) Define the threhold T value and elect a metric ditance (euclidean). ) For each training pattern x i compute it ditance to each cluter centre v, d i (x i, v ). If x i i the firt pattern it i the firt centre, i.e. v = x i. 3) Compute d ik (x i, v k ) < d i (x i, v ) k. If d ik (x i,v k ) < T then aign x i to the cluter aociated to the centre v k which give the minimum ditance and update thi centre v k by averaging the ample belonging to thi cluter. 4) If d ik (x i, v k ) T then a new cluter i created and it new cluter centre i exactly the ample, i.e. v k = x i. After thi proce a partition P i obtained with c cluter, each one with it cluter centre v where =,,,c and a ubet X X of n pattern ample belonging to each cluter w... Bayeian approach The BY module receive the partition, i.e. the ample ditributed into the cluter. Given a pattern vector x, under the Bayeian framework, the main problem to be olved are the etimation of a et of cla-conditional probability denity function p x w ) and the a ( priori probabilitie P ( w ) for each cla w [4]. The probability denity function p( x) can be

3 IV Taller de Minería de Dato y Aprendizae 97 modelled a a mixture denity ditribution coniting of c denity component aociated to the c cluter, c p( x ) p x w P( w ) () The method i ummarized a follow, ) For each cla w compute it aociated mean vector m ) With the n ample x belonging to the cla w compute de covariance matrix a follow, C t m x m n x i i () n where t denote tranpoe. 3) Once the parameter m and C are etimated, the cla conditional probability denity function i given by, p x w r C exp.3. Partition validation i t x m C x m (3) The next tep conit in the partition validation. Thi i carried out by computing the divergence between two cluter w i and w through the equation (4) according to Jenen [8]. C C C C Diverg Tr i i i (4) t Trm m C C m m i i i where Tr i the trace for the matrix; m i, C i and m C are the mean and covariance matrice for cluter w i and w repectively; t denote tranpoe. The divergence i a meaure of eparability between two cluter, o that the higher the divergence, the higher the cluter eparation. In order to determine the validity of the partition, we compute the divergence between each two cluter and then average the value of the divergence. The maximum value of the averaged divergence for different value of c determine the bet partition, i.e. the bet number of cluter for the et of training ample available. Value of the divergence greater than 80 are acceptable. Following the cheme in the figure and baed on the averaged divergence value, if the partition i reected then the threhold T mut be modified in order to try a new better partition P; otherwie if the current partition i accepted, it i tored in the KB. Different partition are intended by upplying the ample in different order of proceing. The order i randomly etablihed. In our experiment, we have verified that the divergence value range between 0 and 30. Hence we map linearly thee divergence value o that they range in [0,] a D D 30 i i. Moreover, we are uing RGB value a feature ranging in [0,55]. Thi implie that the cluter (ample) are mapped into the 3- dimeninal pace, where each axi varie between 0 and 55. Therefore, the maximum Euclidean ditance d E in thi pace i given by the two oppoite point (0,0,0) and (55,55,55) reulting the following value d E 44. Hence, thi will be the maximum threhold value T. It minimum value i bounded by cero. We define the following quantum magnitude Q d E 40. The modification proce for T i expreed by (6). We have pecified the iteration a k T ( k) T ( k ) Q D (5) where D i the averaged divergence value ranging in [0,+]. Initially we et T(0) = 0 and D = 0, i.e. T() = Q..4. Deciion proce During thi on-line proce new image and conequently new pattern ample are to be proceed by the ytem. A deciion mut be made about them. With uch purpoe, we recover the cla conditional probability denity function tored in KB and etimated through the equation (3) during the off-line proce. Now, given a new ample x, the problem i to decide what cla it belong to. Thi i carried out by applying the Baye rule, in order to obtain the poterior probabilitie P x w. A poterior probability determine the memberhip degree of

4 98 II Congreo Epañol de Informática x to the cla w once the ample ha been oberved and become available. We compute the a priori probability following the Bayeian framework [4], a follow, x w Pw px p P w x (6) So, the deciion i made a follow, h w x Pw x x w if P h (7) The equation (7) can be re-written avoiding p(x ), a it appear in both member of the inequality, x w p x w P( w ) px w h if h P( w ) h (8) We till require computing the prior probabilitie P ( w ) and P ( w ) involved in (8) becaue h p x w ) and p x w ) can be obtained ( ( h through the equation (3). The computation of the a priori probabilitie i carried out by exploiting the information provided previouly by the VQ approach. Indeed, given x we compute the Euclidean ditance d k (x,v ) from x to each cluter centre v w, where the centre have been provided by the VQ module. The correponding a priori probability i computed by applying the logitic function [4] a follow, P( w ) Ad (, ) k x v e (9) The contant A i included to avoid evere bia, it i et to 0 - in thi paper after trial and error experimentation. Now, the final deciion can be made through the equation (8). A one can ee the deciion i made by combining two claifier: VQ and BY. Thi i a uitable practice for olving claification problem [9]. 3. Comparative and performance evaluation We have ued a et of 6 digital aerial image acquired during May in 006 from the Abadia region located at Lugo (Spain). They are multipectral image with 5x5 pixel in ize. The image are taken at different day from an area with everal natural texture. The initial training pattern are extracted from 0 image of the full et. The remainder 6 image are ued for teting and four et, S0, S S and S3 of four image each one, are proceed during the tet according to the trategy decribed below. The image aigned to each et are randomly elected from the 6 image available. 3.. Deign of a tet trategy In order to ae the validity and performance of the propoed hybrid VQ and BY method we obtain two initial partition, namely: P VB and P MI. P VB i the automatic validated partition obtained by the unupervied procedure decribed in thi paper, Figure. P MI i a manual partition obtained a decribed below. Each partition i ued a the initial training et of ample by the following three upervied claical clutering procedure [4]: a) VQ; b) BY and c) the Self-Organizing feature map (SO). Thi i intended in order to verify the performance of the propoed fuion approach, hereinafter VB, againt the ingle method VQ, BY and SO. The tet i carried out according to the following tep: ) STEP 0 (initial partition): for each image (from the 0 available) we perform a down ampling by a factor of 6, obtaining 0x3x3 training ample, i.e. n = 040. ) We apply our VB approach tarting with the threhold T = Q until the partition i validated. At thi time we have available the final P VB partition i.e. the number of cluter c and their correponding cluter centre are known. Now, we manually elect n training pattern from the ame et of the 0 image and build c cluter driven by the previou cluter center. Each manually elected training ample i compared with each cluter center and it i aigned to the cluter which give the minimum feature (pectral)

5 IV Taller de Minería de Dato y Aprendizae 99 ditance between the ample and the correponding cluter center. So, we obtain the manual initial partition P MI. The P VB and P MI partition are ued for claifying the new pattern ample during the next tep. 3) STEP : given the image in the et S0 and S, claify each pixel a belonging to a cluter according to the VB, BY, VQ and SO method. 4) Compute the percentage of uccee according to the ground truth defined for each cla and for each image. The claified pattern ample from S are added to the previou training ample and a new training proce i carried out according to each method. The et S0 i ued a a ample et in order to verify the performance of the training proce a the learning increae. 5) Perform the ame proce for STEP and 3 but uing the et S and S3 repectively intead of S. Note that S0 i alo proceed a before. The number of training ample added at each STEP i 4x5x5 becaue thi i the number of pixel claified during the STEP to 3 belonging to the et S, S and S3. Figure 3 diplay: (a) a repreentative original image to be claified belonging to the et S0; (b) the inter-cluter correpondence between the original colour and the label aigned to each cluter; (c) the labelled image after the claification with our VB approach and (d) the ground truth for the cluter number two. Each ground truth i built by applying the BY and then modifying the reult manually according to the human expert criterion. The colour for each cluter, Figure 3(b), matche with the natural colour aigned to the correponding cluter centre. The label are artificial colour derived from a colour map identifying each cluter. The correpondence between label and the different texture i a follow: ) yellow with foret vegetation; ) blue with bare oil; 3) green with agricultural crop vegetation and 4) red with building and man made tructure. 3.. Analyi of reult Figure diplay different threhold value againt the averaged divergence, attached i diplayed the number of cluter obtained. The bet mean Divergence core value i obtained for the threhold T et to 70.83, obtaining four cluter. Larger threhold value reult in two cluter and with value greater than 60 a unique cluter i obtained (they are not diplayed). (a) (b) Figure. Threhold value againt averaged divergence core (attached i the number of cluter centre) (c) (d) Figure 3. (a) original image; (b) colour and label; (c) labelled texture; (d) ground truth for the cluter number two Table how the percentage of uccee in term of correct claification obtained for the different method and for each initial partition. For each STEP we how the both et of teting image proceed SP0 and SP/SP/SP3. Thee percentage are computed taking into account the correct claification for the four cluter according to the correponding ground truth.

6 00 II Congreo Epañol de Informática Figure Percentage of uccee obtained for the method analyed for each partiton at the three STEP. % STEP STEP STEP 3 Partition Method SP0 SP SP0 SP SP0 SP3 VB P VB BY VQ SO VB P MI BY VQ SO From reult in table, one can ee that the performance obtained with the initial partition P VB i comparable to that obtained when P MI i ued for all method and the three STEP. Thi mean that the propoed unupervied approach perform in a imilar fahion than the upervied one. The wort reult are obtained with VQ when it i ued iolated, but it combination with BY give acceptable reult. Thi behaviour wa expected becaue upervied approache perform better than unupervied one. We can infer that the performance of the different method improve a the number of training ample increae, i.e. high learning rate obtain better performance than low one a expected in any learning proce. 4. Concluion We propoe a new unupervied hybrid and automatic making deciion proce for claifying natural texture. The propoed method combine the unupervied VQ and the upervied BY trategie achieving reult which are comparable to thoe obtained by the upervied one. The performance of our propoed approach i analyed with different claical method, including the method which are combined, verifying that it perform favourably in the et of aerial image teted. The method i applicable to other textured image even if uing different attribute. The unique adaptation for new attribute come from the computation of the attribute value. In the future, additional experiment hould be required in order to deal with illumination variability. Thi i becaue the image are normally acquired during different day and obviouly under different illumination condition. Reference [] Chan, J.W.C., Laporte, N. and Defrie, R.S., Texture Claification of logged foret in tropical Africa uing machine-learning algorithm. Journal Remote Sening. 4(6), , 003. [] Cherkaky, V., Mulier, F., Learning from data: concept, theory and method, Wiley, New York, 998. [3] Drimbarean, P.F. and Whelan, P.F., Experiment in colour texture analyi. Pattern Recognition Letter,, 6-67, 00 [4] Duda, R.O., Hart, P.E. and Stork, D.G., Pattern Claification, Jhon Willey and Son, New York, 00. [5] Frate, F. del, Pacifici, F., Schiavon, G. and Solimini, C., Ue of Neural Network for Automatic Claification from High- Reolution Image. IEEE Tran. Geocience and Remote Sening. 45(4), , 007. [6] Giacinto, G., Roli, F. and Bruzzone, L., Combination of neural and tatitical algorithm for upervied claification of remote-ening. Pattern Recognition Letter. (5), , 000 [7] Hanmandlu, M., Madau, V.K. and Vaikarla, S., A Fuzzy Approach to Texture Segmentation. Proc. IEEE Int. Conf.

7 IV Taller de Minería de Dato y Aprendizae 0 Information Technology: Coding and Computing (ITCC04), The Orlean, La Vega, Nevada, , 004. [8] Jenen J.R., Introductory Digital Image Proceing, Prentice-Hall, Englewood Cliff, NJ, 98. [9] Kittler, J., Hatef, M., Duin R.P.W. and Mata, J., On Combining Claifier IEEE Tran. on Pattern Analyi and Machine Intelligence, 0(3), 6-39, 998. [0] Lam, E. P., Wavelet-baed texture image claification uing vector quantization. In: Atola, J.T., Egiazarian, K.O and Dougherty, E.R. (ed.): Proc. SPIE, Image Proceing: Algorithm and Sytem V, vol. 6497, , 007. [] Maillard, P., Comparing Texture Method through Claification. Photogrammetric Engineering and Remote Sening, 69(4) (003) , 003. [] Puig, D. and García, M.A.: Automatic Texture Feature Selection for Image Pixel Claification. Pattern Recognition, 39() , 006.

8

Markov Random Fields in Image Segmentation

Markov Random Fields in Image Segmentation Preented at SSIP 2011, Szeged, Hungary Markov Random Field in Image Segmentation Zoltan Kato Image Proceing & Computer Graphic Dept. Univerity of Szeged Hungary Zoltan Kato: Markov Random Field in Image

More information

3D SMAP Algorithm. April 11, 2012

3D SMAP Algorithm. April 11, 2012 3D SMAP Algorithm April 11, 2012 Baed on the original SMAP paper [1]. Thi report extend the tructure of MSRF into 3D. The prior ditribution i modified to atify the MRF property. In addition, an iterative

More information

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION

ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION ANALYSIS OF THE FIRST LAYER IN WEIGHTLESS NEURAL NETWORKS FOR 3_DIMENSIONAL PATTERN RECOGNITION A. Váque-Nava * Ecuela de Ingeniería. CENTRO UNIVERSITARIO MEXICO. DIVISION DE ESTUDIOS SUPERIORES J. Figueroa

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

A TOPSIS based Method for Gene Selection for Cancer Classification

A TOPSIS based Method for Gene Selection for Cancer Classification Volume 67 No17, April 2013 A TOPSIS baed Method for Gene Selection for Cancer Claification IMAbd-El Fattah,WIKhedr, KMSallam, 1 Department of Statitic, 3 Department of Deciion upport, 2 Department of information

More information

Trainable Context Model for Multiscale Segmentation

Trainable Context Model for Multiscale Segmentation Trainable Context Model for Multicale Segmentation Hui Cheng and Charle A. Bouman School of Electrical and Computer Engineering Purdue Univerity Wet Lafayette, IN 47907-1285 {hui, bouman}@ ecn.purdue.edu

More information

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

A Novel Feature Line Segment Approach for Pattern Classification

A Novel Feature Line Segment Approach for Pattern Classification 12th International Conference on Information Fuion Seattle, WA, USA, July 6-9, 2009 A Novel Feature Line Segment Approach for Pattern Claification Yi Yang Intitute of Integrated Automation Xi an Jiaotong

More information

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique 202 International Conference on Frontier in Handwriting Recognition Building a Compact On-line MRF Recognizer for Large Character Set uing Structured Dictionary Repreentation and Vector Quantization Technique

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

Chapter 13 Non Sampling Errors

Chapter 13 Non Sampling Errors Chapter 13 Non Sampling Error It i a general aumption in the ampling theory that the true value of each unit in the population can be obtained and tabulated without any error. In practice, thi aumption

More information

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak IMPROVED DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION Tak-Shing Wong, Charle A. Bouman, and Ilya Pollak School of Electrical and Computer Engineering Purdue Univerity ABSTRACT We propoe

More information

Drawing Lines in 2 Dimensions

Drawing Lines in 2 Dimensions Drawing Line in 2 Dimenion Drawing a traight line (or an arc) between two end point when one i limited to dicrete pixel require a bit of thought. Conider the following line uperimpoed on a 2 dimenional

More information

The norm Package. November 15, Title Analysis of multivariate normal datasets with missing values

The norm Package. November 15, Title Analysis of multivariate normal datasets with missing values The norm Package November 15, 2003 Verion 1.0-9 Date 2002/05/06 Title Analyi of multivariate normal dataet with miing value Author Ported to R by Alvaro A. Novo . Original by Joeph

More information

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications DAROS: Ditributed Uer-Server Aignment And Replication For Online Social Networking Application Thuan Duong-Ba School of EECS Oregon State Univerity Corvalli, OR 97330, USA Email: duongba@eec.oregontate.edu

More information

Dynamically Reconfigurable Neuron Architecture for the Implementation of Self- Organizing Learning Array

Dynamically Reconfigurable Neuron Architecture for the Implementation of Self- Organizing Learning Array Dynamically Reconfigurable Neuron Architecture for the Implementation of Self- Organizing Learning Array Januz A. Starzyk,Yongtao Guo, and Zhineng Zhu School of Electrical Engineering & Computer Science

More information

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks Maneuverable Relay to Improve Energy Efficiency in Senor Network Stephan Eidenbenz, Luka Kroc, Jame P. Smith CCS-5, MS M997; Lo Alamo National Laboratory; Lo Alamo, NM 87545. Email: {eidenben, kroc, jpmith}@lanl.gov

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

Minimum congestion spanning trees in bipartite and random graphs

Minimum congestion spanning trees in bipartite and random graphs Minimum congetion panning tree in bipartite and random graph M.I. Otrovkii Department of Mathematic and Computer Science St. John Univerity 8000 Utopia Parkway Queen, NY 11439, USA e-mail: otrovm@tjohn.edu

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing.

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing. Volume 3, Iue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Reearch in Computer Science and Software Engineering Reearch Paper Available online at: www.ijarce.com Tak Aignment in

More information

Multiclass Road Sign Detection using Multiplicative Kernel

Multiclass Road Sign Detection using Multiplicative Kernel Proceeding of the Croatian Computer Viion Workhop, Year 1 Multicla Road Sign Detection uing Multiplicative Kernel Valentina Zadrija Mireo d. d. Zagreb, Croatia valentina.zadrija@mireo.hr Siniša Šegvić

More information

Service and Network Management Interworking in Future Wireless Systems

Service and Network Management Interworking in Future Wireless Systems Service and Network Management Interworking in Future Wirele Sytem V. Tountopoulo V. Stavroulaki P. Demeticha N. Mitrou and M. Theologou National Technical Univerity of Athen Department of Electrical Engineering

More information

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK ES05 Analyi and Deign of Engineering Sytem: Lab : An Introductory Tutorial: Getting Started with SIMULINK What i SIMULINK? SIMULINK i a oftware package for modeling, imulating, and analyzing dynamic ytem.

More information

On successive packing approach to multidimensional (M-D) interleaving

On successive packing approach to multidimensional (M-D) interleaving On ucceive packing approach to multidimenional (M-D) interleaving Xi Min Zhang Yun Q. hi ankar Bau Abtract We propoe an interleaving cheme for multidimenional (M-D) interleaving. To achieved by uing a

More information

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY (A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY Chri Old, Chri Merchant Univerity of Edinburgh, The Crew Building, Wet Main Road, Edinburgh, EH9 3JN, United Kingdom Email: cold@ed.ac.uk Email:

More information

A Multi-objective Genetic Algorithm for Reliability Optimization Problem

A Multi-objective Genetic Algorithm for Reliability Optimization Problem International Journal of Performability Engineering, Vol. 5, No. 3, April 2009, pp. 227-234. RAMS Conultant Printed in India A Multi-objective Genetic Algorithm for Reliability Optimization Problem AMAR

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

CENTER-POINT MODEL OF DEFORMABLE SURFACE

CENTER-POINT MODEL OF DEFORMABLE SURFACE CENTER-POINT MODEL OF DEFORMABLE SURFACE Piotr M. Szczypinki Iintitute of Electronic, Technical Univerity of Lodz, Poland Abtract: Key word: Center-point model of deformable urface for egmentation of 3D

More information

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang Stochatic Search and Graph Technique for MCM Path Planning Chritine D. Piatko, Chritopher P. Diehl, Paul McNamee, Cheryl Rech and I-Jeng Wang The John Hopkin Univerity Applied Phyic Laboratory, Laurel,

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

The LLAhclust Package

The LLAhclust Package Verion 0.2-1 Date 2007-31-08 The LLAhclut Package September 1, 2007 Title Hierarchical clutering of variable or object baed on the likelihood linkage analyi method Author Ivan Kojadinovic, Iraël-Céar Lerman,

More information

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage Proceeding of the World Congre on Engineering 2007 Vol I LinkGuide: Toward a Better Collection of Hyperlink in a Webite Homepage A. Ammari and V. Zharkova chool of Informatic, Univerity of Bradford anammari@bradford.ac.uk,

More information

A User-Attention Based Focus Detection Framework and Its Applications

A User-Attention Based Focus Detection Framework and Its Applications A Uer-Attention Baed Focu Detection Framework and It Application Chia-Chiang Ho, Wen-Huang Cheng, Ting-Jian Pan, Ja-Ling Wu Communication and Multimedia Laboratory, Department of Computer Science and Information

More information

Multi-Target Tracking In Clutter

Multi-Target Tracking In Clutter Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and

More information

Routing Definition 4.1

Routing Definition 4.1 4 Routing So far, we have only looked at network without dealing with the iue of how to end information in them from one node to another The problem of ending information in a network i known a routing

More information

Lecture 14: Minimum Spanning Tree I

Lecture 14: Minimum Spanning Tree I COMPSCI 0: Deign and Analyi of Algorithm October 4, 07 Lecture 4: Minimum Spanning Tree I Lecturer: Rong Ge Scribe: Fred Zhang Overview Thi lecture we finih our dicuion of the hortet path problem and introduce

More information

Texture-Constrained Active Shape Models

Texture-Constrained Active Shape Models 107 Texture-Contrained Active Shape Model Shuicheng Yan, Ce Liu Stan Z. Li Hongjiang Zhang Heung-Yeung Shum Qianheng Cheng Microoft Reearch Aia, Beijing Sigma Center, Beijing 100080, China Dept. of Info.

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

KS3 Maths Assessment Objectives

KS3 Maths Assessment Objectives KS3 Math Aement Objective Tranition Stage 9 Ratio & Proportion Probabilit y & Statitic Appreciate the infinite nature of the et of integer, real and rational number Can interpret fraction and percentage

More information

xy-monotone path existence queries in a rectilinear environment

xy-monotone path existence queries in a rectilinear environment CCCG 2012, Charlottetown, P.E.I., Augut 8 10, 2012 xy-monotone path exitence querie in a rectilinear environment Gregory Bint Anil Mahehwari Michiel Smid Abtract Given a planar environment coniting of

More information

The Association of System Performance Professionals

The Association of System Performance Professionals The Aociation of Sytem Performance Profeional The Computer Meaurement Group, commonly called CMG, i a not for profit, worldwide organization of data proceing profeional committed to the meaurement and

More information

Data Mining with Linguistic Thresholds

Data Mining with Linguistic Thresholds Int. J. Contemp. Math. Science, Vol. 7, 22, no. 35, 7-725 Data Mining with Linguitic Threhold Tzung-Pei Hong Department of Electrical Engineering National Univerity of Kaohiung Kaohiung, Taiwan, R.O.C.

More information

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router Ditributed Packet Proceing Architecture with Reconfigurable Hardware Accelerator for 100Gbp Forwarding Performance on Virtualized Edge Router Satohi Nihiyama, Hitohi Kaneko, and Ichiro Kudo Abtract To

More information

Load Estimation of Social Networking Web Sites Using Clustering Technique

Load Estimation of Social Networking Web Sites Using Clustering Technique International Journal of Electronic and Electrical Engineering Vol. 4, No. 6, December 216 Load Etimation of Social Networking Web Site Uing Clutering Technique Deepti Bhagwani and Setu Kumar Chaturvedi

More information

A reduced reference image quality metric based on feature fusion and neural networks

A reduced reference image quality metric based on feature fusion and neural networks Univerity of Wollongong Reearch Online Faculty of Engineering and Information Science - Paper: Part A Faculty of Engineering and Information Science 2011 A reduced reference image quality metric baed on

More information

The development of the South African ehealth Strategy assessed against the recommendations of the WHO/ITU ehealth Strategy Toolkit

The development of the South African ehealth Strategy assessed against the recommendations of the WHO/ITU ehealth Strategy Toolkit The development of the South African ehealth Strategy aeed againt the recommendation of the WHO/ITU ehealth Strategy Toolkit Roemary Foter PhD a,b a ehealth Strategy and Policy Diviion, Medical Reearch

More information

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems International Journal of Performability Engineering Vol., No. 3, May 05, pp. 03-. RAMS Conultant Printed in India A Sytem Dynamic Model for Tranient Availability Modeling of Repairable Redundant Sytem

More information

Implementation of a momentum-based distance metric for motion graphs. Student: Alessandro Di Domenico (st.no ), Supervisor: Nicolas Pronost

Implementation of a momentum-based distance metric for motion graphs. Student: Alessandro Di Domenico (st.no ), Supervisor: Nicolas Pronost Implementation of a momentum-baed ditance metric for motion graph Student: Aleandro Di Domenico (t.no 3775682), Supervior: Nicola Pronot April 3, 2014 Abtract Thi report preent the procedure and reult

More information

Advanced Encryption Standard and Modes of Operation

Advanced Encryption Standard and Modes of Operation Advanced Encryption Standard and Mode of Operation G. Bertoni L. Breveglieri Foundation of Cryptography - AES pp. 1 / 50 AES Advanced Encryption Standard (AES) i a ymmetric cryptographic algorithm AES

More information

Mirror shape recovery from image curves and intrinsic parameters: Rotationally symmetric and conic mirrors. Abstract. 2. Mirror shape recovery

Mirror shape recovery from image curves and intrinsic parameters: Rotationally symmetric and conic mirrors. Abstract. 2. Mirror shape recovery Mirror hape recovery from image curve and intrinic parameter: Rotationally ymmetric and conic mirror Nuno Gonçalve and Helder Araújo Λ Intitute of Sytem and Robotic Univerity of Coimbra Pinhal de Marroco

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier a a The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each b c circuit will be decribed in Verilog

More information

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Anne Auger and Nikolau Hanen Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Proceeding of the IEEE Congre on Evolutionary Computation, CEC 2005 c IEEE Performance Evaluation

More information

Keywords Cloud Computing, Service Level Agreements (SLA), CloudSim, Monitoring & Controlling SLA Agent, JADE

Keywords Cloud Computing, Service Level Agreements (SLA), CloudSim, Monitoring & Controlling SLA Agent, JADE Volume 5, Iue 8, Augut 2015 ISSN: 2277 128X International Journal of Advanced Reearch in Computer Science and Software Engineering Reearch Paper Available online at: www.ijarce.com Verification of Agent

More information

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition.

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition. A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition. Andrzej Ruta, Yongmin Li School of Information Sytem, Computing & Mathematic Brunel Univerity Uxbridge, Middleex UB8 3PH, United

More information

Domain-Specific Modeling for Rapid System-Wide Energy Estimation of Reconfigurable Architectures

Domain-Specific Modeling for Rapid System-Wide Energy Estimation of Reconfigurable Architectures Domain-Specific Modeling for Rapid Sytem-Wide Energy Etimation of Reconfigurable Architecture Seonil Choi 1,Ju-wookJang 2, Sumit Mohanty 1, Viktor K. Praanna 1 1 Dept. of Electrical Engg. 2 Dept. of Electronic

More information

Quaternion Based Fuzzy Neural Network Classifier for MPIK Dataset s View-invariant Color Face Image Recognition

Quaternion Based Fuzzy Neural Network Classifier for MPIK Dataset s View-invariant Color Face Image Recognition Informatica 37 (013) 181-19 181 Quaternion Baed Fuzzy Neural Network Claifier for MPIK Dataet View-invariant Color Face Image Recognition Wai Kit Wong and Gin Chong Lee Faculty of Engineering and Technology,

More information

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit Senor & randucer, Vol. 8, Iue 0, October 204, pp. 34-40 Senor & randucer 204 by IFSA Publihing, S. L. http://www.enorportal.com Compreed Sening Image Proceing Baed on Stagewie Orthogonal Matching Puruit

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

A Practical Model for Minimizing Waiting Time in a Transit Network

A Practical Model for Minimizing Waiting Time in a Transit Network A Practical Model for Minimizing Waiting Time in a Tranit Network Leila Dianat, MASc, Department of Civil Engineering, Sharif Univerity of Technology, Tehran, Iran Youef Shafahi, Ph.D. Aociate Profeor,

More information

An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring

An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring ABSTRACT Overlay network monitoring enable ditributed Internet application to detect and recover from path outage and period of degraded

More information

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking Refining SIRAP with a Dedicated Reource Ceiling for Self-Blocking Mori Behnam, Thoma Nolte Mälardalen Real-Time Reearch Centre P.O. Box 883, SE-721 23 Väterå, Sweden {mori.behnam,thoma.nolte}@mdh.e ABSTRACT

More information

Shortest Path Routing in Arbitrary Networks

Shortest Path Routing in Arbitrary Networks Journal of Algorithm, Vol 31(1), 1999 Shortet Path Routing in Arbitrary Network Friedhelm Meyer auf der Heide and Berthold Vöcking Department of Mathematic and Computer Science and Heinz Nixdorf Intitute,

More information

Combining Web Usage Mining and Fuzzy Inference for Website Personalization

Combining Web Usage Mining and Fuzzy Inference for Website Personalization Combining Web Uage Mining and Fuzzy Inference for Webite Peronalization Olfa Naraoui and Chritopher Petene Dept. of Electrical and Computer Engineering 206 Engineering Science Bldg. The Univerity of Memphi

More information

Kinematics Programming for Cooperating Robotic Systems

Kinematics Programming for Cooperating Robotic Systems Kinematic Programming for Cooperating Robotic Sytem Critiane P. Tonetto, Carlo R. Rocha, Henrique Sima, Altamir Dia Federal Univerity of Santa Catarina, Mechanical Engineering Department, P.O. Box 476,

More information

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment Int. J. Communication, Network and Sytem Science, 0, 5, 90-97 http://dx.doi.org/0.436/ijcn.0.50 Publihed Online February 0 (http://www.scirp.org/journal/ijcn) Increaing Throughput and Reducing Delay in

More information

New Structural Decomposition Techniques for Constraint Satisfaction Problems

New Structural Decomposition Techniques for Constraint Satisfaction Problems New Structural Decompoition Technique for Contraint Satifaction Problem Yaling Zheng and Berthe Y. Choueiry Contraint Sytem Laboratory Univerity of Nebraka-Lincoln Email: yzheng choueiry@ce.unl.edu Abtract.

More information

Bayesian segmentation for damage image using MRF prior

Bayesian segmentation for damage image using MRF prior Bayeian egmentation for damage image uing MRF prior G. Li 1, F.G. Yuan 1, R. Haftka and N. H. Kim 1 Department of Mechanical and Aeropace Engineering, North arolina State Univerity, Raleigh, N, 7695-791,

More information

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition Andrzej Ruta, Fatih Porikli, Yongmin Li, Shintaro Watanabe, Hirohi

More information

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS A SIMPLE IMPERATIVE LANGUAGE Eventually we will preent the emantic of a full-blown language, with declaration, type and looping. However, there are many complication, o we will build up lowly. Our firt

More information

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc MAT 155: Decribing, Exploring, and Comparing Data Page 1 of 8 001-oteCh-3.doc ote for Chapter Summarizing and Graphing Data Chapter 3 Decribing, Exploring, and Comparing Data Frequency Ditribution, Graphic

More information

Improved Inference in Bayesian Segmentation Using Monte Carlo Sampling: Application to Hippocampal Subfield Volumetry

Improved Inference in Bayesian Segmentation Using Monte Carlo Sampling: Application to Hippocampal Subfield Volumetry Improved Inference in Bayeian Segmentation Uing Monte Carlo Sampling: Application to Hippocampal Subfield Volumetry Juan Eugenio Igleia a, Mert Rory Sabuncu a, Koen Van Leemput a,b,c, for the Alzheimer

More information

CSE 250B Assignment 4 Report

CSE 250B Assignment 4 Report CSE 250B Aignment 4 Report March 24, 2012 Yuncong Chen yuncong@c.ucd.edu Pengfei Chen pec008@ucd.edu Yang Liu yal060@c.ucd.edu Abtract In thi project, we implemented the recurive autoencoder (RAE) a decribed

More information

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata he 32nd International Congre and Expoition on Noie Control Engineering Jeju International Convention Center, Seogwipo, Korea, Augut 25-28, 2003 [N309] Feedforward Active Noie Control Sytem with Online

More information

Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compensation

Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compensation Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compenation A. J. Healey Profeor and Director Center for AUV Reearch Naval Potgraduate School Monterey, CA 93953 healey@me.np.navy.mil

More information

Application of Social Relation Graphs for Early Detection of Transient Spammers

Application of Social Relation Graphs for Early Detection of Transient Spammers Radolaw rendel and Henryk Krawczyk Application of Social Relation raph for Early Detection of Tranient Spammer RADOSLAW RENDEL and HENRYK KRAWCZYK Electronic, Telecommunication and Informatic Department

More information

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing.

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing. Send Order for Reprint to reprint@benthamcience.ae 488 The Open Automation and Control Sytem Journal, 2014, 6, 488-492 Open Acce Parameter Optimization of Linear Phaed Array Tranducer for Defect Detection

More information

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10 Computer Aided Drafting, Deign and Manufacturing Volume 5, umber 3, September 015, Page 10 CADDM Reearch of atural Geture Recognition and Interactive Technology Compatible with YCbCr and SV Color Space

More information

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces Aalborg Univeritet Software-Baed Adjutment of Mobile Autotereocopic Graphic Uing Static Parallax Barrier Paprocki, Martin Marko; Krog, Kim Srirat; Kritofferen, Morten Bak; Krau, Martin Publihed in: Proceeding

More information

Web Science and additionality

Web Science and additionality Admin tuff... Lecture 1: EITN01 Web Intelligence and Information Retrieval Meage, lide, handout, lab manual and link: http://www.eit.lth.e/coure/eitn01 Contact: Ander Ardö, Ander.Ardo@eit.lth.e, room:

More information

Parallel Approaches for Intervals Analysis of Variable Statistics in Large and Sparse Linear Equations with RHS Ranges

Parallel Approaches for Intervals Analysis of Variable Statistics in Large and Sparse Linear Equations with RHS Ranges American Journal of Applied Science 4 (5): 300-306, 2007 ISSN 1546-9239 2007 Science Publication Correponding Author: Parallel Approache for Interval Analyi of Variable Statitic in Large and Spare Linear

More information

Representations and Transformations. Objectives

Representations and Transformations. Objectives Repreentation and Tranformation Objective Derive homogeneou coordinate tranformation matrice Introduce tandard tranformation - Rotation - Tranlation - Scaling - Shear Scalar, Point, Vector Three baic element

More information

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors How to write a paper The baic writing a olid paper Different communitie/different tandard Common error Reource Raibert eay My grammar point Article on a v. the Bug in writing Clarity Goal Conciene Calling

More information

Delaunay Triangulation: Incremental Construction

Delaunay Triangulation: Incremental Construction Chapter 6 Delaunay Triangulation: Incremental Contruction In the lat lecture, we have learned about the Lawon ip algorithm that compute a Delaunay triangulation of a given n-point et P R 2 with O(n 2 )

More information

1 The secretary problem

1 The secretary problem Thi i new material: if you ee error, pleae email jtyu at tanford dot edu 1 The ecretary problem We will tart by analyzing the expected runtime of an algorithm, a you will be expected to do on your homework.

More information

Learning-Based Quality Control for Cardiac MR Images

Learning-Based Quality Control for Cardiac MR Images 1 Learning-Baed Quality Control for Cardiac MR Image Giacomo Tarroni, Ozan Oktay, Wenjia Bai, Andrea Schuh, Hideaki Suzuki, Jonathan Paerat-Palmbach, Antonio de Marvao, Declan P. O Regan, Stuart Cook,

More information

PARALLEL knn ON GPU ARCHITECTURE USING OpenCL

PARALLEL knn ON GPU ARCHITECTURE USING OpenCL PARALLEL knn ON GPU ARCHITECTURE USING OpenCL V.B.Nikam 1, B.B.Mehram 2 1 Aociate Profeor, Department of Computer Engineering and Information Technology, Jijabai Technological Intitute, Matunga, Mumbai,

More information

Firewall Packet Filtering Optimization using Statistical Traffic Awareness Test

Firewall Packet Filtering Optimization using Statistical Traffic Awareness Test Firewall Packet Filtering Optimization uing Statitical Traffic Awarene Tet Zouheir Trabel Liren Zhang and Safaa Zeidan Faculty of Information Technology UAE Univerity Al-Ain, UAE {trabel lzhang, afaa.z}

More information

A Hybrid Deployable Dynamic Traffic Assignment Framework for Robust Online Route Guidance

A Hybrid Deployable Dynamic Traffic Assignment Framework for Robust Online Route Guidance A Hybrid Deployable Dynamic Traffic Aignment Framework for Robut Online Route Guidance Sriniva Peeta School of Civil Engineering, Purdue Univerity Chao Zhou Sabre, Inc. Sriniva Peeta School of Civil Engineering

More information

Laboratory Exercise 2

Laboratory Exercise 2 Laoratory Exercie Numer and Diplay Thi i an exercie in deigning cominational circuit that can perform inary-to-decimal numer converion and inary-coded-decimal (BCD) addition. Part I We wih to diplay on

More information

Enabling High Throughput and Virtualization for Traffic Classification on FPGA*

Enabling High Throughput and Virtualization for Traffic Classification on FPGA* Enabling High Throughput and Virtualization for Traffic Claification on FPGA* Yun R. Qu Univerity of Southern California, Lo Angele Email: yunqu@uc.edu Viktor K. Praanna Univerity of Southern California,

More information

A DIVISIVE HIERARCHICAL CLUSTERING- BASED METHOD FOR INDEXING IMAGE INFORMATION

A DIVISIVE HIERARCHICAL CLUSTERING- BASED METHOD FOR INDEXING IMAGE INFORMATION A DIVISIVE HIERARCHICAL CLUSTERING- BASED METHOD FOR INDEXING IMAGE INFORMATION ABSTRACT Najva Izadpanah Department of Computer Engineering, Ilamic Azad Univerity, Qazvin Branch, Qazvin, Iran In mot practical

More information

AUTOMATIC TEST CASE GENERATION USING UML MODELS

AUTOMATIC TEST CASE GENERATION USING UML MODELS Volume-2, Iue-6, June-2014 AUTOMATIC TEST CASE GENERATION USING UML MODELS 1 SAGARKUMAR P. JAIN, 2 KHUSHBOO S. LALWANI, 3 NIKITA K. MAHAJAN, 4 BHAGYASHREE J. GADEKAR 1,2,3,4 Department of Computer Engineering,

More information

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance A Handover Scheme for Mobile WiMAX Uing Signal Strength and Ditance Mary Alatie, Mjumo Mzyece and Anih Kurien Department of Electrical Engineering/French South African Intitute of Technology (F SATI) Thwane

More information

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput Modeling the Effect of Mobile Handoff on TCP and TFRC Throughput Antonio Argyriou and Vijay Madietti School of Electrical and Computer Engineering Georgia Intitute of Technology Atlanta, Georgia 3332 25,

More information

Neural Decision Forests for Semantic Image Labelling

Neural Decision Forests for Semantic Image Labelling Neural Deciion Foret for Semantic Image Labelling Samuel Rota Bulò Fondazione Bruno Keler Trento, Italy rotabulo@fbk.eu Peter Kontchieder Microoft Reearch Cambridge, UK pekontc@microoft.com Abtract In

More information

Analyzing Hydra Historical Statistics Part 2

Analyzing Hydra Historical Statistics Part 2 Analyzing Hydra Hitorical Statitic Part Fabio Maimo Ottaviani EPV Technologie White paper 5 hnode HSM Hitorical Record The hnode i the hierarchical data torage management node and ha to perform all the

More information

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck.

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck. Cutting Stock by Iterated Matching Andrea Fritch, Oliver Vornberger Univerity of Onabruck Dept of Math/Computer Science D-4909 Onabruck andy@informatikuni-onabrueckde Abtract The combinatorial optimization

More information