Tracking a Large Number of Objects from Multiple Views

Size: px
Start display at page:

Download "Tracking a Large Number of Objects from Multiple Views"

Transcription

1 Boson Universiy Compuer Science Deparmen Technical Repor BUCS-TR Tracking a Large Number of Objecs from Muliple Views Zheng Wu 1, Nickolay I. Hrisov 2, Tyson L. Hedrick 3, Thomas H. Kun 2, Margri Beke 1 1 Deparmen of Compuer Science, Boson Universiy 2 Deparmen of Biology, Boson Universiy 3 Deparmen of Biology, Universiy of Norh Carolina a Chapel Hill Absrac We propose a muli-objec muli-camera framework for racking large numbers of ighly-spaced objecs ha rapidly move in hree dimensions. We formulae he problem of finding correspondences across muliple views as a mulidimensional assignmen problem and use a greedy randomied adapive search procedure o solve his NPhard problem efficienly. To accoun for occlusions, we relax he one-o-one consrain ha one measuremen corresponds o one objec and ieraively solve he relaxed assignmen problem. Afer correspondences are esablished, objec rajecories are esimaed by sereoscopic reconsrucion using an epipolar-neighborhood search. We embedded our mehod ino a racker-o-racker muli-view fusion sysem ha no only obains he hree-dimensional rajecories of closely-moving objecs bu also accuraely seles rack uncerainies ha could no be resolved from single views due o occlusion. We conduced experimens o validae our greedy assignmen procedure and our echnique o recover from occlusions. We successfully rack hundreds of flying bas and provide an analysis of heir group behavior based on 150 reconsruced 3D rajecories. 1. Inroducion The inerpreaion of he moion of large groups of individuals is a difficul problem in compuer vision. A complee racking sysem ypically consiss of wo phases: esimaion of he sae of each objec and across-ime daa associaion (i.e., he assignmen of curren measuremens o objec racks). Sae esimaion is difficul when objec moion is no smooh; daa associaion is difficul when he populaion of objecs is dense. This paper sresses he laer scenario in a muli-view seing. This means we also This repor will appear in he proceedings of The Twelfh IEEE Inernaional Conference on Compuer Vision, Kyoo, Japan, Sepember wuheng@cs.bu.edu, hp:// need o consider an across-view daa associaion problem: he deerminaion of corresponding measuremens in muliple views. Tracking is challenging here because i involves solving he problem of maching hundreds of deeced individuals from frame o frame and from camera view o camera view and reasoning abou heir occlusions. Pas effors have incorporaed models of he occlusion process [15] or he ineracion of individuals [12, 22], knowledge abou he appearance of he objecs [14, 10] or he homography of he scene [11, 8], or have applied rajecory relinking [21, 16, 23]. The racking scenarios ha have been considered in he pas have ypically involved inerpreing he aciviies of fewer han en individuals per image frame. Earlier mehods ypically do no scale well in cases when here are hundreds of objecs moving in hree-dimensional (3D) space and where objecs differ by only a few visual cues. Our work, on he oher hand, falls in he caegory of recen research effors o undersand he ineracion of significanly larger crowds of individuals [1, 2, 5, 6, 17]. Our conribuions are: A new formulaion for across-view daa-associaion in large crowds using a likelihood funcion ha is based on muli-view geomery. A new ieraive search procedure (IGRASP) o solve he across-view daa-associaion problem. A sereoscopic mehod o reconsruc he rajecories of objecs moving in 3D space ha employs a new epipolar-neighborhood search. A new informaion fusion echnique ha ensures inerpreaion of occlusion and consisency of racking. We formulae he problem of finding objec correspondences across muliple views as a mulidimensional assignmen problem. This problem is known o be NP-hard, bu here are subopimal algorihms ha can deermine assignmens efficienly. To handle scenarios where objecs occlude each oher, we modified a greedy randomied adapive search algorihm [18] ha does no adhere o he radi-

2 ional one-o-one correspondence assumpion ha each objec is represened by one measuremen. Afer esablishing correspondences beween he measuremens in each view and he objecs ha are being racked, our mehod compues he 3D rajecories of he objecs via sereoscopic reconsrucion. The accuracy of racking in each camera view was improved by examining he consisency of racker-oracker associaions. We incorporaed our algorihms ino a racking sysem ha can successfully reason abou he movemens of hundreds of individuals recorded from muliple views. In single-view racking, ambiguiy caused by occlusion can be solved by opimiing some global funcion ha considers rajecory smoohness over several frames. Wih his approach, rajecory pieces ( rackles ) are linked successfully and full rajecories can be recovered (e.g., [21, 16, 23]). The approach assumes ha he occlusion will disappear wihin he ypical racking period. However, his assumpion does no hold in siuaions when hundreds of objecs emerge a he same ime in he scene and occlusion occurs consanly, and for hese siuaions, single-view approaches are no promising. An alernaive way is using more han one camera o provide racking informaion from differen views [13]. Mos of he previous muli-view works on racking pedesrians use homography [8, 11] as a naural and effecive approach o find he correspondence across differen views. Occlusion can hen be resolved even if he objec is compleely occluded in some views. Exending homography-based approaches o he case when objecs are no moving in he plane, as in our case, is no inuiive. We sress he difficulies of our racking problem: The objecs are no easily disinguishable based on appearance, and, wih a large number of objecs moving in 3D space, occlusion frequenly occurs. This problem is relevan for he analysis of group behavior of animals [5, 12, 19], he applicaion we chose in his paper, and for rajecory-based abnormaliy deecion in surveillance sudies [1, 2, 6, 20]. The resuls of surveillance or animal-analysis sysems usually depend on he rajecories ha he racker produced. Our racking sysem can herefore have an impac in hese applicaions when i uses, as a pos processing sep, he same approaches o rajecory analysis. Our experimens show no jus he effeciveness of our racking sysem, bu also provide informaion valuable o mammalogiss, ecologis, and conservaion biologiss. In paricular, we produced he firs sereoscopic analysis of he emergence behavior of free-ranging bas. We repor he firs accurae and reproducible esimaes of 3D velociies of groups of emerging bas and heir spaio-emporal ineracions. Camera 1 Tracks in View 1 Camera 2 Tracks in View 2 Camera N Tracks in View N Cenral Node Across view Associaion Track o rack Fusion Trajecory Reconsrucion Figure 1. The hybrid archiecure of our racking sysem. Tracking is performed a each sensor level and racks and measuremens are sen o a cenral node for processing. Each sensor racker adjuss is across-ime associaions based on he fusion resul i receives from he cenral node. 2. Muli-objec Muli-view Tracking We firs describe our muli-objec racking approach and formulae he muli-view daa-associaion problem (Sec. 2.1). We hen inroduce an ieraive search procedure o efficienly solve his NP-hard problem (Sec. 2.3). We use sereoscopic reconsrucion o combine he wodimensional rajecories from each view ino a single hreedimensional rajecory for each objec and inroduce he echnique epipolar-neighborhood search (Sec. 2.2). We explain how we ensure he consisency of his sensor fusion in he presence of occlusions (Sec. 2.4). The archiecure of our racking sysem is shown in Fig Mulidimensional Assignmen Formulaion In his secion, we describe how we adaped he recursive Bayesian echniques from he radar lieraure [4, 7] o address he across-camera daa associaion problem. Our conribuion includes a formulaion of he likelihood funcion ha is based on muli-view geomery. The funcion deermines how likely i is ha associaed 2D measuremens are projecions of an objec in he 3D scene. Given N calibraed and synchronied cameras ha share overlapping fields of view and n s measuremens in he field of view of camera s, he sae x () (3D coordinaes) of an objec of ineres a ime can be assumed o evolve in ime according o he equaions as observed via measuremens x (+1) = Ax () + v () (1) () s,i s = H s x () + w (s) for s = 1,..., N, i s = 1,..., n s, (2) where v () and w (s) are independen ero-mean Gaussian noise processes wih respecive covariances Q() and R s (), A is he sae ransiion marix, and H s he projecion marix for camera s. Each measuremen () s,i s is eiher he projeced 2

