Classifying Datasets Using Some Different Classification Methods

Size: px
Start display at page:

Download "Classifying Datasets Using Some Different Classification Methods"

Transcription

1 Intenational Jounal of Engineeing and Technical Reseach (IJETR) ISSN: -869 (O) (P), Volume-5, Issue, June 6 Classifying Datasets Using Some Diffeent Classification Methods Sanaa Abou Elhamayed Abstact The classification methods ae used to classify a new data instance based on the known classifications of the obsevations in the taining set. The main objective of this wok is to compae the pefomance of thee classification methods. The methods ae called the Classification and Regession Tee (CART), K-Neaest Neighbou, (KNN), and Pincipal Component Analysis (PCA). Such methods ae applied on diffeent datasets. Any dataset is patitioned into two sets, one of them is taining set and the othe one is testing set. The pefomance of each method is measued using some measuable citeia. This includes: non-,,, pecision,, and. The adopted methods ae evaluated and compaed using some chosen datasets as testbeds. The coss validation is applied to impove and assesst the pefomance of the classification methods. The classification methods ae implemented and oped by applying MATLAB vesion-4 fo calculating the significant paametes which have a diect effect on the pefomance of the classification methods. Index Tems Classification Methods, CART, KNN, PCA, Coss Validation, Qualification Paametes I. INTRODUCTION A lot of eseach woks have been pesented concening the classification poblems. This involves using classification algoithms, softwae tools, datasets, and classification cies. Examples of such published effots ae biefly mentioned as follows: [] conducted an expeiment using the WEKA envionment by handling fou classification algoithms namely ID, J48, Simple Classification And Regession Tee (CART) and Altenating Decision Tee on the spam dataset. Such classification algoithms ae used to categoize the s as spam o non-spam. The algoithms ae analyzed and compaed in tems of classification. Fom the esults it was found that the highest pefomance is fo the J48 fo the spam datasets containing 46 instances with58 attibutes pe each. [] used decision tee classification algoithms to classify the data into coectly and incoectly instances. Thei wok shows the pocess of WEKA analysis and selection of attibutes to be mined. Also, they povided an evaluation based on the evolutionay classification algoithms to thei datasets and measued the of the obtained esults. [5] pesented an intoduction of text classification and compaed some existing s accoding to time Sanaa Abou Elhamayed, Electonic Reseach Institute, Giza, Egypt complexi, pincipal, and pefomance. They veified that infomation Gain and Chi squae statistics ae the most commonly used and well pefomed methods fo featue selection. Also, they veified that no single epesentation scheme and can be mentioned as a geneal model fo any application. Diffeent algoithms pefom diffeently depending on data collection. [6] pesented a compaative study of diffeent classification and clusteing techniques using WEKA. They tested J48, ID, Bayes netwok classification algoithms. Accoding to thei compaison they veified that J48 algoithm gives the best pefomance consideing both and speed. [7] pesented some classification techniques which ae decision tee, Bayesian netwoks, k-neaest neighbou, neual netwok, and suppot vecto machine. These techniques ae used to uncove hidden pattens within lage amounts of data and pedict thei futue behaviou. They veified that the good data is the fist equiement fo good data exploation. [8] evaluated the pefomance of data mining classification algoithms on vaious datasets. They found that most algoithms can classify datasets with both nominal and numeic class values. But bayes algoithms classify datasets with only nominal class values wheeas linea egession, M5 ules classify datasets only with numeic class value. They found that J48 algoithm pefomed well with % coectly classified instances with least time. [9] applied five diffeent classification methods fo classifying diffeent pes of data based on thei size. The five classification methods ae decision tee, lazy leane, ules based, naive bayes, and egession. They poposed the data using WEKA tool which povides woking with attibutes section and evaluate the pefomance of the classification algoithms accoding to the and the. They found that the lazy leane is much bette than the othes in big datasets while the ules basedis good in small datasets. They also found that the decision tee does not change when a dataset is changed. [] analyzed the pefomance of thee Meta classification algoithms namely attibuted selected, filteed and logitboost. They analyzed the pefomance of the algoithms by evaluating the classification and. They classified the compute files accoding to thei extension and used the WEKA tool fo analyzing the pefomance of the classification algoithms. The dataset is collected fom the compute systems and contains 9 instances and fou attibutes. Befoe stating the classification pocess the taining and the test data ae educed by attibute 48

2 Classifying Datasets Using Some Diffeent Classification Methods selection. Fom the expeimental esults it is obseved that the logitbbost is bette than the othe algoithms. [] used two classification algoithms namely J48 and multilaye pecepton fo seveal datasets fo making a decision which is bette based on the conditions of the datasets. The confusion matix is used to evaluate the classification quali, whee the sum of diagonal is the numbe of coectly classified instances else ae incoectly classified. They found that the multilaye pecepton is a bette algoithm in the most of the cases. [] pesented a study to find the best classification algoithm among bayesien and lazy s. The dataset is collected fom the compute files and has 8 instances and fou attibutes. Bayesian algoithms pedict the class depending on the pobabili of belonging to that class. Lazy algoithms pedict the class depending on the distance fom the test instance and its neighbous. They evaluated the quali of the classifying algoithms consideing some measuable citeia such as:,, F measue, Receive opeating chaacteistics, Tue positive, and kappa statistics. Fom the expeimental esults it is obseved that the lazy s k-neaest neighbou is bette than the othe techniques. The oganization of this pape is as follows: Section pesents the chosen classification methods. Section implements the diffeent datasets and the effective paametes in the classification pocess while section 4 discusses the esults. Section 5 concludes the whole wok. II. THE CHOSEN CLASSIFICATION METHODS. Classification Using CART Method Decision tee is one of the most impotant knowledge epesentation methods which attempt to build a top-down method to educe dimensionali. The eduction of dimensionali is used by eliminating duplicated o edundant attibutes o neglecting less impotant ones. The decision tee method is used in diffeent applications of science and medicine. Decision tees ae tees that classify instances by soting them based on featues values. Each node in a decision tee epesents a featue in an instance to be classified, each leave epesents a class label, and each banch epesents a conjunction of featues that lead to those class labels (a value that a node can assume) [], []. This method is based on ule induction. A distinction between continuous and categoical vaiables is equied to descibe the splitting ules. If the dataset has numeical vaiables then the numbe of possible splits at a given node is one less than the numbe of its distinctly obseved values. If the dataset has M categoical vaiables then those vaiables will be splitted into M subsets. In this method the data set is ecusively splitted into smalle subsets whee each subset contains objects belonging to as few categoies as possible. Fo the best splitting node, gain atio and gini index ae used. To decease the height of the tee, the iegulai of each node must be educed. So, the iegulai I is computed fo all the featues by applying whee p(c) is the popotion of the data that belongs to the class c. The final classification model consists of a tee that defines the classification ule. The steps of the method can be summaized as follows: Input: dataset (a set of featue vectos epesenting instances). Ceate the oot of the tee with the featue that maximizes the gain atio G. Detemine fo the best split by computing the Gini index whee p( ) is the elative fequen of cases belong to class c j. Split the node into banches. 4. Check if banches have data. 5. Repeat. 6. Stop when all banches have no data. 7. Assign classes to teminal nodes. Output: tee of classifying data and qualification paametes. Classification Using KNN Method The k-neaest neighbou method is the most well known classification algoithm because of its simplici. Also, it needs only two paametes to tune which ae distance metic [] obseved that the k-neaest neighbou is bette than the Bayseain algoithms.the k-neaest neighbou is called lazy because it does not build a model until the time that a pediction is equied. It only does wok at the last second. Also, it is a competitive leaning algoithm because it makes a compaison between data instances to make a pedictive decision. The k-neaest neighbou algoithm pedicts the unseen data instance by seaching though the taining dataset fo the k-most simila instances. The pediction attibute of the most simila instances is summaized and etuned as the pediction fo the unseen instance. Fom taining instance to sample instance distance is evaluated and the instance with lowest distance is called neaest neighbou. KNN method is used in many applications such as classification, poblem solving, and function leaning [5]. This method uses the Euclidean distance fo the eal valued data. The steps of the algoithm can be summaized as follows: Input: dataset (a set of featue vectos epesenting instances). Specify a positive intege k.. Split the dataset into taining dataset D and test dataset D z : the taining dataset to make classifications and the test dataset to evaluate the of the algoithm.. Calculate the distance d(x,x) between the test instance z and evey instance in the taining dataset (x,y)є D. 4. Select D z D, the set of k closest taining instances to test the instance z. 5. Find the most common classification of these instances (the majoi class of the k neaest neighbous) () Whee v is a class label, y i is the class label fo the i th neaest neighbous, and i is an indicato function that 49

