A TOPSIS based Method for Gene Selection for Cancer Classification

Size: px
Start display at page:

Download "A TOPSIS based Method for Gene Selection for Cancer Classification"

Transcription

1 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 technology 2,3 Faculty of Computer and Informatic, 1 Faculty of Commerce (Operation reearch) Zagazig Univerity ABSTRACT Cancer claification baed on microarray gene expreion i an important problem In thi work a new gene election technique i propoed The technique combine TOPSIS (Technique for Order Preference by Similarity to an Ideal Solution) and F-core method to elect ubet of relevant gene The output of the combined gene election technique i fed into four different claifier reulting in four hybrid cancer claification ytem In the propoed technique ome important gene were choen from thouand of gene (mot informative gene) After that, the microarray data et were claified with a K-Nearet Neighbour (KNN), Deciion Tree (DT), Support Vector Machine (SVM) and Naive Baye (NB)The goal of thi propoed approach i to elect mot informative ubet of feature/gene that give better claification accuracy General Term Feature election, claification, machine learning technique, and data mining Keyword-component TOPSIS, Gene Selection, Cancer claification, Neural Network, Deciion Tree, Naive Baye and K-Nearet Neighbour 1 Introduction The goal of microarray data claification i to build an efficient and effective model that can dicriminate between normal and abnormal condition, or claify tiue ample into different clae of dieae However, gene election proce i a major problem becaue of the characteritic of microarray data; the huge number of gene compared to the mall number of ample (high-dimenional data), irrelevant gene, and noiy data In other word, the problem of microarray data i the mall amount of ample againt the huge amount of feature (gene in our cae) To overcome thi challenge, a gene election method i ued to elect a ubet of gene that increae the claifier ability to claify ample accurately The gene election method ha everal advantage, uch a improving claification accuracy, reducing the dimenionality of data, and removing irrelevant and noiy gene [1] In order to improve the performance of claifier algorithm, it i preferred to reduce the dimenionality of the data by deleting redundant, irrelevant or noiy feature [1] In addition, election of an optimal ubet of feature by exhautive earch i impractical and it conume much time a the number of attribute increae, and a proper learning trategy mut thu be devied The relevance of good feature election method ha been dicued in [2], but the recommendation in literature do not give evidence for a ingle bet method for either feature election or claification of microarray data [3]Many feature election algorithm have been propoed in literature All thee method earch for optimal or near optimal ubet of feature that optimize a given criterion The ret of the paper i organized a follow In Section 2, we provide background information on microarray data analyi and dicu ome related work Section 3 we dicu the feature election type filter, wrapper and embedded model Section 4 contain a detailed dicuion of the propoed approach Section 5 contain a detailed dicuion a well a comparion between the propoed approach and everal tate-of-the-art method Finally, in Section 6 we conclude with ome final remark and ugget future reearch direction 2 Microarray data Microarray analye were motivated by the earch for ueful pattern of tumour claification, dieae tate claification, dicovery of new ubtype of dieae or dieae tate, among other Microarray data are generally having large number of feature/gene in comparion to the number of ample or condition (high dimenional data) There are many efficient method for the analyi of microarray data uch a clutering, claification and feature election Microarray technology meaure the expreion level of gene That can be ued in the diagnoi, through the claification of different type of cancerou gene leading to a cancer type [4] A microarray data i commonly repreented a an M N matrix, where M i the number of ample and N i the number of gene in the experiment Each cell in the matrix, a hown in Fig 1, i the level of expreion of a pecific gene in a pecific experiment The lat column to the right how the label or cla that each ample belong to Microarray tudie often involve the ue of machine learning method uch a unupervied and upervied learning Unupervied learning find ubgroup in the data baed on a imilarity meaure between the expreion profile Unupervied learning tudie how ytem can learn to repreent particular input pattern in a way that reflect the tatitical tructure of the overall collection of input pattern[5] In upervied learning, each example i a pair coniting of an input object (typically a vector) and a deired output value (alo called the uperviory ignal) A upervied learning algorithm analyze the training data and produce an inferred function, which i called a claifier [6] Sample1 Sample2 SampleM Gene1 F11 F21 FM1 Gene2 F12 F22 FM2 Gene N F1N F2N FMN Cla C1 C2 CM Figure 1: Matrix repreentation of a microarray dataet 39

