A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification

Size: px
Start display at page:

Download "A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification"

Transcription

1 A New RBFNDDA-KNN Network and Its Appliation to Medial Pattern Classifiation Shing Chiang Tan 1*, Chee Peng Lim 2, Robert F. Harrison 3, R. Lee Kennedy 4 1 Faulty of Information Siene and Tehnology, Multimedia University, Malaysia * (orresponding author): stan@mmu.edu.my 2 Centre for Intelligent Systems Researh, Deakin University, Australia 3 Department of Automati Control and Systems Engineering, University of Sheffield, UK 4 Shool of Mediine, Deakin University, Australia Abstrat. In this paper, a new variant of the Radial Basis Funtion Network with Dynami Deay Adjust (RBFNDDA) is introdued for undertaking pattern lassifiation problems with noisy data. The RBFNDDA network is integrated with the k-nearest neighbours algorithm to form the proposed RBFNDDA-KNN model. Given a set of labelled data samples, the RBFNDDA network undergoes a onstrutive learning algorithm that exhibits a greedy insertion behaviour. As a result, many prototypes (hidden neurons) that represent small (with respet to a threshold) lusters of labelled data are introdued in the hidden layer. This results in a large network size. Suh small prototypes an be aused by noisy data, or they an be valid representatives of small lusters of labelled data. The KNN algorithm is used to identify small prototypes that exist in the viinity (with respet to a distane metri) of the majority of large prototypes from different lasses. These small prototypes are treated as noise, and are, therefore, pruned from the network. To evaluate the effetiveness of RBFNDDA-KNN, a series of experiments using pattern lassifiation problems in the medial domain is onduted. Benhmark and real medial data sets are experimented, and the results are ompared, analysed, and disussed. The outomes show that RBFNDDA-KNN is able to learn information with a ompat network struture and to produe fast and aurate lassifiation results. Keywords: Radial Basis Funtion Neural Network, Nearest Neighbour, Pattern Classifiation 1 Introdution During the past few deades, many different soft-omputing tehniques suh as artifiial neural networks [1-3], deision trees [4-6], and fuzzy system [7-9] have been suessfully applied as intelligent data proessing tools to various domains, e.g., biomediine [1], [4], [7], manufaturing proesses [2], [5], [8], and power systems [3], [6], [9]. This line of researh ontinues to attrat the attention of the soft-omputing ommunity to further develop more effiient models for learning information from databases and for dealing with various omplex problems enountered in different adfa, p. 1, Springer-Verlag Berlin Heidelberg 2011

2 domains. Learning from databases is a hallenging task. Normally, real-world data samples are ompliated to analyse, as they usually ontain noise. Indeed, noisy data denote a group of unrepresentative samples in the database [10]. On the other hand, the database an also ontain some small (with respet to a threshold) lusters of labelled data that ontain important information for supervised learning. As an example, in medial diagnosis, some patients may develop some distintive reations or symptoms pertaining to a treatment, e.g. a severe hest pain [11] an be aused by a novel ourrene of drug allergy, and it should be aptured as an important ase for further study. Hene, it is useful to have a learning model that is able to first identify small prototypes (i.e. representatives of small lusters of labelled data) in the viinity (with respet to a distane metri) of large ones. Then, the learning model needs to estimate whether these small prototypes are noise, or they are valid representatives of small lusters of labelled data (whih arry important information) whereby these small representatives belong to the same lass as the majority of the large prototypes in the viinity (with respet to a distane metri). The former needs to be pruned, while the latter needs to be preserved in the network. This is the main motivation of the urrent study. The main purpose of this study is to devise a new variant of the Radial Basis Funtion Network with Dynami Deay Adjust (RBFNDDA) [12] model for pattern lassifiation with noisy data. Speifially, the k-nearest neighbour algorithm [13-14] is integrated with RBFNDDA to form the proposed RBFNDDA-KNN model to ahieve this purpose. The original RBFNDDA network has a fast onstrutive supervised learning proess, and is able to produe good lassifiation rates. One of the salient features of RBFNDDA is that its struture grows inrementally during the training proess, whereby new hidden neurons are reated to inlude new training instanes in form of prototypes. However, RBFNDDA is sensitive to noise. Its onstrutive learning algorithm manifests a greedy insertion behaviour, whih an lead to an oversized network that ontains a lot of small prototypes (hidden neurons). The proposed RBFNDDA-KNN network is designed with the aim to prune small noisy prototypes while preserving other small useful prototypes into its network struture. To demonstrate the effetiveness of the proposed RBFNDDA-KNN network, ase studies in the medial pattern lassifiation domain are onduted. Both benhmark and real medial data sets are used in the experiments. The results are analysed, ompared, and disussed. The organization of this paper is as follows. In Setion 2, the bakground of RBFNDDA-based networks is first presented. Then, the proposed RBFNDDA-KNN network is explained in detail. In Setion 3, an empirial study using a number of benhmark data sets from the UCI mahine-learning repository [15] and a real medial data set from a UK hospital is desribed. The results are ompared and analysed. In Setion 4, a summary pertaining to the urrent study and suggestions for further work is inluded.

3 2 Classifiation Methods In this setion, the dynamis of RBFNDDA and KNN are explained. This is followed by a desription of the proposed RBFNDDA-KNN network for seletively pruning small prototypes for undertaking pattern lassifiation problems. 2.1 Radial Basis Funtion Neural Network with Dynami Deay Adjustment (RBFNDDA) RBFNDDA inherits the salient features of the Probabilisti Neural Network (PNN) [16] and the Restrited Coulomb Energy Network (RCEN) [17-18]. It extrats the probabilisti harateristis of a stati PNN and the ability of adjusting the prototype (hidden neuron) width of the RCEN, and embeds them into a network struture that an grow inrementally during training. The RBFNDDA network is a three-layered arhiteture, as shown in Fig. 1. k outputs y y1, y2,, y k.. Summation Layer lass 1 prototypes (hidden neurons) weights w j lass k prototypes (hidden neurons) Hidden Layer Input Layer input pattern (x, ) x = x 1,, x n ; = lass label Fig. 1. The RBFNDDA arhiteture RBFNDDA requires only two user-defined thresholds (i.e., and ) for adjusting the prototype width during the network training phase. These two userdefined thresholds are shown in Fig. 2. The thresholds separate a prototype from its neighbours (prototypes) of different lasses. For eah training pattern, threshold sets the minimum orret-lassifiation probability for the orret lass, whereas threshold sets the highest probability allowable for an inorret lass. This orresponds to an area of onflit whereby neither mathing nor onfliting training patterns an reside, as shown in Fig. 2. In other words, thresholds and ontrol

