Soochow University: Description and Analysis of the Chinese Word Sense Induction System for CLP2010

Size: px
Start display at page:

Download "Soochow University: Description and Analysis of the Chinese Word Sense Induction System for CLP2010"

Transcription

1 Soochow Unvesty: Descpton and Analyss of the Chnese Wod Sense Inducton System fo CLP2010 Hua Xu Bng Lu Longhua Qan Guodong Zhou Natual Language Pocessng Lab School of Compute Scence and Technology Soochow Unvesty, Suzhou, Chna Emal: Abstact Recent studes on wod sense nducton (WSI) manly concentate on Euopean languages, Chnese wod sense nducton s becomng popula as t pesents a new challenge to WSI. In ths pape, we popose a featue-based appoach usng the spectal clusteng algothm to ths poblem. We also compae vaous clusteng algothms and smlaty metcs. Expemental esults show that ou system acheves pomsng pefomance n F-scoe. 1 Intoducton Wod sense nducton (WSI) s an open poblem of natual language pocessng (NLP), whch govens the pocess of automatc dscovey of the possble senses of a wod. WSI s smla to wod sense dsambguaton (WSD) both n methods employed and n poblem encounteed. In the pocedue of WSD, the senses ae assumed to be known and the task focuses on choosng the coect one fo an ambguous wod n a context. The man dffeence between them s that the task of WSD geneally eques lagescale manually annotated lexcal esouces whle WSI does not. As WSI doesn t ely on the manually annotated copus, t has become one of the most mpotant topcs n cuent NLP eseach (Pantel and Ln, 2002; Nell, 2002; Rapp, 2003). Typcally, the nput to a WSI algothm s a taget wod to be dsambguated. The task of WSI s to dstngush whch taget wods shae the same meanng when they appea n dffeent contexts. Such esult can be at the vey least used as empcally gounded suggestons fo lexcogaphes o as nput fo WSD algothm. Othe possble uses nclude automatc thesauus o ontology constucton, machne tanslaton o nfomaton eteval. Compaed wth Euopean languages, the study of WSI n Chnese s scace. Futhemoe, as Chnese has ts specal wtng style and Chnese wod senses have the own chaactestcs, the methods that wok well n Englsh may not pefom effectvely n Chnese and the usefulness of WSI n eal-wold applcatons has yet to be tested and poved. The coe dea behnd wod sense nducton s that contextual nfomaton povdes mpotant cues egadng a wod s meanng. The dea dates back to (at least) Fth (1957) ( You shall know a wod by the company t keeps ), and undeles most WSD and lexcon acquston wok to date. Fo example, when the adveb phase occung po to the ambguous wod, then the taget wod s moe lkely to be a veb and the meanng of whch s to hold somethng ; Othewse, f an adjectve phase locates n the same poston, then t pobably means confdence n Englsh. Thus, the wods suounds the taget wod ae man contbuto to sense nducton. The bake off task 4 on WSI n the fst CIPS- SIGHAN Jont Confeence on Chnese Language Pocessng (CLP2010) s ntended to pomote the exchange of deas among patcpants and mpove the pefomance of Chnese WSI systems. Geneally, ou WSI system also adopts a clusteng algothm to goup the contexts of a taget wod. Dffeently, afte geneat- Coespondng autho

2 ng featue vectos of wods, we compute a smlaty matx wth each cell denotng the smlaty between two contexts. Futhemoe, the set of smlaty values of a context wth othe contexts s vewed as anothe knd of featue vecto, whch we efe to as smlaty vecto. Both featue vectos and smlaty vectos can be sepaately used as the nput to clusteng algothms. Expemental esults show ou system acheves good pefomances on the development dataset as well as on the fnal test dataset povded by the CLP System Descpton Ths secton sequentally descbes the achtectue of ou WSI system and ts man components. 2.1 System Achtectue Fgue 1 shows the achtectue of ou WSI system. The fst step s to pepocess the aw dataset fo featue extacton. Afte that, we extact bag of wods fom the sentence contanng a taget wod (featue extacton) and tansfom them nto hgh-dmenson vectos (featue vecto geneaton). Then, smlates of evey two vectos could be computed based on the featue vectos (smlaty measuement). the smlates of an nstance can be vewed as anothe vecto smlaty vecto. Both featue vectos and smlaty vectos can be seved as the nput fo clusteng algothms. Fnally, we pefom thee clusteng algothms, namely, k- means, HAC and spectal clusteng. Dataset Pepocess Fgue 1 Featue Extacton WSI Results 2.2 Featue Engneeng Vecto Geneaton Clusteng Smlaty Measuement Smlaty As Vecto Achtectue of ou Chnese WSI system In the task of WSI, the taget wods wth the topcal context ae fst tansfomed nto multdmensonal vectos wth vaous featues, and then applyng clusteng algothm to detect the elevance of each othe. Copus Pepocessng Fo each aw fle, we fst extact each sentence embedded n the tag <nstance>, ncludng the <head> and </head> tags whch ae used to dentfy the ambguous wod. Then, we put all the sentences elated to one taget wod nto a fle, odeed by the nstance IDs. The next step s wod segmentaton, whch segments each sentence nto a sequence of Chnese wods and s unque fo Chnese WSI. Hee, we use the softwae fom Hylanda 1 snce t s eady to use and consdeed an effcent wod segmentaton tool. Fnally, snce we etan the <head> tag n the sentence, the <head> and </head> tags ae usually sepaated afte wod segmentaton, thus we have to estoe them n ode to coectly locate the taget wod dung the pocess of featue extacton. Featue Extacton Afte wod segmentaton, fo a context of a patcula wod, we extact all the wods aound t n the sentence and buld a featue vecto based on a bag-of-wods Boolean model. Bag-ofwods means that we don t consde the ode of wods. Meanwhle, n the Boolean model, each wod n the context s used to geneate a featue. Ths featue wll be set to 1 f the wod appeas n the context o 0 f t does not. Fnally, we get a numbe of featue vectos, each of them coesponds to an nstance of the taget wod. One poblem wth ths featue-based method s that, snce the sze of wod set may be huge, the dmenson s also vey hgh, whch mght lead to data spasty poblem. Smlaty measuement One commonly used metc fo smlaty measuement s cosne smlaty, whch measues the angle between two featue vectos n a hghdmensonal space. Fomally, the cosne smlaty can be computed as follows: x y cos ne smlaty < xy, >= x y whee x, y ae two vectos n the vecto space and x, y ae the lengths of x, y espectvely. 1