2 Volume 67 No17, April 2013 The expreion profile of a ample i can be repreented a a row vector The expreion profile of a gene j can be repreented a a row vector generalization propertie ince it i independent of any pecific claifier Fig 3 repreent the procedure of wrapper It i the ame a that of filter except that the meaurement tage i replaced by a claifier algorithm The wrapper model ue the predictive accuracy of a predetermined mining algorithm to give the quality of a elected feature ubet, generally producing feature better uited to the claification tak at hand However, it i time conuming for high dimenional data [2] 3 Feature Selection Method Feature election technique tudy how to identify and elect mot informative feature for building claification model which can interpret data better Feature election reduce dimenionality of data, o the cot of computation i reduced It alo improve the claification accuracy and the comprehenibility of the model by eliminating redundant and noiy feature Feature election and feature extraction are different The former elect the mot informative gene and maintain the original meaning of the elected feature, which i deirable in ome domain, while the latter create new feature by combining the original feature The feature election algorithm that have been propoed in literature earch for optimal or near optimal ubet of feature that optimize a given criterion Feature election method divided into three clae: filter, wrapper, and embedded method baed on whether the election method depend on the claifier or not [2] Fig2 the Filter Method 31 Filter Method Filter method elect ubet of feature a a pre-proceing tep, independently of the claifier [7] Feature are rated by their dicriminative power with regard to targeted clae Feature ranking approache are ued rank feature by certain ranking criterion Thi ranking i ued a the bae of election mechanim In the propoed feature election method, feature ranking approach i attractive becaue it i imple, calable, and how good empirical ucce Computationally, feature ranking i efficient ince it require only the computation of n core and orting thee core A i hown in Fig 2 the filter have three main phae: feature ubet generation, meaurement, and teting In feature ubet generation tage, a feature ubet i generated Next the meaurement tep i performed, which meaure the information of the current feature ubet Thee two tep will be performed iteratively until the meaurement matche the top criterion The final feature ubet would contain the mot informative feature Finally, the teting tep i done by a claifier algorithm, like Deciion tree (DT) [8], Naive Baye (NB) Claifier [8], K-Nearet neighbour (KNN) [9] or Support vector machine (SVM) [10] 32 Wrapper Method 33 Embedded Method Fig3The wrapper Method Embedded method ue feature ubet earch and evaluation in the proce of building a claifier model a hown in Fig 4 The earch i guided by the learning algorithm [2] Embedded method are computationally le intenive than wrapper and they account for feature dependencie Wrapper method ue the claifier algorithm of interet to evaluate ubet of feature according to their claification accuracy [7] Wrapper can often find a mall ubet of feature with high accuracy becaue the feature match well with the learning algorithm Even though, wrapper typically require more computation effort, it i argued that filter have better Fig4 The Embedded Method 40