3 image of some objec a in camera s plus addiive Gaussian noise N(0, R s ()), or a false-posiive deecion, which is assumed o occur uniformly wihin he field of view of camera s. For each camera, he deecion rae is P Ds < 1. We add dummy measuremens () s,0 o handle he case of missed deecions. In paricular, when objec a is no deeced in camera s a ime, dummy measuremen () s,0 from camera s is associaed wih objec a. For ease of noaion, we now drop he superscrip. We use he noaion Z i1i 2...i N o indicae ha he measuremens 1,i1, 2,i2,..., N,iN originaed from a common objec in he scene a ime. The likelihood ha Z i1i 2...i N describes objec sae x a is given as p(z i1i 2...i N x a ) = N {[1 P Ds ] 1 u(is) s=1 [P Ds p( s,is x a )] u(is) } (3) where u(i s ) is an indicaor funcion defined as u(i s ) = { 0 if is = 0 1 oherwise, and he condiional probabiliy densiy of a measuremen s,is, given i originaed from objec a, is (4) p( s,is x a ) = N( s,is ; H s x a, R s ). (5) The likelihood ha Z i1i 2...i N is unrelaed o objec a or relaed o dummy objec is p(z i1i 2...i N ) = N [ 1 ] u(is), (6) Φ s s=1 where Φ s is he volume of he field of view of camera s. Since we do no know he rue sae x a in Eq. 5, we replace i by ˆx a = arg min x a n d( s,is, H s x a ), (7) s=1 where d is Euclidean disance beween H s x a, he objec posiion projeced ono he image plane s, and he corresponding measuremen s,is. Using sereoscopy, 1 we esimae he sae ˆx a o be he reconsruced 3D posiion based on he corresponding measuremens 1,i1, 2,i2,..., N,iN in he N views. We now can define he cos of associaing N-uple Zi 1i 2...i N o objec a a ime is as he negaive 1 We seleced he Direc Linear Transformaion (DLT) algorihm [9] o perform he 3D reconsrucion because of is efficiency and sufficien accuracy. Oher mehods may replace DLT in our framework. log-likelihood raio: 2 c i1i 2...i N = ln p (Z i 1i 2...i N a) p (Zi 1i 2...i N ) N = {[u(i s ) 1] ln(1 P Ds ) s=1 u(i s )ln ( ) PDs Φ s 2πR s 1/2 +u(i s )[ 1 2 ( s,i s H sˆx a ) T R 1 s ( s,i s H sˆx a )]} (8) We use binary variable x i1i 2...i N o indicae if Z i1i 2...i N is associaed wih a candidae objec or no. Assuming ha such associaions are independen, our goal is o find he mos likely se of n-uples ha minimies he linear cos funcion c = min s.. n 1 n 2... n N i 1=0 i 2=0 i N=0 n 2 n 3 n N i 2=0 i 3=0 n 1 n i 1=0 i 3=0 n 1 n 2 i 1=0 i 2=0 i N=0 n N i N=0 i N 1=0 c i1i 2...i N x i1i 2...i N (9) x i1i 2...i N = 1; i 1 = 1, 2,..., n 1 x i1i 2...i N = 1; i 2 = 1, 2,..., n 2. n N 1... x i1i 2...i N = 1; i N = 1, 2,..., n N. Eq. 9 is known as he mulidimensional assignmen problem, which i is NP-hard for he dimension N 3. The processing ime for he opimal soluion is unaccepable in dense racking scenarios, even if a branch-and-bound search mehod is used, because such a mehod is ineviably enumeraive in naure. The alernaive is o search for a sub-opimal soluion o his combinaorial problem, using greedy approaches and is varians, Lagrangian relaxaion, simulaed annealing or abu search. We choose he Greedy Randomied Adapive Search Procedure (GRASP) [18] as he basic paradigm and modified i o handle occlusion reasoning (Sec. 2.3) Generic GRASP in Muli-view Scenario We briefly ouline a generic GRASP implemenaion for he mulidimensional assignmen problem [18] and hen adjus i o our muli-view scenario: In he local search phase, we adop he so-called 2- assignmen-exchange operaion. Tha is, for wo uples 2 We can append o his cos funcion oher ypes of coss, e.g., he measures of objec appearance, if such measures are available, and define a reasonable weighing scheme o yield normaliaion. 3

4 GREEDY RANDOMIZED ADAPTIVE SEARCH PROCEDURE: Iniialiaion by compuing he coss for all possible associaions For i = 1,..., maxier o 1 o 2 1. Randomly consruc a feasible greedy soluion, 2. Recursively improve he feasible soluion by local search, 3. Updae he bes soluion by comparing he oal coss, 1,1 1,3 2,1 2,2 Oupu he bes soluion found so far. Z i1...i j...i N and Z i 1...i from he feasible soluion, we j...i N exchange he assignmen o Z i1...i and Z j...in i if 1...ij...i N such operaion decreases he oal cos. The exchange akes place recursively unil no exchange can be made anymore. We adop a echnique similar o gaing during he iniialiaion sep o reduce he number of possible candidae uples as follows. Given a pair of calibraed views, our echnique esablishes he correspondence of he wo projeced images of an objec using epipolar geomery. Thus, we only need o evaluae he candidae uples ha lie wihin he neighborhood of corresponding epipolar lines. To enforce his neighborhood search, we se he cos of associaing measuremens ha violae he epipolar-geomery consrains o a large number. This pruning sep in building he mulidimensional assignmen problem, which we call epipolar-neighborhood search, becomes crucial for he overall efficiency, which will be demonsraed in Sec Ieraive GRASP in Muli-view Scenario The consrains in Eq. 9 imply he one-o-one correspondence beween measuremens and objecs, excep for he dummy measuremen and is corresponding objec. Each measuremen is eiher assigned o some objec or claimed o be a false-posiive deecion. An objec is eiher measured in each view or i is missed. This sric formulaion is no desirable in he muli-view racking scenario, as shown in Fig. 2. Wih he one-o-one correspondence consrain, he numeric opimal soluion migh associae ( 1,1, 2,1 ) o objec o 1 and ( 1,3, 2,2 ) o objec o 2 or decide objec o 2 is no deeced in view 1. This ambiguiy is difficul o resolve since boh inerpreaions have accepable oal coss. Our basic assumpion is ha if an occlusion occurs in one view, i does no happen in oher views a he same ime. This requires ha we relax he one-o-one correspondence consrain: Measuremens ha overlap due o occlusion or imperfec segmenaion during he deecion sage and hus are inerpreed as a single measuremen can be assigned o muliple objecs. We denoe he se of all possible N-uples as F = Z 1... Z i... Z N, where Z i is he se of all he measuremens in view i plus he dummy measuremen. Solving Eq. 9 yields a se of assignmens for he N-image measure- Figure 2. Sereoscopic reasoning for assessing occlusion. From a single view, wo objecs o 1 and o 2 occlude each oher and yield a single measuremen 1,1. A single-view racker may lose rack of one of he objecs or may misinerpre he nearby false-posiive deecion 1,3 as one of he objecs. If wo views are available, he objecs o 1 and o 2 can be mached o heir respecive measuremens 2,1 and 2,2. Sereoscopic reasoning reveals ha 1,1 is he image of boh objecs and 1,3 an unrelaed measuremen. men se Z, where a specific assignmen can be wrien as { i1i 2...i N x i1i 2...i N = 1}. We divide he se of assignmens ino wo subses as follows: 1. Confirmed associaions: M c = {Z i1i 2...i N x i1i 2...i N = 1; i 1 0;...; i N 0}. 2. Suspicious associaions: M s = Z \ M c. Suspicious associaions involve boh dummy measuremens s,0 ha indicae an objec was no deeced in some view and measuremens ha were assigned o he dummy objec (i.e., false posiive deecions). Eq. 9 does no conain consrains wih eros for index i. Associaions in se M s have a leas one ero in heir subscrips. The new version of GRASP ha we propose here (see pseudocode for Ieraive GRASP below) compues a soluion o an assignmen problem ha is described by Eq. 9, excep wih he already confirmed assignmens in M c removed from he feasible assignmen se F. During an ieraion of Ieraive GRASP, an assignmen found greedily in he consrucion phase can hus no involve a uple already in M c. The algorihm generaes wo subses from he resuling soluion and ieraes unil a maximum number of ieraion is reached or M c in he curren ieraion is empy Muli-Objec Tracking wih Fusion of Informaion from Muliple Views Thus far we described a mehod o solve muli-view daa associaion in a single ime sep. The resuling soluion allows us o esimae he curren 3D posiion of each objec in he scene using Eq. 7, which selecs he 3D posiion ha minimies he sum of he sereoscopic reconsrucion errors 4

5 ITERATIVE GREEDY RANDOMIZED ADAPTIVE SEARCH PRO- CEDURE (IGRASP): Building Phase Iniialiaion by compuing he coss for all possible associaions in se F ; Solving Phase For i = 1,..., maxier 1. Formulae mulidimensional assignmen problem on se F, 2. Run sandard GRASP described in Sec. 2.2, 3. Pariion he compued soluion ino confirmed se M c and suspicious se M s. 4. If Se M c is empy, erminae; else F = F \ M c Oupu he bes soluion found so far. compued for each view. To consruc 3D objec rajecories, we mus o solve anoher daa associaion problem, he assignmen of curren 3D objec posiions o he 3D racks esablished in previous ime seps. We can solve his problem indirecly by deermining, for each of he N camera views separaely, he assignmen of he 2D projecions of curren objec posiions o he 2D racks esablished in previous ime seps. For each objec in each camera view, we use a 2D Kalman filer o predic he objec posiion in he nex frame. Across-frame daa associaion can hen be accomplished by maching each 2D objec rack o he 2D measuremen ha is closes o he prediced 2D objec posiion. The 2D across-ime daa associaion mehod will likely resul in ambiguiies and mismaches due o occlusions in densely populaed scenes. If objecs do no disinguish hemselves by unique moving direcions, he occlusions mus be resolved o preven rack los or rack swich. We herefore analye he across-view correspondences, esablished wih IGRASP in each ime sep, which should be consisen hrough ime. In paricular, measuremens of an objec ha are associaed a ime should correspond o racks ha have been associaed a ime 1. We mainain a consisency able during racking ha records he consisency of correspondence across views (Fig. 3). If some measuremens ( () 1,i 1, () 2,i 2,..., () N,i N ) are associaed a curren ime sep, heir associaed 2D rackers (f 1,j1, f 2,j2,..., f N,jN ) form an enry in he consisency able. Here he racker f k,jk racks measuremen k,ik in view k independenly. If he 2D rackers perform well, his enry should be mainained in he able unil some racker ends. However, if some 2D racker incorrecly associaes a measuremen in is own view, i will be correced by looking a he corresponding enry in he able and hisorically comparing is consisency. The correcion is performed only when he associaions across a leas N/2 Camera 1 1,1 1,1 1,2 Camera 2 2,1 2,1 2,2 2,2 Camera 3 3,1 3,1 Track Consisency Table 3,2 3,2 ( ) 1,1 2,1 3,1 ( ) 1,2 2,2 3,2 Figure 3. Example of he racker-o-racker fusion. Two objecs are observed in hree cameras, and here are wo separae 2D rackers f i,1, f i,2 for each camera i. Based on he racking hisory, he racker-o-racker associaions are mainained in he rack consisency able, e.g., racker f 1,1 from camera 1, racker f 2,1 from camera 2, racker f 3,1 from camera 3 are associaed o form an enry in he able. When occlusion occurs in camera 1, eiher f 1,1 or f 1,2 will lose rack when hey compee for measuremen 1,1. However, by looking a he soluion of associaion across views {( 1,1, 2,1, 3,1),( 1,1, 2,2, 3,2)} and checking he enries in he able, he 2D racker ha iniially los he compeiion for 1,1 in camera 1 can recover and claim measuremen 1,1. As a resul, 1,1 is associaed wih he racks mainained by boh rackers. By a similar mechanism, our sysem recovers from he rack-swich problem. views are consisen (e.g., in 3-camera case, wo consisen inerpreaions are needed). The consisency able also provides a good parial feasible soluion for he assignmen problem because measuremens racked by esablished rackers (f 1,j1, f 2,j2,..., f N,jN ) are very likely o be associaed again. By comparing he assignmens compued by IGRASP wih he rack uples lised in he consisency able, our sysem can also preven assignmens ha could misakenly resul in a swich of racks. The idea behind our mehod is essenially racker-oracker sensor fusion. We mainain sensor-level rackers for each view and adjus heir individual esimaions afer finding correspondences across views. Our disribued racking syle is exremely imporan if he communicaion overload or burden of a cenral compuing node need o be minimied. The alernaive is o collec all measuremens from each view, reconsruc heir 3D posiions, and apply recursive Bayesian racking in 3D space. We do no currenly follow his cenralied syle because he reconsruced 3D posiions are no sufficienly accurae due o sub-opimal across-view associaions and deecion errors. Fuure work will compare he performance of he wo approaches. 3. Experimens and Resuls Observing he fligh behavior of large groups of bas or birds is fascinaing heir fas, collecive movemens provide some of he mos impressive displays of naure. Quaniaive sudies of cooperaive animal behavior have ypi- 5

6 OCCLUSION REASONING FOR 3 VIEWS IN ONE TIME STEP Inpu: Curren measuremens { s,is } and 2D-racks {f s,is } I. Wihin each view s, assign measuremens s,is o 2D-racks f s,js using biparie maching. II. Run IGRASP o find across-view associaions of measuremens {( 1,i1, 2,i2, 3,i3 )} and consruc he rack-o-rack associaions {(f 1,i1, f 2,i2, f 3,i3 )}. III. Check if he rack-o-rack associaion uples are consisen wih enries in he Track Consisency Table (Fig. 3). For each uple f {f 1,i1, f 2,i2, f 3,i3 }: New Track: If uple f consiss of a leas wo rack labels ha do no appear in he able, inser f ino he able as a new enry. Occlusion and Los Track: If uple f is parially mached o some enry in he able (i.e., 2 of 3 rack labels mach), is label f s,is differs from f s,i in he s able enry, and 2D-rack f s,i was found los in sep I, s hen assign measuremen s,is o f s,i. s For remaining uples, pair hem and check: Track Swich: If wo uples are parially mached o able enries a and b (i.e., 2 of 3 rack labels mach), label f s1,i s1 in uple 1 differs from he label in a, label f s2,i s2 in uple 2 differs from he label in b, and a rack label swich resuls in a mach for boh a and b, hen reassign s1,i s1 o f s2,i s2 and s2,i s2 o f s1,i s1. IV. Wihin each view, predic 2D-rack sae wih Kalman filer based on assignmens updaed in sep III. cally been limied o sparse groups of only a few individuals. The major limiaion in hese sudies has been he lack of ools o obain accurae 3D posiions of individuals in dense formaions. Alhough imporan progress has been made [3], robus general soluions o 3D racking, reconsrucion, and daa associaion have been lacking. In our experimens, we firs validaed our mehod using synheic daa for which we had ground ruh and hen applied i o infrared hermal video of colonies of Brailian free-ailed bas. We colleced his video while he colony was emerging from is cave roos a nigh. We reconsruced he 3D fligh pahs and hus provided he firs sereoscopic analysis of he emergence behavior of free-ranging bas Validaion of Across-View Daa Associaion We generaed synheic daa o es he performance of our IGRASP using a paricle dynamics environmen (Auodesk Maya). To simulae he scene near a cave in Texas where we recorded emerging bas, we generaed spherical paricles, 28 cm in radius, o move in a 20 x 5 x 5 m 3 space a a fixed speed of 2 m/s. We experimened wih incremenally increasing emergence raes beween 1 and 100 paricles per second. Sample images wih a high degree of densiy of paricles are shown in Fig. 4. The rajecories were randomied by placing an axial and radial consrain on he paricle movemen. Three virual cameras wih overlapping views were posiioned laerally and slighly below he average direcion of ravel of he paricles. Since he calibraion parameers for each camera and he 3D posiions of each paricle are known (i.e., he ground ruh ), we can es wheher our soluion of he mulidimensional assignmen problem (Eq. 9) maches paricles correcly ha are deeced in he hree views. Camera A Camera B Camera C Figure 4. Daa used for validaion of across-view associaion. The hree views show a scenario in which paricles emerged a he righ of he fields of view a a rae of 100 paricles/s and moved owards he lef side. We demonsrae he performance of our IGRASP as a funcion of differen paricle densiies in Fig. 5. As he number of paricles increases, an increasing number of paricles share overlapping regions in each field of view, which can hen be deeced as a single measuremen. We measure as he overlap densiy, he raio of number of overlapping paricle projecions over he oal number of paricles (Fig. 5 lef), and also he raio of correc maches as number of correc uples found by IGRASP over he ground ruh (Fig. 5 righ). Our resuls show ha even in very dense scenarios, IGRASP can recover up o 65% maches correcly. When 20 paricles/s are generaed, 105 paricles on average appear in a frame wih an overlap densiy of 16%, and 95 % of he maches IGRASP compues are correc. Overlap densiy Average number of paricles Raio of correc maches Average number of paricles Figure 5. Across-view daa associaion performance of IGRASP. IGRASP has very few parameers o be adjused. The execuion ime of he algorihm depends on he sparsiy of 6

7 he mulidimensional assignmen problem. We can use he epipolar consrain o reduce he number of feasible candidae uples (Sec. 2.1). This urns ou o be very imporan for he overall efficiency of he mehod. Compuing he cos for all feasible uples is much more expensive han deermining he assignmens (Fig. 6). We limi he coss of he ime-consuming Building Phase using a criical hreshold τ as follows: Only hose measuremens whose disances o he epipolar lines are wihin hreshold τ are considered o form feasible uples. A drawback of using a reduced feasible se is ha IGRASP may no find he opimal se of assignmens. Thus, parameer τ plays an imporan role in rading off accuracy and efficiency in dense racking scenarios. The number of ieraions maxier affecs he opimaliy of IGRASP: when he number becomes large, IGRASP approaches exhausive enumeraion. We se maxier = 20 hroughou our experimens because is increase did no improve he performance significanly. Execuion ime (s) Building Phase Solving Phase Parameer τ Execuion ime (s) Building Phase Solving Phase Parameer τ Figure 6. Execuion ime of IGRASP (our Malab version) wih differen values of τ for he across-view daa assignmen. Lef: 100 paricles/s. Righ: 50 paricles/s Infrared Thermal Video Analysis We recorded he emergence of a colony of Brailian freeailed bas from a naural cave in Blanco Couny, Texas. We used hree FLIR SC6000 hermal infrared cameras wih a resoluion of pixels a a frame rae of 125 H (Fig. 7). We implemened our algorihms in C++ and esed our sysem on a Inel Penium 2.36 GH plaform. Processing is performed in near real ime and depends on he densiy of he group (e.g., in a 100 bas/frame scenario, our sysem ook 3 s o process each frame). Our experimens showed ha we can rack each individual ba in he emergence column, reconsruc heir 3D fligh pahs, and provide insighs ino heir group behavior based on rajecory analysis. To deec moving bas, we applied adapive background subracion o idenify he conneced componens of ineres and hen used he pixel wih he highes inensiy wihin each componen as he posiion of a ba. We implemened 2D Kalman filers o rack bas in each view and solved he across-ime daa associaion wih biparie maching. If a 2D racker idenifies a rack loss, i keeps searching along he projeced 2D fligh pah of he ba for he nex 5 frames Camera 1 (m) y (m) 1 Camera x (m) 3D Trajecories of Bas Cave Enrance 4 6 Camera 3 Figure 7. Visualiaion of camera seup and 150 reconsruced 3D rajecories. The camera baselines are approximaely 1 m. We adjused camera pich, yaw, and roll o capure he full volume of he 3D column of emerging bas in overlapping field of views. In each view, here were as many as 200 bas a he same ime, wih an average sie of 5 5 pixels. The average speed of an emerging ba was 8.75 m/s. The average direcion of he emerging column can be described by he Euler angles 127, 97 and 38. The color differences in he hermal images are due o a lack of radiomeric calibraion of he cameras. o see if i can resume racking he ba or if i needs o wai for a reassignmen of a measuremen when across-view associaions are solved and racker-o-racker consisency is checked. Our resuls show ha our mehod correcly resolves ambiguiies due o occlusions (Fig. 8). However, we canno expec o resolve all ambiguiies in dense racking siuaions due o insufficien image resoluion. We invesigaed he performance of our sysem in resolving occlusions in scenarios wih four differen densiy levels of he column of emerging bas (Table 1). We couned he number of imes each 2D racker claimed o be los for all hree views. If he sysem could no resolve occlusion, i generaed a new racker once he bas were separaed again. The number of compued racks is herefore usually higher han he rue number of bas. In relaively sparse scenarios, our sysem successfully recovered from occlusions and avoided rack swiches (40/56=74%). In he highly dense cases, occlusions ypically occurred in wo or hree views a he same ime, and so i was significan ha we could correcly inerpre 88/368=24% of he occlusions. We reconsruced he full 3D rajecories of 150 bas and explored heir group behavior during emergence. We measured he average emerging speed of a ba o be 8.75 m/s ( 20 miles/h), which is consisen wih he low end of he range of emergence speeds repored in he mammalogy lieraure. We have also resolved he quesion abou he Euclidean disance beween emerging bas. Our resuls 7

8 Frame 043 Frame 049 Frame Camera A Camera A Camera A Average disance beween bas (m) Camera B Camera B Camera B Number of emerging bas per second Figure 9. Resuls of 3D rajecory analysis: Average disance beween emerging bas as a funcion of emerging rae, expressed by he average number of emerging bas per second. Camera C Camera C Camera C Figure 8. Occlusion Inerpreaion. Bas racked in infrared video from muliple views are shown as segmened foreground objecs (blue) wih heir racker number (whie). Frames 43, 49, and 63 are snapshos before, during, and afer occlusion occurred in he field of view of Camera B, involving four bas ha were flying close o each oher. In paricular, Bas 3 and 6 were difficul o disinguish in frame 49 recorded by camera B. Since heir projecions were well separaed in he oher wo views during he period of occlusion, our algorihm was able o correcly inerpre he occlusion by reasoning abou he 3D posiions of he four racked bas. The oupu from he algorihm indicaes ha Ba 3 occluded Ba 6 in frame 49 recorded by camera B. Table 1. Performance of racking sysem in resolving occlusions. Ground ruh was esablished by manual marking of four 100- frame sequences. Number of True Compued Number Number of Bas per Number Number of of Oc- Recovered Frame of Bas Tracks clusions Occlusions show ha when 1 15 bas emerge, heir average disance is 90 cm. The average disance drops o cm as soon as he emergence column conains more han 25 bas per second (Fig. 9). 4. Conclusions and Fuure Work Our experimens showed ha our mehod can reconsruc 3D rajecories of ighly-spaced, fas-moving objecs and can accuraely sele rack uncerainies ha could no be resolved from single views due o occlusion. Our work can be exended o incorporae boh acrossime and across-view associaions a he same ime in a single opimiaion framework. I would be ineresing o deermine wheher forward and backward inferences on he assignmen over ime could enhance he performance of our approach for highly dense groups. We also plan o do addiional daa mining on he group behavior of bas, once we generaed hundreds of housands of rajecories, which will be exremely valuable for scieniss in oher fields. Acknowledgemens This maerial is based upon work suppored by he Naional Science Foundaion under Grans and Any opinions, findings, and conclusions, or recommendaions expressed in he paper are hose of he auhors and do no necessarily reflec he views of he Naional Science Foundaion. References [1] S. Ali and M. Shah. Floor fields for racking in high densiy crowd scenes. In ECCV, [2] E. Andrade, S. Blunsden, and R. Fisher. Performance analysis of even deecion models in crowded scenes. In Workshop Towards Robus Visual Surveillance Techniques and Sysems a VIE, [3] M. Ballerini, N. Cabibbo, R. Candelier, A. Cavagna, E. Cisbani, I. Giardina, V. Lecome, A. Orlandi, G. Parisi, A. Procaccini, M. Viale, and V. Zdravkovic. Ineracion ruling animal collecive behavior depends on opological raher han meric disance: Evidence from a field sudy. Proceedings of he Naional Academy of Sciences, 105: , [4] Y. Bar-Shalom and X. R. Li. Muliarge - Mulisensor Tracking: Principles and Techniques. YBS Publishing, [5] M. Beke, D. E. Hirsh, A. Bagchi, N. I. Hrisov, N. C. Makris, and T. H. Kun. Tracking large variable numbers of objecs in cluer. In CVPR, [6] G. J. Brosow and R. Cipolla. Unsupervised Bayesian deecion of independen moion in crowds. In CVPR, [7] S. Deb, M. Yeddanapudi, K. Paipai, and Y. Bar-Shalom. A generalied s-d assignmen algorihm for mulisensormuliarge sae esimaion. IEEE Trans. AES, 33: ,

9 [8] R. Eshel and Y. Moses. Homography based muliple camera deecion and racking of people in a dense crowd. In CVPR, [9] R. I. Harley and A. Zisserman. Muliview view geomery in compuer vision. Cambridge Universiy Press, [10] Y. Huang and I. Essa. Tracking muliple objecs hrough occlusions. In CVPR, pages , [11] S. M. Khan and M. Shah. A muliview approach o racking people in crowded scenes using a planar homography consrain. In ECCV, pages , [12] Z. Khan, T. Balch, and F. Dellaer. MCMC daa associaion and sparse facoriaion updaing for real ime muliarge racking wih merged and muliple measuremens. IEEE Trans. PAMI, 28: , December [13] Y. Li, A. Hilon, and J. Illingworh. A relaxaion algorihm for real-ime muliple view 3d-racking. Image Vis Compu, 20: , [14] A. Mial and L. S. Davis. M2Tracker: A muli-view approach o segmening and racking people in a cluered scene. IJCV, 51(3): , [15] K. Osuka and N. Mukawa. Muliview occlusion analysis for racking densely populaed objecs based on 2-d visual angles. In CVPR, pages 90 97, [16] A. Perera, C. Srinivas, A. Hoogs, G. Brooksby, and W. Hu. Muli-objec racking hrough simulaneous long occlusions and spli-merge condiions. In CVPR, pages , [17] V. Rabaud and S. Belongie. Couning crowded moving objecs. In CVPR, [18] A. J. Roberson. A se of greedy randomied adapive local search procedure (GRASP) implemenaions for he mulidimensional assignmen problem. Compuaional Opimiaion and Applicaions, 19(2): , [19] A. Veeraraghavan, R. Chellappa, and M. Srinivasan. Shapeand-behavior-encoded racking of bee dances. IEEE Trans. PAMI, 30: , March [20] X. Wang, K. Ma, G. Ng, and W. Grimson. Trajecory analysis and semanic region modeling using a nonparameric bayesian model. In CVPR, [21] Q. Yu, G. Medioni, and I. Cohen. Muliple arge racking using spaio-emporal Markov Chain Mone Carlo daa associaion. In CVPR, pages 1 8, [22] T. Yu and Y. Wu. Collaboraive racking of muliple arges. In CVPR, pages , [23] L. Zhang, Y. Li, and R. Nevaia. Global daa associaion for muli-objec racking using nework flows. In CVPR,

Tracking a Large Number of Objects from Multiple Views

Tracking a Large Number of Objects from Multiple Views Tracking a Large Number of Objecs from Muliple Views Zheng Wu 1, Nickolay I. Hrisov 2, Tyson L. Hedrick 3, Thomas H. Kun 2, Margri Beke 1 1 Deparmen of Compuer Science, Boson Universiy 2 Deparmen of Biology,

More information

Visual Perception as Bayesian Inference. David J Fleet. University of Toronto

Visual Perception as Bayesian Inference. David J Fleet. University of Toronto Visual Percepion as Bayesian Inference David J Flee Universiy of Torono Basic rules of probabiliy sum rule (for muually exclusive a ): produc rule (condiioning): independence (def n ): Bayes rule: marginalizaion:

More information

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report)

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report) Implemening Ray Casing in Terahedral Meshes wih Programmable Graphics Hardware (Technical Repor) Marin Kraus, Thomas Erl March 28, 2002 1 Inroducion Alhough cell-projecion, e.g., [3, 2], and resampling,