3 etuns the value of if its agument is tue and othewise. 6. Give this classification to the test instance (the test instance is classified based on the majoi class of its neaest neighbous). 7. Calculate the of the algoithm. 8. Collect the most simila all togethe. Output: qualification paametes.. Classification Using PCA Method Statistical pocedue o leaning uses an othogonal tansfomation to convet a set of obsevations of possibly coelated vaiables into a set of values of linealy uncoelated vaiables called pincipal components. The objective of PCA is to educe the numbe of attibutes (educe the dimensionali) [4]. The steps of the algoithm can be summaized as follows: Input: dataset (a set of featue vectos epesenting instances). Compute the means of each attibute vecto of all the data set by using the equation (): () whee is the mean of the dataset X and d is the numbe of instances.. Subtact the mean fom each of the data dimensions.. Compute the covaiance matix of the whole datasetx by using equation (4) Whee cov i,j is the covaiance between attibutes i and j. 4. Compute the eigenvectos fo each attibute E = (e,e,-----,e m ) of the covaiance matix X is d m. 5. Compute the coesponding eigenvalues Λ = diag (λ,λ,---,λ d ) whee Xe=λe whee λ is a scala eigenvalue. 6. Sot the eigenvectos by deceasing the eigenvalues. 7. Get the eigenvectos with the lagest eigenvalues to fom the educed matix of dimension k. 8. Multiply the oiginal matix with the educed one to fom the matix W with dimension d k (tansfoms d m matix into d k matix). 9. Use the matix W to tansfom the onto the new space. Output: scatteed figues and qualification paametes. III. IMPLEMENTATION WORK To evaluate the pefomance of the adopted classification methods, fou diffeent datasets ae used. The diffeent datasets cove small dataset with lage attibutes, small data set with limited attibutes, lage dataset with limited attibutes, and lage dataset with lage attibutes. The datasets ae Olitos, Glass, Diabetes, and Madelon datasets. Table () shows these datasets. Olitos dataset consists of olive oil instances on measuements on 5 chemical compositions (fat acids, steols, titepenic alcohols) of olive oils fom Tuscany. Thee ae 4 classes coesponding to diffeent (4) Intenational Jounal of Engineeing and Technical Reseach (IJETR) ISSN: -869 (O) (P), Volume-5, Issue, June 6 poduction aeas. Class, Class, Class, and Class 4 contain 5, 5, 4, and obsevations, espectively. The Glass dataset consists of 4 glass of each 9 attibutes which ae: RI: efactive index, Na: Sodium, Mg: Magnesium, Al: Aluminum, Si: Silicon, K: Potassium, Ca: Calcium, Ba: Baium, and Fe: Ion. Thee ae 7 classes coesponding to diffeent pes of glass which ae :building_windows_float_pocessed, building_windows_non_float_pocessed,vehicle_windows_f loat_pocessed,vehicle_windows_non_float_pocessed, containes, tablewae, headlamps. The Diabetes dataset consists of 768 instances of each 8 attibutes which ae:. Numbe of times pegnant. Plasma glucose concentation a hous in an oal glucose toleance test. Diastolic blood pessue (mm Hg) 4. Ticeps skin fold thickness (mm) 5. -Hou seum insulin (mu U/ml) 6. Body mass index (weight in kg/(height in m)^) 7. Diabetes pedigee function 8. Age (yeas) Two class vaiables ( o ). The Madelon is an atificial dataset which consists of 44 instances of each 5 attibutes The Olitos dataset is divided andomly into taining set (9 instances) and test set ( instances). The glass dataset is divided andomly into taining set with 44 instances and test set which 7 instances. The taining and testing sets fo the Diabetes ae 568 instances and instances and fo the Madelon ae 6 instances and 8 espectively. Table : Datasets Name Instances Attibutes Classes Olitos 5 4 Glass Diabetes Madelon 44 5 Coss validation is a popula stgy fo method selection. The main idea of coss validation is to split data once o seveal times, fo estimating the isk of each method: pat of data (taining sample) is used fo taining each method, and the emaining pat (the test sample) is used fo estimating the isk of method. Then, the coss validation selects the method with the estimated isk [Sylvain Alot and Alian Celisse, ]. Softwae is the Classification toolbox fo MATLAB - vesion 4. has been eleased by Milano Chemometics and QSAR eseach Goup. Visit thei website at Hadwae is Intel (R) Pentium 4, CPU. GHZ, and RAM.49 GB. The is evaluated fo the taining set and test set.the hold out method is used to detemine the stopping point. The hold out method used is coss validation. Random subsampling coss validation is applied to split the dataset andomly into taining set and test set, then can calculate the with the test. The qualification of the classification methods ae based on the following paametes: non- (NER) epesents the aveage of the class, (ER), (Ac) is the atio of coectly assigned, pecision (P) is the atio between the of g th class coectly classified and the total numbe of assigned to that class, 5