3 Some clusteng algothms takes featue vectos as the nput and use cosne smlaty as the smlaty measuement between two vectos. Ths may lead to pefomance degadaton due to data spasty n featue vectos. To avod ths poblem, we compute the smlates of evey two vectos and geneate an N* N smlaty matx, whee N s the numbe of all the nstances contanng the ambguous wod. Geneally, N s usually much smalle than the dmenson sze and may allevate the data spasty poblem. Moeove, we vew evey ow of ths matx (.e., an odeed set of smlates of an nstance wth othe nstances) as anothe knd of featue vecto. In othe wods, each nstance tself s egaded as a featue, and the smlaty wth ths nstance eflects the weght of the featue. We call ths vecto smlaty vecto, whch we beleve wll moe popely epesent the nstance and acheve pomsng pefomance. 2.3 Clusteng Algothm Clusteng s a vey popula technque whch ams to patton a dataset nto such subgoups that samples n the same goup shae moe smlates than those fom dffeent goups. Ou system exploes vaous cluste algothms fo Chnese WSI, ncludng K-means, heachcal agglomeatve clusteng (HAC), and spectal clusteng (SC). K-means (KM) K-means s a vey popula method fo geneal clusteng used to automatcally patton a data set nto k goups. K-means woks by assgnng multdmensonal vectos to one of K clustes, whee K s gven as a po. The am of the algothm s to mnmze the vaance of the vectos assgned to each cluste. K-means poceeds by selectng k ntal cluste centes and then teatvely efnng them as follows: (1) Choose k cluste centes to concde wth k andomly-chosen pattens o k andomly defned ponts. (2) Assgn each patten to the closest cluste cente. (3) Recompute the cluste centes usng the cuent cluste membeshps. (4) If a convegence cteon s not met, go to step 2. Heachcal Agglomeatve Clusteng (HAC) Dffeent fom K-means, heachcal clusteng ceates a heachy of clustes whch can be epesented n a tee stuctue called a dendogam. The oot of the tee conssts of a sngle cluste contanng all objects, and the leaves coespond to ndvdual object. Typcally, heachcal agglomeatve clusteng (HAC) stats at the leaves and successvely meges two clustes togethe as long as they have the shotest dstance among all the pa-wse dstances between any two clustes. Gven a specfed numbe of clustes, the key poblem s to detemne whee to cut the heachcal tee nto clustes. In ths pape, we geneate the fnal flat cluste stuctues geedly by maxmzng the equal dstbuton of nstances among dffeent clustes. Spectal Clusteng (SC) Spectal clusteng efes to a class of technques whch ely on the egen-stuctue of a smlaty matx to patton ponts nto dsjont clustes wth ponts n the same cluste havng hgh smlaty and ponts n dffeent clustes havng low smlaty. Compaed to the tadtonal algothms such as K-means o sngle lnkage, spectal clusteng has many fundamental advantages. Results obtaned by spectal clusteng often outpefom the tadtonal appoaches, spectal clusteng s vey smple to mplement and can be solved effcently by standad lnea algeba methods. 3 System Evaluaton Ths secton epots the evaluaton dataset and system pefomance fo ou featue-based Chnese WSI system. 3.1 Dataset and Evaluaton Metcs We use the CLP2010 bake off task 4 sample dataset as ou development dataset. Thee ae 2500 examples contanng 50 taget wods and each wod has 50 sentences wth dffeent meanngs. The exact meanngs of the taget wods ae blnd, only the numbe of the meanngs s povded n the data. We compute the system pe-

4 fomance wth the sample dataset because t contans the answes of each canddate meanng. The test dataset povded by the CLP2010 s smla to the sample dataset. It contans 100 taget wods and 5000 nstances n total. Howeve, t doesn t povde the answes. The F-scoe measuement s the same as Zhao and Kayps (2005). Gven a patcula class L of sze n and a patcula cluste S of sze n, suppose n n the cluste S belong to L, then the F value of ths class and cluste s defned to be 2 R( L, S) P( L, S) FL (, S) = RL (, S) + PL (, S) R( L, S ) = n / n PL (, S) = n / n whee R( L, S ) s the ecall value and PL (, S) s the pecson value. The F-scoe of class L s the maxmum F value and F-scoe value follow: F scoe( L ) = max F( L, S ) S c n F scoe = F scoe( L ) = 1 n whee c s the total numbe of classes and n s the total sze. 3.2 Expement Results Table 1 epots the F-scoe of ou featue-based Chnese WSI fo dffeent featue sets wth vaous wndow szes usng K-means clusteng. Snce thee ae dffeent esults fo each un of K-means clusteng algothm, we pefom 20 tals and compute the aveage as the fnal esults. The columns denote dffeent wndow sze n, that s, the n wods befoe and afte the taget wod ae extacted as featues. Patculaly, the sze of nfnty ( ) means that all the wods n the sentence except the taget wod ae consdeed. The ows epesent vaous combnatons of featue sets and smlaty measuements, cuently, fou of whch ae consdeed as follows: F-All: all the wods ae consdeed as featues and fom them featue vectos ae constucted. F-Stop: the top 150 most fequently occung wods n the total wod bags of the copus ae egaded as stop wods and thus emoved fom the featue set. Featue vectos ae then fomed fom these wods. S-All: the featue set and the featue vecto ae the same as those of F-All, but nstead the smlaty vecto s used fo clusteng (c.f. Secton 2.2). S-Stop: the featue set and the featue vecto ae the same as those of F-Stop, but nstead the smlaty vecto s used fo clusteng. Featue/ Smlaty F-All F-Stop S-All S-Stop Table 1 Expemental esults fo dffeent featue sets wth dffeent wndow szes usng K-means clusteng Ths table shows that S-Stop acheves the best pefomance of n F-scoe. Ths suggests that fo K-means clusteng, Chnese WSI can beneft much fom emovng stop wods and adoptng smlaty vecto. It also shows that: As the wndow sze nceases, the pefomance s almost consstently enhanced. Ths ndcates that all the wods n the sentence moe o less help dsambguate the taget wod. Removng stop wods consstently mpoves the F-scoe fo both smlaty metcs. Ths means some hgh fequent wods do not help dscmnate the meanng of the taget wods, and futhe wok on featue selecton s thus encouaged. Smlaty vecto consstently outpefoms featue vecto fo stop-emoved featues, but not so fo all-wods featues. Ths may be due to the fact that, when the wndow sze s lmted, the nfluence of fequently occung stop wods s elatvely hgh, thus the smlaty vecto msepesent the context of the taget wod. On the contay, when stop wods ae emoved o the context s wde, the smlaty vecto can bette eflect the taget wod s context, leadng to bette pefomance. In ode to ntutvely explan why the smlaty vecto s moe dscmnatve than the featue vecto, we take two sentences contanng