More information

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding Moivaion Image segmenaion Which pixels belong o he same objec in an image/video sequence? (spaial segmenaion) Which frames belong o he same video sho? (emporal segmenaion) Which frames belong o he same

More information

STEREO PLANE MATCHING TECHNIQUE

STEREO PLANE MATCHING TECHNIQUE STEREO PLANE MATCHING TECHNIQUE Commission III KEY WORDS: Sereo Maching, Surface Modeling, Projecive Transformaion, Homography ABSTRACT: This paper presens a new ype of sereo maching algorihm called Sereo

More information

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL Klečka Jan Docoral Degree Programme (1), FEEC BUT E-mail: xkleck01@sud.feec.vubr.cz Supervised by: Horák Karel E-mail: horak@feec.vubr.cz

More information

A Matching Algorithm for Content-Based Image Retrieval

A Matching Algorithm for Content-Based Image Retrieval A Maching Algorihm for Conen-Based Image Rerieval Sue J. Cho Deparmen of Compuer Science Seoul Naional Universiy Seoul, Korea Absrac Conen-based image rerieval sysem rerieves an image from a daabase using

More information

Improved TLD Algorithm for Face Tracking

Improved TLD Algorithm for Face Tracking Absrac Improved TLD Algorihm for Face Tracking Huimin Li a, Chaojing Yu b and Jing Chen c Chongqing Universiy of Poss and Telecommunicaions, Chongqing 400065, China a li.huimin666@163.com, b 15023299065@163.com,