4 Classifying Datasets Using Some Diffeent Classification Methods (Sn) descibes the abili of the algoithm to ecognize coectly, and (Sp) chaacteizes the abili of the class to eject the of all othe classes. These paametes ae defined as in the following equations: (5) CART KNN PCA Table 6: Evaluation of the Classifies on Diabetes Dataset (6) (7) (8) (9) fo k g () () Whee : is the total numbe of assigned to the g th class n gg is the numbe of belonging to class g and coectly assigned to it. n g is the total numbe of belonging to the g th class. is the total numbe of assigned to the k th class. CART KNN PCA Table 7: Evaluation of the Classifies on Diabetes Test Dataset CART KNN PCA Classifie Table 8: Evaluation of the Classifies on Madelon Dataset CART KNN PCA IV. DISCUSSION OF RESULTS The quali of the classification methods ae evaluated by pecision,,,, non--, and. Each element of the dataset is called an instance and the class it belongs to is called the label and the of the dataset is the pobabili of the to incoectly classify an instance. The chosen datasets ae splitted into taining set and testing set and the paametes that evaluate the quali of the chosen methods ae shown in tables ( to 9) espectively. Table : Evaluation of the s on Olitos Dataset classifie Non eo c y Pecisio n t y t y CART KNN PCA Table : Evaluation of the Classifies on Olitos Test Dataset CART KNN PCA Table 4: Evaluation of the Classifies on Glass Dataset CART KNN PCA Table 5: Evaluation of the Classifies on Glass Test Dataset Classifie Table 9: Evaluation of the Classifies on Madelon Test Dataset CART 5 5 KNN PCA Fom the above tables, it is clea that when inceases, pecision,, and decease and vice vesa fo all classification methods using diffeent datasets. Fom the test set, the classification algoithms ae estimated to be applicable o not. If the, pecision,, and of the algoithm ae acceptable, the algoithm can be used to classify new data. Sensitivi and ae impotant statistical measues of the classification pefomance. Sensitivi measues the popotion of actual positives which ae coectly identified as such. Specifici measues the popotion of negatives which ae coectly identified. As shown fom the tables fo the same numbe of pinciple components, the inceases by inceasing the value. Although the - elationship is globally non-linea, it seems to be patially linea fo some ange values of. Moeove, the - elationship changes by changing the numbe of pincipal components. The pecentage changes by changing the numbe of pincipal components. Such changes may be in an inceasing ode, othes in a deceasing ode while othes ae altenating. If the dataset has lage numbe of attibutes, it is bette to apply the PCA method. It is noticed that the KNN method is not sensitive fo dataset has lage attibutes also takes moe time than the othe two methods. The PCA method is bette than the othe methods fo big data but CART method is moe sensitive. The uning time of the thee 5

5 methods by applying the madelon dataset is shown in table (). Intenational Jounal of Engineeing and Technical Reseach (IJETR) ISSN: -869 (O) (P), Volume-5, Issue, June Table : The Complexi Time of the Thee Methods Using Madelon Dataset Method Time in Seconds CART 5.4 KNN PCA Because of the of the taining set is lowe than the tue the dataset is patitioned in seveal diffeent ways. The aveage scoe ove the diffeent patition is computed to avoid the possible bias intoduced by elying on any paticula division into test and tain sets. The best method is estimated by how the method pefoms by the unknown data and the coss validation is used to measue the using Diabetes dataset and applying PCA and KNN methods as shown in figues (,, ). The PCA aimed to finding the pinciple components with maximum dependence on the esponse vaiables. When the task is egession o classification, it is pefeed to poject the explanatoy vaiables along diections that ae elated to the esponse vaiable. The two-dimensional pojection esults fo the adopted dataset using the chosen method ae shown in figue () Fig. : Coss Validation Eo Rate on Diabetes Dataset fo the Diffeent Segmentations,, 4, 5,, and all data as Computed by KNN Method

6 scoes on canonical vaiable scoes on canonical vaiable scoes on canonical vaiable scoes on canonical vaiable scoes on canonical vaiable scoes on canonical vaiable Classifying Datasets Using Some Diffeent Classification Methods 5 class class class Fig. : Coss Validation Eo Rate on Diabetes Dataset fo the Diffeent Segmentations,, 4, 5,, and all data as Computed by PCA Method class Fig. : The Pojection of Diabetes Dataset fo the Diffeent Segmentations,, 4, 5,, and all Data Coesponding to Attibute by PCA Method class class The choice of k affects the pefomance of KNN method as shown in Figue () and the coss validation is used to choose the optimal value of k. Figue () shows that at each attibute using coss validation with diffeent segmentation. V. CONCLUSION In this wok diffeent classification methods ae discussed and demonstd by applying diffeent datasets. By analyzing the expeimental esults it is obseved that the PCA method has bette esults than othe two algoithms. Also, it is found that the PCA a useful appoach when dealing with lage amount of data. Fo dataset has lage numbe of attibutes it is pefeed to use the PCA method. The CART and KNN algoithms have poo pefomance fo datasets have lage numbe of attibutes. At last, we can say that no one algoithm is the best fo all pes of dataset. The ovefitting is that the method doesn t fit the test as it fits the taining. The coss validation is a way used to pedict the fit of the method. So, coss validation is used to estimate the expected level of fit of a method independent of the taining set. The optimal value of k in the KNN algoithm is obtained by means of coss validation pocedues. Fo all the classification methods the time to classify the instance is elated to the numbe of instances and the numbe of attibutes