3 Volume 67 No17, April Technique for Order Performance by Similarity to Ideal Solution TOPSIS According to thi technique, the bet alternative would be the one nearet to the poitive ideal olution and farthet from the negative ideal olution [11] The poitive ideal olution i a olution that maximize the benefit criteria and minimize the cot criteria, wherea the negative ideal olution i a olution that maximize the cot criteria and minimize the benefit criteria In brief, the poitive ideal olution i compoed of all bet value attainable from the criteria, while the negative ideal olution conit of all wort value attainable from the criteria [12] The TOPSIS method conit of the following tep: Step 1: Etablih a deciion matrix for the ranking The tructure of the matrix can be expreed a follow: Fig5 the Matrix repreentation where row denote the gene i, i = 1,2,, m; column repreent j th ample, j = 1, 2,, n; and x ij i a gene expreion level of gene i and a ample j Step 2: Calculate the normalized deciion matrix R= [r ij ] The normalized value r ij i calculated a: Step 3: Calculate the weighted normalized deciion matrix by multiplying the normalized deciion matrix by it aociated weight The weighted normalized value v ij i calculated a: Where wj repreent the weight of the j th ample Here I calculate w j uing geometric mean by uing the following formula: Where j=1, 2 m Step 4: Determine the poitive-ideal and negative-ideal olution -Similarly, the eparation of each gene from the negative-ideal olution ( ) i a follow: Step 6: Calculate the relative cloene to the ideal olution and rank the performance order The relative cloene of the gene Aj can be expreed a: -Where the CCi* index value lie between 0 and 1 The larger the index value mean the better the performance of the gene 5 Method 51 Colon cancer dataet The Colon data et contain 62 ample collected from cancer patient Among them 40 tumour and 22 normal are from healthy part of the colon of the ame patient a hown in table 1 Two thouand out of around 6500 gene were elected baed on the confidence in the meaured expreion level Datae t #of Gene Table 1Colon data et # of ample # of clae # of poitive ample #of negativ e ample colon Gene election method Not all gene in microarray data needed for claification Microarray data conit of large number of gene in mall ample So ome gene were needed to be choen (mot informative gene) [13] Thi proce i referred to a gene election (feature election) in machine learning 521 T-tet tatitic The t-tet [14],[15] i a tatitical hypothei tet ued to determine the ignificance of the difference between the mean of two independent ample It aume normally ditributed population For unequal variance and unequal or equal ample ize the t tatitic i calculated a follow: Step 5: Calculate the eparation meaure, uing the n- dimenional Euclidean ditance The eparation of each gene from the poitive-ideal olution ( ) i given a: where and are the mean of the two ample; and are the variance etimate of the two ample; n1 and n2 are the ample ize of the two ample The degree of freedom df can be calculated a 41

