Using Mean-Shift Tracking Algorithms for Real-Time Tracking of Moving Images on an Autonomous Vehicle Testbed Platform

Size: px
Start display at page:

Download "Using Mean-Shift Tracking Algorithms for Real-Time Tracking of Moving Images on an Autonomous Vehicle Testbed Platform"

Transcription

1 Usng Mean-Shft Trackng Algorthms for Real-Tme Trackng of Movng Images on an Atonomos Vehcle Testbed Platform Benjamn Gorry, Zezh Chen, Kevn Hammond 2, Andy Wallace 3, and Greg Mchaelson () Dept. of Compter Scence, Herot-Watt Unversty, Rccarton, Scotland; (2) School of Compter Scence, Unversty of St Andrews, St Andrews, Scotland; (3) Dept. of Electrcal & Compter Engneerng, Herot-Watt Unversty, Rccarton, Scotland. ABSTRACT Ths paper descrbes new compter vson algorthms that have been developed to track movng objects as part of a long-term stdy nto the desgn of (sem-)atonomos vehcles. We present the reslts of a stdy to explot varable kernels for trackng n vdeo seqences. The bass of or work s the mean shft object-trackng algorthm; for a movng target, t s sal to defne a rectanglar target wndow n an ntal frame, and then process the data wthn that wndow to separate the tracked object from the backgrond by the mean shft segmentaton algorthm. Rather than se the standard, Epanechnkov kernel, we have sed a kernel weghted by the Chamfer dstance transform to mprove the accracy of target representaton and localzaton, mnmsng the dstance between the two dstrbtons n RGB color space sng the Bhattacharya coeffcent. Expermental reslts show the mproved trackng capablty and versatlty of the algorthm n comparson wth reslts sng the standard kernel. These algorthms are ncorporated as part of a robot test-bed archtectre whch has been sed to demonstrate ther effectveness.. INTRODUCTION Ths paper compares and contrasts three compter vson algorthms for trackng movng objects n vdeo seqences. Detectng and followng movng objects aganst complex backgronds s crtcal n a nmber of atonomos vehcle (AV) applcatons. For example, n a fll-scale AV t may allow s to track and avod collsons wth pedestrans or movng vehcles, and n a robotc context, t may allow mproved navgaton and enhance safety. Good solaton of ndvdal movng objects wll allow s develop applcatons that nvolve followng targets of nterest. All these applcatons reqre s to process fll-color vdeo seqences n real tme. Or work s ndertaken n the context of a robotc AV testbed platform, based on the Poneer P3-AT all-terran robot, as part of a broader UK project that s developng new sensor technology for atonomos vehcles, and fnded by the Systems Engneerng for Atonomos Systems (SEAS) Defence Technology Centre (DTC). The SEAS DTC s operated by a UK ndstral consortm and ams to research nnovatve technologes relevant to atonomos systems, at both whole-system and sb-system level and, throgh the adopton of Systems Engneerng approaches, to facltate pll-throgh of the technology nto mltary capabltes.. Contrbtons Ths paper makes a nmber of novel contrbtons. Frstly, we descrbe new algorthms for trackng movng mages aganst complex, clttered backgronds, based on prevosly stded mean-shft algorthms. Secondly, we show

2 that or algorthms are capable of trackng movng targets for fll-sze vdeo mages n real tme. Thrdly, we show how the algorthm can be deployed n a smple AV testbed, based on a Poneer P3-AT all-terran robot. Fnally, or mplementaton s nsal n beng wrtten sng the novel programmng langage Hme [, 2], a langage that combnes fnctonal programmng concepts wth fnte-state atomata for programmng real-tme reactve systems. 2. THE MEAN-SHIFT VISION ALGORITHM 2. Mean Shft Segmentaton We present the reslts of a stdy to explot varos kernels for real-tme trackng of movng objects n vdeo seqences. The kernels are defned by the nderlyng, smple, robst, and dverse mean shft, clsterng algorthm [3], frst appled to mage segmentaton by Comanc and Meer [4, 5, 6]. For the atonomos vehcle applcaton, the task s to frst defne an object of nterest, by segmentaton and/or by nteractve selecton, then by trackng the object as t moves wthn the camera feld of vew. The mean shft algorthm s desgned to fnd modes (or the centers of the regons of hgh concentraton) of data represented as arbtrary-dmensonal vectors. The algorthm proceeds as follows [7]. Choose the rads of the search wndow. Choose the ntal locaton (center) of the wndow. Repeat Compte the mean (average) of the data ponts over the wndow and translate the centre of the wndow nto ths pont. Untl the translaton dstance of the center becomes less than a preset threshold. Hgh-densty regons n the featre space correspond to sffcently large nmbers of pxels n a narrow range of ntenstes/colors n the mage doman. Therefore, provded the pxels form connected regons (as s often the case for relatvely smooth mages); the algorthm essentally fnds relatvely large connected regons that have sffcently small varatons n ntensty/color (and are ths perceved as well defned regons by hmans). In practce, the algorthm proceeds by placng randomly one search wndow at a tme, fndng the correspondng mode, and removng all the featre vectors n the fnal wndow from the featre space. Ths one wold expect to fnd larger regons frst. (a) A 320x240 color mage. (b) The correspondng RGB color space. (c) The correspondng Lv color space. Fgre : Relatonshp between mage, RGB and Lv space. In or mplementatons, before segmentng color mages, pxels, sally represented n the RGB color space, are mapped nto the Lv color space whch has a brghtness component represented by L and two chromatc