4 the size of the overlapping region of eah prototype in RBFNDDA. Aording to [10], [12], and are suitable to be used as the default settings, and they are good enough to give satisfatory lassifiation results. p(x) 1 Thresholds Areas of onflit Fig. 2. The two user-defined thresholds of a radial basis hidden node RBFNDDA employs the DDA algorithm to onstrut its network struture. During the training phase, additional prototypes are inserted into the network in order to learn new information from inoming data. All ommitted prototypes are aumulated along the ourse of its training session. Fig. 3 illustrates the learning proedure of RBFNDDA in a single epoh. The RBFNDDA training proedure an be summarised as follows. First, all the weights of the prototypes are initialized to zero (in order to prevent aumulation of dupliated information pertaining to the training patterns). On presentation of a new training sample, if the sample is orretly lassified by a few existing prototypes, the weight of the largest prototype is inreased. However, if the training sample is inorretly lassified, a new prototype is introdued to inlude the sample in the network. In this ase, the new prototype has the sample as its entre, with its weight set to one. Its initial width is then set in suh a way to avoid overlapping with the neighbouring prototypes of different lasses. The next step is to perform width shrinking for all prototypes of different lasses, if their ativations aused by the training sample are above. Details of the RBFNDDA an be found in [10], [12]. 2.2 The k-nearest Neighbour (KNN) Algorithm The KNN algorithm [13-14] is a simple instane-based learning method. It lassifies a new instane (training sample) based on the k losest instanes in the data spae. Normally, a distane metri, e.g., the Eulidean distane, is used to measure the loseness between the new sample and the existing ones. Using a single neighbour lassifiation sheme, the new sample is lassified as belonging to the lass of the losest sample. If more than one (i.e., k-) nearest neighbours from the existing samples is onsidered for lassifiation, then the new sample is assigned to the majority lass of its losest k neighbours.

5 // reset weights 1 FORALL prototypes 2 w j 0 3 ENDFOR // train one omplete epoh p j DO 4 FORALL training patterns, k j 5 IF k j x DO: p : p x THEN 6 w j w j 1 7 ELSE // introdue a new prototype (hidden neuron) 8 m m 1 9 w 1 m 10 zm x // adapt radii 11 2 s s z j zm rm min 1 j m s ln 12 END // shrink radii of onfliting prototypes (hidden neurons) 13 FORALL s, 1 i ms DO END 16 END s s r i minri, s j m z z ln 2 Fig. 3. The learning algorithm of RBFNDDA in one epoh [10] 2.3 The RBFNDDA-KNN Network RBFNDDA-KNN is an extension of RBFNDDA for whih its learning proess enompasses an instane-based KNN algorithm to deal with noisy information. A olletion of prototypes is formed in the network after a training epoh of RBFNDDA- KNN. This olletion of prototypes aptures information from all training samples. Some of the prototypes are ommitted to over only a small number of training samples. These small prototypes are aused either by noisy data or valid representatives of small lusters of labelled data. The KNN algorithm helps avoid establishing a large number of small prototypes in the network, espeially in the presene of noisy samples. In eah training epoh, suh small prototypes, j p, 1,2,,C, j 1,2,,m, are identified if their weights are smaller than a threshold value, v.

6 On the other hand, those prototypes with weights larger than v, i.e.,, 1,2, l,m l p 1,2,,C, are deemed useful. When applying the KNN algorithm, let N be a set of k entres of p l prototypes that are the losest to eah entre of k p l p j meas- ured using the standard Eulidean distane metri. The majority lass of determined aording to If s, prototype max Nk p 1,2,, C l N is k p l s arg (1) p j is removed from the network beause it is onsidered as a noisy prototype loating lose to a group of large prototypes from other lasses in the data spae. However, if s, it is retained in the network beause both prototypes belong to the same lass, exept one is a large prototype while another is a small prototype (whih may ontain some speifi and important information) that needs to be preserved. Fig. 4 shows a shemati diagram (a two-dimensional example) that uses the KNN algorithm to identify and remove a small noisy prototype from the RBFNDDA-KNN network. X X Fig. 4. The use of the KNN algorithm to identify and remove noisy prototypes (hidden neurons). Note that filled elements represent large prototypes (larger than v) and hollow elements represent small prototypes (smaller than v) from two lasses (C1=irle and C2=triangles). With k=3, the small C2 prototype (hollow triangle) is preserved while the small C1 prototype (hollow irle) is removed (marked by X) from the RBFNDDA-KNN network. 3 Experimental Study The proposed RBFNDDA-KNN network was evaluated with three benhmark and one real medial data sets in this study. The benhmark data sets used were taken from the UCI Mahine Learning Repository [15]. The real medial data set omprised Myoardial Infartion (MI) patient reords olleted from a hospital in the UK. The purpose of the experiment was two-fold: (i) to evaluate the effetiveness of the proposed RBFNDDA-KNN network by omparing its lassifiation performane with RBFNDDA (as reported in [10]) using the benhmark data sets; (ii) to demonstrate the appliability of the proposed RBFNDDA-KNN network using real MI patient reords. A number of experimental runs were onduted, and the average results and