5 the Chnese wod (hold, gasp) as an example (Fgue 2). These two sentences have few common wods, so clusteng va featue vectos puts them nto dffeent classes. Howeve, snce the smlates of these two featue vectos wth othe featue vectos ae much smla, clusteng va smlaty vectos goup them nto the same class. <lexelt tem=" " snum="4"> <nstance d="0012"> <head> </head> </nstance> <nstance d="0015"> <head> </head> </nstance> </lexelt> Fgue 2 An example fom the dataset Accodng to the concluson of the above expements, t s bette to nclude all the wods except stop wods n the sentence as the featues n the subsequent expement. Table 2 lsts the esults usng vaous clusteng algothms wth ths same expemental settng. It shows that the spectal clusteng algothm acheves the best pefomance of n F-scoe fo Chnese WSI usng the S-All setup. Addtonally, thee ae some nteestng fndngs: Although SC pefoms best, KM wth smlaty vectos acheves compaable esults of unts n F-scoe, slghtly lowe than that of SC. HAC pefoms wost among all clusteng algothms. An obsevaton eveals that ths algothm always goups the nstances nto hghly skewed clustes,.e., one o two clustes ae extemely lage whle othes usually have only one nstance n each cluste. It s supsng that S-All slghtly outpefoms F-All by only unts n F-scoe. The tuth s that, as dscussed n the fst expement, KM usng F-All doesn t consde nstance densty whle S-All does. On the contay, SC dentfes the egn-stuctue n the nstance space and thus aleady consdes the densty nfomaton, theefoe S-All wll not sgnfcantly mpove the pefomance. Featue/ KM HAC SC Smlaty F-All S-All Table 2 Expements esults usng dffeent clusteng algothms 3.3 Fnal System Pefomance Fo the CLP2010 task 4 test dataset whch contans 100 taget wods and 5000 nstances n total, we fst extact all the wods except stop wods n a sentence contanng the taget wod, then poduce the featue vecto fo each context and geneate the smlaty matx, fnally we pefom the spectal cluste algothm. Pobably because the dstbuton of the taget wod n the test dataset s dffeent fom that n the development dataset, the F-scoe of ou system on the test dataset s , about 0.05 unts lowe than that we got on the sample dataset. 4 Conclusons and Futue Wok In ou Chnese WSI system, we extact all the wods except stop wods n the sentence, constuct featue vectos and smlaty vectos, and apply the spectal clusteng algothm to ths poblem. Expemental esults show that ou smple and effcent system acheve a pomsng esult. Moeove, we also compae vaous clusteng algothms and smlaty metcs. We fnd that although the spectal clusteng algothm outpefoms othe clusteng algothms, the K- means clusteng wth smlaty vectos can also acheve compaable esults. Fo futue wok, we wll ncopoate moe lngustc featues, such as base chunkng, pase tee featue as well as dependency nfomaton nto ou system to futhe mpove the pefomance. Acknowledgement Ths eseach s suppoted by Poject , and unde the Natonal Natual Scence Foundaton of Chna. We would also lke to thank othe contbutos n the NLP lab at Soochow Unvesty.

6 Refeences Jan A, Muty M Flynn P. Data clusteng : A Revew [J]. ACM Computng Suveys,1999,31 (3) : F. Bach and M. Jodan Leanng spectal clusteng. In Poc. of NIPS-16. MIT Pess, Samuel Body and Mella Lapata Bayesan wod sense nducton. In Poceedngs of the 12th Confeence of the Euopean Chapte of the ACL (EACL 2009), pages Nell, D. B Fully Automatc Wod Sense Inducton by Semantc Clusteng. Cambdge Unvesty, Maste s Thess, M.Phl. n Compute Speech. Age, E. and Sooa, A Semeval-2007 task 02: Evaluatng wod sense nducton and dscmnaton systems. In Poceedngs of the 4th Intenatonal Wokshop on Semantc Evaluatons:7-12 Ioanns P. Klapafts and Suesh Manandha Wod sense nducton usng gaphs of collocatons. In Poceedngs of the 18th Euopean Confeence On Atfcal Intellgence (ECAI-2008), Patas, Geece, July. IOS Pess. Kannan, R., Vempala, S and Vetta, A On clustengs: Good, bad and spectal. J. ACM, 51(3), Renhad Rapp A pactcal soluton to the poblem of automatc wod sense nducton. Poceedngs of the ACL 2004 on Inteactve poste and demonstaton sessons, p.26-es, July 21-26, 2004, Bacelona, Span Bodag, S Wod sense nducton: Tplet-based clusteng and automatc evaluaton. In Poceedngs of the 11th Confeence of the Euopean Chapte of the Assocaton fo Computatonal Lngustcs (EACL, Tento, Italy) Yng Zhao, and Geoge Kayps Heachcal Clusteng Algothms fo Document Datasets. Data Mnng and Knowledge Dscovey, 10,