3 components represented by and v. It has been arged that the latter color space s more sotropc and ths s better stable for the mode fndng algorthm. Fnally, when defnng a varable kernel, ths s constraned wthn a rectanglar wndow that we also sed when dsplayng the trackng reslt. Fgre llstrates an example of the relatonshp between mage and featre space. Fgre 2 shows the segmentaton reslts n RGB and Lv space, respectvely. Sbjectvely at least, ths shows an mprovement n sng the Lv parameterzaton for ths partclar example. The flowchart of mplementaton of RGB to Lv by Hme s shown n Fgre 3. The flowchart of mean shft segmentaton s shown n Fgre 4. (a) Segmentaton reslt n RGB space. (b) Segmentaton reslt n Lv space. Fgre 2 : Segmentaton Reslts Fgre 3 : The flowchart of RGB to Lv (Hme) 2.2 Mean Shft Object Trackng A rectanglar wndow s defned abot the regon of nterest n an ntal frame. Then the mean shft algorthm s appled to separate the tracked object from the backgrond n Lv color space. As the object moves, an nsal kernel weghted by the Chamfer dstance transform mproves the accracy of target representaton and localzaton, mnmsng the dstance between two color dstrbtons sng the Bhattacharya coeffcent. In trackng an object throgh a color mage seqence, we assme that we can represent t by a dscrete dstrbton of samples from a regon n color space, localsed by a kernel whose centre defnes the crrent poston. Hence, we want to fnd the maxmm n the dstrbton of a fncton, ρ, that measres the smlarty between the weghted color dstrbtons as a fncton of poston (shft) n the canddate mage wth respect to a prevos model mage. If we have two sets of parameters for the respectve denstes p( x) and q ( x ), the Bhattacharyya coeffcent [8] s an approxmate measrement of the amont of overlap, defned by: ρ = p ( x) q( x) dx () Snce we are dealng wth dscretely sampled data from color mages, we se dscrete denstes stored as m-bn hstograms n both the model and canddate mage. The dscrete densty of the model s defned as:

4 m q = { q }, =,2, L, m = q = (2) Smlarly, the estmated hstogram of a canddate at a gven locaton y n a sbseqent frame s: m p( y) = { p ( y) }, =,2, L, m = p = (3) Accordng to the defnton of Eqaton (), the sample estmate of the Bhattacharyya coeffcent s gven by: m ρ () y = ρ[ p() y, q] () y (4) = = p q (Inpt) frst2layer o o2 o3 maxmn_box j o k s l m scale_box o o2 K s l m k s m colormap_box o k s m m st nex t s cr smvale tm tm meanshft mode m st next s cr smvale tm tm L 2 k sl left ps s tp l so state msot o o2 o3 left k oterror oterror otptscreeen sl ps s tp l' so state Fgre 4 : The flowchart of mean shft segmentaton (Hme) Let { x, x, L, x 2 n} be an ndependent random sample drawn from f ( x ), the color densty fncton. If K s the normalzed kernel fncton, then the kernel densty estmate s gven by: q n = = K ( x ) δ b( x ) [ ] Estmatng the color densty n ths way, the mean shft algorthm s sed to teratvely shft locaton y n the target frame, to fnd a mode n the dstrbton of the Bhattacharya coeffcent (Eqaton 4). Usng Taylor expanson arond the vales, p ( ), the Bhattacharyya coeffcent s approxmated by [8]: y 0 (5)

5 ( y), ρ [ p q] 2 m = p = n ( y ) q + w K( x ) 0 2 (6) where q = δ (7) ( x ) m w [ b ] = p y 0 ( ) To maxmze Eqaton (4), the second term n Eqaton (6) s maxmzed as the frst term s ndependent of y. In the mean shft algorthm, the kernel s recrsvely moved from the crrent locaton y 0 to a new locaton y accordng to the relaton: n n = x wg( y0 x ) wg( y0 x ) = = y (8) where G s the gradent fncton compted on K. Ths s eqvalent to a steepest ascent over the gradent of the kernel-fltered smlarty fncton based on the color hstograms. The flowchart of mean shft object trackng s shown n Fgre 5. Fgre 5 : The flowchart of the mean shft object trackng (Hme) 3. DEPLOYING THE TRACKING ALGORITHMS ON AN AUTONOMOUS VEHICLE TESTBED PLATFORM Or hardware testbed conssts of a Poneer P3-AT all-terran robot [9], SEBO (SEas robot, Fgre 6). We have confgred SEBO wth a front array of sonar dscs, rado Ethernet, front and back safety bmpers, and a srface-