More information

Probabilistic Detection and Tracking of Motion Discontinuities

Probabilistic Detection and Tracking of Motion Discontinuities Probabilisic Deecion and Tracking of Moion Disconinuiies Michael J. Black David J. Flee Xerox Palo Alo Research Cener 3333 Coyoe Hill Road Palo Alo, CA 94304 fblack,fleeg@parc.xerox.com hp://www.parc.xerox.com/fblack,fleeg/

More information

Visual Indoor Localization with a Floor-Plan Map

Visual Indoor Localization with a Floor-Plan Map Visual Indoor Localizaion wih a Floor-Plan Map Hang Chu Dep. of ECE Cornell Universiy Ihaca, NY 14850 hc772@cornell.edu Absrac In his repor, a indoor localizaion mehod is presened. The mehod akes firsperson

More information

Learning in Games via Opponent Strategy Estimation and Policy Search

Learning in Games via Opponent Strategy Estimation and Policy Search Learning in Games via Opponen Sraegy Esimaion and Policy Search Yavar Naddaf Deparmen of Compuer Science Universiy of Briish Columbia Vancouver, BC yavar@naddaf.name Nando de Freias (Supervisor) Deparmen

More information

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley.

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley. Shores Pah Algorihms Background Seing: Lecure I: Shores Pah Algorihms Dr Kieran T. Herle Deparmen of Compuer Science Universi College Cork Ocober 201 direced graph, real edge weighs Le he lengh of a pah