4 Volume 67 No17, April 2013 The t ditribution can be ued with t tatitic and df degree of freedom a parameter to calculate the correponding p-value Feature are then ranked according to p-value The maller the p-value the more the relevant the feature 522 Signal-to-Noie (SNR) baed Gene Selection Method SNR i a calculated ranking number for each gene to define how well thi gene i mot informative [16] For each gene, thi work ha normalized the gene expreion data by ubtracting the mean of the two clae and then dividing by ummation of the tandard deviation of the two clae Every ample i labelled a either a normal or a cancer ample Signal-to-Noie Ratio (SNR) i computed a follow The SNR i the value of the i th gene; and denote the averaged expreion intenitie of the i th gene over the ample each belonging to normal cae and tumour cae repectively Alo, and denote the tandard deviation of normal cae and tumour cae 523 Fiher' ratio (FR) Fiher-ratio [17] i a ratio between-cla ditance to with-in cla ditance, and it i defined a: Where m 1 and m 2 are the average of the expreion level of a particular gene in normal cla and tumor cla; v 1 and v 2 are the correponding variance In the experiment, given a microarray dataet, we compute the FR value for each gene and rank them in decending order Gene with higher ranking have more dicriminative power for claifying ample into categorie 524 Information gain (IG) Information Gain (IG) i a filter method ued to pre-elect gene and finally produce a ubet of informative gene [18] Information gain i given by Where X and Y are feature, and In our cae, given a microarray dataet, we compute the information gain for each gene and rank them in decending order by their information gain value The higher information value a gene ha, the more effective the gene ued to claify the training data 53 Claifier 531 Deciion Tree (DT ) Deciion tree claifier i a method commonly ued in machine learning It aim to create a model that predict the value of a target variable baed on everal input variable [6],[8],[19] It i a tree where each non-terminal node repreent a tet or deciion on the conidered data item Choice of a certain branch depend upon the outcome of the tet To claify a particular data item, we tart at the root node and follow the aertion down until we reach a terminal node (or leaf node) A deciion i made when a terminal node i approached [20] 532 Support Vector Machine (SVM) Support vector machine (SVM) i a new generation learning ytem baed on recent advance in tatitical learning theory [10] It i an algorithm that attempt to find a linear eparator (hyper-plane) between the data point of two clae in multidimenional pace SVM are well uited to dealing with interaction among feature and redundant feature 533 Neural Network (NN) Neural network (NN) [6] are thoe ytem modelled baed on the human brain working A the human brain conit of million of neuron that are interconnected by ynape, a neural network i a et of connected input/output unit in which each connection ha a weight aociated with it The network learn in the learning phae by adjuting the weight o a to be able to predict the correct cla label of the input [21] 534 K-Nearet Neighbor (KNN) The purpoe of the algorithm i to claify a new object baed on attribute and training ample The K-NN method conit of a upervied learning algorithm where the reult of a new query intance i claified baed on the majority of the K-nearet neighbour category The K-NN method i eay to implement ince only the parameter K (number of nearet neighbour) need to be determined The parameter K i an important factor affecting the performance of the claification proce K-NN claifie a new ample baed on the minimum ditance from the tet ample to the training ample The Euclidean ditance wa ued for calculation in thi paper [13] If an object i near to the K nearet neighbour, the object i claified into the K-object category 535 Naive Baye (NB) The NB claifier i a probabilitic algorithm baed on Baye rule and the imple aumption that the feature value are conditionally independent given the cla [22] Given a new ample obervation, the claifier aign it to the cla with the maximum conditional probability etimate 54 Propoed method The four propoed claification module (J48, SVM, NB and 3NN) receive pre-proceed original high dimenionality microarray dataet a it input The ytem firt tep i reducing the total number of gene in the input dataet to mall ubet uing TOPSIS Method and F-core tet technique a a combined gene election technique Then the elected data will be the data ued by the choen claifier to aign new ample into their correct clae intead of uing the original full data et At thi point we can meaure and record the tet accuracy of the claifier The workflow of the propoed approach i hown in Fig 5 42

5 Accuracy Accuracy % International Journal of Computer Application ( ) Volume 67 No17, April 2013 In the propoed approach, firt we rank gene according to TOPSIS Method and elect 250 top ranked gene from thi method and after that we ue F ditribution a follow: Calculating the mean of the expreion value for each of the n gene (μn1 for the firt cla and μn2 for the econd cla) Calculating the tandard deviation of the expreion value for each of the n gene (σn1 for the firt cla and σn2 for the econd cla) Obtaining the abolute difference between the calculated mean ( μn1 - μn2 ) Calculating the F value for each of the elected gene from TOPSIS METHOD by the following: (F = μn1 - μn2 /(σn1 + σn2)) Arrange the gene according to their F value and chooe the mot informative gene Table 2 accuracy of the claifier with the original Colon data et, and the reduced data et uing 10 fold cro validation Claifier # of ued gene SVM 3NN J48 Naïve Baye Original data et Table 4 Comparion of the propoed method and other method ued in [23], [24] and [25] Method Propoed Propoed [23] [25] [24] with SVM with 3NN Colon After finihing the gene election tep we ue four different claifier to tet the accuracy of the propoed method One of the propoed ytem achieved the highet claification accuracie on the ued dataet with a coniderable number of gene Although the other propoed ytem couldn t reach the ame reult, it contribute in validating the propoed gene election technique 6 Experimental Reult Fig5 Propoed Method We tarted experiment by evaluating performance accuracie of the claifier, SVM, KNN, and deciion tree (J48) on the dataet uing 10-fold Cro Validation (CV) without uing feature election algorithm The reult for the four claifier i hown in table 3 After feature election, the elected feature ubet were evaluated uing four common claification algorithm SVM, KNN, J48, and NB uing 10-fold CV We tet the accuracy of the propoed approach uing different number of gene a howed in table 3 and fig6 uing 10-fold cro validation We ee that when uing data et which ha 100 gene we ee that KNN ha the highet accuracy than other method When uing 50 and 20 gene data et we ee that SVM ha the highet accuracy than the other method When the number of reduced data et i 10 SVM and 3NN have higher accuracy than other claifier When comparing the propoed approach uing 10 gene and uing SVM or 3NN a claifier with the method ued in [23],[24],[25] we ee that the propoed approach give higher claification accuracy than other a hown in table 4 and Fig SVM NN3 48J Claifier Fig6 compared reult of colon data et Claifier 7 Concluion and future work The proce of claifying microarray data mut encloe two main tep; implementing an effective gene election technique and chooing a powerful claifier Thee two tep form the NB Fig7 comparion of our method with [23, 24, 25] original 100 gene 50 gene 20 gene 10 gene 43