6 monted camera that s sed to collect data for the mean-shft vson algorthms. Or Hme mplementaton nterfaces to standard software sppled wth the Poneer robot: ARIA (Advanced Robotcs Interface for applcatons), an open-sorce development envronment whch nterfaces to the robot s mcrocontroller, and provdes access to basc motor and camera fnctons; and VsLb, an open-sorce C-based vson-processng lbrary that provdes basc mage processng capabltes. Fgre 6: SEBO - the Herot-Watt/St Andrews Poneer P3-AT 3. Software Archtectre The software archtectre for or testbed mplementaton s shown n Fgre 7. Sold arrows represent local socket commncaton on the robot whle broken arrows represent wreless socket commncaton. All sorce code s located on the robot apart from the Java GUI, whch rns on a laptop compter. Real-tme mages are captred from the robot camera, passed throgh an mage-processng program located on the robot and wrtten n Hme, and then sent wrelessly to a laptop compter whch dsplays the mages n real-tme. For each mage a Red, Ble, and Green component s captred. The mage sze whch s captred s 240 x 320, ths reqrng a storage strctre of sze 3 x 240 x 320. Fgre 7 : Robot Test-bed Archtectre Fgre 8 : Screenshot of Interface

7 We have mplemented a smple command nterface on the laptop. When the ser decdes to move the robot, a sgnal s sent wrelessly from the laptop compter to a Hme program located on the robot. The Hme program then commncates wth a C++ ARIA program whch sends the basc motor commands to the robot. The camera s controlled n a smlar way to the movements of the robot. Fgre 7 shows that as the ser selects to control the camera a sgnal s sent wrelessly from the laptop compter to a Hme program located on the robot. The Hme program then commncates wth a C++ ARIA program whch sends commands to the camera. The camera panel, dsplayed on the top left part of Fgre 8, s sed to control the pan, tlt, and zoom featres of the camera. Two sets of camera controls are provded. The frst set allows mnmal movement or focs vales for the camera whle the second set allows maxmal movement or focs vales. 3.2 Incorporatng the vson algorthms The Hme pass-throgh box marked wth an astersk n Fgre 7 has been sccessvely replaced wth: the LUV converson algorthm; 2 the mean-shft segmentaton algorthm; 3 the mean-shft object-trackng algorthm. These algorthms prodce dfferent mage reslts. From the ntal experments, each of these algorthms can be ncorporated as part of the test-bed archtectre by smply replacng the Hme box whch passes the mages from the camera to the Java nterface. Work has begn on dentfyng dependences between each algorthm and establshng effcent lnk ponts where reqred. For the LUV converson algorthms, mages are presented n the LUV color space. For the mean-shft segmentaton algorthm, experments have nclded sng a varety of mage types and szes. Normally, mages of sze 240 x 320 are processed by the algorthm. Intal work wth the mean-shft object-trackng algorthm shows encoragng reslts. For an object placed n central vew of the camera, the robot or camera s moved at a steady rate, the object s tracked on the screen. Crrent work ncldes ntrodcng an opton where the ser can hghlght an object on the nterface screen by rbber-bandng the object of nterest. The co-ordnates of ths object, relatve to ts poston on the screen, are then passed to the mean-shft object trackng algorthm. From ths, f ether the object moves, the robot moves; or the camera on the robot moves, then the object s tracked sng the algorthm dscssed n secton 2.2. Ths s vsble on the nterface screen. 3.3 Implementaton and expermental evalaton Fgre 9 shows the frst frame and the foregrond mage of the tracked object. In ths case a smple regonal homogenety crteron has been appled as the target had relatvely nform ntensty. Partal reslts of trackng a male pedestran sng the NCDT kernel are shown n Fgre 0. Fgre 9 : Rectanglar wndow and segmentaton