7 their 95% onfidene intervals were estimated using the bootstrap method [19]. The bootstrapped results were reported mainly beause of the ability of the bootstrap method to provide aurate estimates of statistial parameters (e.g. the average results and their onfidene intervals) based on a small sample size. These results were then analysed, ompared, and disussed. 3.1 Benhmark Medial Problems Three medial data sets from the UCI mahine learning repository were used in this experimental study. They were the diabetes, the aner and the heart data sets. Their respetive number of data samples, number of attributes, number of lasses were 768, 8, 2, 699, 9, 2, and 270, 13, 2. The study aimed to ompare the lassifiation performanes of RBFNDDA-KNN (from this study), RBFNDDA-T (from [10]), and original RBFNDDA (from [10]) based on the same experimental setup as in [10]. Eah data set was divided equally into a training set and a test set. For larity, RBFNDDA-T is a modified version of RBFNDDA that has been enhaned with an online pruning algorithm for removing noise from the network after every training epoh. If a prototype does not ontain a suffiient number of training samples (by omparing the number of training samples against a threshold), then it is treated as a noise and is kept in a blaklist. In this regard, the prototype is removed for subsequent training epohs. In [10], both RBFNDADDA and RBFNDDA-T were trained in multiple epohs with 0. 40, In addition, RBFNDDA-T used a threshold setting of v=2 [10]. In this study, the RBFNDDA-KNN network was trained repeatedly in multiple epohs with the same setting of 0. 40, 0. 20, and with k=10. The experiment was onduted using a personal omputer with a onfiguration of Genuine Intel (R) CPU 2160 at 1.80GHz 1.80GHz, 4GB of memory. The trained network was then evaluated using unseen samples from the test set. The experiment was onduted for eight runs, and the average results in terms of the auray rates and number of prototypes were omputed. Table 1 shows the lassifiation performanes from the RBFNDDA-KNN, RBFNDDA and RBFNDDA-T networks. Note that the lassifiation results in terms of the auray rates and number of prototypes of RBNDDDA and RBFNDDA-T are those reported in [10]. Table 1. The lassifiation results of RBFNDDA-KNN, RBFNDDA-T and RBFNDDA from the Diabetes, Caner and Heart ase studies (A.-average test auray rate; #Prototypes average number of prototypes (hidden neurons); standard deviations are typed in round brakets). Data Set RBFNDDA (from [10]) RBFNDDA-T (from [10]) RBFNDDA-KNN (from this study) A.(%) #Prototypes A.(%) #Prototypes A.(%) #Prototypes Diabetes 74.35(0.97) 288.5(6.1) 73.50(2.38) 65.6(4.2) 71.14(1.92) 161.9(8.5) Caner 96.86(0.99) 70.6(13.4) 96.90(0.39) 38.3(4.6) 96.85(0.47) 38.7(5.3) Heart 79.26(2.83) 83.6(3.3) 79.82(3.54) 32.6(2.1) 79.90(2.45) 39.5(9.5)

8 The auray rates of RBFNDDA-KNN, RBFNDDA and RBFNDDA-T are almost similar, as shown in Table 1. However, RBFNDDA-KNN used approximately 50% fewer number of prototypes than RBFNDDA to enode information from the data sets. By analysing the RBFNDDA-KNN struture, it was notied that those small prototypes, whih were loated among other prototypes representing the general onept of other lass(es) in the data spae, ould be identified as noise and, therefore, removed from the network. The network size of RBFNDDA-KNN was larger than that of RBFNDDA-T. This was beause the former did not simply remove all small prototypes during the training proess, while the latter would remove all prototypes smaller than the speified threshold and put them in a blaklist. However, RBFNDDA-KNN had an advantage from the omputational viewpoint. While RBFNDDA-T ould identify and aumulate a list of unrepresentative samples to prevent the network from absorbing noise, RBFNDDA-KNN, on the other hand, did not need suh a blaklist to prune noisy prototypes from its network. This omputational advantage of RBFNDDA-KNN was learly exhibited in the next ase study. 3.2 A Real Medial Problem In this experiment, a data set omprising 500 patient reords olleted from the Northern General Hospital, Sheffield, UK, was used to evaluate the appliability of the RBFNDDA-KNN network to real-world medial lassifiation problems. The task was to ategorise the data samples into to two ategories: suspeted Myoardial Infartion (MI) and non-mi ases. There were about 31% and 69% MI and non-mi ases, respetively, in the data set. Eah data sample omprised a total of 29 features that were found to be signifiant to MI diagnosis, whih inluded linial measurements (e.g. ECG readings), physial symptoms (e.g. sweating, vomiting, desription of hest pain), and other relevant information (e.g. age, smoker/ex- smoker). The features were oded as binary numbers, with a 1/0 indiating presene/absene of symptoms. In addition, there were two real-valued features for age and duration of pain (normalised between 0 and 1), respetively. The experimental setup and the network parameter settings were the same as those desribed in Setion 3.1. To better evaluate the stability of the performanes, the experiment was repeated for 100 times with different sequenes of the training samples. In addition, the Data Retention Rate (DRR) [20], i.e. a useful measure of network ompatness, was also omputed, as follows. number of hidden neurons (prototypes) data retention rate (2) number of training samples Table 2 summarises the bootstrapped results of RBFNDDA, RBFNDDA-T, and RBFNDDA-KNN. The average auray rate of RBFNDDA-KNN is slightly higher than those of RBFNDDA-T and RBFNDDA. The number of prototypes of RBFNDDA-KNN and RFNDDA-T are smaller than that of RBFNDDA. The empirial results indiated that RBFNDDA-KNN was able to mitigate the influene of unrepresentative data samples and to produe high lassifiation auray. Between

9 RBFNDDA-KNN and RBFNDDA-T, the former reated more number of prototypes than the latter, as shown by the DRR results. However, the omputational time of RBFNDDA-KNN was faster than that of RBFNDDA-T, although the former had more than twie the number of prototypes than the latter. As explained in Setion 3.1, RBFNDDA-T stored a list of unrepresentative samples to hek against noise from the training samples in eah training epoh. Hene, additional omputational time was required. This problem ould beome severe when large and noisy training data sets were used. In short, RBFNDDA-KNN ould form a ompat network struture (as ompared with RBFNDDA) and produe fast and aurate lassifiation results (as ompared with both RBFNDDA and RBFNDDA-T). Table 2. The average boostrapped results of RBFNDDA-KNN, RBFNDDA-T and RBFNDDA from the MI ase study (the ranges in the square brakets indiate the 95% onfidene intervals of the estimated average boostrapped results). Classifier A. (%) #Prototypes DDR Time(s) RBFNDDA [ ] RBFNDDA-T [ ] RBFNDDA-KNN [ ] [ ] 30.9 [ ] 69.8 [ ] [ ] [ ] [ ] 4 Summary In this paper, a new variant of the RBFNDDA network has been proposed for undertaking pattern lassifiation problems with noisy data. The proposed network, known as RBFNDDA-KNN, is based on integration between RBFNDDA and the KNN algorithm. The proposed RBFNDDA-KNN network is able to identify small noisy prototypes and preserve small useful prototypes that represent small lusters of important labelled data. A series of experiments using both benhmark and real medial data sets has been onduted to evaluate the effetiveness of RBFNDDA-KNN. The results have shown that RBFNDDA-KNN is able to learn and enode information from the database using a smaller number of prototypes than RBFNDDA, and with improved lassifiation results. As ompared with RBFNDDA-T, RBFNDDA-KNN has exhibited a larger network struture. However, RBFNDDA-T does not need to keep a list of unrepresentative samples (as what RBFNDDA-T does to identify noisy data) during the training proess. As suh, RBFNDDA-KNN is able to produe fast and aurate results in the presene of noisy samples in the database. For future work, additional experiments to asertain the effetiveness of the proposed RBFNDDA-KNN network in various real-world lassifiation domains will be onduted. In addition, rule extration from RBFNDDA-KNN an be arried out so that it an provide explanation for its predited outomes.

10 Referenes 1. Lee, J., Steele, C.M., Chau, T.: Classifiation of Healthy and Abnormal Swallows Based on Aelerometry and Nasal Airflow Signals. Artifiial Intelligene in Mediine 52, (2011) 2. Yu, J.-b., Xi, L.-f.: A Neural Network Ensemble-Based Model for On-Line Monitoring and Diagnosis of Out-of-Control Signals in Multivariate Manufaturing Proesses. Expert Systems with Appliations 36, (2009) 3. Barakat, M., Druaux, F., Lefebvre, D., Khalil, M., Mustapha, O.: Self Adaptive Growing Neural Network Classifier for Faults Detetion and Diagnosis. Neuroomputing 74, (2011) 4. Son, C.-S., Kim, Y.-N., Kim, H.-S., Park, H.-S., Kim, M.-S.: Deision-Making Model for Early Diagnosis of Congestive Heart Failure Using Rough Set and Deision Tree Approahes. Journal of Biomedial Informatis 45, (2012) 5. Ciflikli, C., Kahya-Özyirmidokuz, E.: Implementing a Data Mining Solution for Enhaning Carpet Manufaturing Produtivity. Knowledge-Based Systems 23, (2010) 6. Upendar, J., Gupta, C.P., Singh, G.K.: Statistial Deision-Tree Based Fault Classifiation Sheme for Protetion of Power Transmission Lines. Eletrial Power and Energy Systems 36, 1-12 (2012) 7. Alayón, S., Robertson, R., Warfield, S.K., Ruiz-Alzola, J.: A Fuzzy System for Helping Medial Diagnosis of Malformations of Cortial Development. Journal of Biomedial Informatis 40, (2007) 8. Piltan, M., Mehmanhi, E., Ghaderi, S.F.: Proposing a Deision-Making Model Using Analytial Hierarhy Proess and Fuzzy Expert System for Prioritizing Industries in Installation of Combined Heat and Power Systems. Expert Systems with Appliations 39, (2012) 9. Kazemi, M.V., Moradi, M., Kazemi, R.V.: Minimization of Powers Ripple of Diret Power Controlled DFIG by Fuzzy Controller and Improved Disrete Spae Vetor Modulation. Eletri Power Systems Researh 89, (2012) 10. Paetz, J.: Reduing the Number of Neurons in Radial Basis Funtion Networks with Dynami Deay Adjustment. Neuroomputing 62, (2004) 11. Davey, P., Lalloo, D.G.: Drug Indued Chest Pain Rare but Important. Postgrad Med J. 76, (2000) 12. Berthold, M.R.; Diamond, J.: Construtive Training of Probabilisti Neural Networks. Neuroomputing 19, (1998) 13. Cover, T.M., Hart, P.E.: Nearest Neighbor Pattern Classifiation. IEEE Transations on Information Theory 13, 21 7 (1967) 14. Dasarathy, B.V.: Nearest Neighbor (NN) Norms: NN Pattern Classifiation Tehniques. IEEE Computer Soiety Press, Los Alamitos, CA (1991) 15. Asunion, A., Newman, D.J.: UCI Mahine Learning Repository [ Irvine, CA: University of California, Shool of Information and Computer Siene (2007) 16. Speht, D.F.: Probabilisti Neural Networks. Neural Networks 3, (1990) 17. Hudak, M.H.: RCE Classifiers: Theory and Pratie. Cybernetis and Systems 23, (1992) 18. Reilly, D.L., Cooper, L.N., Elbaum, C.: A Neural Model for Category Learning. Biologial Cybernetis 45, (1982)

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

Cluster-Based Cumulative Ensembles

Cluster-Based Cumulative Ensembles Cluster-Based Cumulative Ensembles Hanan G. Ayad and Mohamed S. Kamel Pattern Analysis and Mahine Intelligene Lab, Eletrial and Computer Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1,

More information

A Novel Validity Index for Determination of the Optimal Number of Clusters

A Novel Validity Index for Determination of the Optimal Number of Clusters IEICE TRANS. INF. & SYST., VOL.E84 D, NO.2 FEBRUARY 2001 281 LETTER A Novel Validity Index for Determination of the Optimal Number of Clusters Do-Jong KIM, Yong-Woon PARK, and Dong-Jo PARK, Nonmembers

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Malaysian Journal of Computer Siene, Vol 10 No 1, June 1997, pp 36-41 A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Md Rafiqul Islam, Harihodin Selamat and Mohd Noor Md Sap Faulty of Computer Siene and

More information

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines The Minimum Redundany Maximum Relevane Approah to Building Sparse Support Vetor Mahines Xiaoxing Yang, Ke Tang, and Xin Yao, Nature Inspired Computation and Appliations Laboratory (NICAL), Shool of Computer

More information

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application World Aademy of Siene, Engineering and Tehnology 8 009 Performane of Histogram-Based Skin Colour Segmentation for Arms Detetion in Human Motion Analysis Appliation Rosalyn R. Porle, Ali Chekima, Farrah

More information

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract CS 9 Projet Final Report: Learning Convention Propagation in BeerAdvoate Reviews from a etwork Perspetive Abstrat We look at the way onventions propagate between reviews on the BeerAdvoate dataset, and

More information

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2 On - Line Path Delay Fault Testing of Omega MINs M. Bellos, E. Kalligeros, D. Nikolos,2 & H. T. Vergos,2 Dept. of Computer Engineering and Informatis 2 Computer Tehnology Institute University of Patras,

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

the data. Structured Principal Component Analysis (SPCA)

the data. Structured Principal Component Analysis (SPCA) Strutured Prinipal Component Analysis Kristin M. Branson and Sameer Agarwal Department of Computer Siene and Engineering University of California, San Diego La Jolla, CA 9193-114 Abstrat Many tasks involving

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering A Novel Bit Level Time Series Representation with Impliation of Similarity Searh and lustering hotirat Ratanamahatana, Eamonn Keogh, Anthony J. Bagnall 2, and Stefano Lonardi Dept. of omputer Siene & Engineering,

More information

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System Algorithms, Mehanisms and Proedures for the Computer-aided Projet Generation System Anton O. Butko 1*, Aleksandr P. Briukhovetskii 2, Dmitry E. Grigoriev 2# and Konstantin S. Kalashnikov 3 1 Department

More information

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study What are Cyle-Stealing Systems Good For? A Detailed Performane Model Case Study Wayne Kelly and Jiro Sumitomo Queensland University of Tehnology, Australia {w.kelly, j.sumitomo}@qut.edu.au Abstrat The

More information

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem Calulation of typial running time of a branh-and-bound algorithm for the vertex-over problem Joni Pajarinen, Joni.Pajarinen@iki.fi Otober 21, 2007 1 Introdution The vertex-over problem is one of a olletion

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating Capturing Large Intra-lass Variations of Biometri Data by Template Co-updating Ajita Rattani University of Cagliari Piazza d'armi, Cagliari, Italy ajita.rattani@diee.unia.it Gian Lua Marialis University

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauer and Charles A. Bouman Department of Eletrial Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 Shool of

More information

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints Smooth Trajetory Planning Along Bezier Curve for Mobile Robots with Veloity Constraints Gil Jin Yang and Byoung Wook Choi Department of Eletrial and Information Engineering Seoul National University of

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

Exploiting Enriched Contextual Information for Mobile App Classification

Exploiting Enriched Contextual Information for Mobile App Classification Exploiting Enrihed Contextual Information for Mobile App Classifiation Hengshu Zhu 1 Huanhuan Cao 2 Enhong Chen 1 Hui Xiong 3 Jilei Tian 2 1 University of Siene and Tehnology of China 2 Nokia Researh Center

More information

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition A Coarse-to-Fine Classifiation Sheme for Faial Expression Reognition Xiaoyi Feng 1,, Abdenour Hadid 1 and Matti Pietikäinen 1 1 Mahine Vision Group Infoteh Oulu and Dept. of Eletrial and Information Engineering

More information

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM M. Murugeswari 1, M.Gayathri 2 1 Assoiate Professor, 2 PG Sholar 1,2 K.L.N College of Information

More information

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT 1 ZHANGGUO TANG, 2 HUANZHOU LI, 3 MINGQUAN ZHONG, 4 JIAN ZHANG 1 Institute of Computer Network and Communiation Tehnology,

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

New Fuzzy Object Segmentation Algorithm for Video Sequences * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 521-537 (2008) New Fuzzy Obet Segmentation Algorithm for Video Sequenes * KUO-LIANG CHUNG, SHIH-WEI YU, HSUEH-JU YEH, YONG-HUAI HUANG AND TA-JEN YAO Department

More information

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425)

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425) Automati Physial Design Tuning: Workload as a Sequene Sanjay Agrawal Mirosoft Researh One Mirosoft Way Redmond, WA, USA +1-(425) 75-357 sagrawal@mirosoft.om Eri Chu * Computer Sienes Department University

