Anytime Predictive Navigation of an Autonomous Robot

Size: px
Start display at page:

Download "Anytime Predictive Navigation of an Autonomous Robot"

Transcription

1 Anytme Predctve Navgaton of an Autonomous Robot Shu Yun Chung Department of Mechancal Engneerng Natonal Tawan Unversty Tape, Tawan Emal Abstract To acheve fully autonomous moble robot n dynamc crowded envronment, an effcent and real-tme moton plannng s necessary. In ths paper, a new A*-based predctve moton planner s presented for the navgaton task. By predctng pedestran moton n the future, t can drastcally decrease the probablty of collson n the publc place. In order to obtan the pedestran moton model, a goal-drected navgaton functon (NF) based moton model s traned and utlzed n our plannng algorthm. At the same tme, the potental goals of movng objects are automatcally searched by GVG-skeleton of map. Moreover, a generalzed trackng and predcton framework s also ntroduced n ths paper. Correspondng recursve Bayesan formula presented as DBNs (Dynamc Bayesan Networks) s derved for real tme operaton. Fnally, the smulaton results are also shown and valdated the dea of ths paper. Index Terms Navgaton, Moton Plannng, Moble Robot. B I. INTRODUCTION Y the efforts of robotc researchers, there has been a great progress n robotc technques. Robots are no longer only operated n laboratores and factores. On the contrary, lots of novel robots were desgned and developed to work n the populated envronment n the last two decades. Dfferent knds of servce robots provde assstance to people n hosptals [3, ], home envronment[8], offce buldngs, museums[3], and exhbtons. In crowded and populated envronment, real tme moton plannng of moble robots s an mportant and crucal constrant. In dynamc envronment, snce the obstacle motons are usually uncertan, confguraton space wll be hghly transtory. Tradtonal moton plannng whch queres a complete path from current poston to the goal often takes too much tme to satsfy the real tme requrement. Although reactve moton plannng can rapdly calculate the approprate next moton, t stll easly gets blocked n such cases. In other words, one needs to be able to plan a path fast but stll keeps enough look-ahead. A look-ahead planner can effcently decrease the probablty of collson. However, t s requred a good Han Pang Huang Department of Mechancal Engneerng Natonal Tawan Unversty Tape, Tawan Emal: hanpang@ntu.edu.tw predctor to tell the robot the future scenes. Thus there are three man topcs dscussed n the paper. The frst part wll focus on pedestran moton model learnng. A navgaton functon based pedestran moton model s utlzed to predct the long term moton. Then n the second part, a generalzed trackng and predcton framework based on the Dynamc Bayesan Networks s ntroduced to acheve the robust trackng. Fnally, t descrbes the predctve anytme moton planner. Ths paper s organzed as follows. In secton II, we wll ntroduce the learnng method of pedestran model. A generalzed trackng and predcton framework wll be proposed n secton III. The recursve Bayesan formulaton s also derved for real tme operaton. In secton IV, predctve anytme A* planner s descrbed. Some smulaton results wll be presented to valdate the dea n secton V. Fnally, conclusons are summarzed n secton VI. II. PEDESTRIAN MODEL LEARNING To predct the pedestran future acton, one of the best ways s to obtan the pedestran moton model frst. In the short term predcton, we can easly utlze certan moton models, such as constant velocty or constant acceleraton, to predct the next moton of pedestrans. However, n the long term predcton, t s not so obvous to defne a moton pattern. Thus there were several prevous researches that dscussed the pedestran model learnng methods. Most of them emphaszed the goal-drected concept to predct the pedestran moton. By observng the potental goals that human may go forward, further predct the poston of human n the next few seconds. For example, Foka and Trahanas[7] proposed to predct the human moton by manually defnng the hot ponts where people may approach n daly lfe. Bennewtz [] used expectaton maxmum(em) to clusterng the collected pedestran trajectores and obtan the potental goals leadng the movement of human n the envronment. He further derved a Hdden Markov Model (HMM) appled to estmate the future moton of people. However, ths method s requred to recollect the pedestran trajectores whle the operated envronment s dfferent place. Yen [5] extracted the potental goals of envronment by clusterng the trajectores wth K-means. Then a grd-based