6 Volume 67 No17, April 2013 workflow of thi paper trying to go through each tep detail and validating it output The goal of the propoed approach i to extract informative outcome from feature election method to find a ubet of informative feature that have maller ize and better claification accuracy compare to individual method In thi paper, we introduced four new hybrid claification ytem for claifying cancer ample uing microarray gene expreion dataet The main target of the propoed ytem i to get the highet accuracy when claifying the ample uing a mall ubet of informative gene A combination of two gene election technique i introduced to olve the problem of the microarray high dimenionality Thi combined technique preent high performance a it reduce the number of gene SVM, KNN, J48 and NB were choen for claification a they are very efficient binary claification technique and uually give good reult by attenuating their variety of attribute The four ytem were a reult of integrating the propoed gene election technique once with SVM reulting in the Firt CS, another time with KNN reulting in the Second CS, another time with J48 reulting in third CS and another time with NB reulting in fourth CS The four ytem CS were applied public microarray dataet colon When the number of reduced gene data et i 10 we ee that the accuracy i higher than the other reduced data et number Comparion with other verifie the efficiency of the propoed method 8 Reference [1] I H Witten and E Frank, Data Mining: Practical machine learning tool and technique: Morgan Kaufmann, 2005 [2] Y Saey, I Inza, and P Larrañaga, "A review of feature election technique in bioinformatic," Bioinformatic, vol 23, pp , 2007 [3] A Statnikov, C F Aliferi, I Tamardino, D Hardin, and S Levy, "A comprehenive evaluation of multicategory claification method for microarray gene expreion cancer diagnoi," Bioinformatic, vol 21, pp , 2005 [4] A C Lorena, I G Cota, and M C de Souto, "On the complexity of gene expreion claification data et," in Hybrid Intelligent Sytem, 2008 HIS'08 Eighth International Conference on, 2008, pp [5] M A Ranzato, F J Huang, Y-L Boureau, and Y LeCun, "Unupervied learning of invariant feature hierarchie with application to object recognition," in Computer Viion and Pattern Recognition, 2007 CVPR'07 IEEE Conference on, 2007, pp 1-8 [6] S Kotianti, I Zaharaki, and P Pintela, "Supervied machine learning: A review of claification technique," Frontier in Artificial Intelligence and Application, vol 160, p 3, 2007 [7] B Krihnapuram, L Carin, and A Hartemink, "1 Gene expreion analyi: Joint feature election and claifier deign," Kernel Method in Computational Biology, pp , 2004 [8] Y Lu and J Han, "Cancer claification uing gene expreion data," Information Sytem, vol 28, pp , 2003 [9] Y Song, J Huang, D Zhou, H Zha, and C Gile, "Iknn: Informative k-nearet neighbor pattern claification," Knowledge Dicovery in Databae: PKDD 2007, pp , 2007 [10] I Guyon, J Weton, S Barnhill, and V Vapnik, "Gene election for cancer claification uing upport vector machine," Machine learning, vol 46, pp , 2002 [11] G-W Wei, "Extenion of TOPSIS method for 2-tuple linguitic multiple attribute group deciion making with incomplete weight information," Knowledge and information ytem, vol 25, pp , 2010 [12] T Yang and C-C Hung, "Multiple-attribute deciion making method for plant layout deign problem," Robotic and computer-integrated manufacturing, vol 23, pp , 2007 [13] S-B Cho and H-H Won, "Machine learning in DNA microarray analyi for cancer claification," in Proceeding of the Firt Aia-Pacific bioinformatic conference on Bioinformatic 2003-Volume 19, 2003, pp [14] G D Ruxton, "The unequal variance t-tet i an underued alternative to Student' t-tet and the Mann Whitney U tet," Behavioral Ecology, vol 17, pp , 2006 [15] D C Montgomery, G C Runger, and N F Hubele, Engineering tatitic: Wiley, 2009 [16] J-H Hong and S-B Cho, "Lymphoma cancer claification uing genetic programming with SNR feature," Genetic Programming, pp 78-88, 2004 [17] K Mao, P Zhao, and P-H Tan, "Supervied learningbaed cell image egmentation for p53 immunohitochemitry," Biomedical Engineering, IEEE Tranaction on, vol 53, pp , 2006 [18] G Forman, "An extenive empirical tudy of feature election metric for text claification," The Journal of Machine Learning Reearch, vol 3, pp , 2003 [19] W Du and Z Zhan, "Building deciion tree claifier on private data," 2002 [20] G Stiglic, S Kocbek, I Pernek, and P Kokol, "Comprehenive Deciion Tree Model in Bioinformatic," PloS one, vol 7, p e33812, 2012 [21] M A Mazurowki, P A Haba, J M Zurada, J Y Lo, J A Baker, and G D Tourai, "Training neural network claifier for medical deciion making: The effect of imbalanced dataet on claification performance," Neural network: the official journal of the International Neural Network Society, vol 21, p 427, 2008 [22] K Al-Aidaroo, A Bakar, and Z Othman, "Medical Data Claification with Naive Baye Approach," 2012 [23] B Liu, Q Cui, T Jiang, and S Ma, "A combinational feature election and enemble neural network method for claification of gene expreion data," BMC bioinformatic, vol 5, p 136, 2004 [24] T Paul and H Iba, "Identification of informative gene for molecular claification uing probabilitic model building genetic algorithm," in Genetic and Evolutionary Computation GECCO 2004, 2004, pp [25] J Liu and H Iba, "Selecting informative gene uing a multiobjective evolutionary algorithm," in Evolutionary Computation, 2002 CEC'02 Proceeding of the 2002 Congre on, 2002, pp

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

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

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

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

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

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