More information

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES B. MARCOTEGUI and F. MEYER Ecole des Mines de Paris, Cenre de Morphologie Mahémaique, 35, rue Sain-Honoré, F 77305 Fonainebleau Cedex, France Absrac. In image

More information

Coded Caching with Multiple File Requests

Coded Caching with Multiple File Requests Coded Caching wih Muliple File Requess Yi-Peng Wei Sennur Ulukus Deparmen of Elecrical and Compuer Engineering Universiy of Maryland College Park, MD 20742 ypwei@umd.edu ulukus@umd.edu Absrac We sudy a

More information

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates A Fas Sereo-Based Muli-Person Tracking using an Approximaed Likelihood Map for Overlapping Silhouee Templaes Junji Saake Jun Miura Deparmen of Compuer Science and Engineering Toyohashi Universiy of Technology

More information

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012 EDA421/DIT171 - Parallel and Disribued Real-Time Sysems, Chalmers/GU, 2011/2012 Lecure #4 Updaed March 16, 2012 Aemps o mee applicaion consrains should be done in a proacive way hrough scheduling. Schedule

More information

IROS 2015 Workshop on On-line decision-making in multi-robot coordination (DEMUR 15)

IROS 2015 Workshop on On-line decision-making in multi-robot coordination (DEMUR 15) IROS 2015 Workshop on On-line decision-making in muli-robo coordinaion () OPTIMIZATION-BASED COOPERATIVE MULTI-ROBOT TARGET TRACKING WITH REASONING ABOUT OCCLUSIONS KAROL HAUSMAN a,, GREGORY KAHN b, SACHIN

More information

Dynamic Route Planning and Obstacle Avoidance Model for Unmanned Aerial Vehicles

Dynamic Route Planning and Obstacle Avoidance Model for Unmanned Aerial Vehicles Volume 116 No. 24 2017, 315-329 ISSN: 1311-8080 (prined version); ISSN: 1314-3395 (on-line version) url: hp://www.ijpam.eu ijpam.eu Dynamic Roue Planning and Obsacle Avoidance Model for Unmanned Aerial

More information

Real Time Integral-Based Structural Health Monitoring

Real Time Integral-Based Structural Health Monitoring Real Time Inegral-Based Srucural Healh Monioring The nd Inernaional Conference on Sensing Technology ICST 7 J. G. Chase, I. Singh-Leve, C. E. Hann, X. Chen Deparmen of Mechanical Engineering, Universiy

More information

COSC 3213: Computer Networks I Chapter 6 Handout # 7

COSC 3213: Computer Networks I Chapter 6 Handout # 7 COSC 3213: Compuer Neworks I Chaper 6 Handou # 7 Insrucor: Dr. Marvin Mandelbaum Deparmen of Compuer Science York Universiy F05 Secion A Medium Access Conrol (MAC) Topics: 1. Muliple Access Communicaions:

More information

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008 MATH 5 - Differenial Equaions Sepember 15, 8 Projec 1, Fall 8 Due: Sepember 4, 8 Lab 1.3 - Logisics Populaion Models wih Harvesing For his projec we consider lab 1.3 of Differenial Equaions pages 146 o

More information

Robust Visual Tracking for Multiple Targets

Robust Visual Tracking for Multiple Targets Robus Visual Tracking for Muliple Targes Yizheng Cai, Nando de Freias, and James J. Lile Universiy of Briish Columbia, Vancouver, B.C., Canada, V6T 1Z4 {yizhengc, nando, lile}@cs.ubc.ca Absrac. We address

More information

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magneic Field Maps A. D. Hahn 1, A. S. Nencka 1 and D. B. Rowe 2,1 1 Medical College of Wisconsin, Milwaukee, WI, Unied

More information

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves AML7 CAD LECTURE Space Curves Inrinsic properies Synheic curves A curve which may pass hrough any region of hreedimensional space, as conrased o a plane curve which mus lie on a single plane. Space curves

More information

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding Indian Journal of Science and Technology, Vol 8(21), DOI: 10.17485/ijs/2015/v8i21/69958, Sepember 2015 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Various Types of Bugs in he Objec Oriened

More information

Real-Time Non-Rigid Multi-Frame Depth Video Super-Resolution

Real-Time Non-Rigid Multi-Frame Depth Video Super-Resolution Real-Time Non-Rigid Muli-Frame Deph Video Super-Resoluion Kassem Al Ismaeil 1, Djamila Aouada 1, Thomas Solignac 2, Bruno Mirbach 2, Björn Oersen 1 1 Inerdisciplinary Cenre for Securiy, Reliabiliy, and

More information

Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs)

Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs) 2016 IEEE/RSJ Inernaional Conference on Inelligen Robos and Sysems (IROS) Daejeon Convenion Cener Ocober 9-14, 2016, Daejeon, Korea Muli-Targe Deecion and Tracking from a Single Camera in Unmanned Aerial

