The EigenRumor Algorithm for Ranking Blogs

Size: px
Start display at page:

Download "The EigenRumor Algorithm for Ranking Blogs"

Transcription

1 he EigenRumo Algoithm fo Ranking Blogs Ko Fujimua N Cybe Solutions Laboatoies N Copoation akafumi Inoue N Cybe Solutions Laboatoies N Copoation Masayuki Sugisaki N Resonant Inc. ABSRAC he advent of easy to use blogging tools is inceasing the numbe of blogges leading to moe divesity in the quality blogspace. he blog seach technologies that help uses to find good blogs ae thus moe and moe impotant. his pape poposes a new algoithm called EigenRumo that scoes each blog enty by weighting the hub and authoity scoes of the blogges based on eigenvecto calculations. his algoithm enables a highe scoe to be assigned to the blog enties submitted by a good blogge but not yet linked to by any othe blogs based on acceptance of the blogges pio wok. Geneal ems Algoithms, Management, Expeimentation Keywods Weblog, link-analysis, anking, seach engine.. INRODUCION Many appoaches on anking Web pages have been poposed and studied[3]. PageRank[2] and HIS[7] ae most successful of these and thei effectiveness has been shown in both industy and the academic wold. Of couse these techniques ae also effective fo anking blogs. he simple adoption of these algoithms to blogs, howeve, induces some issues as follows he numbe of links to a blog enty is geneally vey small. As the esult, the scoes of blog enties calculated by PageRank, fo example, ae geneally too small to pemit blog enties to be anked by impotance. 2 Geneally, some time is needed to develop a numbe of inlinks and thus have a highe PageRank scoe. Since blogs ae consideed to be a communication tool fo discussing new topics, it is desiable to assign a highe scoe to an enty submitted by a blogge who has been eceived a lot of attention in the past, even if the enty itself has no in-links at fist. Consideing these issues, this pape poposes a new link-analysis algoithm called EigenRumo. he algoithm is designed fo anking infomation esouces povided as blogs o othe cybespace communities, in which the identities of infomation povides ae obsevable. Unlike geneic web pages, a blog site is constucted fom a set of blog enties witten by a single blogge and the quality of blog enties and topics ae dominated by the ability o inteests of the blogge. Using this stuctual chaacteistic of blogs, the EigenRumo algoithm ates a new blog enty o othe blog enties that have no in-links accoding to Copyight is held by the autho/owne(s. WWW 2005, May 0--4, 2005, Chiba, Japan. the past behavio of the blogge. In this pape, we define a blog (o blog site fom just the stuctue point of view, i.e., we do not concen ouselves with the contents of the blog. We assume that a blog has the following stuctue (a A blog consists of a top page and a set of blog enties. A blog is geneally updated and maintained by a single blogge. (b hee ae links fom the top page of the blog to each blog enty and each blog enty has a pemanent URI. (c Blog enties ae fequently added and the notification of updates is, as an option, sent to a ping seve []. (d A mechanism to constuct a tackback [0] is povided. he EigenRumo algoithm has similaities to PageRank [2] and HIS [7] in that all ae based on eigenvecto calculation of the adjacency matix of the links. In the EigenRumo model, howeve, the adjacency matix is constucted fom agent-to-object links, not page-to-page (o object-to-object links. Note that an agent is used to epesent an aspect of human being such as a blogge, and an object is used to epesent any object such as a blog entity in this pape. Using the EigenRumo algoithm, the hub and authoity scoes ae calculated as attibutes of agents (blogges and by weighting these scoes to the blog enties submitted by the blogge, the attactiveness of a blog entity that does not yet have any in-link submitted by the blogge can be estimated. his pape also epots the implementation expeiments of a blog seach engine that etuns the seach esult soted by the scoes calculated by this algoithm and evaluated the effectiveness of the anking by submitting seveal queies. Ou expeience shows that links between blog enties ae vey spase. Only.2% of blog enties have links to the blog enties of othes. he aggegation on the agent (blogge povided the EigenRumo algoithm enables us to assign non-zeo scoes to about 9.3% of blog enties. his geatly impoves the usability of blog seaches. In Section 2, we discuss the classification of blog ankings and claify the taget of this pape. In Section 3, we pesent the EigenRumo algoithm that calculates the hub and authoity scoes fo agents and the eputation scoe of objects. In Section 4, we descibe how to apply the EigenRumo algoithm to blog anking. In paticula, we descibe the nomalization stategy of links to educe the effect of seach engine optimization (SEO and so get bette anking. In Section 5, we biefly pesent an implementation fo blog seach engines and expeiments leaned fom applying the system. Finally, we pesent elated woks and the conclusions in Sections 6 and 7, espectively. 2. BLOG RANKING hee ae vaious types of anks in the so-called blog anking technology. In this section, we classify them and claify the taget of this pape. Although this is not

2 exhaustive, blog ankings ae classified using the following axis ( Subject of anking (a Blog enties (b Blogges (c Aticles efeed to by blogs (d Goods o sevices efeed to by blogs (2 Space of anking (a All blogs (b Blogs that send notification of update to a specific ping seve (c Blogs in a specific povide (3 empoal space of anking (a All blogs (b Specific peiod (c Damping model (4 Semantics of anking (a Stength of suppot fom the community (b ustwothiness (c Recency / feshness (d Specific attibute, e.g., funniness o usefulness (5 Souce of evaluations collected (a Hypelink, e.g. tackbacks (b Access, e.g., numbe of clicks (c Collection of explicit votes (d Natual language analysis Regading the subject of anking (, the taget of this pape is both (a and (b. We think that the anking of goods o sevices efeed to by blogs is impotant fo maketing puposes. Howeve, anking blogge and blog enties is moe impotant because if we have a eliable anking of blogge o blog enties, we can then easily and eliably ank goods o sevices by weighting the eliability of the blogge o blog enties. his pape thus focuses on (a and (b as the fist step. Regading the space of anking (2, it is impotant fom the viewpoints of business o implementation, but it has no, theoetically, impact, and we make no assumption egading anking space in this pape. Regading the tempoal space of anking (3, it is impotant to weight newe topics since blogs ae usually used to find o discuss new topics. his pape thus pesents a mechanism to suppot it. Regading the semantic of anking (4, it depends on how the evaluations of blogs ae collected, which is axis (5 above. At this moment, thee is no mechanism to expess the semantics and stength of suppot of esouces that a blog efes to explicitly. echnoati [2] intoduced a new attibute tag called el to specify the categoy of link but this is not widely used yet. his pape thus collects evaluations of each blog enty by assuming that a link is an indication of inteest in some aspect of the blog. hus the semantics of anking in this pape might be attactiveness athe than stength of suppot fom the blog community. 3. HE ALGORIHM he EigenRumo algoithm poposed hee is a highly geneic algoithm and applicable to not only blog communities but also any othe cybespace community in which the identities of infomation povides (agents ae obsevable, in othe wods, communities in which membeship egistation is equied. In this section, theefoe, we descibe the algoithm in an abstact manne and we use agent and object fo blogge and blog enty, espectively. 3. Community model We assume a univese of m agents and n infomation objects. When agent i povides (posts object j, a povisioning link is established fom i to j. We will use the povisioning matix P[p ] (i m, j n to epesent all povisioning links in the univese. In this notation, p if agent i povides object j and zeo othewise. When agent i evaluates the usefulness of an existing object j with the scoing value e, an evaluation link is established fom i to j. We will use the evaluation matix E[e ] (i m, j n to epesent all evaluation links in the univese (Figue. he evaluation link is assigned weight e based on the stength of the suppot given to object j. We assume e has the ange of [0,] and highe values indicate stonge suppot. Fo simplicity, we do not conside negative values fo e. Note that scoing value e is not always given explicitly. It can be geneated by a tanslation ule, e.g., e when an aticle (object j eceives a comment fom an agent i, e 0 othewise. An example of a tanslation ule applied to blogspace is given in Section 5. Agents i m e Objects j n infomation povisioning infomation evaluation Figue. EigenRumo community model 3.2 Scoes he EigenRumo algoithm scoes agents in two aspects infomation evaluation (hub scoe and infomation povisioning (authoity scoe. hese scoes enable us to calculate the weighted scoe of an object. o implement this idea, two scoes fo each agent and one scoe fo each object ae intoduced in the algoithm Authoity scoe (agent popety his indicates to what level agent i povided objects in the past that followed the community diection. It is consideed that the highe the scoe, the bette the ability of the agent to povide objects to the community. We define a as a vecto that contains the authoity scoes a i fo agent i (i m. Hub scoe (agent popety his indicates to what level agent i submitted comments (evaluation that followed the community diection on othe past objects. It is consideed that the highe the scoe, the bette the

3 ability of the agent to contibute evaluations to the community. We define h as a vecto that contains the hub scoes h i fo agent i (i m. Reputation scoe (object popety his indicates the level of suppot object j eceived fom the agents, i.e., the degee to which j follows the community diection. It is consideed that the highe the scoe, the bette the object confoms to the community diection. We define as a vecto that contains the eputation scoe j (j n fo object j. 3.3 he EigenRumo Alogithm he EigenRumo algoithm calculates thee vectos, i.e., authoity vecto a, hub vecto h, and eputation vecto, defined in Section 3.2, fom infomation povisioning matix P and infomation evaluation matix E, defined in Section 3.. Based on the following assumptions, these scoe vectos ae mutually influenced Assumption he objects that ae povided by a good authoity will follow the diection of the community. Assumption 2 he objects that ae suppoted by a good hub will follow the diection of the community. Assumption 3 he agents that povide objects that follow the community diection ae good authoities of the community. Assumption 4 he agents that evaluate objects that follow the community diection ae good hubs of the community. Coesponding to the above assumptions, the algoithm intoduces fou equations as follows P a ( E h (2 a P (3 h E (4 In ode to mege equation ( and (2 above, we use the following convex combination αp a + ( α E h (5 whee α is a constant with ange of [0,] that contols the weight of authoity scoe and hub scoe. It is adjusted depending on the taget community o application. Note that α can be assigned to each object sepaately and can be designed to decease with time fom the submission o the numbe of evaluations submitted to object j. We now have thee equations, (3, (4, and (5, that ecusively define thee scoe vectos, a, h, and. o find the equilibium values fo the scoe vectos, we integate equation (3 and equation (4 with equation (5, and get whee αp P + ( α E E ( αp P + ( α E E S (6 S ( αp P + ( α E E If S is a stochastic matix, will convege to the pincipal eigenvecto of S simply by iteating pocedue (6. Fotunately, the pincipal eigenvecto of any non-negative matix can be calculated by just adding a nomalization pocedue in each iteation pocedue. In othe wods, we can get the equilibium value fo such that that following equality is satisfied. S λ (7 whee λ is the lagest eigenvalue of matix S. Afte getting, we can also get a, h by equations (3 and (4. We can also get all of these scoes simultaneously by the pocedue shown in Figue 2. (0 a (,..., (0 h (,..., while changes significantly do ( k ( k ( k αp a + ( α E h ( k + ( k ( k / 2 ( k + ( k + a P ( k+ ( k+ h E end while Figue 2. he EigenRumo Algoithm. is function that computes the L 2 vecto nom MAPPING O BLOG COMMUNIY hee ae seveal ways in which the EigenRumo community model descibed in Section 3. can be applied to the blog community. We applied the simplest mapping, shown in Figue 3, to the blog seach system descibed in Section 5. As shown this figue, the links fom the top page of the blog site to the blog enties ae consideed to be infomation povisioning links and links to blog enties in othe blogs ae consideed to be infomation evaluation links. In this mapping, the scoing value e of each infomation evaluation link is if thee is a link and 0 othewise, since no explicit scoing value is given. Note that this infomation evaluation link is actually an enty-to-enty hypelink and no blogge-to-enty link exists. We use the tanslation ule to intepet actual enty-to-enty links as blogge-to-enty links. Note also that enty-to-enty hypelinks ae sometimes ceated by the tackback mechanism [0]. Ou system deals with both nomal hypelinks and (fowad tackback links equally since both links ae consideed to be an indication of the inteest of the blogge who cites the enty. On the contay, the (backwad tackback links, i.e., automatically geneated by the tackback potocol, ae not consideed to be an indication of inteest of the blogge whose enties ae efeed to and often geneated by spamming. We accodingly ignoe these links.

4 P [ p ] p ρ j... n p ρ p (9 Blog enty Blogge Blog site Figue 3. Mapping to blog community Since the basic algoithm descibed in the pevious section does not nomalize infomation povisioning matix P o infomation evaluation matix E, it is susceptible to spamming. If some use ceates many blog accounts and intelinks them, he/she can inflate the scoes. o educe the effect of this attack, nomalization of the matixes is impotant. PageRank [2] uses out-link nomalization such that the total sum of out-links fom one page is nomalized to one. We have applied this method to the EigenRumo algoithm. It was found, howeve, that this appoach does not wok well fo nomalizing the links fom agents (blogges. Unlike web pages, the levels of activities of agents ae quite divese. heefoe, it is not fai to nomalize total sum of out-links fom one agent to one equally. Ou expeiments show that some blogs with only a few blog enties can ean the same level of authoity scoes as the blogs with a hunded of enties when we apply this nomalization. We also studied the behavio of scoes in the case whee no nomalization is applied. In this case, it was also found that scoes ae seiously impacted by spamming as we expected. he best nomalization function we have found so fa is to use the squae oot of the numbe of the objects submitted o evaluated by the agent, i.e. P E [ p ] ( i... m, j... n p (7 Pi [ e ] ( i... m, j... n e...(8 whee P i and E i is the total numbe of objects povided and evaluated by agent i, espectively. Geneally, blogge inteest in a specific blog enty submitted o cited decease day by day. o implement this effect, we intoduce an optional longevity facto to infomation povisioning links and infomation evaluation links, and we use the following P (t and E (t instead of P and E. E i E [ e ] e γ e γ j... n e (0 whee t is the cuent time and time(x is the time when link x was ceated. ρ, γ ae damping factos with ange [0,]. 5. EXPERIMENS We implemented a blog seach system that eceives one o moe keywods fom the use teminal and etuns a list of blog enties with the blog name as the seach esult. In the database of the system, we stoed about 9,280,000 enties fom 305,000 blog sites collected by ou cawle fom Octobe 6, 2004 to Febuay 3, he collected data ae mainly fom 0 majo blog povides in Japan and all of the enties ae witten in Japanese. Of the 9,280,000 enties,,520,000 (6.3% have one o moe hypelinks. Only 6,000 enties (.25% ae linked to othe blogs. Note that we distinguished whethe the link is to a blog o not by checking whethe the URI of the enty is also stoed in the database. heefoe, the actual atio of blog enties that ae linked to othe blogs is somewhat highe. Vey few blog enties ae efeed to by othe blogs, only 07,000 (.5%. his means that only.5% of blog enties can be scoed by PageRank if we use only this dataset. (he actual set is highe in numbe since thee ae some links fom non-blog pages to the blogs in the database. his atio,.5%, seems too small to yield useful ank seach esults. he EigenRumo algoithm solves the above poblem since it assigns hub and authoity scoes to blogges and then popagates these scoes to all enties submitted by the blogge. As a esult, 36,200 blogges (blog sites have at least one blog enty linked to (o fom othe blogs and 28,300 blogges have nonzeo authoity scoes. his is 9.28 % of the 305,000 blogges. hese authoity scoes ae popagated to thei enties so 862,000 (9.28% of blog enties have nonzeo eputation scoes. his atio is still small but it is sufficient fo anking seach esults since the anking is impotant the numbe of seach esults is lage. Moeove, ou obsevation shows that seach engine uses check only the top 20 seach esults. We also investigated the effectiveness of the anking by conducting a face-to-face use suvey. We asked 40 guests who visited ou exhibition held on Febuay 2005, to use ou blog seach system. hey wee asked to compae the anking quality with that of taditional blog anking schemes, i.e., soting by the numbe of in-links and FIDF soting [9]. he numbe of in-links diectly counts towad the total numbe of links to all aticles submitted by the agent. In this suvey, all guests wee asked to submit only one quey that could be feely selected. We only inteupted when the guest submitted a quey that had aleady been submitted. he blog seach system showed the thee ankings and the subjects wee asked to indicate the best anking. Accoding to thei eplies, about 48% of queies showed no significant diffeence fom the simple count of in-links. Fo 45% of the queies, the poposed scheme was supeio while fo about 7.5% of queies it was infeio (able.

5 Best esult able. he summay of use suvey EigenRumo In-link FIDF Not detemined Queies 8 (45% 2 (5% (2.5% 9 (48% In this expeiment, we also found that if the quey was geneic such as baseball, i.e. many seach esults ae etuned, thee was no pominent diffeence between EigenRumo and In-link. Howeve, in case of moe specific queies such as baseball ichio EigenRumo geneally povided the bette anking. his is consideed to indicate the effect of scoe aggegation on agents povided by the algoithm. It is also obseved that simple in-link ankings ae moe susceptible to spamming in which blogs attempt to ceate seveal accounts and link them to each othe to inflate the atings. Actually, we often found such attacks in the ankings geneated by the numbe of in-links. his type of attack is moe pominent when we submit specific queies. 6. Related Woks Blog anking is an impotant topic in web mining but it still has not been widely studied. Ada el al. [] poposed the concept of anking called irank, which assigns high atings to the sites that contain oiginal (souce infomation wheeas PageRank and EigenRumo assign high atings to popula sites. In this sense, irank and EigenRumo have diffeent puposes. Howeve, both appoaches have similaities in addessing the issue of the spaseness of the blogspace and the impotance of the dynamic stuctue of links. (We intoduced a link longevity facto in Section 4. echnoati [2] povided a commecial blog seach and some similaities with ou system appeas to exist. Howeve, details of the anking algoithm wee not published. Access anking is widely used in the blogspace, but it equies the blogges o blog povides to paticipate in the anking pocess and thus has a fundamental disadvantage in tems of limited coveage. Apat fom the aea of the blogspace, the EigenRumo algoithm has a unique chaacteistic as a new link-analysis tool. Most linkanalysis schemes poposed so fa conside page-to-page links o agent-to-agent links [6]. On the contay, the EigenRumo algoithm analyzes agent-to-object links diectly and it dispenses with the need to collect agent-to-agent links. his widens the application field of link analysis. he EigenRumo algoithm is based on eigenvecto analysis simila to PageRank [2] and HIS [7] but it manages scoes fo agents and objects sepaately and eputation scoes ae intoduced as well as hub and authoity scoes as illustated in Figue 4. As a esult, an object povided by an agent with high authoity scoe can be anked highly fom the time submitted. his is impossible with PageRank o HIS which equie many eviews befoe useful scoes can be assigned. he nomalization of link descibed in Section 4 is also a unique featue of the EigenRumo algoithm since this it allows the analysis of agent-to-object links and the levels of activities of agents ae quite diffeent fom those of static web pages. Authos have pesented some elated anking algoithms [4][5], but none of them ae based on eigenvecto calculation o addess blogspace-specific issues. 7. CONCLUSION In this pape, we pesented a new algoithm fo anking blogs and showed its effectiveness by calculating the scoe of 9,280,000 blog enties. he impotant featue of the algoithm is to widen the coveage of blog enties that ae assigned a scoe by only fom static link analysis. his featue is especially impotant fo blog anking since the link stuctue of blogspace is spase than that of Web. Entities Link types Scoes Algoithm PageRank Web page a a 2 a 3 a HIS Web page h h h 2 h 3 p a a 2 a 3 a EigenRumo Agent/Object Evaluation ( E Evaluation ( E Evaluation ( E Povisioning ( P Authoity ( a Authoity( a Authoity( a Hub( h Hub( h Agent Reputation( Object d a ( N + ( d E a h Ea N a E h αp a + ( α E h a P h E a α 2 3 α a h h 2 3 h 2 3 Figue 4. Compaison with PageRank and HIS Algoithms

6 his appoach also enables to assign a highe scoe when the blog enty is submitted by a blogge who has been accepted a lot of attention in the past, even if the enty itself has no in-links at fist. his is a desiable featue of blog ankings since blogspace ae consideed to be a community in which discussing new topics. Futue wok can be a new use inteface o visualization of seach esults in which take advantage of the algoithm that calculates thee scoes, i.e., authoity, hub, and eputation scoes. Moe detail analysis on the duability of spamming is also an impotant futue wok. 8. ACKNOWLEDGEMENS We would like to thank Naoto animoto, Yoshinobu onomua, and Masahio Oku fo helpful discussions and comments. 9. REFERENCES [] E. Ada, L. Zhang, L. Adamic, and R. Lukose, Implicit Stuctue and the Dynamics of Blogspace, In Poceedings of the Wokshop on the Weblogging and Ecosystem at the 3th Intenational Wold Wide Web Confeence, [2] S. Bin and L. Page, he Anatomy of a Lage-scale Hypetextual Web Seach Engine, In Poceedings of 7th Intenational Wold Wide Web Confeence, 998. [3] S. Chakabati, mining the web, Mogan Kaufmann Publishes, [4] K. Fujimua and. Nishihaa, Reputation Rating System based on Past Behavio of Evaluatos, In Poceedings of the 4th ACM Confeence on Electonic Commece, [5] K. Fujimua, N. animoto, and M. Iguchi, Calculating Contibution in Cybespace Community Using Reputation System "RuMoR", In Poceedings of the AAMAS Wokshop on ust in Cybe-societies, July [6] S. D. Kamva, M.. Schlosse, and H. Gacia-Molina, he Eigenust Algoithm fo Reputation Management in P2P Netwoks, In Poceedings of 2th Intenational Wold Wide Web Confeence, [7] J. M. Kleinbeg, Authoitative souces in hypelinked envionment, Jounal of the ACM, Vol. 46, No. 5, 999. [8] D. Libby, RDF Site Summay (RSS 0.9 official DD, http//my.netscape.com/ publish/fomats/ ss-0.9.dtd, 999. [9] C. D. Manning and H. Schutze, Foundations of Statistical Natual Language Pocessing, MI Pess, Cambidge, MA 999. [0] B. and M. ott, ackback echnical Specification, http// [] D. Wine, Blog.Com XML-RPC inteface, http// [2] echnoati, Inc.

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

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

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

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

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

On Error Estimation in Runge-Kutta Methods

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

More information

IP Multicast Simulation in OPNET

IP Multicast Simulation in OPNET IP Multicast Simulation in OPNET Xin Wang, Chien-Ming Yu, Henning Schulzinne Paul A. Stipe Columbia Univesity Reutes Depatment of Compute Science 88 Pakway Dive South New Yok, New Yok Hauppuage, New Yok

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

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

More information

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

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

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

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

More information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information

Title. Author(s)NOMURA, K.; MOROOKA, S. Issue Date Doc URL. Type. Note. File Information Title CALCULATION FORMULA FOR A MAXIMUM BENDING MOMENT AND THE TRIANGULAR SLAB WITH CONSIDERING EFFECT OF SUPPO UNIFORM LOAD Autho(s)NOMURA, K.; MOROOKA, S. Issue Date 2013-09-11 Doc URL http://hdl.handle.net/2115/54220

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

A Recommender System for Online Personalization in the WUM Applications

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

More information

Scaling Location-based Services with Dynamically Composed Location Index

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

More information

Optical Flow for Large Motion Using Gradient Technique

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

More information

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters

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

More information

A Novel Automatic White Balance Method For Digital Still Cameras

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

More information

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

Generalized Grey Target Decision Method Based on Decision Makers Indifference Attribute Value Preferences

Generalized Grey Target Decision Method Based on Decision Makers Indifference Attribute Value Preferences Ameican Jounal of ata ining and Knowledge iscovey 27; 2(4): 2-8 http://www.sciencepublishinggoup.com//admkd doi:.648/.admkd.2724.2 Genealized Gey Taget ecision ethod Based on ecision akes Indiffeence Attibute

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

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers

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

More information

SCALABLE ENERGY EFFICIENT AD-HOC ON DEMAND DISTANCE VECTOR (SEE-AODV) ROUTING PROTOCOL IN WIRELESS MESH NETWORKS

SCALABLE ENERGY EFFICIENT AD-HOC ON DEMAND DISTANCE VECTOR (SEE-AODV) ROUTING PROTOCOL IN WIRELESS MESH NETWORKS SCALABL NRGY FFICINT AD-HOC ON DMAND DISTANC VCTOR (S-AODV) ROUTING PROTOCOL IN WIRLSS MSH NTWORKS Sikande Singh Reseach Schola, Depatment of Compute Science & ngineeing, Punjab ngineeing College (PC),

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

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

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

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation

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

More information

Prioritized Traffic Recovery over GMPLS Networks

Prioritized Traffic Recovery over GMPLS Networks Pioitized Taffic Recovey ove GMPLS Netwoks 2005 IEEE. Pesonal use of this mateial is pemitted. Pemission fom IEEE mu be obtained fo all othe uses in any cuent o futue media including epinting/epublishing

More information

Decentralized Trust Management for Ad-Hoc Peer-to-Peer Networks

Decentralized Trust Management for Ad-Hoc Peer-to-Peer Networks Decentalized Tust Management fo Ad-Hoc Pee-to-Pee Netwoks Thomas Repantis Vana Kalogeaki Depatment of Compute Science & Engineeing Univesity of Califonia, Riveside Riveside, CA 92521 {tep,vana}@cs.uc.edu

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

Efficient protection of many-to-one. communications

Efficient protection of many-to-one. communications Efficient potection of many-to-one communications Miklós Molná, Alexande Guitton, Benad Cousin, and Raymond Maie Iisa, Campus de Beaulieu, 35 042 Rennes Cedex, Fance Abstact. The dependability of a netwok

More information

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

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

More information

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

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

More information

Hierarchically Clustered P2P Streaming System

Hierarchically Clustered P2P Streaming System Hieachically Clusteed P2P Steaming System Chao Liang, Yang Guo, and Yong Liu Polytechnic Univesity Thomson Lab Booklyn, NY 11201 Pinceton, NJ 08540 Abstact Pee-to-pee video steaming has been gaining populaity.

More information

Erasure-Coding Based Routing for Opportunistic Networks

Erasure-Coding Based Routing for Opportunistic Networks Easue-Coding Based Routing fo Oppotunistic Netwoks Yong Wang, Sushant Jain, Magaet Matonosi, Kevin Fall Pinceton Univesity, Univesity of Washington, Intel Reseach Bekeley ABSTRACT Routing in Delay Toleant

More information

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

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

More information

Illumination methods for optical wear detection

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

More information

ANN Models for Coplanar Strip Line Analysis and Synthesis

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

More information

Effective Missing Data Prediction for Collaborative Filtering

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

More information

Pipes, connections, channels and multiplexors

Pipes, connections, channels and multiplexors Pipes, connections, channels and multiplexos Fancisco J. Ballesteos ABSTRACT Channels in the style of CSP ae a poeful abstaction. The ae close to pipes and connections used to inteconnect system and netok

More information

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM

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

More information

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

Data mining based automated reverse engineering and defect discovery

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

More information

Topological Characteristic of Wireless Network

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

More information

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

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

More information

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System Slotted Random Access Potocol with Dynamic Tansmission Pobability Contol in CDMA System Intaek Lim 1 1 Depatment of Embedded Softwae, Busan Univesity of Foeign Studies, itlim@bufs.ac.k Abstact In packet

More information

An Improved Resource Reservation Protocol

An Improved Resource Reservation Protocol Jounal of Compute Science 3 (8: 658-665, 2007 SSN 549-3636 2007 Science Publications An mpoved Resouce Resevation Potocol Desie Oulai, Steven Chambeland and Samuel Piee Depatment of Compute Engineeing

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

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

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

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

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

Performance Optimization in Structured Wireless Sensor Networks

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

More information

Assessment of Track Sequence Optimization based on Recorded Field Operations

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

More information

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler POMDP: Intoduction to Patially Obsevable Makov Decision Pocesses Hossein Kamalzadeh, Michael Hahsle 2019-01-02 The R package pomdp povides an inteface to pomdp-solve, a solve (witten in C) fo Patially

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

User Group testing report

User Group testing report Use Goup testing epot Deliveable No: D6.10 Contact No: Integated Poject No. 506723: SafetyNet Aconym: SafetyNet Title: Building the Euopean Road Safety Obsevatoy Integated Poject, Thematic Pioity 6.2 Sustainable

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

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

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

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks

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

More information

arxiv: v2 [physics.soc-ph] 30 Nov 2016

arxiv: v2 [physics.soc-ph] 30 Nov 2016 Tanspotation dynamics on coupled netwoks with limited bandwidth Ming Li 1,*, Mao-Bin Hu 1, and Bing-Hong Wang 2, axiv:1607.05382v2 [physics.soc-ph] 30 Nov 2016 1 School of Engineeing Science, Univesity

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

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

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

More information

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

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1 Impovement of Fist-ode Takagi-Sugeno Models Using Local Unifom B-splines Felipe Fenández, Julio Gutiéez, Gacián Tiviño and Juan Calos Cespo Dep. Tecnología Fotónica, Facultad de Infomática Univesidad Politécnica

More information

Extract Object Boundaries in Noisy Images using Level Set. Final Report

Extract Object Boundaries in Noisy Images using Level Set. Final Report Extact Object Boundaies in Noisy Images using Level Set by: Quming Zhou Final Repot Submitted to Pofesso Bian Evans EE381K Multidimensional Digital Signal Pocessing May 10, 003 Abstact Finding object contous

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

Event-based Location Dependent Data Services in Mobile WSNs

Event-based Location Dependent Data Services in Mobile WSNs Event-based Location Dependent Data Sevices in Mobile WSNs Liang Hong 1, Yafeng Wu, Sang H. Son, Yansheng Lu 3 1 College of Compute Science and Technology, Wuhan Univesity, China Depatment of Compute Science,

More information

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

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

More information

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

Gravitational Shift for Beginners

Gravitational Shift for Beginners Gavitational Shift fo Beginnes This pape, which I wote in 26, fomulates the equations fo gavitational shifts fom the elativistic famewok of special elativity. Fist I deive the fomulas fo the gavitational

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

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

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

More information

A 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

Secure Collaboration in Mediator-Free Environments

Secure Collaboration in Mediator-Free Environments Secue Collaboation in Mediato-Fee Envionments Mohamed Shehab School of Electical and Compute Engineeing Pudue Univesity West Lafayette, IN, USA shehab@pudueedu Elisa Betino Depatment of Compute Sciences

More information

Quality Aware Privacy Protection for Location-based Services

Quality Aware Privacy Protection for Location-based Services In Poceedings of the th Intenational Confeence on Database Systems fo Advanced Applications (DASFAA 007), Bangkok, Thailand, Apil 9-, 007. Quality Awae Pivacy Potection fo Location-based Sevices Zhen Xiao,,

More information

Decision Support for Rule and Technique Discovery in an Uncertain Environment

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

More information

High performance CUDA based CNN image processor

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

More information

Identification of dynamic models of Metsovo (Greece) Bridge using ambient vibration measurements

Identification of dynamic models of Metsovo (Greece) Bridge using ambient vibration measurements Loughboough Univesity Institutional Repositoy Identification of dynamic models of Metsovo (Geece) Bidge using ambient vibation measuements This item was submitted to Loughboough Univesity's Institutional

More information

Link Prediction in Heterogeneous Networks Based on Tensor Factorization

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

More information

Tier-Based Underwater Acoustic Routing for Applications with Reliability and Delay Constraints

Tier-Based Underwater Acoustic Routing for Applications with Reliability and Delay Constraints Tie-Based Undewate Acoustic Routing fo Applications with Reliability and Delay Constaints Li-Chung Kuo Depatment of Electical Engineeing State Univesity of New Yok at Buffalo Buffalo, New Yok 14260 Email:

More information

Optimal Adaptive Learning for Image Retrieval

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

More information

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

The Internet Ecosystem and Evolution

The Internet Ecosystem and Evolution The Intenet Ecosystem and Evolution Contents Netwok outing: basics distibuted/centalized, static/dynamic, linkstate/path-vecto inta-domain/inte-domain outing Mapping the sevice model to AS-AS paths valley-fee

More information

An Optimised Density Based Clustering Algorithm

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

More information

An Efficient Handover Mechanism Using the General Switch Management Protocol on a Multi-Protocol Label Switching Network

An Efficient Handover Mechanism Using the General Switch Management Protocol on a Multi-Protocol Label Switching Network An Efficient andove Mechanism Using the Geneal Switch Management Potocol on a Multi-Potocol abel Switching Netwok Seong Gon hoi, yun Joo Kang, and Jun Kyun hoi Using the geneal switch management potocol

More information

WIRELESS sensor networks (WSNs), which are capable

WIRELESS sensor networks (WSNs), which are capable IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. XX, NO. XX, XXX 214 1 Lifetime and Enegy Hole Evolution Analysis in Data-Gatheing Wieless Senso Netwoks Ju Ren, Student Membe, IEEE, Yaoxue Zhang, Kuan

More information

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2

= dv 3V (r + a 1) 3 r 3 f(r) = 1. = ( (r + r 2 Random Waypoint Model in n-dimensional Space Esa Hyytiä and Joma Vitamo Netwoking Laboatoy, Helsinki Univesity of Technology, Finland Abstact The andom waypoint model (RWP) is one of the most widely used

More information

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

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

More information

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

Cryptanalysis of Hwang-Chang s a Time-Stamp Protocol for Digital Watermarking

Cryptanalysis of Hwang-Chang s a Time-Stamp Protocol for Digital Watermarking Cyptanalysis of Hwang-Chang s a Time-Stamp Potocol fo Digital Watemaking *Jue-Sam Chou, Yalin Chen 2, Chung-Ju Chan 3 Depatment of Infomation Management, Nanhua Univesity Chiayi 622 Taiwan, R.O.C *: coesponding

More information

Research Article. Regularization Rotational motion image Blur Restoration

Research Article. Regularization Rotational motion image Blur Restoration Available online www.jocp.com Jounal of Chemical and Phamaceutical Reseach, 6, 8(6):47-476 Reseach Aticle ISSN : 975-7384 CODEN(USA) : JCPRC5 Regulaization Rotational motion image Blu Restoation Zhen Chen

More information

Embeddings into Crossed Cubes

Embeddings into Crossed Cubes Embeddings into Cossed Cubes Emad Abuelub *, Membe, IAENG Abstact- The hypecube paallel achitectue is one of the most popula inteconnection netwoks due to many of its attactive popeties and its suitability

More information

TCP Libra: Exploring RTT-Fairness for TCP

TCP Libra: Exploring RTT-Fairness for TCP TCP Liba: Exploing RTT-Fainess fo TCP UCLA Compute Science Depatment Technical Repot #TR050037 Gustavo Mafia, Claudio Palazzi, Giovanni Pau, Maio Gela, M. Y. Sanadidi, Maco Roccetti, Compute Science Depatment

More information

Computer Networks. TCP Libra: Derivation, analysis, and comparison with other RTT-fair TCPs

Computer Networks. TCP Libra: Derivation, analysis, and comparison with other RTT-fair TCPs Compute Netwoks 54 (2010) 2327 2344 Contents lists available at ScienceDiect Compute Netwoks jounal homepage: www.elsevie.com/locate/comnet TCP Liba: Deivation, analysis, and compaison with othe RTT-fai

More information

Online Navigation Summaries

Online Navigation Summaries 2010 IEEE Intenational Confeence on Robotics and Automation Anchoage Convention Distict May 3-8, 2010, Anchoage, Alaska, USA Online Navigation Summaies Yogesh Gidha and Gegoy Dudek {yogesh,dudek}@cim.mcgill.ca

More information

RT-WLAN: A Soft Real-Time Extension to the ORiNOCO Linux Device Driver

RT-WLAN: A Soft Real-Time Extension to the ORiNOCO Linux Device Driver 1 RT-WLAN: A Soft Real-Time Extension to the ORiNOCO Linux Device Dive Amit Jain Daji Qiao Kang G. Shin The Univesity of Michigan Ann Abo, MI 4819, USA {amitj,dqiao,kgshin@eecs.umich.edu Abstact The cuent

More information

BUPT at TREC 2006: Spam Track

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

More information