8 Fgre 0 : Partal reslts of trackng a male pedestran by NCDT kernel. 3.4 The robot platform Crrently, the robot platform llstrated n Fgre 7 s beng sed to as a deployment archtectre for the vson algorthms that have been developed n Hme. The se of these algorthms s proof of concept that the Hme mplementatons work, and also that Hme can be sed n conjncton wth other ndstry-standard langages sch as C, C++, and Java. Each of the three algorthms dscssed n Secton 2 process mages n real-tme as they are captred from the camera monted on the srface of the robot. Possble extensons to the robot platform may nvolve de-localzng the sectons of Hme code whch lnk wth the robot API. By dong ths we cold cost these ndvdal programs to gan a measre of performance analyss. Alternatvely, the three Hme programs ndcated n Fgre 7 cold be combned. Ths one program cold then be analysed for ts performance and we cold also assess the reactvty rates when a robot or camera movement reqest s sent from the Java nterface. For the mean-shft trackng algorthm a nmber of experments are nderway. These nvolve trackng objects of dfferent szes, colors, objects aganst smlar and dssmlar backgrond colors, and objects of dfferent shapes. 4. RELATED WORK Work on real-tme trackng algorthms has taken place n a nmber of applcaton areas. By captrng mages n real-tme and then performng mage segmentaton we can partton an mage nto several dfferent regons. We can then se ths nformaton to track hghlghted objects. In the area of processng these algorthms work has been carred ot sng FPGAs (Feld Programmable Gate Arrays) nstead of mcroprocessors [0]. Ths ams to take advantage of the low cost and parallelsm assocated wth FPGAs. However, the algorthm dscssed n [0] reqres the se of clearly dstngshable florescent markers the mean shft object trackng algorthm dscssed n ths paper reqres no sch markers. Or ntal experments have shown that two smlar objects, whch dffer n color n some small way, can be dentfed ndependently of each other. In embedded real-tme applcatons the mportance of obtanng accrate bonds of tme and space sage s extremely valable [, 2]. If we can predct how or system shold behave we can place an pper bond on the expected execton tme of one program cycle. Usng Hme, ths can be done. The key to the desgn of Hme s ts ablty to be costed. To provde strctre to these costs, Hme has been developed as a seres of langage sbsets whch overlap [3]. Each sperset of ths overlappng seres of sbsets adds expressblty to the langage. By choosng the approprate level of langage, the programmer can obtan the balance they reqre between langage

9 expressveness and the reqred degree of costablty. Therefore, we can dentfy the tme and space bonds whch are reqred ths allows s to dentfy exact qanttes of hardware resorces we reqre. What wold be nterestng s to deploy the Hme algorthms dscssed n ths paper on FPGAs. We cold then se the Hme approach to cost the algorthms and compare the reslts aganst those obtaned from costng the algorthms on a mcroprocessor. 5. CONCLUSIONS AND FURTHER WORK In ths paper we have explored the se of varable kernels to enhance mean-shft segmentaton.. Expermental reslts show the mproved trackng capablty and versatlty of or mplementaton of mean-shft object trackng algorthms when compared wth reslts sng the standard kernel. These algorthms are ncorporated as part of a robot test-bed archtectre whch has been sed to demonstrate ther effectveness. Each algorthm has been developed sng Hme. By processng real-tme mages and commncatng wrelessly wth or robot, we can track movng mages aganst complex, clttered backgronds. Work s crrently nderway to extend ot testbed platform by:. developng new mage processng algorthms for AV deployment, and 2. complementng or moton-trackng algorthms by addng a lne followng algorthm. Ths wll nvolve extendng the nterface sed to control the physcal moton of the robot and camera. These extensons shold frther demonstrate:. how Hme can be sed to develop algorthms whch perform real-tme processng, 2. the flexblty of or testbed platform, and 3. the accracy of or trackng algorthms. 6. ACKNOWLEDGMENTS The work reported n ths paper was fnded by the Systems Engneerng for Atonomos Systems (SEAS) Defence Technology Centre establshed by the UK Mnstry of Defence. We wold lke to thank or collaborators n the EU FP6 EmBonded project, n partclar Chrstan Ferdnand, Renhold Heckmann, Hans-Wolfgang Lodl, Robert Ponton and Steffen Jost. 7. REFERENCES [] K. Hammond and G. Mchaelson, The Hme Report, Verson 0.3, 2006 [2] K. Hammond and G. Mchaelson, Hme: a Doman-Specfc Langage for Real-Tme Embedded Systems, Proc. of Int. Conf. on Generatve Programmng and Component Engneerng, Erfrt, Germany, Sept. 2003, Sprnger-Verlag Lectre Notes n Comp. Sc., pp [3] Y. Z. Cheng. Mean shft, model seekng, and clsterng. PAMI, 7(8): , 995. [4] D. Comanc, P. Meer. Robst analyss of featre space: Color mage segmentaton. In IEEE Conf. Compter vson and Pattern Recognton, , 997. [5] D. Comanc and P. Meer, Mean shft: A robst approach toward featre space analyss. IEEE Transactons on Pattern Analyss and Machne Intellgence, 24(5), , [6] D. Comanc, V. Ramesh, P. Meer, Kernel-based object trackng. IEEE Transactons on Pattern Analyss and Machne Intellgence, 25(5), pp , [7] Y. Keselman and E. Mchel-Tzanako. Extracton and characterzaton of regons of nterest n bomedcal mages. In Proceedng of IEEE Internatonal conference on Informaton Technology Applcaton n Bomedcne (ITAB 98), 87-90, 998.