More information

Boosted Random Forest

Boosted Random Forest Boosted Random Forest Yohei Mishina, Masamitsu suhiya and Hironobu Fujiyoshi Department of Computer Siene, Chubu University, 1200 Matsumoto-ho, Kasugai, Aihi, Japan {mishi, mtdoll}@vision.s.hubu.a.jp,

More information

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes Deteting Outliers in High-Dimensional Datasets with Mixed Attributes A. Koufakou, M. Georgiopoulos, and G.C. Anagnostopoulos 2 Shool of EECS, University of Central Florida, Orlando, FL, USA 2 Dept. of

More information

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1.

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1. Fuzzy Weighted Rank Ordered Mean (FWROM) Filters for Mixed Noise Suppression from Images S. Meher, G. Panda, B. Majhi 3, M.R. Meher 4,,4 Department of Eletronis and I.E., National Institute of Tehnology,

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

Detection and Recognition of Non-Occluded Objects using Signature Map 6th WSEAS International Conferene on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, De 9-31, 007 65 Detetion and Reognition of Non-Oluded Objets using Signature Map Sangbum Park,

More information

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results An Alternative Approah to the Fuzziier in Fuzzy Clustering to Obtain Better Clustering Results Frank Klawonn Department o Computer Siene University o Applied Sienes BS/WF Salzdahlumer Str. 46/48 D-38302