A SAS Macro for Finding Optimal k-means Clustering in One Dimension with Size Constraints

A SAS Macro for Finding Optimal k-means Clustering in One Dimension with Size Constraints Pape SD-02 A SAS Maco fo Fndng Optmal k-means Clusteng n One Dmenson wth Sze Constants Fengao Hu, Geoga Regents Unvesty; Robet E. Johnson, Vandeblt Unvesty ABSTRACT Wang and Song (2011) poposed a k-means

More information

arxiv: v1 [math.co] 21 Jan 2016

arxiv: v1 [math.co] 21 Jan 2016 PROOF OF BIJECTION FOR COMBINATORIAL NUMBER SYSTEM axv:60.05794v [math.co] Jan 06 ABU BAKAR SIDDIQUE, SAADIA FARID, AND MUHAMMAD TAHIR Abstact. Combnatoal numbe system epesents a non-negatve natual numbes

More information

Planar Curve Representation and Matching

Planar Curve Representation and Matching Plana Cuve Repesentaton and Matchng Mahe Al-Khayat and Fahad Kamanga Compute Scence and Engneeng Depatment Unvesty of Texas at Alngton Alngton, Texas 7609, USA [al-khay kamanga]@cse.uta.edu Abstact In

More information

Supervised and Unsupervised Text Classification via Generic Summarization

Supervised and Unsupervised Text Classification via Generic Summarization Intenatonal Jounal of Compute Infomaton Systems and Industal Management Applcatons. ISSN 50-7988 Volume 5 (03) pp. 509-55 MIR Labs, www.mlabs.net/jcsm/ndex.html Supevsed and Unsupevsed Text Classfcaton

More information

Effectiveness evaluation of electronic warfare command and control system based on grey AHP method

Effectiveness evaluation of electronic warfare command and control system based on grey AHP method Avalable onlne www.jocp.com Jounal of hemcal and Phamaceutcal Reseach, 014, 6(7):535-54 Reseach Atcle ISSN : 0975-7384 ODEN(USA) : JPR5 Effectveness evaluaton of electonc wafae command and contol system

More information

An Object Based Auto Annotation Image Retrieval System

An Object Based Auto Annotation Image Retrieval System Poceedngs of the 5th WSEAS Intenatonal Confeence on Telecommuncatons and Infomatcs, Istanbul, Tukey, May 27-29, 2006 (pp509-54) An Obect Based Auto Annotaton Image Reteval System Pe-Cheng Cheng, Been-Chan

More information

Journal of Engineering Science and Technology Review 7 (1) (2014) Research of Anti-Noise Image Salient Region Extraction Method

Journal of Engineering Science and Technology Review 7 (1) (2014) Research of Anti-Noise Image Salient Region Extraction Method Jest Jounal of Engneeng Scence and echnology Revew 7 () (04) 43 47 JOURNAL OF Engneeng Scence and echnology Revew www.jest.og Reseach of Ant-Nose Image Salent Regon Extacton Method Bng XU,*, Shy XIE and

More information

Robust Proper Clustering Structure Fuzzy Modeling for Function Approximation

Robust Proper Clustering Structure Fuzzy Modeling for Function Approximation Robust Pope lusteng Stuctue Fuzzy Modelng fo Functon Appoxmaton hh-hng Hsao Depatment of Electcal Engneeng Kao Yuan Unvesty Kaohsung ounty,tawan RO hsao@ooneentustedutw Shun-Feng Su Depatment of Electcal

More information

FUNDAMENTALS OF RADIOMETRY

FUNDAMENTALS OF RADIOMETRY 1 FUNDAMENTALS OF RADIOMETRY Lectue 5 Radomety 2 Quanttatve measuement of the popetes of EM adaton nteacton wth matte o emsson fom t Radomety deals wth total EM adaton We extend the concept of adans n

More information

A Bayesian Approach toward Active Learning for Collaborative Filtering

A Bayesian Approach toward Active Learning for Collaborative Filtering A Bayesan Appoach towad Actve Leanng fo Collaboatve Flteng Rong Jn Depatment of Compute Scence and Engneeng Mchgan State Unvesty ong@cse.cmu.edu Abstact Collaboatve flteng s a useful technque fo eplotng

More information

Risk assessment research for power transformer based on fuzzy synthetic evaluation

Risk assessment research for power transformer based on fuzzy synthetic evaluation Avalable onlne www.jocp.com Jounal of Chemcal and Phamaceutcal Reseach, 23, 5(2):62-68 Reseach Atcle ISSN : 975-7384 CODEN(USA) : JCPRC5 Rsk assessment eseach fo powe tansfome based on fuzzy synthetc evaluaton

More information

Volumetric Textures. Esteban W. Gonzalez Clua 1 Marcelo Dreux 2

Volumetric Textures. Esteban W. Gonzalez Clua 1 Marcelo Dreux 2 Volumetc Textues Esteban W. Gonzalez Clua 1 Macelo Deux 2 1 PUC-Ro - Depatment of Compute Scence Rua Maquês de São Vcente, 255, 22443-900, Ro de Janeo, RJ, Bazl esteban @nf.puc-o.b 2 PUC-RIO Mechancal

More information

Feature Extraction for Collaborative Filtering: A Genetic Programming Approach

Feature Extraction for Collaborative Filtering: A Genetic Programming Approach IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe 0 www.ijcsi.og 348 Featue xtacton fo Collaboatve Flteng: A Genetc Pogammng Appoach Deepa Anand Depatment of Compute Scence Chst

More information

One-Dimensional Linear Local Prototypes for Effective Selection of Neuro-Fuzzy Sugeno Model Initial Structure

One-Dimensional Linear Local Prototypes for Effective Selection of Neuro-Fuzzy Sugeno Model Initial Structure One-Dmensonal Lnea Local Pototypes fo Effectve Selecton of euo-fuzzy Sugeno Model Intal Stuctue Jace Kabzńs Insttute of Automatc Contol, Techncal Unvesty of Lodz, Stefanowsego 8/22, 90 924 Lodz, Poland,