More information

CENG 477 Introduction to Computer Graphics. Modeling Transformations

CENG 477 Introduction to Computer Graphics. Modeling Transformations CENG 477 Inroducion o Compuer Graphics Modeling Transformaions Modeling Transformaions Model coordinaes o World coordinaes: Model coordinaes: All shapes wih heir local coordinaes and sies. world World

More information

An Iterative Scheme for Motion-Based Scene Segmentation

An Iterative Scheme for Motion-Based Scene Segmentation An Ieraive Scheme for Moion-Based Scene Segmenaion Alexander Bachmann and Hildegard Kuehne Deparmen for Measuremen and Conrol Insiue for Anhropomaics Universiy of Karlsruhe (H), 76 131 Karlsruhe, Germany

More information

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional);

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional); QoS in Frame Relay Frame relay characerisics are:. packe swiching wih virual circui service (virual circuis are bidirecional);. labels are called DLCI (Daa Link Connecion Idenifier);. for connecion is

More information

Distributed Task Negotiation in Modular Robots

Distributed Task Negotiation in Modular Robots Disribued Task Negoiaion in Modular Robos Behnam Salemi, eer Will, and Wei-Min Shen USC Informaion Sciences Insiue and Compuer Science Deparmen Marina del Rey, USA, {salemi, will, shen}@isi.edu Inroducion

More information

Optimal Crane Scheduling

Optimal Crane Scheduling Opimal Crane Scheduling Samid Hoda, John Hooker Laife Genc Kaya, Ben Peerson Carnegie Mellon Universiy Iiro Harjunkoski ABB Corporae Research EWO - 13 November 2007 1/16 Problem Track-mouned cranes move

More information

The Impact of Product Development on the Lifecycle of Defects

The Impact of Product Development on the Lifecycle of Defects The Impac of Produc Developmen on he Lifecycle of Rudolf Ramler Sofware Compeence Cener Hagenberg Sofware Park 21 A-4232 Hagenberg, Ausria +43 7236 3343 872 rudolf.ramler@scch.a ABSTRACT This paper invesigaes

More information

Evaluation and Improvement of Region-based Motion Segmentation

Evaluation and Improvement of Region-based Motion Segmentation Evaluaion and Improvemen of Region-based Moion Segmenaion Mark Ross Universiy Koblenz-Landau, Insiue of Compuaional Visualisics, Universiässraße 1, 56070 Koblenz, Germany Email: ross@uni-koblenz.de Absrac

More information

An Adaptive Spatial Depth Filter for 3D Rendering IP

An Adaptive Spatial Depth Filter for 3D Rendering IP JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.3, NO. 4, DECEMBER, 23 175 An Adapive Spaial Deph Filer for 3D Rendering IP Chang-Hyo Yu and Lee-Sup Kim Absrac In his paper, we presen a new mehod

More information

In Proceedings of CVPR '96. Structure and Motion of Curved 3D Objects from. using these methods [12].

In Proceedings of CVPR '96. Structure and Motion of Curved 3D Objects from. using these methods [12]. In Proceedings of CVPR '96 Srucure and Moion of Curved 3D Objecs from Monocular Silhouees B Vijayakumar David J Kriegman Dep of Elecrical Engineering Yale Universiy New Haven, CT 652-8267 Jean Ponce Compuer

More information

A time-space consistency solution for hardware-in-the-loop simulation system

A time-space consistency solution for hardware-in-the-loop simulation system Inernaional Conference on Advanced Elecronic Science and Technology (AEST 206) A ime-space consisency soluion for hardware-in-he-loop simulaion sysem Zexin Jiang a Elecric Power Research Insiue of Guangdong

More information

J. Vis. Commun. Image R.

J. Vis. Commun. Image R. J. Vis. Commun. Image R. 20 (2009) 9 27 Conens liss available a ScienceDirec J. Vis. Commun. Image R. journal homepage: www.elsevier.com/locae/jvci Face deecion and racking using a Boosed Adapive Paricle

More information

Moving Object Detection Using MRF Model and Entropy based Adaptive Thresholding

Moving Object Detection Using MRF Model and Entropy based Adaptive Thresholding Moving Objec Deecion Using MRF Model and Enropy based Adapive Thresholding Badri Narayan Subudhi, Pradipa Kumar Nanda and Ashish Ghosh Machine Inelligence Uni, Indian Saisical Insiue, Kolkaa, 700108, India,

More information

LAMP: 3D Layered, Adaptive-resolution and Multiperspective Panorama - a New Scene Representation

LAMP: 3D Layered, Adaptive-resolution and Multiperspective Panorama - a New Scene Representation Submission o Special Issue of CVIU on Model-based and Image-based 3D Scene Represenaion for Ineracive Visualizaion LAMP: 3D Layered, Adapive-resoluion and Muliperspecive Panorama - a New Scene Represenaion

More information

Real-time 2D Video/3D LiDAR Registration

Real-time 2D Video/3D LiDAR Registration Real-ime 2D Video/3D LiDAR Regisraion C. Bodenseiner Fraunhofer IOSB chrisoph.bodenseiner@iosb.fraunhofer.de M. Arens Fraunhofer IOSB michael.arens@iosb.fraunhofer.de Absrac Progress in LiDAR scanning

More information

Occlusion-Free Hand Motion Tracking by Multiple Cameras and Particle Filtering with Prediction

Occlusion-Free Hand Motion Tracking by Multiple Cameras and Particle Filtering with Prediction 58 IJCSNS Inernaional Journal of Compuer Science and Nework Securiy, VOL.6 No.10, Ocober 006 Occlusion-Free Hand Moion Tracking by Muliple Cameras and Paricle Filering wih Predicion Makoo Kao, and Gang

More information

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi Reinforcemen Learning by Policy Improvemen Making Use of Experiences of The Oher Tasks Hajime Kimura and Shigenobu Kobayashi Tokyo Insiue of Technology, JAPAN genfe.dis.iech.ac.jp, kobayasidis.iech.ac.jp

More information

Detection Tracking and Recognition of Human Poses for a Real Time Spatial Game

Detection Tracking and Recognition of Human Poses for a Real Time Spatial Game Deecion Tracking and Recogniion of Human Poses for a Real Time Spaial Game Feifei Huo, Emile A. Hendriks, A.H.J. Oomes Delf Universiy of Technology The Neherlands f.huo@udelf.nl Pascal van Beek, Remco

More information

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS Mohammed A. Aseeri and M. I. Sobhy Deparmen of Elecronics, The Universiy of Ken a Canerbury Canerbury, Ken, CT2

More information

Upper Body Tracking for Human-Machine Interaction with a Moving Camera

Upper Body Tracking for Human-Machine Interaction with a Moving Camera The 2009 IEEE/RSJ Inernaional Conference on Inelligen Robos and Sysems Ocober -5, 2009 S. Louis, USA Upper Body Tracking for Human-Machine Ineracion wih a Moving Camera Yi-Ru Chen, Cheng-Ming Huang, and

More information

FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS. Soumya Hamlaoui & Franck Davoine

FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS. Soumya Hamlaoui & Franck Davoine FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS Soumya Hamlaoui & Franck Davoine HEUDIASYC Mixed Research Uni, CNRS / Compiègne Universiy of Technology BP 20529, 60205 Compiègne

More information

Mobile Robots Mapping

Mobile Robots Mapping Mobile Robos Mapping 1 Roboics is Easy conrol behavior percepion modelling domain model environmen model informaion exracion raw daa planning ask cogniion reasoning pah planning navigaion pah execuion

More information

Voltair Version 2.5 Release Notes (January, 2018)

Voltair Version 2.5 Release Notes (January, 2018) Volair Version 2.5 Release Noes (January, 2018) Inroducion 25-Seven s new Firmware Updae 2.5 for he Volair processor is par of our coninuing effors o improve Volair wih new feaures and capabiliies. For

More information

Multi-camera multi-object voxel-based Monte Carlo 3D tracking strategies

Multi-camera multi-object voxel-based Monte Carlo 3D tracking strategies RESEARCH Open Access Muli-camera muli-objec voxel-based Mone Carlo 3D racking sraegies Crisian Canon-Ferrer *, Josep R Casas, Monse Pardàs and Enric Mone Absrac This aricle presens a new approach o he

More information

Video Content Description Using Fuzzy Spatio-Temporal Relations

Video Content Description Using Fuzzy Spatio-Temporal Relations Proceedings of he 4s Hawaii Inernaional Conference on Sysem Sciences - 008 Video Conen Descripion Using Fuzzy Spaio-Temporal Relaions rchana M. Rajurkar *, R.C. Joshi and Sananu Chaudhary 3 Dep of Compuer

More information

An efficient approach to improve throughput for TCP vegas in ad hoc network