10 [8] A. Bhattacharyya. On a measre of dvergence between two statstcal poplatons defned by ther probablty dstrbtons. Blletn of the Calctta Mathematcs Socety 35, pp99-0, 943. [9] MobleRobots Inc., Poneer 3 Operatons Manal wth MobleRobots Exclsve Advanced Control & Operatons Software, MobleRobots Inc., Janary [0] C. T. Johnston, K. T. Grbbon and D. G. Baley. FPGA based Remote Object Trackng for Real-tme Control, Internatonal Conference on Sensng Technology, Palmerston North, New Zealand, st [] G. Hager and J. Peterson, FROB: A Transformatonal Approach to the Desgn of Robot Software, Proc. of the nnth Internatonal Symposm of Robotcs Research, Utah, USA, 999. [2] D. Fjma and R. Udnk, A Case Sdy n Fnctonal Real-Tme Programmng, Techncal Report, Dept. of Compter Scence, Unv. of Twente, The Netherlands, 99 [3] K. Hammond, Explotng Prely Fnctonal Programmng to Obtan Bonded Resorce Behavor: the Hme Approach, Frst Central Eropean Smmer School, CEFP 2005, Bdapest, Hngary, Jly 4-5, 2005, Lectre Notes n Compter Scence 464, Sprnger-Verlag, 2006, pp

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

Mobility Control with Local Views of Neighborhood in Mobile Networks

Mobility Control with Local Views of Neighborhood in Mobile Networks Moblty Control wth Local Vews of Neghborhood n Moble Networks Zhen Jang Je W Robert Klne Dept. of Compter Scence Dept. of Compter Sc. and Eng. Dept. of Compter Scence West Chester Unversty Florda Atlantc

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

CONSISTENT VEHICLES TRACKING BY USING A COOPERATIVE DISTRIBUTED VIDEO SURVEILLANCESYSTEM

CONSISTENT VEHICLES TRACKING BY USING A COOPERATIVE DISTRIBUTED VIDEO SURVEILLANCESYSTEM Internatonal Research Journal of Appled and Basc Scences 2013 Avalable onlne at www.rjabs.com ISSN 2251-838X / Vol, 4 (12):3658-3663 Scence Explorer Publcatons CONSISTENT VEHICLES TRACKING BY USING A COOPERATIVE

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

FI GERPRI T VERIFICATIO USI G OPTICAL SHIFTED PHASE- E CODED JOI T TRA SFORM CORRELATIO

FI GERPRI T VERIFICATIO USI G OPTICAL SHIFTED PHASE- E CODED JOI T TRA SFORM CORRELATIO FI GEPI VEIFICAIO USI G OPICAL SHIFED PHASE- E CODED JOI A SFOM COELAIO M. azrl Islam Emal: slamn@farmngdale.ed Secrt Sstems Farmngdale State Unerst of New York 350 Broad Hollow oad Farmngdale New York

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

Rank Optimization of Personalized Search

Rank Optimization of Personalized Search Rank Optmzaton of Personalzed Search Ln LI Zhengl YANG Masar KITSUREGAWA Agmentng the global rankng based on the lnkage strctre of the Web s one of the poplar approaches n data engneerng commnty today

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

A Multi-mode Image Tracking System Based on Distributed Fusion

A Multi-mode Image Tracking System Based on Distributed Fusion A Mult-mode Image Tracng System Based on Dstrbuted Fuson Ln zheng Chongzhao Han Dongguang Zuo Hongsen Yan School of Electroncs & nformaton engneerng, X an Jaotong Unversty X an, Shaanx, Chna Lnzheng@malst.xjtu.edu.cn

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

The difference between voltage and potential difference

The difference between voltage and potential difference Slavko Vjevć 1, Tonć Modrć 1 and Dno Lovrć 1 1 Unversty of Splt, Faclty of electrcal engneerng, mechancal engneerng and naval archtectre Splt, Croata The dfference between voltage and potental dfference

More information

Statistical Approach for Offline Handwritten Signature Verification

Statistical Approach for Offline Handwritten Signature Verification Journal of Computer Scence 4 (3): 181-185, 2008 ISSN 1549-3636 2008 Scence Publcatons Statstcal Approach for Offlne Handwrtten Sgnature Verfcaton 2 Debnath Bhattacharyya, 1 Samr Kumar Bandyopadhyay, 2

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns

Eye Center Localization on a Facial Image Based on Multi-Block Local Binary Patterns Eye Center Localzaton on a Facal Image Based on Mult-Bloc Local Bnary Patterns Anatoly tn, Vladmr Khryashchev, Olga Stepanova Yaroslavl State Unversty Yaroslavl, Russa anatolyntnyar@gmal.com, vhr@yandex.ru,

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Non-symmetric membership function for Fuzzy-based visual servoing onboard a UAV.

Non-symmetric membership function for Fuzzy-based visual servoing onboard a UAV. 1 Non-symmetrc membershp functon for Fuzzy-based vsual servong onboard a UAV. M. A. Olvares-Méndez* and P. Campoy and C. Martínez and I. F. Mondragón B. Computer Vson Group, DISAM, Unversdad Poltécnca

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

1. Introduction to CFD

1. Introduction to CFD . Introdcton to CFD Ths s a qck ntrodcton to the basc concepts nderlyng CFD. The concepts are llstrated by applyng them to a smple D example. We dscss the followng topcs brefly:. Applcatons of CFD. The

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

A Suspect Vehicle Tracking System Based on Video

A Suspect Vehicle Tracking System Based on Video 3rd Internatonal Conference on Multmeda Technology ICMT 2013) A Suspect Vehcle Trackng System Based on Vdeo Yad Chen 1, Tuo Wang Abstract. Vdeo survellance systems are wdely used n securty feld. The large

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Multi-Robot Tracking of a Moving Object Using Directional Sensors

Multi-Robot Tracking of a Moving Object Using Directional Sensors Mult-Robot Trackng of a Movng Object Usng Drectonal Sensors Xaomng Hu, Karl H. Johansson, Manuel Mazo Jr., Alberto Speranzon Dept. of Sgnals, Sensors & Systems Royal Insttute of Technology, SE- 44 Stockholm,

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

An Algorithm for Data-Driven Bandwidth Selection

An Algorithm for Data-Driven Bandwidth Selection IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 25, NO. 2, FEBRUARY 2003 An Algorthm for Data-Drven Bandwdth Selecton Dorn Comancu, Member, IEEE Abstract The analyss of a feature space

More information

iavenue iavenue i i i iavenue iavenue iavenue

iavenue iavenue i i i iavenue iavenue iavenue Saratoga Systems' enterprse-wde Avenue CRM system s a comprehensve web-enabled software soluton. Ths next generaton system enables you to effectvely manage and enhance your customer relatonshps n both

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

Autonomous Navigation and Map building Using Laser Range Sensors in Outdoor Applications

Autonomous Navigation and Map building Using Laser Range Sensors in Outdoor Applications Autonomous Navgaton and Map buldng Usng aser Range Sensors n Outdoor Applcatons Jose Guvant, Eduardo Nebot and Stephan Baker Australan Centre for Feld Robotcs Department of Mechancal and Mechatronc Engneerng

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University Characterzaton of Assembly Varaton Analyss Methods A Thess Presented to the Department of Mechancal Engneerng Brgham Young Unversty In Partal Fulfllment of the Requrements for the Degree Master of Scence

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Texture Analysis and Modified Level Set Method for Automatic Detection of Bone Boundaries in Hand Radiographs

Texture Analysis and Modified Level Set Method for Automatic Detection of Bone Boundaries in Hand Radiographs Texture Analyss and Modfed Level Set Method for Automatc Detecton of Bone Boundares n Hand Radographs Syaful Anam Graduate School of Scence and Engneerng Yamaguch Unversty Yamaguch, Japan Department of

More information

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 2319-1163 pissn: 2321-7308 VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM Yogn Ashokrao Kanhegaonkar 1, Jagtap Rupal

More information

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending Proceedngs of 2012 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 25 (2012) (2012) IACSIT Press, Sngapore Bayesan Network Based Causal Relatonshp Identfcaton and Fundng Success

More information

A machine vision approach for detecting and inspecting circular parts

A machine vision approach for detecting and inspecting circular parts A machne vson approach for detectng and nspectng crcular parts Du-Mng Tsa Machne Vson Lab. Department of Industral Engneerng and Management Yuan-Ze Unversty, Chung-L, Tawan, R.O.C. E-mal: edmtsa@saturn.yzu.edu.tw

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

OPT Online Person Tracking System for Context-awareness in Wireless Personal Network

OPT Online Person Tracking System for Context-awareness in Wireless Personal Network OPT Onlne Person Trackng System for Context-awareness n Wreless Personal Network Xuel An R. Venkatesha Prasad Jng Wang I.G.M.M. Nemegeers EEMCS, Delft Unversty of Technology, The Netherlands {x.an, j.wang3,vprasad,gnas.n}@ew.tudelft.nl