More information

arxiv: v1 [cs.db] 13 Sep 2017

arxiv: v1 [cs.db] 13 Sep 2017 An effiient lustering algorithm from the measure of loal Gaussian distribution Yuan-Yen Tai (Dated: May 27, 2018) In this paper, I will introdue a fast and novel lustering algorithm based on Gaussian distribution

More information

Gradient based progressive probabilistic Hough transform

Gradient based progressive probabilistic Hough transform Gradient based progressive probabilisti Hough transform C.Galambos, J.Kittler and J.Matas Abstrat: The authors look at the benefits of exploiting gradient information to enhane the progressive probabilisti

More information

HEXA: Compact Data Structures for Faster Packet Processing

HEXA: Compact Data Structures for Faster Packet Processing Washington University in St. Louis Washington University Open Sholarship All Computer Siene and Engineering Researh Computer Siene and Engineering Report Number: 27-26 27 HEXA: Compat Data Strutures for

More information

Approximate logic synthesis for error tolerant applications

Approximate logic synthesis for error tolerant applications Approximate logi synthesis for error tolerant appliations Doohul Shin and Sandeep K. Gupta Eletrial Engineering Department, University of Southern California, Los Angeles, CA 989 {doohuls, sandeep}@us.edu

More information

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq Volume 4 Issue 6 June 014 ISSN: 77 18X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om Medial Image Compression using

More information

A Descriptive Framework for the Multidimensional Medical Data Mining and Representation

A Descriptive Framework for the Multidimensional Medical Data Mining and Representation Journal of Computer Siene 7 (4): 519-55, 011 ISSN 1549-3636 011 Siene Publiations A Desriptive Framework for the Multidimensional Medial Data Mining and Representation Veeramalai Sankaradass and Kannan

More information

Face and Facial Feature Tracking for Natural Human-Computer Interface

Face and Facial Feature Tracking for Natural Human-Computer Interface Fae and Faial Feature Traking for Natural Human-Computer Interfae Vladimir Vezhnevets Graphis & Media Laboratory, Dept. of Applied Mathematis and Computer Siene of Mosow State University Mosow, Russia

More information

A scheme for racquet sports video analysis with the combination of audio-visual information

A scheme for racquet sports video analysis with the combination of audio-visual information A sheme for raquet sports video analysis with the ombination of audio-visual information Liyuan Xing a*, Qixiang Ye b, Weigang Zhang, Qingming Huang a and Hua Yu a a Graduate Shool of the Chinese Aadamy

More information

A Hybrid Neuro-Genetic Approach to Short-Term Traffic Volume Prediction