An efficient approach to improve throughput for TCP vegas in ad hoc network Inernaional Research Journal of Engineering and Technology (IRJET) e-issn: 395-0056 Volume: 0 Issue: 03 June-05 www.irje.ne p-issn: 395-007 An efficien approach o improve hroughpu for TCP vegas in ad hoc

More information

4.1 3D GEOMETRIC TRANSFORMATIONS

4.1 3D GEOMETRIC TRANSFORMATIONS MODULE IV MCA - 3 COMPUTER GRAPHICS ADMN 29- Dep. of Compuer Science And Applicaions, SJCET, Palai 94 4. 3D GEOMETRIC TRANSFORMATIONS Mehods for geomeric ransformaions and objec modeling in hree dimensions

More information

Simple Network Management Based on PHP and SNMP

Simple Network Management Based on PHP and SNMP Simple Nework Managemen Based on PHP and SNMP Krasimir Trichkov, Elisavea Trichkova bsrac: This paper aims o presen simple mehod for nework managemen based on SNMP - managemen of Cisco rouer. The paper

More information

Assignment 2. Due Monday Feb. 12, 10:00pm.

Assignment 2. Due Monday Feb. 12, 10:00pm. Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218, LEC11 ssignmen 2 Due Monday Feb. 12, 1:pm. 1 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how

More information

EECS 487: Interactive Computer Graphics

EECS 487: Interactive Computer Graphics EECS 487: Ineracive Compuer Graphics Lecure 7: B-splines curves Raional Bézier and NURBS Cubic Splines A represenaion of cubic spline consiss of: four conrol poins (why four?) hese are compleely user specified

More information

Simultaneous Localization and Mapping with Stereo Vision

Simultaneous Localization and Mapping with Stereo Vision Simulaneous Localizaion and Mapping wih Sereo Vision Mahew N. Dailey Compuer Science and Informaion Managemen Asian Insiue of Technology Pahumhani, Thailand Email: mdailey@ai.ac.h Manukid Parnichkun Mecharonics

More information

Wheelchair-user Detection Combined with Parts-based Tracking

Wheelchair-user Detection Combined with Parts-based Tracking Wheelchair-user Deecion Combined wih Pars-based Tracking Ukyo Tanikawa 1, Yasuomo Kawanishi 1, Daisuke Deguchi 2,IchiroIde 1, Hiroshi Murase 1 and Ryo Kawai 3 1 Graduae School of Informaion Science, Nagoya

More information

Video-Based Face Recognition Using Probabilistic Appearance Manifolds

Video-Based Face Recognition Using Probabilistic Appearance Manifolds Video-Based Face Recogniion Using Probabilisic Appearance Manifolds Kuang-Chih Lee Jeffrey Ho Ming-Hsuan Yang David Kriegman klee10@uiuc.edu jho@cs.ucsd.edu myang@honda-ri.com kriegman@cs.ucsd.edu Compuer

More information

Gauss-Jordan Algorithm

Gauss-Jordan Algorithm Gauss-Jordan Algorihm The Gauss-Jordan algorihm is a sep by sep procedure for solving a sysem of linear equaions which may conain any number of variables and any number of equaions. The algorihm is carried

More information

User Adjustable Process Scheduling Mechanism for a Multiprocessor Embedded System

User Adjustable Process Scheduling Mechanism for a Multiprocessor Embedded System Proceedings of he 6h WSEAS Inernaional Conference on Applied Compuer Science, Tenerife, Canary Islands, Spain, December 16-18, 2006 346 User Adjusable Process Scheduling Mechanism for a Muliprocessor Embedded

More information

MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOCAL FEATURES

MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOCAL FEATURES MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOCAL FEATURES Arun Kumar H. D. 1 and Prabhakar C. J. 2 1 Deparmen of Compuer Science, Kuvempu Universiy, Shimoga, India ABSTRACT

More information

Motion Estimation of a Moving Range Sensor by Image Sequences and Distorted Range Data

Motion Estimation of a Moving Range Sensor by Image Sequences and Distorted Range Data Moion Esimaion of a Moving Range Sensor by Image Sequences and Disored Range Daa Asuhiko Banno, Kazuhide Hasegawa and Kasushi Ikeuchi Insiue of Indusrial Science Universiy of Tokyo 4-6-1 Komaba, Meguro-ku,

More information

The Beer Dock: Three and a Half Implementations of the Beer Distribution Game

The Beer Dock: Three and a Half Implementations of the Beer Distribution Game The Beer Dock 2002-08-13 17:55:44-0700 The Beer Dock: Three and a Half Implemenaions of he Beer Disribuion Game Michael J. Norh[1] and Charles M. Macal Argonne Naional Laboraory, Argonne, Illinois Absrac

More information

A High-Speed Adaptive Multi-Module Structured Light Scanner

A High-Speed Adaptive Multi-Module Structured Light Scanner A High-Speed Adapive Muli-Module Srucured Ligh Scanner Andreas Griesser 1 Luc Van Gool 1,2 1 Swiss Fed.Ins.of Techn.(ETH) 2 Kaholieke Univ. Leuven D-ITET/Compuer Vision Lab ESAT/VISICS Zürich, Swizerland

More information

Open Access Research on an Improved Medical Image Enhancement Algorithm Based on P-M Model. Luo Aijing 1 and Yin Jin 2,* u = div( c u ) u

Open Access Research on an Improved Medical Image Enhancement Algorithm Based on P-M Model. Luo Aijing 1 and Yin Jin 2,* u = div( c u ) u Send Orders for Reprins o reprins@benhamscience.ae The Open Biomedical Engineering Journal, 5, 9, 9-3 9 Open Access Research on an Improved Medical Image Enhancemen Algorihm Based on P-M Model Luo Aijing

More information

Multiple View Discriminative Appearance Modeling with IMCMC for Distributed Tracking

Multiple View Discriminative Appearance Modeling with IMCMC for Distributed Tracking Muliple View Discriminaive ing wih IMCMC for Disribued Tracking Sanhoshkumar Sunderrajan, B.S. Manjunah Deparmen of Elecrical and Compuer Engineering Universiy of California, Sana Barbara {sanhosh,manj}@ece.ucsb.edu

More information

Design Alternatives for a Thin Lens Spatial Integrator Array

Design Alternatives for a Thin Lens Spatial Integrator Array Egyp. J. Solids, Vol. (7), No. (), (004) 75 Design Alernaives for a Thin Lens Spaial Inegraor Array Hala Kamal *, Daniel V azquez and Javier Alda and E. Bernabeu Opics Deparmen. Universiy Compluense of

More information

Learning nonlinear appearance manifolds for robot localization

Learning nonlinear appearance manifolds for robot localization Learning nonlinear appearance manifolds for robo localizaion Jihun Hamm, Yuanqing Lin, and Daniel. D. Lee GRAS Lab, Deparmen of Elecrical and Sysems Engineering Universiy of ennsylvania, hiladelphia, A

More information

Image Based Computer-Aided Manufacturing Technology

Image Based Computer-Aided Manufacturing Technology Sensors & Transducers 03 by IFSA hp://www.sensorsporal.com Image Based Compuer-Aided Manufacuring Technology Zhanqi HU Xiaoqin ZHANG Jinze LI Wei LI College of Mechanical Engineering Yanshan Universiy

More information

A Novel Approach for Monocular 3D Object Tracking in Cluttered Environment

A Novel Approach for Monocular 3D Object Tracking in Cluttered Environment Inernaional Journal of Compuaional Inelligence Research ISSN 0973-1873 Volume 13, Number 5 (2017), pp. 851-864 Research India Publicaions hp://www.ripublicaion.com A Novel Approach for Monocular 3D Objec

More information

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time INFINIE-HORIZON CONSUMPION-SAVINGS MODEL SEPEMBER, Inroducion BASICS Quaniaive macro models feaure an infinie number of periods A more realisic (?) view of ime Infinie number of periods A meaphor for many

More information

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

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are InechOpen, he world s leading publisher of Open Access books Buil by scieniss, for scieniss 4,000 116,000 120M Open access books available Inernaional auhors and ediors Downloads Our auhors are

More information

Lecture 18: Mix net Voting Systems

Lecture 18: Mix net Voting Systems 6.897: Advanced Topics in Crypography Apr 9, 2004 Lecure 18: Mix ne Voing Sysems Scribed by: Yael Tauman Kalai 1 Inroducion In he previous lecure, we defined he noion of an elecronic voing sysem, and specified

More information

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS NME: TE: LOK: MOTION ETETORS GRPH MTHING L PRE-L QUESTIONS 1. Read he insrucions, and answer he following quesions. Make sure you resae he quesion so I don hae o read he quesion o undersand he answer..

More information

Chapter 3 MEDIA ACCESS CONTROL

Chapter 3 MEDIA ACCESS CONTROL Chaper 3 MEDIA ACCESS CONTROL Overview Moivaion SDMA, FDMA, TDMA Aloha Adapive Aloha Backoff proocols Reservaion schemes Polling Disribued Compuing Group Mobile Compuing Summer 2003 Disribued Compuing