On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images 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

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

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

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

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

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

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

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

Locating Brain Tumors from MR Imagery Using Symmetry

Locating Brain Tumors from MR Imagery Using Symmetry ocating rain Tumor from M magery Uing Symmetry Nilanjan ay aidya Nath Saha and Matthew obert Graham rown {nray1 baidya mbrown}@cualbertaca epartment of Computing Science Univerity of lberta Canada btract

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

/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

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

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

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

Deep Learning-Based Feature Representation for AD/MCI Classification

Deep Learning-Based Feature Representation for AD/MCI Classification Deep Learning-Baed Repreentation for AD/MCI Claification Heung-Il Suk and Dinggang Shen Department of Radiology and Biomedical Reearch Imaging Center (BRIC), Univerity of North Carolina at Chapel Hill

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

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

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

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

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

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

How to Select Measurement Points in Access Point Localization

How to Select Measurement Points in Access Point Localization Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong How to Select Meaurement Point in Acce Point Localization Xiaoling Yang,

More information

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder Computer Arithmetic Homework 3 2016 2017 Solution 1 An adder for graphic In a normal ripple carry addition of two poitive number, the carry i the ignal for a reult exceeding the maximum. We ue thi ignal

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

[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

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED Jutin Domke and Yianni Aloimono Computational Viion Laboratory, Center for Automation Reearch Univerity of Maryland College Park,

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

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

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

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

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

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

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

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

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

A Fast Association Rule Algorithm Based On Bitmap and Granular Computing

A Fast Association Rule Algorithm Based On Bitmap and Granular Computing A Fat Aociation Rule Algorithm Baed On Bitmap and Granular Computing T.Y.Lin Xiaohua Hu Eric Louie Dept. of Computer Science College of Information Science IBM Almaden Reearch Center San Joe State Univerity

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

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

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

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

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

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

Image authentication and tamper detection using fragile watermarking in spatial domain

Image authentication and tamper detection using fragile watermarking in spatial domain International Journal of Advanced Reearch in Computer Engineering & Technology (IJARCET) Volume 6, Iue 7, July 2017, ISSN: 2278 1323 Image authentication and tamper detection uing fragile watermarking

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

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM Goal programming Objective of the topic: Indentify indutrial baed ituation where two or more objective function are required. Write a multi objective function model dla a goal LP Ue weighting um and preemptive

More information

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology A Study of a Variable Compreion Ratio and Diplacement Mechanim Uing Deign of Experiment Methodology Shugang Jiang, Michael H. Smith, Maanobu Takekohi Abtract Due to the ever increaing requirement for engine

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

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

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

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

Evolution of Non-Deterministic Incremental Algorithms. Hugues Juille. Volen Center for Complex Systems. Brandeis University. Waltham, MA

Evolution of Non-Deterministic Incremental Algorithms. Hugues Juille. Volen Center for Complex Systems. Brandeis University. Waltham, MA Evolution of Non-Determinitic Incremental Algorithm a a New Approach for Search in State Space Hugue Juille Computer Science Department Volen Center for Complex Sytem Brandei Univerity Waltham, MA 02254-9110

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

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

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

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

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

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

Motion Control (wheeled robots)

Motion Control (wheeled robots) 3 Motion Control (wheeled robot) Requirement for Motion Control Kinematic / dynamic model of the robot Model of the interaction between the wheel and the ground Definition of required motion -> peed control,

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

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

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

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

Using Mouse Feedback in Computer Assisted Transcription of Handwritten Text Images

Using Mouse Feedback in Computer Assisted Transcription of Handwritten Text Images 2009 10th International Conference on Document Analyi and Recognition Uing Moue Feedback in Computer Aited Trancription of Handwritten Text Image Verónica Romero, Alejandro H. Toelli, Enrique Vidal Intituto

More information

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong 4th International Conference on Machinery, Material and Computing Technology (ICMMCT 2016) A Load Balancing Model baed on Load-aware for Ditributed Controller Fengjun Shang, Wenjuan Gong College of Compute

More information

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES MAKARA, TEKNOLOGI, VOL. 9, NO., APRIL 5: 3-35 3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES Mochammad Zulianyah Informatic Engineering, Faculty of Engineering, ARS International Univerity,

More information

Edits in Xylia Validity Preserving Editing of XML Documents

Edits in Xylia Validity Preserving Editing of XML Documents dit in Xylia Validity Preerving diting of XML Document Pouria Shaker, Theodore S. Norvell, and Denni K. Peter Faculty of ngineering and Applied Science, Memorial Univerity of Newfoundland, St. John, NFLD,

More information

DWH Performance Tuning For Better Reporting

DWH Performance Tuning For Better Reporting DWH Performance Tuning For Better Sandeep Bhargava Reearch Scholar Naveen Hemrajani Aociate Profeor Dineh Goyal Aociate Profeor Subhah Gander IT Profeional ABSTRACT: The concept of data warehoue deal in

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

Reporting Checklist for Nature Neuroscience

Reporting Checklist for Nature Neuroscience Correponding Author: Manucript Number: Manucript Type: Jeremy Elman NNBC48172A Brief Communication Reporting Checklit for Nature Neurocience # Figure: 2 # Figure: 5 # Table: 6 # Video: 0 Thi checklit i

More information

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL International Journal of Mechanical and Production Engineering Reearch and Development (IJMPERD) ISSN 49-689 Vol. 3, Iue, Mar 3, 4-5 TJPRC Pvt. Ltd. A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE

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

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

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

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

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

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Vietnam Journal of Science and Technology 55 (5) (017) 650-657 DOI: 10.1565/55-518/55/5/906 A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Nguyen Huu Quang *, Banh

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

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07 Introduction to PET Image Recontruction Adam Aleio Nuclear Medicine Lecture Imaging Reearch Laboratory Diviion of Nuclear Medicine Univerity of Wahington Fall 2007 http://dept.wahington.edu/nucmed/irl/education.html

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

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

Pairwise Costs in Multiclass Perceptrons

Pairwise Costs in Multiclass Perceptrons 1324 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 32, NO. 7, JULY 2010 Pairwie Cot in Multicla Perceptron Saruna Raudy and Aiti Raudy Abtract A novel lo function to train a net

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

else end while End References

else end while End References 621-630. [RM89] [SK76] Roenfeld, A. and Melter, R. A., Digital geometry, The Mathematical Intelligencer, vol. 11, No. 3, 1989, pp. 69-72. Sklanky, J. and Kibler, D. F., A theory of nonuniformly digitized

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

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

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

Topics. Lecture 37: Global Optimization. Issues. A Simple Example: Copy Propagation X := 3 B > 0 Y := 0 X := 4 Y := Z + W A := 2 * 3X

Topics. Lecture 37: Global Optimization. Issues. A Simple Example: Copy Propagation X := 3 B > 0 Y := 0 X := 4 Y := Z + W A := 2 * 3X Lecture 37: Global Optimization [Adapted from note by R. Bodik and G. Necula] Topic Global optimization refer to program optimization that encompa multiple baic block in a function. (I have ued the term

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

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

AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROBLEM

AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROBLEM RAC Univerity Journal, Vol IV, No, 7, pp 87-9 AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROLEM Mozzem Hoain Department of Mathematic Ghior Govt

More information

Audio-Visual Voice Command Recognition in Noisy Conditions

Audio-Visual Voice Command Recognition in Noisy Conditions Audio-Viual Voice Command Recognition in Noiy Condition Joef Chaloupka, Jan Nouza, Jindrich Zdanky Laboratory of Computer Speech Proceing, Intitute of Information Technology and Electronic, Technical Univerity

More information

Focused Video Estimation from Defocused Video Sequences

Focused Video Estimation from Defocused Video Sequences Focued Video Etimation from Defocued Video Sequence Junlan Yang a, Dan Schonfeld a and Magdi Mohamed b a Multimedia Communication Lab, ECE Dept., Univerity of Illinoi, Chicago, IL b Phyical Realization

More information

Shira L. Broschat b) School of Electrical Engineering and Computer Science, Washington State University, Pullman, Washington

Shira L. Broschat b) School of Electrical Engineering and Computer Science, Washington State University, Pullman, Washington Invere imaging of the breat with a material claification technique Charle W. Manry, Jr. a) Department of the Navy, SPAWARSYSCEN D851 (PL-MR), 53560 Hull Street, San Diego, California 92152-5001 Shira L.

More information

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz Operational emantic Page Operational emantic Cla note for a lecture given by Mooly agiv Tel Aviv Univerity 4/5/7 By Roy Ganor and Uri Juhaz Reference emantic with Application, H. Nielon and F. Nielon,

More information