More information

3D Head Tracking Based on Recognition and Interpolation Using a Time-Of- Flight Depth Sensor

3D Head Tracking Based on Recognition and Interpolation Using a Time-Of- Flight Depth Sensor 3D Head Tacng Based on Recognton and Intepolaton Usng a Tme-Of- Flght Depth Senso Salh Bua Götü 1 and Calo Tomas 1,2 1 Canesta Inc., 2 Due Unvesty bgotu@canesta.co tomas@cs.due.edu Abstact Ths pape descbes

More information

Hadoop based Feature Selection and Decision Making Models on Big Data

Hadoop based Feature Selection and Decision Making Models on Big Data Indan Jounal of Scence and Technology, Vol 9(0), DOI: 0.7485/jst/206/v90/88905, Mach 206 ISSN (Pnt) : 0974-6846 ISSN (Onlne) : 0974-5645 Hadoop based Featue Selecton and Decson Makng Models on Bg Data

More information

Fuzzy clustering ensemble based on mutual information

Fuzzy clustering ensemble based on mutual information Poceedngs of the 6th WSEAS Intenatonal Confeence on Smulaton, Modellng and Optmzaton, Lsbon, Potugal, Septembe 22-24, 26 476 Fuzz clusteng ensemble based on mutual nfomaton YAN GAO SHIWEN GU LIMING XIA

More information

Enhance the Alignment Accuracy of Active Shape Models Using Elastic Graph Matching

Enhance the Alignment Accuracy of Active Shape Models Using Elastic Graph Matching Enhance the Algnment Accuacy of Actve Shape Models Usng Elastc Gaph Matchng Sanqang Zhao 1,, Wen Gao, Shguang Shan, Baoca Yn 1 1) Multmeda and Intellgent Softwae Technology Lab, Beng Unvesty of Technology,

More information

Fuzzy Membership Function Based on Structural Information of Data Fang-Zhi ZHU a, Hui-Ru WANG b, Zhi-Jian ZHOU c,*