7 REFERENCES [] A. K. Shama and S. Sahni, A Compaative Study of Classification Algoithms fo Spam Data Analysis, Intenational Jounal on Compute Science and Engineeing (IJCSE), Vol., May, pp [] T. C. Shama and M. Jain, WEKA Appoach fo Compaative Study of Classification Algoithm, The Intenational Jounal of Advanced Reseach in Compute and Communication Engineeing, Vol., Issue 4, Apil, pp [] S. Saha and R. Chaki, Application of Data Mining in Potein Sequence Classification, The Intenational Jounal of Database Management Systems (IJDMS), Vol. 4, No. 5, Octobe, pp. -8. [4] A. Kuwadeka and J. Neville, Rational Active Leaning fo Joint Collective Classification Models, The Poceedings of the 8 th Intenational Confeence on Machine Leaning, Bellevue, USA,, pp. -8. [5] V. Kode and C. N. Mahende, Text Classification and Classifies: A Suvey, The Intenational Jounal of Atificial Intelligence and Applications (IJAIA), Vol., No., Mach, pp [6] Sonam Nawal and Kamaldeep Mintwal, Compaison the Vaious Clusteing and Classification Algoithms of WEKA Tools, The Intenational Jounal of Advanced Reseach in Compute Science and Softwae Engineeing, Vol. Issue, Decembe, pp [7] S. Neelamegam and E. Ramaaj, Classification Algoithm in Data Mining: An Oveview, The Intenational Jounal of pp Netwok Tends and Technology (IJPTT), Vol. 4, Issue 8, Septembe, pp [8] Nikhil N. Solvithal and R. B. Kulkani, Evaluating Pefomance of Data Mining Classification Algoithm in Weka, Intenational Jounal of Application o Inovation in Engineeing and Management (IJAIEM), Vol., Issue, Octobe, pp. 78. [9] M. Tiwai and M. Misha, Accua Estimation of Classification Algoithms with DEMP Model, The Intenational Jounal of Advanced Reseach in Compute and Communication Engineeing, Vol., Issue, Novembe, pp [] S. Vijayaani and M. Muthulakshmi, Compaative Study on Classification Meta Algoithms, The Intenational Jounal of Innovative Reseach in compute and Communication Engineeing, Vol., Issue 8, Octobe, pp [] RohilAoa and Suman, Compaative Analysis of Classification algoithms on Diffeent datasets Using WEKA, The Intenational and jounal of Compute Application, Vol. 54, No., Septembe, pp. 5. [] S. Vijayaani and M. Muthulakshmi, Compaative analysis of Bayes and lazy Classification Algoithms, The Intenational Jounal of Advanced Reseach in Compute and Communication Engineeing, Vol., Issue 8, August, pp [] X. Wu, V. Kuma, J. R. Quinlan, J. Ghosh, Q. Yang, H. Motoda, G. J. McLachlan, A. Ng, B. Liu, Philip S. Yu, Zhi-Hua Zhou, M. Steinbach, D. J. Hand, and D. Steinbeg, Top Algoithms in Data Mining, KnowlInfSyst, Vol. 4, 8, pp. 7. [4] J. Gou, L. Du, Y. Zhang, and T. Xiong, A New Distance-Weighted K-Neaest Neighbo Classifie, The Jounal of Infomation &Computational Science, Vol. 9, June, pp [5] T. Neo and D. Ventua, A Diect Boosting Algoithm fo the K-Neaest Neighbo Via Local Waping of the Distance Metic, Patten ecognition lettes, Vol.,, pp. 9. [6] F. Fenandez and P. Isasi, Local Featue Weighting in Neaest Potope Classification, The IEEE Tansactions on Neual Netwoks, Vol. 9, No., Januay 8, pp.4-5. [7] O. Sutton, Intoduction of K Neaest Neighbou Classification and Condensed Neaest Neighbou data Reduction, Febuay, pp.-. [8] L. Godon, Using Classification and Regession Tees (CART) is SAS Entepise Mine fo Applications in Public Health, Data Mining and Text Analysis, SAS Global Foum,, pp. -8. [9] W. Y. Loh, Classification and Regession Tees, WIRES data Mining and Knowledge Discovey, John Wily&Sons, Vol., Januay/Febuay,, pp.4. [] T. N. Phyu, Suvey of Classification Techniques in Data Mining, Poceeding of the Intenational Multi-Confeence of Enginees and Compute Scientists, IMECS 9, Mach 8, 9-Hong Kong, pp. -5. [] S. Alot and A. Celisse, A Suvey of Coss Validation Pocedues fo Model Selection, Statistics Suvey, Vol. 4, ISSN: ,, pp Intenational Jounal of Engineeing and Technical Reseach (IJETR) ISSN: -869 (O) (P), Volume-5, Issue, June 6 [] Wikipedia the fee Enclopedia Downloaded 5. [] H. S. Yazdi and N. Salehi, Multi Banch Decision Tee: A New splitting Citeion, Intenational Jounal of Advanced Science and Technology, Vol.45, August 4, pp [4] Downloaded fom website 6. [5] M. AkhilJabba, B. L. Deekshatulu, and Piti Chanda, Classification of Heat Disease Using K-Neaest Neighbo and Genetic Algoithm, The Intenational Confeence on Computational Intelligence:Modling Techniques and Applications, Elsevie,, Vol., pp

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH I J C A 7(), 202 pp. 49-53 SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH Sushil Goel and 2 Rajesh Vema Associate Pofesso, Depatment of Compute Science, Dyal Singh College,

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

Clustering Interval-valued Data Using an Overlapped Interval Divergence