More information

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes.

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes. 8.F Baery Charging Task Sam wans o ake his MP3 player and his video game player on a car rip. An hour before hey plan o leave, he realized ha he forgo o charge he baeries las nigh. A ha poin, he plugged

More information

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes A Bayesian Approach o Video Objec Segmenaion via Merging 3D Waershed Volumes Yu-Pao Tsai 1,3, Chih-Chuan Lai 1,2, Yi-Ping Hung 1,2, and Zen-Chung Shih 3 1 Insiue of Informaion Science, Academia Sinica,

More information

Robust Multi-view Face Detection Using Error Correcting Output Codes

Robust Multi-view Face Detection Using Error Correcting Output Codes Robus Muli-view Face Deecion Using Error Correcing Oupu Codes Hongming Zhang,2, Wen GaoP P, Xilin Chen 2, Shiguang Shan 2, and Debin Zhao Deparmen of Compuer Science and Engineering, Harbin Insiue of Technolog

More information

NEWTON S SECOND LAW OF MOTION

NEWTON S SECOND LAW OF MOTION Course and Secion Dae Names NEWTON S SECOND LAW OF MOTION The acceleraion of an objec is defined as he rae of change of elociy. If he elociy changes by an amoun in a ime, hen he aerage acceleraion during

More information

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly MITSUBISHI ELECTRIC RESEARCH LABORATORIES hp://www.merl.com Rao-Blackwellized Paricle Filering for Probing-Based 6-DOF Localizaion in Roboic Assembly Yuichi Taguchi, Tim Marks, Haruhisa Okuda TR1-8 June

More information

Improving Occupancy Grid FastSLAM by Integrating Navigation Sensors

Improving Occupancy Grid FastSLAM by Integrating Navigation Sensors Improving Occupancy Grid FasSLAM by Inegraing Navigaion Sensors Chrisopher Weyers Sensors Direcorae Air Force Research Laboraory Wrigh-Paerson AFB, OH 45433 Gilber Peerson Deparmen of Elecrical and Compuer

More information

Robust 3D Visual Tracking Using Particle Filtering on the SE(3) Group

Robust 3D Visual Tracking Using Particle Filtering on the SE(3) Group Robus 3D Visual Tracking Using Paricle Filering on he SE(3) Group Changhyun Choi and Henrik I. Chrisensen Roboics & Inelligen Machines, College of Compuing Georgia Insiue of Technology Alana, GA 3332,

More information

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany Low-Cos WLAN based Time-of-fligh fligh Trilaeraion Precision Indoor Personnel Locaion and Tracking for Emergency Responders Third Annual Technology Workshop, Augus 5, 2008 Worceser Polyechnic Insiue, Worceser,

More information

A Tool for Multi-Hour ATM Network Design considering Mixed Peer-to-Peer and Client-Server based Services

A Tool for Multi-Hour ATM Network Design considering Mixed Peer-to-Peer and Client-Server based Services A Tool for Muli-Hour ATM Nework Design considering Mied Peer-o-Peer and Clien-Server based Services Conac Auhor Name: Luis Cardoso Company / Organizaion: Porugal Telecom Inovação Complee Mailing Address:

More information

arxiv: v1 [cs.cv] 25 Apr 2017

arxiv: v1 [cs.cv] 25 Apr 2017 Sudheendra Vijayanarasimhan Susanna Ricco svnaras@google.com ricco@google.com... arxiv:1704.07804v1 [cs.cv] 25 Apr 2017 SfM-Ne: Learning of Srucure and Moion from Video Cordelia Schmid Esimaed deph, camera

More information

A MRF formulation for coded structured light

A MRF formulation for coded structured light A MRF formulaion for coded srucured ligh Jean-Philippe Tardif Sébasien Roy Déparemen d informaique e recherche opéraionnelle Universié de Monréal, Canada {ardifj, roys}@iro.umonreal.ca Absrac Mulimedia

More information

IntentSearch:Capturing User Intention for One-Click Internet Image Search

IntentSearch:Capturing User Intention for One-Click Internet Image Search JOURNAL OF L A T E X CLASS FILES, VOL. 6, NO. 1, JANUARY 2010 1 InenSearch:Capuring User Inenion for One-Click Inerne Image Search Xiaoou Tang, Fellow, IEEE, Ke Liu, Jingyu Cui, Suden Member, IEEE, Fang

More information

Weighted Voting in 3D Random Forest Segmentation

Weighted Voting in 3D Random Forest Segmentation Weighed Voing in 3D Random Fores Segmenaion M. Yaqub,, P. Mahon 3, M. K. Javaid, C. Cooper, J. A. Noble NDORMS, Universiy of Oxford, IBME, Deparmen of Engineering Science, Universiy of Oxford, 3 MRC Epidemiology

More information

4. Minimax and planning problems

4. Minimax and planning problems CS/ECE/ISyE 524 Inroducion o Opimizaion Spring 2017 18 4. Minima and planning problems ˆ Opimizing piecewise linear funcions ˆ Minima problems ˆ Eample: Chebyshev cener ˆ Muli-period planning problems

More information

TrackNet: Simultaneous Detection and Tracking of Multiple Objects

TrackNet: Simultaneous Detection and Tracking of Multiple Objects TrackNe: Simulaneous Deecion and Tracking of Muliple Objecs Chenge Li New York Universiy cl2840@nyu.edu Gregory Dobler New York Universiy greg.dobler@nyu.edu Yilin Song New York Universiy ys1297@nyu.edu

More information

Terrain Based GPS Independent Lane-Level Vehicle Localization using Particle Filter and Dead Reckoning

Terrain Based GPS Independent Lane-Level Vehicle Localization using Particle Filter and Dead Reckoning Terrain Based GPS Independen -Level Vehicle Localizaion using Paricle Filer and Dead Reckoning Hamad Ahmed and Muhammad Tahir Deparmen of Elecrical Engineering, Lahore Universiy of Managemen Sciences,

More information

Research Article Auto Coloring with Enhanced Character Registration

Research Article Auto Coloring with Enhanced Character Registration Compuer Games Technology Volume 2008, Aricle ID 35398, 7 pages doi:0.55/2008/35398 Research Aricle Auo Coloring wih Enhanced Characer Regisraion Jie Qiu, Hock Soon Seah, Feng Tian, Quan Chen, Zhongke Wu,

More information

4 Error Control. 4.1 Issues with Reliable Protocols

4 Error Control. 4.1 Issues with Reliable Protocols 4 Error Conrol Jus abou all communicaion sysems aemp o ensure ha he daa ges o he oher end of he link wihou errors. Since i s impossible o build an error-free physical layer (alhough some shor links can

More information

MOTION TRACKING is a fundamental capability that

MOTION TRACKING is a fundamental capability that TECHNICAL REPORT CRES-05-008, CENTER FOR ROBOTICS AND EMBEDDED SYSTEMS, UNIVERSITY OF SOUTHERN CALIFORNIA 1 Real-ime Moion Tracking from a Mobile Robo Boyoon Jung, Suden Member, IEEE, Gaurav S. Sukhame,

More information

Time Expression Recognition Using a Constituent-based Tagging Scheme

Time Expression Recognition Using a Constituent-based Tagging Scheme Track: Web Conen Analysis, Semanics and Knowledge Time Expression Recogniion Using a Consiuen-based Tagging Scheme Xiaoshi Zhong and Erik Cambria School of Compuer Science and Engineering Nanyang Technological

More information

STRING DESCRIPTIONS OF DATA FOR DISPLAY*

STRING DESCRIPTIONS OF DATA FOR DISPLAY* SLAC-PUB-383 January 1968 STRING DESCRIPTIONS OF DATA FOR DISPLAY* J. E. George and W. F. Miller Compuer Science Deparmen and Sanford Linear Acceleraor Cener Sanford Universiy Sanford, California Absrac

More information

Computer representations of piecewise

Computer representations of piecewise Edior: Gabriel Taubin Inroducion o Geomeric Processing hrough Opimizaion Gabriel Taubin Brown Universiy Compuer represenaions o piecewise smooh suraces have become vial echnologies in areas ranging rom

More information

Difficulty-aware Hybrid Search in Peer-to-Peer Networks

Difficulty-aware Hybrid Search in Peer-to-Peer Networks Difficuly-aware Hybrid Search in Peer-o-Peer Neworks Hanhua Chen, Hai Jin, Yunhao Liu, Lionel M. Ni School of Compuer Science and Technology Huazhong Univ. of Science and Technology {chenhanhua, hjin}@hus.edu.cn

More information

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version Tes - Accredied Configuraion Engineer (ACE) Exam - PAN-OS 6.0 Version ACE Exam Quesion 1 of 50. Which of he following saemens is NOT abou Palo Alo Neworks firewalls? Sysem defauls may be resored by performing

More information