Fuzzy Membership Function Based on Structural Information of Data Fang-Zhi ZHU a, Hui-Ru WANG b, Zhi-Jian ZHOU c,* 06 Intenatona Confeence on Sevce Scence, Technoogy and Engneeng (SSTE 06 ISBN: 978--60595-35-9 Fuzzy Membeshp Functon Based on Stuctua Infomaton of Data Fang-Zh ZHU a, Hu-Ru WANG b, Zh-Jan ZHOU c,* Coege

More information

FUZZY ARTMAP AND NEURAL NETWORK APPROACH TO ONLINE PROCESSING OF INPUTS WITH MISSING VALUES

FUZZY ARTMAP AND NEURAL NETWORK APPROACH TO ONLINE PROCESSING OF INPUTS WITH MISSING VALUES FUZZY ARTMAP AD EURAL ETWORK APPROACH TO OLIE PROCESSIG OF IPUTS WITH MISSIG VALUES F.V. elwamondo* and T. Mawala* * School of Electcal and Infomaton Engneeng, Unvesty of the Wtwatesand, Johannesbug, Pvate

More information

Recognizing Facial Expressions Based on Gabor Filter Selection

Recognizing Facial Expressions Based on Gabor Filter Selection Recognzng Facal Expessons Based on Gabo Flte Selecton Zang Zhang, Xaomn Mu, Le Gao School of Infomaton Engneeng Zhengzhou Unvest Zhengzhou, Chna Abstact Recognton of human emotonal state s an mpotant component

More information

Adjusting the Contact Surface of Forming Tools in Order to Compensate for Elastic Deformations during the Process

Adjusting the Contact Surface of Forming Tools in Order to Compensate for Elastic Deformations during the Process Adjustng the Contact Suface of Fomng Tools n Ode to Compensate fo Elastc Defomatons dung the Pocess Knut Goßmann, Hajo Weme, Andè Hadtmann, Las Pente, Sebastan Kechenbaue Insttute fo Machne Tools and Contol

More information

Weighted Piecewise LDA for Solving the Small Sample Size Problem in Face Verification

Weighted Piecewise LDA for Solving the Small Sample Size Problem in Face Verification TNN05-P485 Weghted Pecewse LDA fo Solvng the Small Sample Sze Poblem n Face Vefcaton Maos Kypeountas, Anastasos Tefas, Membe, IEEE, and Ioanns Ptas, Seno Membe, IEEE Abstact A novel algothm that can be

More information

Constructing Service Semantic Link Network Based on the Probabilistic Graphical Model

Constructing Service Semantic Link Network Based on the Probabilistic Graphical Model Intenatonal Jounal of omputatonal Intellgence ystems, Vol. 5, No. 6 (Novembe, 2012), 1040-1051 onstuctng evce emantc Lnk Netwok Based on the Pobablstc Gaphcal odel ANPING ZHAO * ollege of ompute and Infomaton

More information

Improved Methods on PCA Based Human Face Recognition for Distorted Images

Improved Methods on PCA Based Human Face Recognition for Distorted Images Poceedngs of the Intenatonal MultConfeence of Engnees and Compute Scentsts 016 Vol I,, Mach 16-18, 016, Hong Kong Impoved Methods on PCA Based Human Face Recognton fo Dstoted Images Buce Poon, M. Ashaful

More information

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

An Energy-Aware QoS Routing Protocol for Wireless Sensor Networks

An Energy-Aware QoS Routing Protocol for Wireless Sensor Networks An Enegy-Awae QoS Routng Potocol fo Weless Senso Netwoks Kemal Akkaya and Mohamed Youns Depatment of Compute Scence and Electcal Engneeng Unvesty of Mayland, Baltmoe County Baltmoe, MD 225 kemal youns@cs.umbc.edu

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

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

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

Fault Tolerant Routing For Wireless Sensor Grid Networks

Fault Tolerant Routing For Wireless Sensor Grid Networks Fault oleant Routng Fo Weless Senso Gd etwoks Xn-ng Huang, Jng Deng 2, Jng a and Zeyu Wu Depatment of Electcal Engneeng 2 Depatment of Compute Scence Unvesty of ew Oleans, ew Oleans, A 7048, USA Abstact

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

Recognition of Shapes for Object Retrieval in Image Databases by Discrete Curve Evolution and Two Consecutive Primitive Edges

Recognition of Shapes for Object Retrieval in Image Databases by Discrete Curve Evolution and Two Consecutive Primitive Edges Poceedngs of the Intenatonal MultConfeence of Engnees and Compute Scentsts 009 Vol I IMECS 009 Mach 8-0 009 Hong Kong Recognton of Shapes fo Object Reteval n Image Databases by Dscete Cuve Evoluton and

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

AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING

AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING Intenatonal Achves of Photogammety, Remote Sensng and Spatal Infomaton Scences, Vol. XXXVIII, Pat 5 AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING Dongoe Shn*,

More information

Real Time Face Recognition Using Polynomial Regression and Sub-region Color Component Distribution

Real Time Face Recognition Using Polynomial Regression and Sub-region Color Component Distribution Real Tme Face Recognton Usng Polynomal Regesson and Sub-egon Colo Component Dstbuton Manshanka Mondal, Md. Almas Hossan, Md. Matu Rahman, Kamul Hasan Talukde* Compute Scence and Engneeng Dscplne Khulna

More information

Graph Cut-based Automatic Segmentation of Lung Nodules using Shape, Intensity, and Spatial Features

Graph Cut-based Automatic Segmentation of Lung Nodules using Shape, Intensity, and Spatial Features Second Intenatonal Wokshop on -103- Gaph Cut-based Automatc Segmentaton of Lung Nodules ung Shape, Intenty, and Spatal eatues Xujong Ye, Gaeth Beddoe and Geg Slabaugh Medcght PLC, London, UK Abstact. Ths

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

Multi-View Data Visualization Based Big Data Analysis Using Clustering Similarity Measure

Multi-View Data Visualization Based Big Data Analysis Using Clustering Similarity Measure Mult-Vew Data Vsualzaton Based Bg Data Analyss Usng Clusteng Smlaty Measue Snvasa Rao Madala #1, V N Rajavaman #2, T.Venkata Satya Vvek #3 1,3 Reseach scholos, Depatment of Compute Scence & Engneeng, D

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We ae IntechOpen, the wold s leadng publshe of Open Access books Bult by scentsts, fo scentsts 3,900 116,000 10 Open access books avalable Intenatonal authos and edtos Downloads Ou authos ae among the

More information

ARTICULATED MOTION ANALYSIS FROM MOTION CAPTURE DATA

ARTICULATED MOTION ANALYSIS FROM MOTION CAPTURE DATA ARICULAED MOION ANALYSIS FROM MOION CAPURE DAA J. Fayad, A. Del Bue and P. M. Q. Agua 3. ABSRAC We pesent computatonal methods to extact and model dffeent onts of a genec subect, n an automatc way. he

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

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

Performance Evaluation of Neighborhood Signature Techniques for Peer-to-Peer Search

Performance Evaluation of Neighborhood Signature Techniques for Peer-to-Peer Search Pefomance Evaluaton of Neghbohood gnatue Technques fo Pee-to-Pee each e L Wang-Chen Lee * Anand vasubamanam Depatment of Compute cence and Engneeng Pennsylvana tate Unvesty Unvesty Pak, PA 16802, UA E-al:

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

Rigid Body Segmentation and Shape Description from Dense Optical Flow Under Weak Perspective

Rigid Body Segmentation and Shape Description from Dense Optical Flow Under Weak Perspective , VOL. 19, NO. 2, FEBRUARY 1997 139 Rgd Body Segmentaton and Shape Descpton fom Dense Optcal Flow Unde Weak Pespectve Joseph Webe and Jtenda Malk Abstact We pesent an algothm fo dentfyng and tackng ndependently

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

Comparing performance of SRAMT-LE vs other layered encoding schemes regarding TCP friendliness

Comparing performance of SRAMT-LE vs other layered encoding schemes regarding TCP friendliness Compang pefomance of SRAMT-LE vs othe layeed encodng schemes egadng TCP fendlness Chstos Bouas, Apostolos Gkamas Reseach Academc Compute Technology Insttute, 61 Rga Feaou St, GR-26221 Patas, Geece Compute

More information

An Optimization Procedure In A Production Line Of Sokat Soap Industry, Ikotun, Lagos State. Adamawa State, Nigeria.

An Optimization Procedure In A Production Line Of Sokat Soap Industry, Ikotun, Lagos State. Adamawa State, Nigeria. An Optmzaton Pocedue In A Poducton Lne Of Sokat Soap Industy, Ikotun, Lagos State. 1 O.S. Balogun, 2 A.A. Olatun and 3 A.A. Momoh 1 Depatment of Statstcs and Opeatons Reseach, Modbbo Adama Unvesty of Technology,

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

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

A QoS Scheme for a Congestion Core Network Based on Dissimilar QoS Structures in Smart-Phone Environments

A QoS Scheme for a Congestion Core Network Based on Dissimilar QoS Structures in Smart-Phone Environments Sensos 2010, 10, 10006-10013; do:10.3390/s101110006 OPEN ACCESS sensos ISSN 1424-8220 www.mdp.com/jounal/sensos Atcle A QoS Scheme fo a Congeston Coe Netwok Based on Dssmla QoS Stuctues n Smat-Phone Envonments

More information

Statistical Bayesian Learning for Automatic Arabic Text Categorization

Statistical Bayesian Learning for Automatic Arabic Text Categorization Jounal of Compute Scence 7 (): 39-45, 20 ISSN 549-3636 20 Scence Publcatons Statstcal Baesan Leanng fo Automatc Aabc Text Categozaton Bassam Al-Salem and Mohd. Juzaddn Ab Azz Depatment of Compute Scence,

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

Lecture 27: Voronoi Diagrams

Lecture 27: Voronoi Diagrams We say that two points u, v Y ae in the same connected component of Y if thee is a path in R N fom u to v such that all the points along the path ae in the set Y. (Thee ae two connected components in the

More information

Vol. 4, No. 6 June 2013 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Vol. 4, No. 6 June 2013 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Vol 4, No 6 June 03 ISSN 079-8407 Jounal Emegng Tends n Computng and Infomaton Scences 009-03 CIS Jounal All ghts eseved http://wwwcsjounalog Optmal Powe Dstbuton System Placement to Install the RTU wth

More information

SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS

SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS ARPN Jounal of Engneeng and Appled Scences 2006-20 Asan Reseach Publshng Netwok (ARPN). All ghts eseved. SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS Ramapabha R. and Mathu B. L.

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

NODAL AND LOOP ANALYSIS TECHNIQUES. Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSIS

NODAL AND LOOP ANALYSIS TECHNIQUES. Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSIS NODAL AND LOOP ANALYSS TECHNQUES LEANNG GOALS NODAL ANALYSS LOOP ANALYSS Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSS One of the systematic ways to

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

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

Some Image Processing Algorithms on a RAP with Wider Bus Networks

Some Image Processing Algorithms on a RAP with Wider Bus Networks Some Image Pocessng Algothms on a RAP wth Wde Bus Netwoks Shung-Shng Lee, Sh-Jnn Hong, Hong-Ren Tsa and Yu-Hua Lee Natonal Tawan Insttute of Technology Depatment of Electcal Engneeng 4, Secton 4, Kee-Lung

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

School of Computer Science. control algorithms for use in datagram networks. rates to alleviate the congestion. In the case

School of Computer Science. control algorithms for use in datagram networks. rates to alleviate the congestion. In the case WF 2 Q: Wost-case Fa Weghted Fa Queueng Jon C.R. Bennett FORE Systems Hu Zhang School of Compute Scence Canege Mellon Unvesty Abstact The Genealzed Pocesso Shang (GPS) dscplne s poven to have two desable

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

Interactive NURBS Tutorial in Virtual Reality

Interactive NURBS Tutorial in Virtual Reality Inteacte NURBS Ttoal n Vtal Realty Eng 477 Poect Fa Octobe 10 2006 Edmond Nadle enadle@mch.ed 734 913-6970 Eng 477 Poect Fa Octobe 10 2006 Eng 477 Poect Fa Octobe 10 2006 NURBS Ces and Sfaces = Non-Unfom

More information

A METHODOLOGY FOR RATING AND RANKING HAZARDS IN MARITIME FORMAL SAFETY ASSESSMENT USING FUZZY

A METHODOLOGY FOR RATING AND RANKING HAZARDS IN MARITIME FORMAL SAFETY ASSESSMENT USING FUZZY Doumas N. Geogos, Nktakos V. Nñtas, ambou A. aa A ETODOOGY FOR RATING AND RANKING AZARDS IN ARITIE FORA SAFETY ASSESSENT USING FUZZY OGIC A ETODOOGY FOR RATING AND RANKING AZARDS IN ARITIE FORA SAFETY

More information

Dynamic Optimization of Structures Subjected to Earthquake

Dynamic Optimization of Structures Subjected to Earthquake IACSIT Intenatonal Jounal of Engneeng and Technology, Vol. 8, No. 4, August 06 Dynamc Optmzaton of Stuctues Subjected to Eathquake Aleza Lavae and Aleza Lohasb Abstact To educe the oveall tme of stuctual

More information

DUe to the recent developments of gigantic social networks

DUe to the recent developments of gigantic social networks Exploing Communities in Lage Pofiled Gaphs Yankai Chen, Yixiang Fang, Reynold Cheng Membe, IEEE, Yun Li, Xiaojun Chen, Jie Zhang 1 Abstact Given a gaph G and a vetex q G, the community seach (CS) poblem

More information

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples Multi-azimuth Pestack Time Migation fo Geneal Anisotopic, Weakly Heteogeneous Media - Field Data Examples S. Beaumont* (EOST/PGS) & W. Söllne (PGS) SUMMARY Multi-azimuth data acquisition has shown benefits

More information

Performance Evaluation of WDM LAN s with Propagation Delay Constraint Analysis

Performance Evaluation of WDM LAN s with Propagation Delay Constraint Analysis Pefomance Evaluaton of WD AN s wth Popagaton Dela Constant Analss IOANNI E. POUNOURAKI Depatment of Electcal & Compute Engneeng Natonal echncal Unvest of Athens 57 73 Zogaphou, Athens GREECE Abstact: -In

More information

DATA DIMENSIONALITY REDUCTION METHODS FOR ORDINAL DATA

DATA DIMENSIONALITY REDUCTION METHODS FOR ORDINAL DATA DATA DIMENIONALITY REDUCTION METHOD FOR ORDINAL DATA Matn Pokop Hana Řezanková Abstact Fom questonnae suvey we fequently get data, the values ae expessed n odnal (e.g. Lket) scale. The questonnae contans

More information

KANBAN DEVS MODELLING, SIMULATION AND VERIFICATION

KANBAN DEVS MODELLING, SIMULATION AND VERIFICATION KANBAN DEVS MODELLING, SIMULATION AND VERIFICATION Alex Cave and Saed Nahavand School of Engneeng and Technology, Deakn Unvesty, Geelong, Vctoa 3216, Austala nahavand@deakn.edu.au ABSTRACT Kanban Contol

More information

Advanced Algorithms for Location-Based Smart Mobile Augmented Reality Applications

Advanced Algorithms for Location-Based Smart Mobile Augmented Reality Applications Avalable onlne at www.scencedect.com Poceda Compute Scence 00 (2016) 000 000 www.elseve.com/locate/poceda The 13th Intenatonal Confeence on Moble Systems and Pevasve Computng (MobSPC 2016) Advanced Algothms

More information

DEADLOCK AVOIDANCE IN BATCH PROCESSES. M. Tittus K. Åkesson

DEADLOCK AVOIDANCE IN BATCH PROCESSES. M. Tittus K. Åkesson DEADLOCK AVOIDANCE IN BATCH PROCESSES M. Tittus K. Åkesson Univesity College Boås, Sweden, e-mail: Michael.Tittus@hb.se Chalmes Univesity of Technology, Gothenbug, Sweden, e-mail: ka@s2.chalmes.se Abstact:

More information

Efficient End-to-End Communication Services for Mixed Criticality Avionics Systems

Efficient End-to-End Communication Services for Mixed Criticality Avionics Systems 214 IEEE 22nd Intenatonal Symposum of Qualty of Sevce (IWQoS) Effcent End-to-End Communcaton Sevces fo Mxed Ctcalty Avoncs Systems Yng Fang Yu Hua Xue Lu McGll Unvesty Huazhong Unv. of Sc. and Tech. McGll

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

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

QFSRD:OrthogenesisEvolutionBasedGeneticAlgorithmforQosFitnessScopeawareRouteDiscoveryinAd Hoc Networks

QFSRD:OrthogenesisEvolutionBasedGeneticAlgorithmforQosFitnessScopeawareRouteDiscoveryinAd Hoc Networks Global Jounal of Compute Scence and Technology: E Netwo, Web & Secuty Volume 5 Issue 3 Veson.0 Yea 205 Type: Double Blnd Pee Revewed Intenatonal Reseach Jounal Publshe: Global Jounals Inc. (USA) Onlne

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

Interactive Rendering of Deforming NURBS Surfaces

Interactive Rendering of Deforming NURBS Surfaces EUROGRAHICS 97 / D. Fellne and L. Szmay-Kalos Volume 6, (997), Numbe 3 (Guest Edtos) Inteactve Rendeng of Defomng NURBS Sufaces Fedeck W. B. L Rynson W. H. Lau Mak Geen Compute Gaphcs and Meda Laboatoy

More information

Outlier Detection in 3D Coordinate Transformation with Fuzzy Logic

Outlier Detection in 3D Coordinate Transformation with Fuzzy Logic Acta Montanstca Slovaca Ročník 7 (22), číslo, -8 Outle Detecton n 3D Coodnate ansfomaton wth Fuzzy Logc Yasemn Ssman, Aslan Dlave 2 and Sebahattn Bektas Coodnate measuements nevtably contan outles that

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

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

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

Ranking Police Administration Units on the Basis of Crime Prevention Measures using Data Envelopment Analysis and Clustering

Ranking Police Administration Units on the Basis of Crime Prevention Measures using Data Envelopment Analysis and Clustering Rankng Polce Admnstaton Unts on the Bass of Cme Peventon Measues usng Data Envelopment Analyss and Clusteng Mansh Gupta 1, B. Chanda 2 * and M. P. Gupta 3 ABSTRACT In ths pape, a novel appoach has been

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

Face and Feature Tracking for Cursor Control

Face and Feature Tracking for Cursor Control Face and Featue Tackng fo Cuso Contol M Vkash Chauhan, D Tm Mos. Depatment of Computaton, UMIST, PO Box 88, Mancheste, M60 1QD, UK vkash@pueksmet.com and t.mos@co.umst.ac.uk Abstact A method of contollng

More information

COMPARISON OF DIMENSIONALITY REDUCTION METHODS APPLIED TO ORDINAL DATA

COMPARISON OF DIMENSIONALITY REDUCTION METHODS APPLIED TO ORDINAL DATA The 7 th Intenatonal Days of tatstcs and Economcs, Pague, eptembe 19-21, 2013 COMPARION OF DIMENIONALITY REDUCTION METHOD APPLIED TO ORDINAL DATA Matn Pokop Hana Řezanková Abstact The pape deals wth the

More information

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor Obstacle Avoidance of Autonomous Mobile Robot using Steeo Vision Senso Masako Kumano Akihisa Ohya Shin ichi Yuta Intelligent Robot Laboatoy Univesity of Tsukuba, Ibaaki, 35-8573 Japan E-mail: {masako,

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

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

A Method for Privacy Preserving Mining of Association Rules based. on Web Usage Mining

A Method for Privacy Preserving Mining of Association Rules based. on Web Usage Mining 200 Intenatonal onfeence on Web Infomaton Systems and Mnng A Method fo Pvacy Pesevng Mnng of Assocaton Rules based on Web Usage Mnng Wang Yan Le Jajn Huang Dongme Gloous Sun School of Busness and Management

More information

Linear Ensembles of Word Embedding Models

Linear Ensembles of Word Embedding Models Linea Ensembles of Wod Embedding Models Avo Muomägi Univesity of Tatu Tatu, Estonia avom@ut.ee Kaiit Sits Univesity of Tatu Tatu, Estonia kaiit.sits@ut.ee Sven Lau Univesity of Tatu Tatu, Estonia swen@math.ut.ee

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAE COMPRESSION STANDARDS Lesson 17 JPE-2000 Achitectue and Featues Instuctional Objectives At the end of this lesson, the students should be able to: 1. State the shotcomings of JPE standad.

More information

THE MODELLING OF INVOLUTE TEETH GENERATION, WITH THE RELATIVE GENERATING TRAJECTORIES METHOD

THE MODELLING OF INVOLUTE TEETH GENERATION, WITH THE RELATIVE GENERATING TRAJECTORIES METHOD THE MODELLING OF INVOLUTE TEETH GENERATION, WITH THE RELATIVE GENERATING TRAJECTORIES METHOD Vgl Gabel TEODOR 1, Ncuşo BAROIU 1, Flon SUSAC 1 and Ncolae OANCEA 1 ABSTRACT: The modellng of a cul of sufaces

More information

4.2. Co-terminal and Related Angles. Investigate

4.2. Co-terminal and Related Angles. Investigate .2 Co-teminal and Related Angles Tigonometic atios can be used to model quantities such as

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

FACE VECTORS OF FLAG COMPLEXES

FACE VECTORS OF FLAG COMPLEXES FACE VECTORS OF FLAG COMPLEXES ANDY FROHMADER Abstact. A conjectue of Kalai and Eckhoff that the face vecto of an abitay flag complex is also the face vecto of some paticula balanced complex is veified.

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