Clustering Interval-valued Data Using an Overlapped Interval Divergence Poc. of the 8th Austalasian Data Mining Confeence (AusDM'9) Clusteing Inteval-valued Data Using an Ovelapped Inteval Divegence Yongli Ren Yu-Hsn Liu Jia Rong Robet Dew School of Infomation Engineeing,

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

Detection and Recognition of Alert Traffic Signs

Detection and Recognition of Alert Traffic Signs Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives

More information

Color Correction Using 3D Multiview Geometry

Color Correction Using 3D Multiview Geometry Colo Coection Using 3D Multiview Geomety Dong-Won Shin and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 13 Cheomdan-gwagio, Buk-ku, Gwangju 500-71, Republic of Koea ABSTRACT Recently,

More information

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation A Minutiae-based Fingepint Matching Algoithm Using Phase Coelation Autho Chen, Weiping, Gao, Yongsheng Published 2007 Confeence Title Digital Image Computing: Techniques and Applications DOI https://doi.og/10.1109/dicta.2007.4426801

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

Point-Biserial Correlation Analysis of Fuzzy Attributes Appl Math Inf Sci 6 No S pp 439S-444S (0 Applied Mathematics & Infomation Sciences An Intenational Jounal @ 0 NSP Natual Sciences Publishing o Point-iseial oelation Analysis of Fuzzy Attibutes Hao-En hueh

More information

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma

MapReduce Optimizations and Algorithms 2015 Professor Sasu Tarkoma apreduce Optimizations and Algoithms 2015 Pofesso Sasu Takoma www.cs.helsinki.fi Optimizations Reduce tasks cannot stat befoe the whole map phase is complete Thus single slow machine can slow down the

More information

Computational and Theoretical Analysis of Null Space and Orthogonal Linear Discriminant Analysis

Computational and Theoretical Analysis of Null Space and Orthogonal Linear Discriminant Analysis Jounal of Machine Leaning Reseach 7 2006) 1183 1204 Submitted 12/05; Revised 3/06; Published 7/06 Computational and Theoetical Analysis of Null Space and Othogonal Linea Disciminant Analysis Jieping Ye

More information

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks Effects of Model Complexity on Genealization Pefomance of Convolutional Neual Netwoks Tae-Jun Kim 1, Dongsu Zhang 2, and Joon Shik Kim 3 1 Seoul National Univesity, Seoul 151-742, Koea, E-mail: tjkim@bi.snu.ac.k

More information

An Extension to the Local Binary Patterns for Image Retrieval

An Extension to the Local Binary Patterns for Image Retrieval , pp.81-85 http://x.oi.og/10.14257/astl.2014.45.16 An Extension to the Local Binay Pattens fo Image Retieval Zhize Wu, Yu Xia, Shouhong Wan School of Compute Science an Technology, Univesity of Science

More information

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design

Transmission Lines Modeling Based on Vector Fitting Algorithm and RLC Active/Passive Filter Design Tansmission Lines Modeling Based on Vecto Fitting Algoithm and RLC Active/Passive Filte Design Ahmed Qasim Tuki a,*, Nashien Fazilah Mailah b, Mohammad Lutfi Othman c, Ahmad H. Saby d Cente fo Advanced

More information

A Recommender System for Online Personalization in the WUM Applications

A Recommender System for Online Personalization in the WUM Applications A Recommende System fo Online Pesonalization in the WUM Applications Mehdad Jalali 1, Nowati Mustapha 2, Ali Mamat 2, Md. Nasi B Sulaiman 2 Abstact foeseeing of use futue movements and intentions based

More information

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives SPARK: Soot Reseach Kit Ondřej Lhoták Objectives Spak is a modula toolkit fo flow-insensitive may points-to analyses fo Java, which enables expeimentation with: vaious paametes of pointe analyses which

More information

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set Modelling, simulation, and pefomance analysis of a CAN FD system with SAE benchmak based message set Mahmut Tenuh, Panagiotis Oikonomidis, Peiklis Chachalakis, Elias Stipidis Mugla S. K. Univesity, TR;

More information

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM

A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Accepted fo publication Intenational Jounal of Flexible Automation and Integated Manufactuing. A VECTOR PERTURBATION APPROACH TO THE GENERALIZED AIRCRAFT SPARE PARTS GROUPING PROBLEM Nagiza F. Samatova,

More information

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES Svetlana Avetisyan Mikayel Samvelyan* Matun Kaapetyan Yeevan State Univesity Abstact In this pape, the class

More information

New Algorithms for Daylight Harvesting in a Private Office

New Algorithms for Daylight Harvesting in a Private Office 18th Intenational Confeence on Infomation Fusion Washington, DC - July 6-9, 2015 New Algoithms fo Daylight Havesting in a Pivate Office Rohit Kuma Lighting Solutions and Sevices Philips Reseach Noth Ameica

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters Optics and Photonics Jounal, 016, 6, 94-100 Published Online August 016 in SciRes. http://www.scip.og/jounal/opj http://dx.doi.og/10.436/opj.016.68b016 Fequency Domain Appoach fo Face Recognition Using

More information

Assessment of Track Sequence Optimization based on Recorded Field Operations

Assessment of Track Sequence Optimization based on Recorded Field Operations Assessment of Tack Sequence Optimization based on Recoded Field Opeations Matin A. F. Jensen 1,2,*, Claus G. Søensen 1, Dionysis Bochtis 1 1 Aahus Univesity, Faculty of Science and Technology, Depatment

More information

A ROI Focusing Mechanism for Digital Cameras

A ROI Focusing Mechanism for Digital Cameras A ROI Focusing Mechanism fo Digital Cameas Chu-Hui Lee, Meng-Feng Lin, Chun-Ming Huang, and Chun-Wei Hsu Abstact With the development and application of digital technologies, the digital camea is moe popula

More information

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology,

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology, (IJCSIS) Intenational Jounal of Compute Science and Infomation Secuity, Efficient Candidacy Reduction Fo Fequent Patten Mining M.H Nadimi-Shahaki 1, Nowati Mustapha 2, Md Nasi B Sulaiman 2, Ali B Mamat

More information

Positioning of a robot based on binocular vision for hand / foot fusion Long Han

Positioning of a robot based on binocular vision for hand / foot fusion Long Han 2nd Intenational Confeence on Advances in Mechanical Engineeing and Industial Infomatics (AMEII 26) Positioning of a obot based on binocula vision fo hand / foot fusion Long Han Compute Science and Technology,

More information

A Novel Automatic White Balance Method For Digital Still Cameras

A Novel Automatic White Balance Method For Digital Still Cameras A Novel Automatic White Balance Method Fo Digital Still Cameas Ching-Chih Weng 1, Home Chen 1,2, and Chiou-Shann Fuh 3 Depatment of Electical Engineeing, 2 3 Gaduate Institute of Communication Engineeing

More information

Effective Data Co-Reduction for Multimedia Similarity Search

Effective Data Co-Reduction for Multimedia Similarity Search Effective Data Co-Reduction fo Multimedia Similaity Seach Zi Huang Heng Tao Shen Jiajun Liu Xiaofang Zhou School of Infomation Technology and Electical Engineeing The Univesity of Queensland, QLD 472,

More information

Color Interpolation for Single CCD Color Camera

Color Interpolation for Single CCD Color Camera Colo Intepolation fo Single CCD Colo Camea Yi-Ming Wu, Chiou-Shann Fuh, and Jui-Pin Hsu Depatment of Compute Science and Infomation Engineeing, National Taian Univesit, Taipei, Taian Email: 88036@csie.ntu.edu.t;

More information

Experimental and numerical simulation of the flow over a spillway

Experimental and numerical simulation of the flow over a spillway Euopean Wate 57: 253-260, 2017. 2017 E.W. Publications Expeimental and numeical simulation of the flow ove a spillway A. Seafeim *, L. Avgeis, V. Hissanthou and K. Bellos Depatment of Civil Engineeing,

More information

Illumination methods for optical wear detection

Illumination methods for optical wear detection Illumination methods fo optical wea detection 1 J. Zhang, 2 P.P.L.Regtien 1 VIMEC Applied Vision Technology, Coy 43, 5653 LC Eindhoven, The Nethelands Email: jianbo.zhang@gmail.com 2 Faculty Electical

More information

Keith Dalbey, PhD. Sandia National Labs, Dept 1441 Optimization & Uncertainty Quantification

Keith Dalbey, PhD. Sandia National Labs, Dept 1441 Optimization & Uncertainty Quantification SAND 0-50 C Effective & Efficient Handling of Ill - Conditioned Coelation atices in Kiging & adient Enhanced Kiging Emulatos hough Pivoted Cholesky Factoization Keith Dalbey, PhD Sandia National Labs,

More information

Towards Adaptive Information Merging Using Selected XML Fragments

Towards Adaptive Information Merging Using Selected XML Fragments Towads Adaptive Infomation Meging Using Selected XML Fagments Ho-Lam Lau and Wilfed Ng Depatment of Compute Science and Engineeing, The Hong Kong Univesity of Science and Technology, Hong Kong {lauhl,

More information

Prediction of Time Series Using RBF Neural Networks: A New Approach of Clustering

Prediction of Time Series Using RBF Neural Networks: A New Approach of Clustering 138 The Intenational Aab Jounal of Infomation Technology, Vol. 6,. 2, Apil 2009 Pediction of Time Seies Using RBF Neual Netwoks: A New Appoach of Clusteing Mohammed Awad 2, Hécto Pomaes 1, Ignacio Rojas

More information

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS Daniel A Menascé Mohamed N Bennani Dept of Compute Science Oacle, Inc Geoge Mason Univesity 1211 SW Fifth

More information

Simulation and Performance Evaluation of Network on Chip Architectures and Algorithms using CINSIM

Simulation and Performance Evaluation of Network on Chip Architectures and Algorithms using CINSIM J. Basic. Appl. Sci. Res., 1(10)1594-1602, 2011 2011, TextRoad Publication ISSN 2090-424X Jounal of Basic and Applied Scientific Reseach www.textoad.com Simulation and Pefomance Evaluation of Netwok on

More information

ANN Models for Coplanar Strip Line Analysis and Synthesis

ANN Models for Coplanar Strip Line Analysis and Synthesis 200 IJCSNS Intenational Jounal of Compute Science and Netwok Secuity, VOL.8 No.10, Octobe 2008 Models fo Coplana Stip Line Analysis and J.Lakshmi Naayana D.K.Si Rama Kishna D.L.Patap Reddy Chalapathi Institute

More information

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks Spial Recognition Methodology and Its Application fo Recognition of Chinese Bank Checks Hanshen Tang 1, Emmanuel Augustin 2, Ching Y. Suen 1, Olivie Baet 2, Mohamed Cheiet 3 1 Cente fo Patten Recognition

More information

OPTIMAL KINEMATIC SYNTHESIS OF CRANK & SLOTTED LEVER QUICK RETURN MECHANISM FOR SPECIFIC STROKE & TIME RATIO

OPTIMAL KINEMATIC SYNTHESIS OF CRANK & SLOTTED LEVER QUICK RETURN MECHANISM FOR SPECIFIC STROKE & TIME RATIO OPTIMAL KINEMATIC SYNTHESIS OF CRANK & SLOTTED LEVER QUICK RETURN MECHANISM FOR SPECIFIC STROKE & TIME RATIO Zeeshan A. Shaikh 1 and T.Y. Badguja 2 1,2 Depatment of Mechanical Engineeing, Late G. N. Sapkal

More information

HISTOGRAMS are an important statistic reflecting the

HISTOGRAMS are an important statistic reflecting the JOURNAL OF L A T E X CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 1 D 2 HistoSketch: Disciminative and Dynamic Similaity-Peseving Sketching of Steaming Histogams Dingqi Yang, Bin Li, Laua Rettig, and Philippe

More information

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions Cadiac C-Am CT SNR Enhancement by Combining Multiple Retospectively Motion Coected FDK-Like Reconstuctions M. Pümme 1, L. Wigstöm 2,3, R. Fahig 2, G. Lauitsch 4, J. Honegge 1 1 Institute of Patten Recognition,

More information

Using SPEC SFS with the SNIA Emerald Program for EPA Energy Star Data Center Storage Program Vernon Miller IBM Nick Principe Dell EMC

Using SPEC SFS with the SNIA Emerald Program for EPA Energy Star Data Center Storage Program Vernon Miller IBM Nick Principe Dell EMC Using SPEC SFS with the SNIA Emeald Pogam fo EPA Enegy Sta Data Cente Stoage Pogam Venon Mille IBM Nick Pincipe Dell EMC v6 Agenda Backgound on SNIA Emeald/Enegy Sta fo block Intoduce NAS/File test addition;

More information

A New Finite Word-length Optimization Method Design for LDPC Decoder

A New Finite Word-length Optimization Method Design for LDPC Decoder A New Finite Wod-length Optimization Method Design fo LDPC Decode Jinlei Chen, Yan Zhang and Xu Wang Key Laboatoy of Netwok Oiented Intelligent Computation Shenzhen Gaduate School, Habin Institute of Technology

More information

Topological Characteristic of Wireless Network

Topological Characteristic of Wireless Network Topological Chaacteistic of Wieless Netwok Its Application to Node Placement Algoithm Husnu Sane Naman 1 Outline Backgound Motivation Papes and Contibutions Fist Pape Second Pape Thid Pape Futue Woks Refeences

More information

Scaling Location-based Services with Dynamically Composed Location Index

Scaling Location-based Services with Dynamically Composed Location Index Scaling Location-based Sevices with Dynamically Composed Location Index Bhuvan Bamba, Sangeetha Seshadi and Ling Liu Distibuted Data Intensive Systems Laboatoy (DiSL) College of Computing, Geogia Institute

More information

Communication vs Distributed Computation: an alternative trade-off curve

Communication vs Distributed Computation: an alternative trade-off curve Communication vs Distibuted Computation: an altenative tade-off cuve Yahya H. Ezzeldin, Mohammed amoose, Chistina Fagouli Univesity of Califonia, Los Angeles, CA 90095, USA, Email: {yahya.ezzeldin, mkamoose,

More information

BUPT at TREC 2006: Spam Track

BUPT at TREC 2006: Spam Track BUPT at TREC 2006: Spam Tac Zhen Yang, Wei Xu, Bo Chen, Weian Xu, and Jun Guo PRIS Lab, School of Infomation Engineeing, Beijing Univesity of Posts and Telecommunications, 100876, Beijing, China yangzhen@pis.edu.cn

More information

Effective Missing Data Prediction for Collaborative Filtering

Effective Missing Data Prediction for Collaborative Filtering Effective Missing Data Pediction fo Collaboative Filteing Hao Ma, Iwin King and Michael R. Lyu Dept. of Compute Science and Engineeing The Chinese Univesity of Hong Kong Shatin, N.T., Hong Kong { hma,

More information

Modeling spatially-correlated data of sensor networks with irregular topologies

Modeling spatially-correlated data of sensor networks with irregular topologies This full text pape was pee eviewed at the diection of IEEE Communications Society subject matte expets fo publication in the IEEE SECON 25 poceedings Modeling spatially-coelated data of senso netwoks

More information

A General Characterization of Representing and Determining Fuzzy Spatial Relations

A General Characterization of Representing and Determining Fuzzy Spatial Relations 7 The Intenational Aab Jounal of Infomation Technolog A Geneal Chaacteization of Repesenting and Detemining Fuzz Spatial Relations Lui Bai and Li Yan 2 College of Infomation Science and Engineeing, Notheasten

More information

Image Enhancement in the Spatial Domain. Spatial Domain

Image Enhancement in the Spatial Domain. Spatial Domain 8-- Spatial Domain Image Enhancement in the Spatial Domain What is spatial domain The space whee all pixels fom an image In spatial domain we can epesent an image by f( whee x and y ae coodinates along

More information

On Error Estimation in Runge-Kutta Methods

On Error Estimation in Runge-Kutta Methods Leonado Jounal of Sciences ISSN 1583-0233 Issue 18, Januay-June 2011 p. 1-10 On Eo Estimation in Runge-Kutta Methods Ochoche ABRAHAM 1,*, Gbolahan BOLARIN 2 1 Depatment of Infomation Technology, 2 Depatment

More information

Information Retrieval. CS630 Representing and Accessing Digital Information. IR Basics. User Task. Basic IR Processes

Information Retrieval. CS630 Representing and Accessing Digital Information. IR Basics. User Task. Basic IR Processes CS630 Repesenting and Accessing Digital Infomation Infomation Retieval: Basics Thosten Joachims Conell Univesity Infomation Retieval Basics Retieval Models Indexing and Pepocessing Data Stuctues ~ 4 lectues

More information

3D Periodic Human Motion Reconstruction from 2D Motion Sequences

3D Periodic Human Motion Reconstruction from 2D Motion Sequences 3D Peiodic Human Motion Reconstuction fom D Motion Sequences Zonghua Zhang and Nikolaus F. Toje BioMotionLab, Depatment of Psychology Queen s Univesity, Canada zhang, toje@psyc.queensu.ca Abstact In this

More information

FINITE ELEMENT MODEL UPDATING OF AN EXPERIMENTAL VEHICLE MODEL USING MEASURED MODAL CHARACTERISTICS

FINITE ELEMENT MODEL UPDATING OF AN EXPERIMENTAL VEHICLE MODEL USING MEASURED MODAL CHARACTERISTICS COMPDYN 009 ECCOMAS Thematic Confeence on Computational Methods in Stuctual Dynamics and Eathquake Engineeing M. Papadakakis, N.D. Lagaos, M. Fagiadakis (eds.) Rhodes, Geece, 4 June 009 FINITE ELEMENT

More information

A Memory Efficient Array Architecture for Real-Time Motion Estimation

A Memory Efficient Array Architecture for Real-Time Motion Estimation A Memoy Efficient Aay Achitectue fo Real-Time Motion Estimation Vasily G. Moshnyaga and Keikichi Tamau Depatment of Electonics & Communication, Kyoto Univesity Sakyo-ku, Yoshida-Honmachi, Kyoto 66-1, JAPAN

More information

Machine Learning for Automatic Classification of Web Service Interface Descriptions

Machine Learning for Automatic Classification of Web Service Interface Descriptions Machine Leaning fo Automatic Classification of Web Sevice Inteface Desciptions Amel Bennaceu 1, Valéie Issany 1, Richad Johansson 4, Alessando Moschitti 3, Romina Spalazzese 2, and Daniel Sykes 1 1 Inia,

More information

3D inspection system for manufactured machine parts

3D inspection system for manufactured machine parts 3D inspection system fo manufactued machine pats D. Gacía a*, J. M. Sebastián a*, F. M. Sánchez a*, L. M. Jiménez b*, J. M. González a* a Dept. of System Engineeing and Automatic Contol. Polytechnic Univesity

More information

Improved Fourier-transform profilometry

Improved Fourier-transform profilometry Impoved Fouie-tansfom pofilomety Xianfu Mao, Wenjing Chen, and Xianyu Su An impoved optical geomety of the pojected-finge pofilomety technique, in which the exit pupil of the pojecting lens and the entance

More information

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION Intenational Achives of the Photogammety Remote Sensing and Spatial Infomation Sciences Volume XXXIX-B3 2012 XXII ISPRS Congess 25 August 01 Septembe 2012 Melboune Austalia MULTI-TEMPORAL AND MULTI-SENSOR

More information

Mobility Pattern Recognition in Mobile Ad-Hoc Networks

Mobility Pattern Recognition in Mobile Ad-Hoc Networks Mobility Patten Recognition in Mobile Ad-Hoc Netwoks S. M. Mousavi Depatment of Compute Engineeing, Shaif Univesity of Technology sm_mousavi@ce.shaif.edu H. R. Rabiee Depatment of Compute Engineeing, Shaif

More information

Annales UMCS Informatica AI 2 (2004) UMCS

Annales UMCS Informatica AI 2 (2004) UMCS Pobane z czasopisma Annales AI- Infomatica http://ai.annales.umcs.pl Annales Infomatica AI 2 (2004) 33-340 Annales Infomatica Lublin-Polonia Sectio AI http://www.annales.umcs.lublin.pl/ Embedding as a

More information

Image Registration among UAV Image Sequence and Google Satellite Image Under Quality Mismatch

Image Registration among UAV Image Sequence and Google Satellite Image Under Quality Mismatch 0 th Intenational Confeence on ITS Telecommunications Image Registation among UAV Image Sequence and Google Satellite Image Unde Quality Mismatch Shih-Ming Huang and Ching-Chun Huang Depatment of Electical

More information

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM Luna M. Rodiguez*, Sue Ellen Haupt, and Geoge S. Young Depatment of Meteoology and Applied Reseach Laboatoy The Pennsylvania State Univesity,

More information

Mesh Simplification Using Vertex Clustering Based on Principal Curvature

Mesh Simplification Using Vertex Clustering Based on Principal Curvature Intenational Jounal of Multimedia and Ubiquitous Engineeing, pp.99-110 http://dx.doi.og/10.1457/ijmue.015.10.9.11 Mesh Simplification Using Vetex Clusteing Based on Pincipal Cuvatue Zhen Hua, Zilong Huang

More information

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number.

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number. Illustative G-C Simila cicles Alignments to Content Standads: G-C.A. Task (a, b) x y Fo this poblem, is a point in the - coodinate plane and is a positive numbe. a. Using a tanslation and a dilation, show

More information

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer Using the Gow-And-Pune Netwok to Solve Poblems of Lage Dimensionality B.J. Biedis and T.D. Gedeon School of Compute Science & Engineeing The Univesity of New South Wales Sydney NSW 2052 AUSTRALIA bbiedis@cse.unsw.edu.au

More information

Combinatorial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registration in Mobile IP Environments

Combinatorial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registration in Mobile IP Environments Wieless Netwoks 0, 3 32, 200 200 Kluwe Academic Publishes. Manufactued in The Nethelands. Combinatoial Mobile IP: A New Efficient Mobility Management Using Minimized Paging and Local Registation in Mobile

More information

Performance Optimization in Structured Wireless Sensor Networks

Performance Optimization in Structured Wireless Sensor Networks 5 The Intenational Aab Jounal of Infomation Technology, Vol. 6, o. 5, ovembe 9 Pefomance Optimization in Stuctued Wieless Senso etwoks Amine Moussa and Hoda Maalouf Compute Science Depatment, ote Dame

More information

E.g., movie recommendation

E.g., movie recommendation Recommende Systems Road Map Intodction Content-based ecommendation Collaboative filteing based ecommendation K-neaest neighbo Association les Matix factoization 2 Intodction Recommende systems ae widely

More information

CLUSTERED BASED TAKAGI-SUGENO NEURO-FUZZY MODELING OF A MULTIVARIABLE NONLINEAR DYNAMIC SYSTEM

CLUSTERED BASED TAKAGI-SUGENO NEURO-FUZZY MODELING OF A MULTIVARIABLE NONLINEAR DYNAMIC SYSTEM Asian Jounal of Contol, Vol. 7, No., pp. 63-76, June 5 63 -Bief Pape- CLUSTERED BASED TAKAGI-SUGENO NEURO-FUZZY MODELING OF A MULTIVARIABLE NONLINEAR DYNAMIC SYSTEM E. A. Al-Gallaf ABSTRACT This eseach

More information

THE THETA BLOCKCHAIN

THE THETA BLOCKCHAIN THE THETA BLOCKCHAIN Theta is a decentalized video steaming netwok, poweed by a new blockchain and token. By Theta Labs, Inc. Last Updated: Nov 21, 2017 esion 1.0 1 OUTLINE Motivation Reputation Dependent

More information

The EigenRumor Algorithm for Ranking Blogs

The EigenRumor Algorithm for Ranking Blogs he EigenRumo Algoithm fo Ranking Blogs Ko Fujimua N Cybe Solutions Laboatoies N Copoation akafumi Inoue N Cybe Solutions Laboatoies N Copoation Masayuki Sugisaki N Resonant Inc. ABSRAC he advent of easy

More information

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE 5th Intenational Confeence on Advanced Mateials and Compute Science (ICAMCS 2016) A New and Efficient 2D Collision Detection Method Based on Contact Theoy Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai

More information

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers XFVHDL: A Tool fo the Synthesis of Fuzzy Logic Contolles E. Lago, C. J. Jiménez, D. R. López, S. Sánchez-Solano and A. Baiga Instituto de Micoelectónica de Sevilla. Cento Nacional de Micoelectónica, Edificio

More information

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components A Neual Netwok Model fo Stong and Reteving 2D Images of Rotated 3D Object Using Pncipal Components Tsukasa AMANO, Shuichi KUROGI, Ayako EGUCHI, Takeshi NISHIDA, Yasuhio FUCHIKAWA Depatment of Contol Engineeng,

More information

An Optimised Density Based Clustering Algorithm

An Optimised Density Based Clustering Algorithm Intenational Jounal of Compute Applications (0975 8887) Volume 6 No.9, Septembe 010 An Optimised Density Based Clusteing Algoithm J. Hencil Pete Depatment of Compute Science St. Xavie s College, Palayamkottai,

More information

COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE

COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE Slawo Wesolkowski Systems Design Engineeing Univesity of Wateloo Wateloo (Ont.), Canada, NL 3G s.wesolkowski@ieee.og Ed Jenigan

More information

AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY

AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY Chistophe Waceman (1), William G. Pichel (2), Pablo Clement-Colón (2) (1) Geneal Dynamics Advanced Infomation Systems, P.O. Box 134008 Ann Abo

More information

Data mining based automated reverse engineering and defect discovery

Data mining based automated reverse engineering and defect discovery Data mining based automated evese engineeing and defect discovey James F. Smith III, ThanhVu H. Nguyen Naval Reseach Laboatoy, Code 5741, Washington, D.C., 20375-5000 ABSTRACT A data mining based pocedue

More information

Approximating Euclidean Distance Transform with Simple Operations in Cellular Processor Arrays

Approximating Euclidean Distance Transform with Simple Operations in Cellular Processor Arrays 00 th Intenational Wokshop on Cellula Nanoscale Netwoks and thei Applications (CNNA) Appoximating Euclidean Distance Tansfom with Simple Opeations in Cellula Pocesso Aas Samad Razmjooei and Piot Dudek

More information

Optimal Adaptive Learning for Image Retrieval

Optimal Adaptive Learning for Image Retrieval Optimal Adaptive Leaning fo Image Retieval ao Wang Dept of Compute Sci and ech singhua Univesity Beijing 00084, P. R. China Wangtao7@63.net Yong Rui Micosoft Reseach One Micosoft Way Redmond, WA 9805,

More information

High performance CUDA based CNN image processor

High performance CUDA based CNN image processor High pefomance UDA based NN image pocesso GEORGE VALENTIN STOIA, RADU DOGARU, ELENA RISTINA STOIA Depatment of Applied Electonics and Infomation Engineeing Univesity Politehnica of Buchaest -3, Iuliu Maniu

More information

Link Prediction in Heterogeneous Networks Based on Tensor Factorization

Link Prediction in Heterogeneous Networks Based on Tensor Factorization Send Odes fo Repints to epints@benthamscience.ae 36 The Open Cybenetics & Systemics Jounal, 204, 8, 36-32 Open Access Link Pediction in Heteogeneous Netwoks Based on Tenso Factoization Piao Yong,2*, Li

More information

Shortest Paths for a Two-Robot Rendez-Vous

Shortest Paths for a Two-Robot Rendez-Vous Shotest Paths fo a Two-Robot Rendez-Vous Eik L Wyntes Joseph S B Mitchell y Abstact In this pape, we conside an optimal motion planning poblem fo a pai of point obots in a plana envionment with polygonal

More information

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform A Shape-peseving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonunifom Fuzzification Tansfom Felipe Fenández, Julio Gutiéez, Juan Calos Cespo and Gacián Tiviño Dep. Tecnología Fotónica, Facultad

More information

View Synthesis using Depth Map for 3D Video

View Synthesis using Depth Map for 3D Video View Synthesis using Depth Map fo 3D Video Cheon Lee and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 1 Oyong-dong, Buk-gu, Gwangju, 500-712, Republic of Koea E-mail: {leecheon, hoyo}@gist.ac.k

More information

A Hybrid DWT-SVD Image-Coding System (HDWTSVD) for Color Images

A Hybrid DWT-SVD Image-Coding System (HDWTSVD) for Color Images A Hybid DWT-SVD Image-Coding System (HDWTSVD) fo Colo Images Humbeto Ochoa a,b, K.R. Rao a a Univesity of Texas at Alington, Box 906 46 ates Steet, Neddeman Hall, Rm 530 Alington, TX 7609 hdo594@exchange.uta.edu

More information

Decision Support for Rule and Technique Discovery in an Uncertain Environment

Decision Support for Rule and Technique Discovery in an Uncertain Environment Decision Suppot fo Rule and Technique Discovey in an Uncetain Envionment D. James F. Smith III Naval Reseach Laboatoy, Code 5741 Washington, D.C., 0375-5000 Telephone: 0.767.5358 Fax: 0.404.7690 jfsmith@dsews.nl.navy.mil

More information

A Generalized Profile Function Model Based on Artificial Intelligence

A Generalized Profile Function Model Based on Artificial Intelligence Manuscipt eceived Jul., 28; evised Sep. 7, 28 A Genealized Pofile Function Model Based on Atificial Intelligence PERO RADONJA, SRDJAN STANKOVIC 2, and DRAGANA DRAZIC Institute of Foesty, 3 Kneza Viseslava

More information

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters

Comparisons of Transient Analytical Methods for Determining Hydraulic Conductivity Using Disc Permeameters Compaisons of Tansient Analytical Methods fo Detemining Hydaulic Conductivity Using Disc Pemeametes 1,,3 Cook, F.J. 1 CSRO Land and Wate, ndoooopilly, Queensland The Univesity of Queensland, St Lucia,

More information

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann.

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann. A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Pesonification by Boulic, Thalmann and Thalmann. Mashall Badley National Cente fo Physical Acoustics Univesity of

More information

Detection and tracking of ships using a stereo vision system

Detection and tracking of ships using a stereo vision system Scientific Reseach and Essays Vol. 8(7), pp. 288-303, 18 Febuay, 2013 Available online at http://www.academicjounals.og/sre DOI: 10.5897/SRE12.318 ISSN 1992-2248 2013 Academic Jounals Full Length Reseach

More information

vaiation than the fome. Howeve, these methods also beak down as shadowing becomes vey signicant. As we will see, the pesented algoithm based on the il

vaiation than the fome. Howeve, these methods also beak down as shadowing becomes vey signicant. As we will see, the pesented algoithm based on the il IEEE Conf. on Compute Vision and Patten Recognition, 1998. To appea. Illumination Cones fo Recognition Unde Vaiable Lighting: Faces Athinodoos S. Geoghiades David J. Kiegman Pete N. Belhumeu Cente fo Computational

More information

IMAGERY TEXTURE ANALYSIS BASED ON MULTI-FEATURE FRACTAL DIMENSION

IMAGERY TEXTURE ANALYSIS BASED ON MULTI-FEATURE FRACTAL DIMENSION IMAGERY TEXTURE ANALYSIS BASED ON MULTI-EATURE RACTAL DIMENSION Jingxue Wang a,*, Weidong Song a, eng Gao b a School o Geomatics, Liaoning Technical Univesity, uxin, Liaoning, 13, China xiaoxue1861@163.com,

More information

Lifetime and Energy Hole Evolution Analysis in Data-Gathering Wireless Sensor Networks

Lifetime and Energy Hole Evolution Analysis in Data-Gathering Wireless Sensor Networks 788 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 12, NO. 2, APRIL 2016 Lifetime and Enegy Hole Evolution Analysis in Data-Gatheing Wieless Senso Netwoks Ju Ren, Student Membe, IEEE, Yaoxue Zhang,

More information