A Hybrid Neuro-Genetic Approach to Short-Term Traffic Volume Prediction A Hybrid Neuro-Geneti Approah to Short-Term Traffi Volume Predition 1. Introdution Shahriar Afandizadeh 1,*, Jalil Kianfar 2 Reeived: January 2003, Revised: July 2008, Aepted: January 2009 Abstrat: This

More information

Incremental Mining of Partial Periodic Patterns in Time-series Databases

Incremental Mining of Partial Periodic Patterns in Time-series Databases CERIAS Teh Report 2000-03 Inremental Mining of Partial Periodi Patterns in Time-series Dataases Mohamed G. Elfeky Center for Eduation and Researh in Information Assurane and Seurity Purdue University,

More information

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction University of Wollongong Researh Online Faulty of Informatis - apers (Arhive) Faulty of Engineering and Information Sienes 7 Time delay estimation of reverberant meeting speeh: on the use of multihannel

More information

Machine Vision. Laboratory Exercise Name: Student ID: S

Machine Vision. Laboratory Exercise Name: Student ID: S Mahine Vision 521466S Laoratory Eerise 2011 Name: Student D: General nformation To pass these laoratory works, you should answer all questions (Q.y) with an understandale handwriting either in English

More information

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index IJCSES International Journal of Computer Sienes and Engineering Systems, ol., No.4, Otober 2007 CSES International 2007 ISSN 0973-4406 253 An Optimized Approah on Applying Geneti Algorithm to Adaptive

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

Test Case Generation from UML State Machines

Test Case Generation from UML State Machines Test Case Generation from UML State Mahines Dirk Seifert To ite this version: Dirk Seifert. Test Case Generation from UML State Mahines. [Researh Report] 2008. HAL Id: inria-00268864

More information

Graph-Based vs Depth-Based Data Representation for Multiview Images

Graph-Based vs Depth-Based Data Representation for Multiview Images Graph-Based vs Depth-Based Data Representation for Multiview Images Thomas Maugey, Antonio Ortega, Pasal Frossard Signal Proessing Laboratory (LTS), Eole Polytehnique Fédérale de Lausanne (EPFL) Email:

More information

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om A New-Fangled Algorithm

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICIP.2016.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICIP.2016. Anantrasirihai, P., Gilhrist, I., & Bull, D. (2016). Fixation identifiation for low-sample-rate mobile eye trakers. In IEEE International Conferene on Image Proessing (ICIP), 2016 Institute of Eletrial

More information

Using Augmented Measurements to Improve the Convergence of ICP

Using Augmented Measurements to Improve the Convergence of ICP Using Augmented Measurements to Improve the onvergene of IP Jaopo Serafin, Giorgio Grisetti Dept. of omputer, ontrol and Management Engineering, Sapienza University of Rome, Via Ariosto 25, I-0085, Rome,

More information

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking Algorithms for External Memory Leture 6 Graph Algorithms - Weighted List Ranking Leturer: Nodari Sithinava Sribe: Andi Hellmund, Simon Ohsenreither 1 Introdution & Motivation After talking about I/O-effiient

More information

We don t need no generation - a practical approach to sliding window RLNC

We don t need no generation - a practical approach to sliding window RLNC We don t need no generation - a pratial approah to sliding window RLNC Simon Wunderlih, Frank Gabriel, Sreekrishna Pandi, Frank H.P. Fitzek Deutshe Telekom Chair of Communiation Networks, TU Dresden, Dresden,

More information

Transition Detection Using Hilbert Transform and Texture Features

Transition Detection Using Hilbert Transform and Texture Features Amerian Journal of Signal Proessing 1, (): 35-4 DOI: 1.593/.asp.1.6 Transition Detetion Using Hilbert Transform and Texture Features G. G. Lashmi Priya *, S. Domni Department of Computer Appliations, National

More information

Gray Codes for Reflectable Languages

Gray Codes for Reflectable Languages Gray Codes for Refletable Languages Yue Li Joe Sawada Marh 8, 2008 Abstrat We lassify a type of language alled a refletable language. We then develop a generi algorithm that an be used to list all strings

More information

Cluster Centric Fuzzy Modeling

Cluster Centric Fuzzy Modeling 10.1109/TFUZZ.014.300134, IEEE Transations on Fuzzy Systems TFS-013-0379.R1 1 Cluster Centri Fuzzy Modeling Witold Pedryz, Fellow, IEEE, and Hesam Izakian, Student Member, IEEE Abstrat In this study, we

More information

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification

Performance Improvement of TCP on Wireless Cellular Networks by Adaptive FEC Combined with Explicit Loss Notification erformane Improvement of TC on Wireless Cellular Networks by Adaptive Combined with Expliit Loss tifiation Masahiro Miyoshi, Masashi Sugano, Masayuki Murata Department of Infomatis and Mathematial Siene,

More information

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW FOREGROUND OBJECT EXTRACTION USING FUZZY C EANS WITH BIT-PLANE SLICING AND OPTICAL FLOW SIVAGAI., REVATHI.T, JEGANATHAN.L 3 APSG, SCSE, VIT University, Chennai, India JRF, DST, Dehi, India. 3 Professor,

More information

One Against One or One Against All : Which One is Better for Handwriting Recognition with SVMs?

One Against One or One Against All : Which One is Better for Handwriting Recognition with SVMs? One Against One or One Against All : Whih One is Better for Handwriting Reognition with SVMs? Jonathan Milgram, Mohamed Cheriet, Robert Sabourin To ite this version: Jonathan Milgram, Mohamed Cheriet,

More information

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8 Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introdution... 1 1.1. Internet Information...2 1.2. Internet Information Retrieval...3 1.2.1. Doument Indexing...4 1.2.2. Doument Retrieval...4

More information

A Load-Balanced Clustering Protocol for Hierarchical Wireless Sensor Networks

A Load-Balanced Clustering Protocol for Hierarchical Wireless Sensor Networks International Journal of Advanes in Computer Networks and Its Seurity IJCNS A Load-Balaned Clustering Protool for Hierarhial Wireless Sensor Networks Mehdi Tarhani, Yousef S. Kavian, Saman Siavoshi, Ali

More information

Semi-Supervised Affinity Propagation with Instance-Level Constraints

Semi-Supervised Affinity Propagation with Instance-Level Constraints Semi-Supervised Affinity Propagation with Instane-Level Constraints Inmar E. Givoni, Brendan J. Frey Probabilisti and Statistial Inferene Group University of Toronto 10 King s College Road, Toronto, Ontario,