More information

Detecting Global Motion Patterns in Complex Videos

Detecting Global Motion Patterns in Complex Videos Detectng Global Moton Patterns n Complex Vdeos Mn Hu, Saad Al, Mubarak Shah Computer Vson Lab, Unversty of Central Florda {mhu,sal,shah}@eecs.ucf.edu Abstract Learnng domnant moton patterns or actvtes

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms Internatonal Journal of Appled Informaton Systems (IJAIS) ISSN : 2249-0868 Foundaton of Computer Scence FCS, New York, USA Volume 7 No.7, August 2014 www.jas.org Cluster Analyss of Data Ponts usng Parttonng

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

Human Tracking by Fast Mean Shift Mode Seeking

Human Tracking by Fast Mean Shift Mode Seeking JOURAL OF MULTIMEDIA, VOL. 1, O. 1, APRIL 2006 1 Human Trackng by Fast Mean Shft Mode Seekng [10 font sze blank 1] [10 font sze blank 2] C. Belezna Advanced Computer Vson GmbH - ACV, Venna, Austra Emal:

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

Who are you with and Where are you going?

Who are you with and Where are you going? Who are you wth and Where are you gong? Kota Yamaguch Alexander C. Berg Lus E. Ortz Tamara L. Berg Stony Brook Unversty Stony Brook Unversty, NY 11794, USA {kyamagu, aberg, leortz, tlberg}@cs.stonybrook.edu

More information

Forensic Handwritten Document Retrieval System

Forensic Handwritten Document Retrieval System Forensc Handwrtten Document Retreval System Sargur N SRIHARI and Zhxn SHI + Center of Excellence for Document Analyss and Recognton (CEDAR), Unversty at Buffalo, State Unversty of New York, Buffalo, USA

More information

Using Series to Analyze Financial Situations: Present Value

Using Series to Analyze Financial Situations: Present Value 2.8 Usng Seres to Analyze Fnancal Stuatons: Present Value In the prevous secton, you learned how to calculate the amount, or future value, of an ordnary smple annuty. The amount s the sum of the accumulated

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION NEURO-FUZZY INFERENE SYSTEM FOR E-OMMERE WEBSITE EVALUATION Huan Lu, School of Software, Harbn Unversty of Scence and Technology, Harbn, hna Faculty of Appled Mathematcs and omputer Scence, Belarusan State

More information

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

A Dynamic Load Balancing for Massive Multiplayer Online Game Server

A Dynamic Load Balancing for Massive Multiplayer Online Game Server A Dynamc Load Balancng for Massve Multplayer Onlne Game Server Jungyoul Lm, Jaeyong Chung, Jnryong Km and Kwanghyun Shm Dgtal Content Research Dvson Electroncs and Telecommuncatons Research Insttute Daejeon,

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

Vehicle Detection, Classification and Position Estimation based on Monocular Video Data during Night-time

Vehicle Detection, Classification and Position Estimation based on Monocular Video Data during Night-time Vehcle Detecton, Classfcaton and Poston Estmaton based on Monocular Vdeo Data durng Nght-tme Jonas Frl, Marko H. Hoerter, Martn Lauer and Chrstoph Stller Keywords: Automotve Lghtng, Lght-based Drver Assstance,

More information

A heuristic task deployment approach for load balancing

A heuristic task deployment approach for load balancing Xu Gaochao, Dong Yunmeng, Fu Xaodog, Dng Yan, Lu Peng, Zhao Ja Abstract A heurstc task deployment approach for load balancng Gaochao Xu, Yunmeng Dong, Xaodong Fu, Yan Dng, Peng Lu, Ja Zhao * College of

More information

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2 Busness Process Improvement usng Mult-objectve Optmsaton K. Vergds 1, A. Twar 1 and B. Majeed 2 1 Manufacturng Department, School of Industral and Manufacturng Scence, Cranfeld Unversty, Cranfeld, MK43

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

Realistic Image Synthesis

Realistic Image Synthesis Realstc Image Synthess - Combned Samplng and Path Tracng - Phlpp Slusallek Karol Myszkowsk Vncent Pegoraro Overvew: Today Combned Samplng (Multple Importance Samplng) Renderng and Measurng Equaton Random

More information

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

More information

Semantic Link Analysis for Finding Answer Experts *

Semantic Link Analysis for Finding Answer Experts * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 28, 51-65 (2012) Semantc Lnk Analyss for Fndng Answer Experts * YAO LU 1,2,3, XIAOJUN QUAN 2, JINGSHENG LEI 4, XINGLIANG NI 1,2,3, WENYIN LIU 2,3 AND YINLONG

More information

Health Insurance Estimates for Counties 1