2 navgaton functon (NF) s used to provde suggestons on pedestran moton. The transton probabltes of gradent drecton based on NF are avalable wth statstcally analyzng the frequency of certan drectons leaded by NF. The method can effcently model the pedestran moton pattern n most places after locatng the potental goals. But t gnores the effect of repulsve force to the obstacles. The moton model estmated by NF sometmes generates the moton that s closed to the obstacles. The reason s that NF only consders the relatve dstance wth the goal, not the obstacles. However, t s not compatble wth realty. Here our man purpose s to learn a pedestran moton model that s sutable n most places. At the same tme, t does not need to recollect the new trajectores to extract the potental goals or re-tran the moton model whle the robot move nto dfferent places. Under these consderatons, we desgn the followng several processes to learn the pedestran model. A. Potental Goal Extracton To automatcally extract the potental goals of pedestrans, the envronment map s dvded nto ndvdual submaps. Each submap has several exts whch are regarded as the potental goals. The crterons of map dvson are based on the characterstcs of geometry. For example, n Fg. 2(b), the GVG (Generalzed Vorono Graph)[4] s extracted as the map skeleton at frst. Then searchng the crtcal ponts of the skeleton, whch mnmze the clearance locally. Fnally, the map s parttoned nto fve submaps by the crtcal ponts (see Fg. 2 (c)(d)). The smlar work was proposed by Thrun[2] whch focused on the topologcal map extracton. Moreover, after map dvson, the NF of every potental goal of ndvdual submap s calculated. The dstance map (DstMap) of each submap whch records the dstance to the closest obstacle s also evaluated. Fg. 2 (e)(f) show the NF and DstMap of the blue submap. The functon of NF and DstMap for moton predcton wll be ntroduced n the next secton. B. Pedestran Moton Model We adopted NF-based pedestran moton model whch s smlar to Yen [5]. 8 neghbors n grd space are consdered as the next potental drectons. NF wll generate at least one optmal drecton n each grd shown n Fg. (left). By the relatve angle to the optmal drecton, 5 drectonal lots are grouped for each 45 degrees dsplayed n Fg. (rght). C. Learnng the Moton Transton Probabltes of Pedestran Model In NF-based pedestran moton model, learnng of the moton transton probablty s to evaluate the probablty to ndvdual drectonal lot. We collect pedestran trajectores n the lobby and hallway of the Department of Mechancal Engneerng, NTU shown n Fg. 3. The robot s equaled wth a laser scanner whch s of 80 degree range vew and 0.5 degree resoluton. Fnally, 70 trajectores are gathered and utlzed to evaluate the moton transton probablty. To consder the repulsve force to the obstacles, we separately evaluate the moton probablty n dfferent dstance value whch s provded by DstMap. Currently t s dvded nto two categores wth the threshold 2 meter. 77 data ponts extracted from trajectores are classfed nto correspondng lot (see Fg. 4). In Fg. 4, the vertcal axs ndcates the amount of data ponts and horzontal axs denotes the groups of relatve angle to the optmal drecton. Thus the moton transton probablty can be calculated by eq.() ( ) p L where L denote lot (a) (c) # of L = (# of L ) () (b) (d) Fg. Pedestran moton model. (left) NF, the best drecton denoted by the long red arrow. (rght) 5 drectonal lots are grouped. (e) (f) Fg. 2 map dvson. (a) orgnal map (b) GVG structure of the map (c) crtcal ponts selecton (d) the envronment s dvded nto 5 submaps (e) the NF of potental goal 2 of the blue submap (f) the dstance map of the blue submap.