More information

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks Abouberine Ould Cheikhna Department of Computer Siene University of Piardie Jules Verne 80039 Amiens Frane Ould.heikhna.abouberine @u-piardie.fr

More information

2017 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2017 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2017 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any urrent or future media, inluding reprinting/republishing this material for advertising

More information

An Approach to Physics Based Surrogate Model Development for Application with IDPSA

An Approach to Physics Based Surrogate Model Development for Application with IDPSA An Approah to Physis Based Surrogate Model Development for Appliation with IDPSA Ignas Mikus a*, Kaspar Kööp a, Marti Jeltsov a, Yuri Vorobyev b, Walter Villanueva a, and Pavel Kudinov a a Royal Institute

More information

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION Lei Li 1, Y. X. ZOU 1* and Yi Li 1 ADSPLAB/ELIP, Shool of ECE, Peking Universit, Shenzhen 518055, China Shenzhen JiFu

More information

Partial Character Decoding for Improved Regular Expression Matching in FPGAs

Partial Character Decoding for Improved Regular Expression Matching in FPGAs Partial Charater Deoding for Improved Regular Expression Mathing in FPGAs Peter Sutton Shool of Information Tehnology and Eletrial Engineering The University of Queensland Brisbane, Queensland, 4072, Australia

More information

Deep Rule-Based Classifier with Human-level Performance and Characteristics

Deep Rule-Based Classifier with Human-level Performance and Characteristics Deep Rule-Based Classifier with Human-level Performane and Charateristis Plamen P. Angelov 1,2 and Xiaowei Gu 1* 1 Shool of Computing and Communiations, Lanaster University, Lanaster, LA1 4WA, UK 2 Tehnial

More information

SURVEY ON MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND KERNELIZED FUZZY C- MEANS

SURVEY ON MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND KERNELIZED FUZZY C- MEANS SURVEY ON MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND KERNELIZED FUZZY C- MEANS Gunwanti S. Mahajan & Kanhan S. Bhagat. Dept of E &TC, J. T. Mahajan C.o.E Faizpur, India ABSTRACT Diagnosti imaging

More information

The Implementation of RRTs for a Remote-Controlled Mobile Robot

The Implementation of RRTs for a Remote-Controlled Mobile Robot ICCAS5 June -5, KINEX, Gyeonggi-Do, Korea he Implementation of RRs for a Remote-Controlled Mobile Robot Chi-Won Roh*, Woo-Sub Lee **, Sung-Chul Kang *** and Kwang-Won Lee **** * Intelligent Robotis Researh

More information

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks JOURNAL OF COMPUTERS, VOL. 8, NO., OCTOBER 23 2575 An Edge-based Clustering Algorithm to Detet Soial Cirles in Ego Networks Yu Wang Shool of Computer Siene and Tehnology, Xidian University Xi an,77, China

More information

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer Communiations and Networ, 2013, 5, 69-73 http://dx.doi.org/10.4236/n.2013.53b2014 Published Online September 2013 (http://www.sirp.org/journal/n) Cross-layer Resoure Alloation on Broadband Power Line Based

More information

Improved Circuit-to-CNF Transformation for SAT-based ATPG

Improved Circuit-to-CNF Transformation for SAT-based ATPG Improved Ciruit-to-CNF Transformation for SAT-based ATPG Daniel Tille 1 René Krenz-Bååth 2 Juergen Shloeffel 2 Rolf Drehsler 1 1 Institute of Computer Siene, University of Bremen, 28359 Bremen, Germany

More information

Parallelizing Frequent Web Access Pattern Mining with Partial Enumeration for High Speedup

Parallelizing Frequent Web Access Pattern Mining with Partial Enumeration for High Speedup Parallelizing Frequent Web Aess Pattern Mining with Partial Enumeration for High Peiyi Tang Markus P. Turkia Department of Computer Siene Department of Computer Siene University of Arkansas at Little Rok

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

IDENTIFICATION AND DETECTION OF THE PROCESS FAULT IN A CEMENT ROTARY KILN BY EXTREME LEARNING MACHINE AND ANT COLONY OPTIMIZATION

IDENTIFICATION AND DETECTION OF THE PROCESS FAULT IN A CEMENT ROTARY KILN BY EXTREME LEARNING MACHINE AND ANT COLONY OPTIMIZATION SCIETIFIC PAPERS IDETIFICATIO AD DETECTIO OF THE PROCESS FAULT I A CEMET ROTARY KIL BY EXTREME LEARIG MACHIE AD AT COLOY OPTIMIZATIO Ouahab KADRI, and Leila Hayet MOUSS 2 ABSTRACT: The aim of this paper

More information

COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY

COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY Dileep P, Bhondarkor Texas Instruments Inorporated Dallas, Texas ABSTRACT Charge oupled devies (CCD's) hove been mentioned as potential fast auxiliary

More information

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality INTERNATIONAL CONFERENCE ON MANUFACTURING AUTOMATION (ICMA200) Multi-Piee Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality Stephen Stoyan, Yong Chen* Epstein Department of

More information

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method 3537 Multiple-Criteria Deision Analysis: A Novel Rank Aggregation Method Derya Yiltas-Kaplan Department of Computer Engineering, Istanbul University, 34320, Avilar, Istanbul, Turkey Email: dyiltas@ istanbul.edu.tr

More information

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management Semanti Conept Detetion Using Weighted Disretization Multiple Correspondene Analysis for Disaster Information Management Samira Pouyanfar and Shu-Ching Chen Shool of Computing and Information Sienes Florida

More information

Performance Benchmarks for an Interactive Video-on-Demand System

Performance Benchmarks for an Interactive Video-on-Demand System Performane Benhmarks for an Interative Video-on-Demand System. Guo,P.G.Taylor,E.W.M.Wong,S.Chan,M.Zukerman andk.s.tang ARC Speial Researh Centre for Ultra-Broadband Information Networks (CUBIN) Department

More information

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization Self-Adaptive Parent to Mean-Centri Reombination for Real-Parameter Optimization Kalyanmoy Deb and Himanshu Jain Department of Mehanial Engineering Indian Institute of Tehnology Kanpur Kanpur, PIN 86 {deb,hjain}@iitk.a.in

More information

Tracking Table Tennis Balls in Real Match Scenes for Umpiring Applications

Tracking Table Tennis Balls in Real Match Scenes for Umpiring Applications British Journal of Mathematis & Computer Siene 1(4): 228-241, 2011 SCIENCEDOMAIN international www.sienedomain.org Traking Tale Tennis Balls in Real Math Senes for Umpiring Appliations K. C. P. Wong 1*

More information

Cluster-based Cooperative Communication with Network Coding in Wireless Networks

Cluster-based Cooperative Communication with Network Coding in Wireless Networks Cluster-based Cooperative Communiation with Network Coding in Wireless Networks Zygmunt J. Haas Shool of Eletrial and Computer Engineering Cornell University Ithaa, NY 4850, U.S.A. Email: haas@ee.ornell.edu

More information

An Efficient and Scalable Approach to CNN Queries in a Road Network

An Efficient and Scalable Approach to CNN Queries in a Road Network An Effiient and Salable Approah to CNN Queries in a Road Network Hyung-Ju Cho Chin-Wan Chung Dept. of Eletrial Engineering & Computer Siene Korea Advaned Institute of Siene and Tehnology 373- Kusong-dong,

More information

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections SVC-DASH-M: Salable Video Coding Dynami Adaptive Streaming Over HTTP Using Multiple Connetions Samar Ibrahim, Ahmed H. Zahran and Mahmoud H. Ismail Department of Eletronis and Eletrial Communiations, Faulty

More information

Measurement of the stereoscopic rangefinder beam angular velocity using the digital image processing method

Measurement of the stereoscopic rangefinder beam angular velocity using the digital image processing method Measurement of the stereosopi rangefinder beam angular veloity using the digital image proessing method ROMAN VÍTEK Department of weapons and ammunition University of defense Kouniova 65, 62 Brno CZECH

More information

arxiv: v1 [cs.gr] 10 Apr 2015

arxiv: v1 [cs.gr] 10 Apr 2015 REAL-TIME TOOL FOR AFFINE TRANSFORMATIONS OF TWO DIMENSIONAL IFS FRACTALS ELENA HADZIEVA AND MARIJA SHUMINOSKA arxiv:1504.02744v1 s.gr 10 Apr 2015 Abstrat. This work introdues a novel tool for interative,

More information

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models Shape Outlier Detetion Using Pose Preserving Dynami Shape Models Chan-Su Lee Ahmed Elgammal Department of Computer Siene, Rutgers University, Pisataway, NJ 8854 USA CHANSU@CS.RUTGERS.EDU ELGAMMAL@CS.RUTGERS.EDU

More information

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communiations 1 RAC 2 E: Novel Rendezvous Protool for Asynhronous Cognitive Radios in Cooperative Environments Valentina Pavlovska,

More information

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT?

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? 3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? Bernd Girod, Peter Eisert, Marus Magnor, Ekehard Steinbah, Thomas Wiegand Te {girod eommuniations Laboratory, University of Erlangen-Nuremberg

More information

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing デンソーテクニカルレビュー Vol. 15 2010 特集 Road Border Reognition Using FIR Images and LIDAR Signal Proessing 高木聖和 バーゼル ファルディ Kiyokazu TAKAGI Basel Fardi ヘンドリック ヴァイゲル Hendrik Weigel ゲルド ヴァニーリック Gerd Wanielik This paper

More information

Exploring the Commonality in Feature Modeling Notations

Exploring the Commonality in Feature Modeling Notations Exploring the Commonality in Feature Modeling Notations Miloslav ŠÍPKA Slovak University of Tehnology Faulty of Informatis and Information Tehnologies Ilkovičova 3, 842 16 Bratislava, Slovakia miloslav.sipka@gmail.om

More information

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller

Trajectory Tracking Control for A Wheeled Mobile Robot Using Fuzzy Logic Controller Trajetory Traking Control for A Wheeled Mobile Robot Using Fuzzy Logi Controller K N FARESS 1 M T EL HAGRY 1 A A EL KOSY 2 1 Eletronis researh institute, Cairo, Egypt 2 Faulty of Engineering, Cairo University,

More information

Displacement-based Route Update Strategies for Proactive Routing Protocols in Mobile Ad Hoc Networks

Displacement-based Route Update Strategies for Proactive Routing Protocols in Mobile Ad Hoc Networks Displaement-based Route Update Strategies for Proative Routing Protools in Mobile Ad Ho Networks Mehran Abolhasan 1 and Tadeusz Wysoki 1 1 University of Wollongong, NSW 2522, Australia E-mail: mehran@titr.uow.edu.au,

More information

A Comprehensive Review of Overlapping Community Detection Algorithms for Social Networks

A Comprehensive Review of Overlapping Community Detection Algorithms for Social Networks International Journal of Engineering Researh and Appliations (IJERA) ISSN: 2248-9622 National Conferene on Advanes in Engineering and Tehnology (AET- 29th Marh 2014) RESEARCH ARTICLE OPEN ACCESS A Comprehensive

More information

1. Introduction. 2. The Probable Stope Algorithm

1. Introduction. 2. The Probable Stope Algorithm 1. Introdution Optimization in underground mine design has reeived less attention than that in open pit mines. This is mostly due to the diversity o underground mining methods and omplexity o underground

More information

Chemical, Biological and Radiological Hazard Assessment: A New Model of a Plume in a Complex Urban Environment

Chemical, Biological and Radiological Hazard Assessment: A New Model of a Plume in a Complex Urban Environment hemial, Biologial and Radiologial Haard Assessment: A New Model of a Plume in a omplex Urban Environment Skvortsov, A.T., P.D. Dawson, M.D. Roberts and R.M. Gailis HPP Division, Defene Siene and Tehnology

More information

A RAY TRACING SIMULATION OF SOUND DIFFRACTION BASED ON ANALYTIC SECONDARY SOURCE MODEL

A RAY TRACING SIMULATION OF SOUND DIFFRACTION BASED ON ANALYTIC SECONDARY SOURCE MODEL 19th European Signal Proessing Conferene (EUSIPCO 211) Barelona, Spain, August 29 - September 2, 211 A RAY TRACING SIMULATION OF SOUND DIFFRACTION BASED ON ANALYTIC SECONDARY SOURCE MODEL Masashi Okada,

More information

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry Deteting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry D. M. Zasada, P. K. Sanyal The MITRE Corp., 6 Eletroni Parkway, Rome, NY 134 (dmzasada, psanyal)@mitre.org

More information

Space- and Time-Efficient BDD Construction via Working Set Control

Space- and Time-Efficient BDD Construction via Working Set Control Spae- and Time-Effiient BDD Constrution via Working Set Control Bwolen Yang Yirng-An Chen Randal E. Bryant David R. O Hallaron Computer Siene Department Carnegie Mellon University Pittsburgh, PA 15213.

More information