Health Insurance Estimates for Counties 1 003 Jont Statstcal Meetngs - Secton on Srvey Research Methods Health Insrance Estmates for Contes 1 Robn Fsher and Joanna Trner U.S. Censs Brea, HHES-SAEB, FB 3 Room 146 Washngton, DC, 033 Phone: (301)

More information

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

Fuzzy TOPSIS Method in the Selection of Investment Boards by Incorporating Operational Risks

Fuzzy TOPSIS Method in the Selection of Investment Boards by Incorporating Operational Risks , July 6-8, 2011, London, U.K. Fuzzy TOPSIS Method n the Selecton of Investment Boards by Incorporatng Operatonal Rsks Elssa Nada Mad, and Abu Osman Md Tap Abstract Mult Crtera Decson Makng (MCDM) nvolves

More information

A Fast Incremental Spectral Clustering for Large Data Sets

A Fast Incremental Spectral Clustering for Large Data Sets 2011 12th Internatonal Conference on Parallel and Dstrbuted Computng, Applcatons and Technologes A Fast Incremental Spectral Clusterng for Large Data Sets Tengteng Kong 1,YeTan 1, Hong Shen 1,2 1 School

More information

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

Estimating the Development Effort of Web Projects in Chile

Estimating the Development Effort of Web Projects in Chile Estmatng the Development Effort of Web Projects n Chle Sergo F. Ochoa Computer Scences Department Unversty of Chle (56 2) 678-4364 sochoa@dcc.uchle.cl M. Cecla Bastarrca Computer Scences Department Unversty

More information

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation Exhaustve Regresson An Exploraton of Regresson-Based Data Mnng Technques Usng Super Computaton Antony Daves, Ph.D. Assocate Professor of Economcs Duquesne Unversty Pttsburgh, PA 58 Research Fellow The

More information

Techniques for multi-resolution image registration in the presence of occlusions 1

Techniques for multi-resolution image registration in the presence of occlusions 1 Technques for mult-resoluton mage regstraton n the presence of occlusons organ cgure Harold S. Stone morganm@mt.edu, hstone@research.n.nec.com Abstract Ths paper descrbes and compares technques for regsterng

More information

The Current Employment Statistics (CES) survey,

The Current Employment Statistics (CES) survey, Busness Brths and Deaths Impact of busness brths and deaths n the payroll survey The CES probablty-based sample redesgn accounts for most busness brth employment through the mputaton of busness deaths,

More information

HowHow to Find the Best Online Stock Broker

HowHow to Find the Best Online Stock Broker A GENERAL APPROACH FOR SECURITY MONITORING AND PREVENTIVE CONTROL OF NETWORKS WITH LARGE WIND POWER PRODUCTION Helena Vasconcelos INESC Porto hvasconcelos@nescportopt J N Fdalgo INESC Porto and FEUP jfdalgo@nescportopt

More information

Web Object Indexing Using Domain Knowledge *

Web Object Indexing Using Domain Knowledge * Web Object Indexng Usng Doman Knowledge * Muyuan Wang Department of Automaton Tsnghua Unversty Bejng 100084, Chna (86-10)51774518 Zhwe L, Le Lu, We-Yng Ma Mcrosoft Research Asa Sgma Center, Hadan Dstrct

More information

Rank Based Clustering For Document Retrieval From Biomedical Databases

Rank Based Clustering For Document Retrieval From Biomedical Databases Jayanth Mancassamy et al /Internatonal Journal on Computer Scence and Engneerng Vol.1(2), 2009, 111-115 Rank Based Clusterng For Document Retreval From Bomedcal Databases Jayanth Mancassamy Department

More information

Distributed Multi-Target Tracking In A Self-Configuring Camera Network

Distributed Multi-Target Tracking In A Self-Configuring Camera Network Dstrbuted Mult-Target Trackng In A Self-Confgurng Camera Network Crstan Soto, B Song, Amt K. Roy-Chowdhury Department of Electrcal Engneerng Unversty of Calforna, Rversde {cwlder,bsong,amtrc}@ee.ucr.edu

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

Matching Images with Different Resolutions

Matching Images with Different Resolutions Matchng Images wth Dfferent Resolutons Yves Dufournaud, Cordela Schmd, Radu Horaud To cte ths verson: Yves Dufournaud, Cordela Schmd, Radu Horaud. Matchng Images wth Dfferent Resolutons. Internatonal Conference

More information

A Revised Received Signal Strength Based Localization for Healthcare

A Revised Received Signal Strength Based Localization for Healthcare , pp.273-282 http://dx.do.org/10.14257/mue.2015.10.10.27 A Revsed Receved Sgnal Strength Based Localzaton for Healthcare Wenhuan Ch 1, Yuan Tan 2, Mznah Al-Rodhaan 2, Abdullah Al-Dhelaan 2 and Yuanfeng

More information