3 III. GENERALIZED TRACKING & PREDICTION The detecton and trackng of movng object problem has been extensvely studed for decades. Lots of methods were proposed and appled to dfferent knds of trackng problem such as pedestran trackng, vehcle trackng, and contour trackng etc.. To enhance trackng performance, t sometmes combnes wth pror moton models to predct the next moton of movng objects. Consderng the smplcty and effcency, Kalman flter s commonly used n trackng problem. Furthermore, to assst the robustness, trackng over probablty assocaton s also the popular soluton [2, 0] Here we represent a more generalzed trackng and predcton framework. The predcton s dvded nto short term and long term predcton. The short term predcton s followed by the general moton model predcton. Goaldrected pedestran moton predcton s utlzed n long term predcton. Moreover, n ths paper, the structure of MHT (Multple Hypothess Trackng) s used to acheve robust data assocaton. A. Formulaton of Trackng p o Z Trackng problem can be treated as the posteror ( k estmaton. Where o k s the status of a movng object at tme step k and Zk s defned as the data set of sequental observatons. The generalzed trackng problem can be represented as DBNs (Dynamc Bayesan Networks) shown n Fg. 5. Z {,, k z zk} (2) Fg. 3 Pedestran trajectory collecton n lobby (left) and hallway (rght) dst > 2 m dst <= 2 m Drectonal Sub-Optmalty ( n degrees ) Fg. 4 Classfed lots of sub-optmalty values. Fg. 5 DBN for generalzed trackng problem Accordng to the total probablty and Bayesan formulaton, the posteror can be factorzed nto eq. (3). G s the goal leadng the movng object moton. j p( zk G, sk, o s the lkelhood probablty at tme step k. The second term, ( j pok G, sk, Z k- ), s the predcton process. p( o Z ) k k m n = = j= m n = j= j j ( k, k, ( ( k p o G s Z p G Z p s Z j j j ( k, k, ( k, k, k ) ( ( k p z G s o p o G s Z p G Z p s Z Update Predcton Goal Weghtng Model Weghtng The thrd term ( k ) p G Z s represented as the goal weghtng. Correspondng factorzaton of Bayesan formula s shown n eq.(4). p( G Z ) (, ) ( k p zk G Zk p G Zk ) (4) In the smlar case, moton model weghtng j p( sk Z can also be factorzed nto eq.(5). p s j Z p z s j, Z p s j Z (5) ( k ( k k k ) ( k k ) If we consder the uncertanty of sensor measurement and data assocaton (trackng), the formula of goal weghtng (see eq.(4)) can be further dvded nto eq.(6). p G Z = η p z G, Z p G Z ( ( k k ) ( k ) a a η p( zk ok ) p( ok G, Zk ) p( G Zk ) a a a b b η p( zk ok ) p( ok G, ok ) p( ok zk ) p( G Zk ) a b Where a p ( zk ok ) s the lkelhood and ( a, b k k ) = = (3) (6) p o G o s the predcton model guded by goal G. Ths predcton model s avalable by the above traned NF-based pedestran moton model. B. Formulaton of Predcton In predcton process, we splt the problem nto short term and long term predcton. Short term predcton s to forecast the next status of the movng object whch s drectly nfluenced by moton models. Thus by the total probablty, the short term predcton p( o k+ o can be modeled by the combnaton of moton model ( p o, k+ s o and model p s o. weghtng ( k )

4 n ( k+ ( k+, ( p o o = p o s o p s o (7) = Predcton Model Weghtng In long term predcton, the future moton can be drected by the goal locaton. Consderng the uncertanty of predcton, the moton after n tme step s modeled by the combnaton of ndvdual goal models wth dfferent weghts. The formulaton of short term and long term predcton s derved at eq.(7)(8). ( k+ n = ( k+ n, ( p o Z p o G Z p G Z = j Predcton Goal Weghtng j j ( k+ n, ( k ( p o G o p o Z p G Z Trackng The term p ( o k+ n G, o p( ok+ n G, o a0 a0 = p( ok+ n G, ok+ n ) p( ok+ n G, o a0 a0 an = p( ok+ n G, ok+ n ) W p( ok+ G, o a0 (8) can be further factorzed nto eq.(9). af af Where W = p ( ok+ n f G, ok+ n ( f + ) ) f a f and f = ~ n 2 IV. ANYTIME PLANNING Real tme moton plannng s a very mportant and crucal constrant for moble robots n dynamc envronment. However, when the envronment s complex, t may not be possble to obtan the optmal soluton wthn the delberaton tme. Anytme algorthms always keep a current best soluton whatever the complete plannng fnshed. Thus anytme plannng wll be useful and approprate n such complex plannng problem. Due to these advantages, anytme plannng also becomes one of the most popular topcs n robotcs.[6, 9, 4]. In ths paper, we combne above predcton and trackng soluton wth an anytme planner. The results of predcton are easly ncorporated nto the confguraton tme space of robot. Moreover, a predctve anytme A* planner s developed to ncremental search the best trajectory n C-T Space. A. Confguraton Tme Space(C-T Space) To safely move n the crowded dynamc envronment, tme space nformaton s necessarly requred. It can effcently decrease the probablty of collson by consderng the state varaton of movng objects n tme doman. Thus our plannng algorthm ncorporates nformaton of movng objects wth above predcton module. Confguraton tme space of the robot s bult and real-tme updated. However, because of the huge computaton, t s mpossble to real-tme update entre C-T space. Thus t only updates the areas closed to the robot, called Actve Regon. Moreover, only the movng objects n the actve regon are consdered. (9) Fg. 6 shows a smple C-T space concept for collson detecton. Fg. 6 Confguraton tme space of pedestrans By predctng pedestran moton, t could detect the collson earler. B. Predctve Anytme A* Planner To effcently plan the trajectory n C-T space, an A* based planner s adopted. At the begnnng, an NF (Navgaton Functon) s calculated from the goal to entre envronment. NF can be avalable by Wave Front planner[5] and only needs to query once. It s a better ndcator to measure the relatve dstance from current poston to the goal, especally n the spral shape envronment. Thus NF s utlzed to be the heurstc term n our A* planner. Under anytme consderaton, the current best trajectory s returned after a lmted perod. The trajectory crterons are based on the total cost and heurstc term n the A*. The current best trajectory wll be the one that s closest to the goal and the total cost s stll under the threshold. The flowchart of our planner s shown n Fg. 7. Fg. 7 Predctve anytme A* planner V. SIMULATION RESULTS There are three dfferent smulatons to verfy the above proposed deas. The poston of robot and movng objects are gven n all smulatons. But the data assocaton of movng objects s unknown. In other words, the trackng module s requred n all the tests. The purposes of three tests are to demonstrate the performance of predcton, trackng, and anytme plannng.

5 A. Smulaton I The test envronment of smulaton I s dsplayed n Fg. 8(a). The red cones are the potental goals of the movng object. The movng object s movng from goal A to goal C. The smulated trajectory of the movng object s generated by tradtonal A* planner. Here TS and PTS of fgure capton means current tme step and predcted tme step. The orange surface represents the occuped probablty n predcted tme step. The hgher part of surface gets hgher occuped probablty and correspondng color wll be approachng golden yellow. Two tme steps TS = 3 and TS = 0 were recorded n smulaton I. In TS = 3, the estmated probabltes of potental goals from A to D are 0.6, 0.24, 0.35 and The probabltes are almost equal. Thus the predcted occuped probablty wll dvded nto 3 groups n Fg. 8(c)-(d). On the contrary, predcted occuped probablty wll focus on one group n TS = 0 (see Fg. 8(g)-(h)) snce estmated probabltes of potental goals from A to D are0.007, 0.04, 0.97 and B. Smulaton II The confguraton of smulaton II s shown n Fg. 9(a). The robot s movng from goal A to goal D. At the same tme, one movng object s movng n reverse drecton. In TS = 7, snce the probablty of goal A and B are relatvely hgh ( the predcted results are presented n Fg. 9(c)-(d)), the robot chooses the trajectory (red lne) passed through rght sde. The reason s that the trajectory of rght sde gets the lower probablty of collson even though t s longer than the left one. C. Smulaton III In smulaton III, we smulated a crowded envronment. Fve movng objects are movng smultaneously. The smulated envronment s dsplayed n Fg. 0(a). There are sx potental goals n ths envronment. The robot s assgned the task that safely moves from left sde to rght sde. At the same tme, the robot s requred to track all the movng object motons. One thng we should notce s that the robot chooses the trajectory of bottom sde n TS = 7 Fg. 0(d). The reason s obvously gven n Fg. 0(e). The bottom sde area of robot wll get the lower collson cost n the future. Moreover, the data assocaton of movng objects s shown as the trackng ID closed to the movng objects. The trackng results are compatble wth the ground truth. (a) (b) TS = 3, PTS = 3 (a) (b) TS = 7, PTS = 7 (c)ts = 3, PTS = 6 (d) TS = 3, PTS = 8 (c) TS = 7, PTS = 0 (d) TS = 7, PTS = 3 (e)ts = 0, PTS = 0 (f) TS = 0, PTS = (g) TS = 0, PTS = 4 (h) TS = 0, PTS = 5 Fg. 8 Smulaton I. where TS: tme step, PTS: predcted tme step (e) TS = 0, PTS = 5 (f) TS = 5 Fg. 9 Smulaton II

6 VI. CONCLUSIONS In ths paper, we proposed a predctve navgaton planner appled n the crowded dynamc envronment. A NF-based pedestran moton model s represented and traned by analyzng the collected pedestran trajectores. Moreover, by constructng the GVG skeleton of envronment, the potental goals can be automatcally extracted and appled for the moton predcton. A generalzed trackng and predcton framework s also ntroduced n ths paper. At the same tme, the recursve Bayesan formula s derved for real tme operaton. And t provdes useful nformaton to buld the confguraton tme space of robot. Fnally, a predctve anytme A* planner s proposed. The smulaton results show that t can effcently track and predct the future moton of movng objects. Besdes, anytme trajectory generaton s successfully appled n the complex dynamc envronment. In the future, we wll focus on the real moble robot mplement and further extended the deas to partally observable envronment. (a) (b) TS = 3, PTS = 3 (c)ts =5, PTS = 5 (d) TS = 7, PTS =7 (e) TS = 7, PTS = 0 (f)ts = 9, PTS = 9 REFERENCES [] M. Bennewtz, W. Burgard, G. Celnak, and S. Thrun, "Learnng Moton Patterns of People for Complant Robot Moton," The Internatonal Journal of Robotcs Research, vol. 24, pp. 3-48, [2] S. S. Blackman, "Multple Hypothess Trackng for multple target trackng," Aerospace and Electronc Systems,, vol. 9, pp. 5-8, [3] F. Carrera, T. Canas, A. Slva, and C. A. C. C. Cardera, "-Merc: A Moble Robot to Delver Meals nsde Health Servces," n Robotcs, Automaton and Mechatroncs, 2006 IEEE Conference on, pp. -8, [4] H. Choset and J. Burdck, "Sensor based plannng. I. The generalzed Vorono graph," n 995 IEEE Internatonal Conference on Robotcs and Automaton vol. 2, pp [5] H. Choset, K. M. Lynch, S. Hutchnson, G. Kantor, W. Burgard, L. E. Kavrak, and S. Thrun, Prncples of Robot Moton Theory, Algorthms, and Implementatons: The MIT Press, [6] D. Ferguson and A. Stentz, "Anytme RRTs," n Intellgent Robots and Systems, 2006 IEEE/RSJ Internatonal Conference on, pp , [7] A. F. Foka and P. E. Trahanas, "Predctve autonomous robot navgaton," n Intellgent Robots and System, IEEE/RSJ Internatonal Conference on, vol., pp , [8] B. Graf, M. Hans, and R. D. Schraft, "Care-O-bot II - Development of a Next Generaton Robotc Home Assstant," Autonomous Robots, vol. 6, pp , [9] E. A. Hansen and R. Zhou, "Anytme heurstc search," Journal of Artfcal Intellgence Research, vol. 28, pp , [0] D. Schulz, W. Burgard, D. Fox, and A. B. Cremers, "People Trackng wth Moble Robots Usng Sample-Based Jont Probablstc Data Assocaton Flters," Int. J. Robotcs Research, vol. 22, pp. 99-6, [] M. Y. Sheh, J. C. Hseh, and C. P. Cheng, "Desgn of an ntellgent hosptal servce robot and ts applcatons," n Systems, Man and Cybernetcs, 2004 IEEE Internatonal Conference on, vol. 5, pp [2] S. Thrun, "Learnng Metrc-Topologcal Maps for Indoor Moble Robot Navgaton,," Artfcal Intellgence, vol. 99, pp. 2-7, 998. [3] S. Thrun, M. Beetz, M. Bennewtz, W. Burgard, A. B. Cremers, F. Dellaert, D. Fox, D. Hahnel, C. Rosenberg, N. Roy, J. Schulte, and D. Schulz, "Probablstc algorthms and the nteractve museum tour-gude robot Mnerva," Internatonal Journal of Robotcs Research, vol. 9, pp , [4] J. P. van den Berg and M. H. Overmars, "Roadmap-based moton plannng n dynamc envronments," Robotcs, IEEE Transactons on [see also Robotcs and Automaton, IEEE Transactons on], vol. 2, pp , [5] H. C. Yen, "Path Plannng for Moble Robots n Dynamc Envronments," Master Thess, Department of Mechancal Engneerng, Natonal Tawan Unversty, (g) TS = 3, PTS = 3 (h) TS = 20, PTS = 20 Fg. 0 Smulaton III

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Overvew 2 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Introducton Mult- Smulator MASIM Theoretcal Work and Smulaton Results Concluson Jay Wagenpfel, Adran Trachte Motvaton and Tasks Basc Setup

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

VFH*: Local Obstacle Avoidance with Look-Ahead Verification

VFH*: Local Obstacle Avoidance with Look-Ahead Verification 2000 IEEE Internatonal Conference on Robotcs and Automaton, San Francsco, CA, Aprl 24-28, 2000, pp. 2505-25 VFH*: Local Obstacle Avodance wth Look-Ahead Verfcaton Iwan Ulrch and Johann Borensten The Unversty

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

METRIC ALIGNMENT OF LASER RANGE SCANS AND CALIBRATED IMAGES USING LINEAR STRUCTURES

METRIC ALIGNMENT OF LASER RANGE SCANS AND CALIBRATED IMAGES USING LINEAR STRUCTURES METRIC ALIGNMENT OF LASER RANGE SCANS AND CALIBRATED IMAGES USING LINEAR STRUCTURES Lorenzo Sorg CIRA the Italan Aerospace Research Centre Computer Vson and Vrtual Realty Lab. Outlne Work goal Work motvaton

More information

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method NICOGRAPH Internatonal 2012, pp. 114-119 3D Vrtual Eyeglass Frames Modelng from Multple Camera Image Data Based on the GFFD Deformaton Method Norak Tamura, Somsangouane Sngthemphone and Katsuhro Ktama

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

Probabilistic Map Building by Coordinated Mobile Sensors

Probabilistic Map Building by Coordinated Mobile Sensors Probablstc Map Buldng by Coordnated Moble Sensors Jen-Yeu Chen, Student Member, IEEE, and Jangha Hu, Member, IEEE Abstract In ths paper, we develop an effcent algorthm for coordnatng a group of moble robotc

More information

Fusion Performance Model for Distributed Tracking and Classification

Fusion Performance Model for Distributed Tracking and Classification Fuson Performance Model for Dstrbuted rackng and Classfcaton K.C. Chang and Yng Song Dept. of SEOR, School of I&E George Mason Unversty FAIRFAX, VA kchang@gmu.edu Martn Lggns Verdan Systems Dvson, Inc.

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network S. Sudha and N. Ammasagounden Natonal Insttute of Technology, Truchrappall,

More information

arxiv: v1 [cs.ro] 21 Jul 2018

arxiv: v1 [cs.ro] 21 Jul 2018 Mult-sesson Map Constructon n Outdoor Dynamc Envronment* Xaqng Dng 1, Yue Wang 1, Huan Yn 1, L Tang 1, Rong Xong 1 arxv:1807.08098v1 [cs.ro] 21 Jul 2018 Abstract Map constructon n large scale outdoor envronment

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

Dynamic Camera Assignment and Handoff

Dynamic Camera Assignment and Handoff 12 Dynamc Camera Assgnment and Handoff Br Bhanu and Ymng L 12.1 Introducton...338 12.2 Techncal Approach...339 12.2.1 Motvaton and Problem Formulaton...339 12.2.2 Game Theoretc Framework...339 12.2.2.1

More information

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm , pp.197-202 http://dx.do.org/10.14257/dta.2016.9.5.20 Research of Dynamc Access to Cloud Database Based on Improved Pheromone Algorthm Yongqang L 1 and Jn Pan 2 1 (Software Technology Vocatonal College,

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

2. Related Work Hand-crafted Features Based Trajectory Prediction Deep Neural Networks Based Trajectory Prediction

2. Related Work Hand-crafted Features Based Trajectory Prediction Deep Neural Networks Based Trajectory Prediction Encodng Crowd Interacton wth Deep Neural Network for Pedestran Trajectory Predcton Yanyu Xu ShanghaTech Unversty xuyy2@shanghatech.edu.cn Zhxn Pao ShanghaTech Unversty paozhx@shanghatech.edu.cn Shenghua

More information

Active Contours/Snakes

Active Contours/Snakes Actve Contours/Snakes Erkut Erdem Acknowledgement: The sldes are adapted from the sldes prepared by K. Grauman of Unversty of Texas at Austn Fttng: Edges vs. boundares Edges useful sgnal to ndcate occludng

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT Journal of Theoretcal and Appled Informaton Technology 30 th Aprl 013. Vol. 50 No.3 005-013 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 THE PATH PLANNING ALGORITHM AND

More information

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following.

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following. Complex Numbers The last topc n ths secton s not really related to most of what we ve done n ths chapter, although t s somewhat related to the radcals secton as we wll see. We also won t need the materal

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

Fitting: Deformable contours April 26 th, 2018

Fitting: Deformable contours April 26 th, 2018 4/6/08 Fttng: Deformable contours Aprl 6 th, 08 Yong Jae Lee UC Davs Recap so far: Groupng and Fttng Goal: move from array of pxel values (or flter outputs) to a collecton of regons, objects, and shapes.

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Efficient Video Coding with R-D Constrained Quadtree Segmentation

Efficient Video Coding with R-D Constrained Quadtree Segmentation Publshed on Pcture Codng Symposum 1999, March 1999 Effcent Vdeo Codng wth R-D Constraned Quadtree Segmentaton Cha-Wen Ln Computer and Communcaton Research Labs Industral Technology Research Insttute Hsnchu,

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Minimum Uncertainty Robot Path Planning using a POMDP Approach

Minimum Uncertainty Robot Path Planning using a POMDP Approach The 2010 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems October 18-22, 2010, Tape, Tawan Mnmum Uncertanty Robot Path Plannng usng a POMDP Approach Salvatore Canddo and Seth Hutchnson

More information

Resolving Ambiguity in Depth Extraction for Motion Capture using Genetic Algorithm

Resolving Ambiguity in Depth Extraction for Motion Capture using Genetic Algorithm Resolvng Ambguty n Depth Extracton for Moton Capture usng Genetc Algorthm Yn Yee Wa, Ch Kn Chow, Tong Lee Computer Vson and Image Processng Laboratory Dept. of Electronc Engneerng The Chnese Unversty of

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER

DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER Kyeong Won Oh, Dongnam Km Korea Unversty, Graduate School 5Ga-1, Anam-Dong, Sungbuk-Gu, Seoul, Korea {locosk, smleast}@korea.ac.kr Jong-Hyup

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

Investigations of Topology and Shape of Multi-material Optimum Design of Structures

Investigations of Topology and Shape of Multi-material Optimum Design of Structures Advanced Scence and Tecnology Letters Vol.141 (GST 2016), pp.241-245 ttp://dx.do.org/10.14257/astl.2016.141.52 Investgatons of Topology and Sape of Mult-materal Optmum Desgn of Structures Quoc Hoan Doan

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

Petri Net Based Software Dependability Engineering

Petri Net Based Software Dependability Engineering Proc. RELECTRONIC 95, Budapest, pp. 181-186; October 1995 Petr Net Based Software Dependablty Engneerng Monka Hener Brandenburg Unversty of Technology Cottbus Computer Scence Insttute Postbox 101344 D-03013

More information

arxiv: v3 [cs.ro] 19 Sep 2016

arxiv: v3 [cs.ro] 19 Sep 2016 Confdence-aware Occupancy Grd Mappng: A Plannng-Orented Representaton of Envronment 1 Al-abar Agha-mohammad arxv:1608.04712v3 [cs.ro] 19 Sep 2016 Abstract Occupancy grds are the most common framewor when

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

Dynamic wetting property investigation of AFM tips in micro/nanoscale

Dynamic wetting property investigation of AFM tips in micro/nanoscale Dynamc wettng property nvestgaton of AFM tps n mcro/nanoscale The wettng propertes of AFM probe tps are of concern n AFM tp related force measurement, fabrcaton, and manpulaton technques, such as dp-pen

More information

Multi-Robot Complete Exploration using Hill Climbing and Topological Recovery

Multi-Robot Complete Exploration using Hill Climbing and Topological Recovery 2008 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems Acropols Conventon Center Nce, France, Sept, 22-26, 2008 Mult-Robot Complete Exploraton usng Hll Clmbng and Topologcal Recovery Ru

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

Geodesic Active Regions for Supervised Texture Segmentation

Geodesic Active Regions for Supervised Texture Segmentation Geodesc Actve egons for Supervsed Texture Segmentaton Nkos Paragos achd Derche INIA BP 9, 00, oute des Lucoles 0690 Sopha Antpols Cedex, France e-mal: {nparago,der}@sophanrafr Abstract Ths paper presents

More information

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Video Proxy System for a Large-scale VOD System (DINA)

Video Proxy System for a Large-scale VOD System (DINA) Vdeo Proxy System for a Large-scale VOD System (DINA) KWUN-CHUNG CHAN #, KWOK-WAI CHEUNG *# #Department of Informaton Engneerng *Centre of Innovaton and Technology The Chnese Unversty of Hong Kong SHATIN,

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

Inverse kinematic Modeling of 3RRR Parallel Robot

Inverse kinematic Modeling of 3RRR Parallel Robot ème Congrès Franças de Mécanque Lyon, 4 au 8 Août 5 Inverse knematc Modelng of RRR Parallel Robot Ouafae HAMDOUN, Fatma Zahra BAGHLI, Larb EL BAKKALI Modelng and Smulaton of Mechancal Systems Laboratory,

More information

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay,

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay, Vanshng Hull Jnhu Hu Suya You Ulrch Neumann Unversty of Southern Calforna {jnhuhusuyay uneumann}@graphcs.usc.edu Abstract Vanshng ponts are valuable n many vson tasks such as orentaton estmaton pose recovery

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

COMPARISON OF TWO MODELS FOR HUMAN EVACUATING SIMULATION IN LARGE BUILDING SPACES. University, Beijing , China

COMPARISON OF TWO MODELS FOR HUMAN EVACUATING SIMULATION IN LARGE BUILDING SPACES. University, Beijing , China COMPARISON OF TWO MODELS FOR HUMAN EVACUATING SIMULATION IN LARGE BUILDING SPACES Bn Zhao 1, 2, He Xao 1, Yue Wang 1, Yuebao Wang 1 1 Department of Buldng Scence and Technology, Tsnghua Unversty, Bejng

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments Comparson of Heurstcs for Schedulng Independent Tasks on Heterogeneous Dstrbuted Envronments Hesam Izakan¹, Ath Abraham², Senor Member, IEEE, Václav Snášel³ ¹ Islamc Azad Unversty, Ramsar Branch, Ramsar,

More information

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL)

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL) Crcut Analyss I (ENG 405) Chapter Method of Analyss Nodal(KCL) and Mesh(KVL) Nodal Analyss If nstead of focusng on the oltages of the crcut elements, one looks at the oltages at the nodes of the crcut,

More information

A Real-time Local Path Planning Method Based on SVM for UGV

A Real-time Local Path Planning Method Based on SVM for UGV A Real-tme Local Path Plannng Method Based on SVM for UGV Chengchen Zhuge School of Computer Scence and Engneerng, Nanjng Unversty of Scence and Technology, Nanjng, Chna Zhenmn Tang* School of Computer

More information

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

More information

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information

INVERSE DYNAMICS ANALYSIS AND SIMULATION OF A CLASS OF UNDER- CONSTRAINED CABLE-DRIVEN PARALLEL SYSTEM

INVERSE DYNAMICS ANALYSIS AND SIMULATION OF A CLASS OF UNDER- CONSTRAINED CABLE-DRIVEN PARALLEL SYSTEM U.P.B. Sc. Bull., Seres D, Vol. 78, Iss., 6 ISSN 454-58 INVERSE DYNAMICS ANALYSIS AND SIMULATION OF A CLASS OF UNDER- CONSTRAINED CABLE-DRIVEN PARALLEL SYSTEM We LI, Zhgang ZHAO, Guangtan SHI, Jnsong LI

More information

Intra-Parametric Analysis of a Fuzzy MOLP

Intra-Parametric Analysis of a Fuzzy MOLP Intra-Parametrc Analyss of a Fuzzy MOLP a MIAO-LING WANG a Department of Industral Engneerng and Management a Mnghsn Insttute of Technology and Hsnchu Tawan, ROC b HSIAO-FAN WANG b Insttute of Industral

More information

A Load-balancing and Energy-aware Clustering Algorithm in Wireless Ad-hoc Networks

A Load-balancing and Energy-aware Clustering Algorithm in Wireless Ad-hoc Networks A Load-balancng and Energy-aware Clusterng Algorthm n Wreless Ad-hoc Networks Wang Jn, Shu Le, Jnsung Cho, Young-Koo Lee, Sungyoung Lee, Yonl Zhong Department of Computer Engneerng Kyung Hee Unversty,

More information

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS by XUNYU PAN (Under the Drecton of Suchendra M. Bhandarkar) ABSTRACT In modern tmes, more and more

More information

IMPACT OF RADIO MAP SIMULATION ON POSITIONING IN INDOOR ENVIRONTMENT USING FINGER PRINTING ALGORITHMS

IMPACT OF RADIO MAP SIMULATION ON POSITIONING IN INDOOR ENVIRONTMENT USING FINGER PRINTING ALGORITHMS IMPACT OF RADIO MAP SIMULATION ON POSITIONING IN INDOOR ENVIRONTMENT USING FINGER PRINTING ALGORITHMS Jura Macha and Peter Brda Unversty of Zlna, Faculty of Electrcal Engneerng, Department of Telecommuncatons

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Proceedings of the 11th International Conference on GeoComputation

Proceedings of the 11th International Conference on GeoComputation Proceedngs of the 11th Internatonal Conference on GeoComputaton Unversty College London, UK 20th 22nd July 2011 Spato-Temporal Analyss of Network Data and Route Dynamcs http://standard.cege.ucl.ac.uk Proceedngs

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION?

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? Célne GALLET ENSICA 1 place Emle Bloun 31056 TOULOUSE CEDEX e-mal :cgallet@ensca.fr Jean Luc LACOME DYNALIS Immeuble AEROPOLE - Bat 1 5, Avenue Albert

More information

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images A B-Snake Model Usng Statstcal and Geometrc Informaton - Applcatons to Medcal Images Yue Wang, Eam Khwang Teoh and Dnggang Shen 2 School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty

More information

Obstacle-Aware Routing Problem in. a Rectangular Mesh Network

Obstacle-Aware Routing Problem in. a Rectangular Mesh Network Appled Mathematcal Scences, Vol. 9, 015, no. 14, 653-663 HIKARI Ltd, www.m-hkar.com http://dx.do.org/10.1988/ams.015.411911 Obstacle-Aware Routng Problem n a Rectangular Mesh Network Norazah Adzhar Department

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

IP Camera Configuration Software Instruction Manual

IP Camera Configuration Software Instruction Manual IP Camera 9483 - Confguraton Software Instructon Manual VBD 612-4 (10.14) Dear Customer, Wth your purchase of ths IP Camera, you have chosen a qualty product manufactured by RADEMACHER. Thank you for the

More information