Model-Based Pose Estimation by Consensus

Size: px
Start display at page:

Download "Model-Based Pose Estimation by Consensus"

Transcription

1 Model-Based Pose Estmaton by Consensus Anne Jorstad 1, Phlppe Burlna, I-Jeng Wang, Denns Lucarell, Danel DeMenthon 1 Appled Mathematcs and Scentfc Computaton, Unversty of Maryland College Park Johns Hopkns Appled Physcs Lab Abstract We present a system for determnng a consensus estmate of the pose of an object, as seen from multple cameras n a dstrbuted network. The cameras are ponted towards a 3D object defned by a confguraton of ponts, whch are assumed to be vsble and detected n all camera mages. The cameras are gven a model defnng the 3D confguraton of these object ponts, but do not know whch mage pont corresponds to whch object pont. Each camera estmates the pose of the object, then teratvely exchanges nformaton wth ts neghbors to arrve at a common decson of the pose over the network. We consder eght varatons of the consensus algorthm, and fnd that each converges to a more accurate result than do the ndvdual cameras alone on average. The method exchangng 3D world coordnates penalzed to agree wth the nput model provdes the most accurate results. If bandwdth s lmted, performng consensus over rotatons and translatons requres cameras to exchange only the sx values specfyng the sx degrees of freedom of the object pose, and performng consensus n SE(3) usng the Karcher mean s generally the best choce. We show further that nterleavng pose calculaton wth the consensus teratons mproves the fnal result when the mage nose s large. 1. INTRODUCTION We address the problem of recoverng the pose (poston and orentaton) of an object as vewed by a camera sensor network. It s assumed that the object fts entrely wthn the feld of vew of each camera, and each camera s gven a model of the object. Each camera s able to detect all model ponts n ts mage, but the correspondence between the mage ponts and the model ponts s not known. Each camera determnes ts own estmate of the object pose usng the SoftPost algorthm [], whch determnes the best ft of a known model to a set of feature ponts n an mage, and returns a rotaton matrx and translaton vector from the camera orgn. The cameras then share local pose estmates wth ther neghborng cameras n an teratve fashon, and nformaton s dspersed through the network usng varatons of the consensus algorthm [13]. We consder two classes of consensus approaches: those that pass the 3D world coordnates of the object between the cameras, and those that pass the rotaton matrces and translaton vectors themselves and perform consensus n the space of rotatons. We also look at the effect of nterleavng pose estmaton wth the consensus teratons. Consensus s reached when all cameras agree on a sngle pose, and the results of Monte Carlo smulatons for each consensus varaton are presented. We see that each consensus method converges to a more accurate result than do the ndvdual cameras alone on average, and performng consensus over penalzed world coordnates and usng the Karcher mean n SE(3) offer the best overall results. The dea of nodes n a network teratvely sharng nformaton wth ther neghbors to arrve at a common estmate has been addressed by several message passng algorthms ncludng the consensus algorthm [13]. Snce ts ntroducton, consensus has been appled and extended n several ways. The tradtonal consensus algorthm performs averagng n Eucldean spaces, but we also want to consder the space of rotatons, and an extenson usng a specal defnton of the mean on a Remannan manfolds was used n [17]. An alternate approach [18] was developed for performng consensus on the 3D specal orthogonal group, based on Karcher averagng [10] appled to pose estmaton. Reference [6] looked at the problem of network self-localzaton usng cameras and magnetometers n a dstrbuted fashon. A Kalman flter was cast nto a consensus algorthm n [1] [14] where each sensor estmate s based on ts own and ts neghbors nformaton. A dstrbuted optmzaton method was descrbed n [16] whch can also potentally be used for robust estmaton. Alternate message passng methods such as belef propagaton have also been wdely used for dstrbuted fuson [4] [5]. Computer vson research has made sgnfcant progress n estmatng pose nformaton n a scene observed by a set of cameras [7] [9]. Ths problem has seen the development of many algorthms, most of whch make the assumpton that a central computng entty has access to all cameras nput. Instead, we consder the same problem for a dstrbuted camera sensor network where connectvty between camera nodes s lmted, and there s no centralzed processng unt to collect data from each node and perform computatons. Each camera s responsble for ts own computaton (feature detecton and pose estmaton) and must then share and fuse data wth ts neghbors to collectvely arrve at a common estmate of the scene pose nformaton. Ths type of algorthm s useful for a number of applcatons, ncludng space exploraton (many robots collaboratng to repar a spacecraft), dsaster recovery (robots performng reconnassance and damage assessment after an earthquake), and vdeo survellance /08/$ IEEE 569 ISSNIP 008 Authorzed lcensed use lmted to: Unversty of Maryland College Park. Downloaded on August 0,010 at 17:00:33 UTC from IEEE Xplore. Restrctons apply.

2 . CAMERA AND NETWORK CONFIGURATION The camera network consdered here conssts of eght cameras ponted at a known object, see Fg. 1. The object fts completely wthn the feld of vew of each camera, and each camera s gven a model of the object as collecton of 3D ponts. All object ponts are vsble to all cameras, and no clutter ponts are added. The SoftPost algorthm used to fnd the ntal pose estmaton performs well when these assumptons are relaxed, but addng such extra unknowns complcates the comparson of camera network consensus algorthms. Each camera s able to convert ts pose estmaton to a common reference frame. Fg. 1: Vrtual setup of 8 cameras lookng at object wth 3 model ponts. Three dfferent network topologes were consdered. Dependng on the amount of connectvty between the cameras, the system wll reach consensus at dfferent rates, and the values at convergence wll dffer. Consensus theory tells us that λ, the second smallest egenvalue of the graph Laplacan L, sthe algebrac connectvty of the graph, and a larger λ wll lead to faster convergence [13]. The system wll converge as long as the network s connected. In the frst topology consdered, each camera s connected to two neghbors, formng one sngle graph cycle, and λ =0.5858, see Fg. (a). In the second, three cameras act as hubs, connected to every other camera, whle the other fve cameras are only connected to the hubs, λ =3, Fg. (b). In the thrd, the network s fully connected, λ =8,Fg.(c). (a) Sngle cycle (b) Three hubs (c) Fully connected Fg. : The three network topologes consdered. 3. INITIAL POSE ACQUISITION The SoftPost algorthm [] takes n a model of an object, specfed by a set of 3D object ponts, and a set of potental feature ponts n an mage, and determnes the best mageto-model feature correspondence and pose of the object that fts a subset of the feature ponts. A rotaton matrx R and a translaton vector T from the camera orgn are returned, along wth a correspondence matrx C matchng model ponts to feature ponts n the mage. Ths smultaneous pose and correspondence problem s formulated as a mnmzaton of a global objectve functon: N M E = c jk (d jk α) (1) j=1 k=1 where there are M model ponts, N mage ponts, c jk are elements of the correspondence matrx, d jk s the dstance between the observed mage pont j and the potental projected model pont k, and α s the error allowed n matchng ponts, whch depends on σ, the assumed standard devaton of the mage nose. The tradtonal Post algorthm [3] assumes that pont correspondences between the mage and model are known, and uses a scheme based on updatng scaled orthographc projectons to teratvely solve for the pose. A sngle Post step uses the homogeneous coordnate transformaton equaton to estmate the homogeneous scale from the current rotaton matrx and translaton vector, then uses ths scale to obtan a better estmate for the rotaton and translaton. The full SoftPost algorthm terates between Post, to determne pose, and determnstc annealng, to determne correspondences. Gven an ntal guess for pose, the algorthm determnes the dstances d jk whch are then used to predct the best correspondence c jk wth respect to a slowly ncreasng annealng varable β: c jk = exp [ β(d jk α)]. () Gven the current correspondences, a new predcton for the pose s found usng Post, whch then allows a new set of dstance values to be calculated. 4. CONSENSUS ALGORITHMS Once each camera has obtaned ts own predcton of the pose of the object, these estmates must be combned to generate a system-wde pose consensus. In a dstrbuted network, there s no centralzed processor. Instead, each camera can only communcate wth ts mmedate neghbors, and nformaton s propagated through the nodes. In the tradtonal consensus algorthm over N nodes [13], consensus s reached when all nodes agree on a sngle value, whch wll be equal to the average of all values n the network f the connectons between all nodes are equally weghted. To teratvely update each node n the network, the followng update scheme can be appled: + ɛ x (k+1) = x (k) (x (k) j j N x (k) ), (3) where k s the teraton number, ɛ s the step sze, N s the ndex set of the neghbors of node x, and the algorthm s ntalzed wth nodes x (0). To guarantee convergence, the postve step sze ɛ must be less than 1/Δ, where Δ s the maxmum degree of any node n the network [13]. It can be seen that ths update s a gradent descent method, mnmzng the followng objectve functon: φ(x 1,..., x N )= 1 a j (x x j ), (4),j 570 Authorzed lcensed use lmted to: Unversty of Maryland College Park. Downloaded on August 0,010 at 17:00:33 UTC from IEEE Xplore. Restrctons apply.

3 where a j are elements of the adjacency matrx defnng the network connectvty. The mnmum s attaned when all nodes agree on one consensus value. We study several varatons of the consensus algorthm for pose estmaton. Two classes of consensus schemes are consdered: consensus on 3D world coordnates, and consensus over rotatons. In the next sectons we use the followng notaton: M = number of model ponts; N = number of cameras; R = rotaton matrx from camera to the object; T = translaton vector from camera to the object; X,m = estmated 3D world coordnates of object pont m from camera, n a common reference frame; P m = actual 3D world coordnates of object pont m of the true soluton, n a common reference frame wth orgn P 0 ; Q m = nput 3D coordnates of model pont m, n a reference frame parallel to the common frame wth orgn Q 0. A. Consensus on World Coordnates 1) Unpenalzed Consensus on World Coordnates: The object model can be rotated and translated by the pose computed from SoftPost to provde 3D world coordnates for every model pont of the ntal estmate from each camera. Ths consensus algorthm performs ts averagng over these coordnates drectly, as n (3). The update equaton s: X (k+1),m = X (k),m + ɛ j N ( X (k) j,m X (k),m ), (5) where the algorthm s ntalzed by the SoftPost output ponts X (0),m. Consensus s reached when the dfference between estmates of neghborng connected cameras s suffcently small. ) Penalzed Consensus on World Coordnates Usng the Model: The frst method (5) makes no guarantee that the fnal soluton s consstent wth the object model. To rectfy ths, we add to the mnmzaton equaton (4) a term whch penalzes any dscrepances wth the model, weghted by penalty constant γ [0, 1]. The penalty s measured n relaton to model pont Q 0, the orgn of the model coordnate system. Ths s the pont that the Post algorthm uses to construct the translaton from the camera to the object, and s generally the most accurate pont of the SoftPost estmaton. The objectve functon wth regard to object pont m becomes: φ( X 1,m,..., X N,m )= 1 a j X,m X j,m (6),j + γ 1 ( X,m X,0 ) ( Q m Q 0 ). If γ =0, we have the orgnal consensus as n (5), and as γ gets larger the consensus result conforms more to the model. If γ =1, the consensus algorthm s equvalent to performng consensus over the locatons of the model reference ponts X,0 alone, and then smply addng n the rest of the nput model as defned by the nternal model vectors Q m. The penalty constant γ s therefore a measure of the user s confdence n the model. Convergence wll be reached for all γ [0, 1], as both endponts follow the tradtonal consensus algorthm, and all values n between result n a quadratc programmng problem. In ths study, γ = Applyng the gradent descend method to (6), the penalzed update equaton s: X (k+1),m B. Consensus over Rotatons = X (k),m + ɛ j N ( X (k) j,m X (k),m ) (7) ɛγ[( X (k),m X (k),0 ) ( Q m Q 0 )]. Instead of averagng the 3D world space coordnates, the consensus can take place over the rotatons and translatons themselves. A rotaton and a translaton each have three degrees of freedom, so performng consensus teratons over the rotatons and translatons conssts of passng sx arguments, nstead of the 3D coordnates of M model ponts, and n general, 6 3M. It can be shown [11] that rotatons and translatons can be averaged separately to acheve the correct fnal result. Each element of the translaton vector can be averaged just lke the world coordnates n (5): (k+1) T = T (k) + ɛ j T (k) ). (8) j N ( T (k) Elements of a rotaton matrx cannot be averaged so drectly. Dong so does not produce meanngful values, and generally does not return a vald rotaton matrx. Instead, rotaton calculatons must be completed n an approprate, non- Eucldean space. 1) Consensus n Axs-Angle Representaton: Any rotaton nduced by a rotaton matrx R can be represented by an angle θ and a normalzed axs of rotaton u [15]: ( ) trace(r) 1 θ = cos 1, (9) u = 1 R 3, R,3 R 1,3 R 3,1 sn(θ) R,1 R 1,, (10) and from Rodrgues rotaton formula: 0 u(3) u() R = u(3) 0 u(1) sn(θ)+[i u u T ]cos(θ)+ u u T. u() u(1) 0 (11) In ths sense rotatons can be summed as follows, usng scaled rotaton vectors θ u : N u sum = θ u, (1) =1 θ ave = 1 N u sum, (13) 571 Authorzed lcensed use lmted to: Unversty of Maryland College Park. Downloaded on August 0,010 at 17:00:33 UTC from IEEE Xplore. Restrctons apply.

4 1 u ave = θ ave N u sum. (14) The consensus update step then becomes: (θ u ) (k+1) =(θ u ) (k) + ɛ j N (θ j u j ) (k) (15) where θ and u at consensus can be determned by normalzng the resultng vector, and these can be converted back to a tradtonal rotaton matrx usng equaton (11). Ths method produces an exact barycentrc average n the space of rotatons, but t cannot take nto account the contnuous equvalence of θ across 0 = π, so boundary condtons skew the result away from the true average [15]. ) Consensus n SE(3) usng the Karcher Mean: In order to calculate the true mean of a set of rotatons n the manfold of rotaton matrces, known as SO(3), we consder the Remannan dstance between rotatons [1]. Ths dstance s the length of the shortest geodesc curve connectng rotatons whch les entrely wthn SO(3). The element of SO(3) whch mnmzes the sum of squared dstances between tself and all members of a set of rotatons s called the Karcher mean [10] of the set. SO(3) s a Le group, and so(3), the space of skew symmetrc matrces, s ts correspondng Le algebra. Ths means that a metrc can be defned over elements n each, and the Karcher mean can be calculated wth the help of these algebrac constructs. The space of rotaton matrces n SO(3) plus 3D vectors n R 3 s referred to jontly as SE(3). Elements n so(3) can be consdered as a matrx, ŵ, or as a vector, w: ŵ = 0 w 3 w w 3 0 w 1, (16) w w 1 0 w = w 1 w. (17) w 3 The log() functon converts elements of SO(3) to so(3). Wth θ defned n (9), log(r) s equal to u n (10): log(r) = u. (18) The exp() functon converts elements of so(3) to SO(3): θ = w, (19) exp(w) =I +ŵsn(θ)+ŵ (1 cos(θ)). (0) It s straghtforward to verfy that exp(w) n (0) s equvalent to the defnton for R n (11), gven w =1.But here the consensus updates wll be performed on the manfold. As n [18], one verson of the consensus update s: R (k+1) = R (k) exp ɛ [ ] (R T ) (k) R (k) j, (1) j N log but the result of these teratons s just an approxmaton to the Karcher mean. To calculate the true mean, we use the output of the above teratons to start each camera s approxmaton wth the same ntal value that s close to the true average. The second set of teratons use the nput R (0) j : R (k+1) = R (k) exp 1 N j N log [ (R T ) (k) R (0) j ]. () These teratons converge to the true Karcher mean n the manfold. Consensus n both cases s reached when the sum of the terms nsde the exp() s suffcently small. Remark: Consensus n Quaternons: Takng a drect lnear average of quaternons s fundamentally an approxmaton [8]. Although the approxmaton s good for small angles, the naccuracy can be sgnfcant for large angles. Our experments demonstrated that consensus n quaternons s sgnfcantly less accurate than all other methods presented here, and quaternons wll not be dscussed further. C. Interleavng Post Iteratons Dependng on the nput and constrants mposed on SoftPost, the pose or correspondences returned mght not be close to the true soluton. Such an ncorrect soluton negatvely nfluences the consensus average, and the pose of these solutons should be further modfed durng the consensus teratons. Ths s acheved by nsertng a Post step between each consensus step. Post s the part of the SoftPost algorthm that adjusts the pose, assumng pont correspondences are known. For each camera, the Post teraton realgns the pose to better match the object pont locatons from the orgnal nput mage, to locally rectfy some of the error generated by the consensus process. Algorthm: 1) SoftPost on each camera R (0),T (0) ) Iterate for each camera: a) Consensus: update from neghbors R (ka),t (ka) b) Post: update own estmate from mage R (k b),t (k b) Interleavng Post steps wthn the consensus algorthm helps rectfy faulty pose estmates, as the ncomng nformaton from other cameras can pull a bad estmate out of a local mnmum and encourage t to converge to a more globally accurate soluton. However, as correspondences are not changed, ths addton has only lmted effectveness. In fact, we wll see that addng Post teratons s only a good dea when the amount of nose n the orgnal mages s large. 5. EXPERIMENTS A vrtual system was constructed n whch a known object wth 3 model ponts was vewed by eght arbtrarly placed cameras between three and seven tmes the sze of the object away from the object, see Fg. 1. Each camera s calbrated, facng the object, and the object fts completely wthn each 57 Authorzed lcensed use lmted to: Unversty of Maryland College Park. Downloaded on August 0,010 at 17:00:33 UTC from IEEE Xplore. Restrctons apply.

5 camera s feld of vew. For each camera, mean zero random nose wth standard devaton σ =, 4, 8, 1 was added, and 50 SoftPost trals were run for each case, wth the output then beng fed nto each consensus algorthm. At frst, each camera was allowed to communcate wth only two neghbors, formng a sngle cycle network topology, as n Fg. (a). Each of the descrbed consensus methods was run on ts own, and agan nterleavng Post steps. Trals were repeated wth the dstances from the cameras to the object multpled by three. All errors are computed as the dfference between the coordnates of each estmated object pont at consensus, X m, and the true coordnates n 3D world space, P m. We compare the average error and the maxmum error for each class of trals: E ave = 1 M X m P m, (3) M m=1 E max =max m X m P m. (4) As a baselne, we consder the average error from an ndvdual camera, calculated by takng the average and maxmum of the above errors over all ponts from each camera s SoftPost output, and referred to n the plots as Drect Averagng: E DrectAve = 1 MN M m=1 =1 N X,m P m. (5) The consensus result wll return the average error of each data pont over all cameras, whch s n general smaller than (5): E ConsensusAve = 1 M 1 N X,m P m. (6) M N m=1 =1 The results for the closer cameras are presented n Fg. 3. Smlar results were obtaned for the further cameras, but wth larger overall errors as expected. In Fg. 4, the errors from all methods are plotted together for comparson. We see that all consensus methods result n less error on average than the drect average error from the ndvdual cameras. Performng consensus usng penalzed world coordnates produces the lowest error on average for every class of trals. However, the results are not very dstnct from the other methods when the mage nose level s low or the cameras are close to the object, especally when consderng the overlap of the dstrbutons of errors. Addng Post steps appears to be a bad dea when there s not much mage nose, but a better dea as the nose ncreases. In the trals wth large nose standard devaton, the translaton output from SoftPost s reasonable, but the rotatons are often qute far off, so addng Post teratons benefts some of these cases. If communcatons between cameras have lmted bandwdth, then t s desrable to pass as lttle nformaton as possble between the cameras. Usng penalzed world coordnates, 3M values must be exchanged for a model wth M model ponts. However, usng ether of the methods that perform consensus over rotatons, only 6 values need to be exchanged (a 3D translaton vector plus 3 angles of rotaton). Consensus (a) std of mage nose = (b) std of mage nose = 4 (c) std of mage nose = 8 (d) std of mage nose = 1 Fg. 3: The average errors (left plot) and maxmum errors (rght plot) n pxels are presented for each nose standard devaton, wth an error bar denotng the 1st quartle, medan, 3rd quartle, wth cameras placed 3 to 7 tmes the sze of the object away from the object. Fg. 4: Average and maxmum errors from each consensus method plotted together, wth cameras placed 3 to 7 tmes the sze of the object away. 573 Authorzed lcensed use lmted to: Unversty of Maryland College Park. Downloaded on August 0,010 at 17:00:33 UTC from IEEE Xplore. Restrctons apply.

6 (a) std of mage nose = 4 (b) std of mage nose = 8 Fg. 5: For each network topology, each consensus method s plotted aganst the average number of teratons (left plot), and the average errors (rght plot), for two mage nose standard devatons. The consensus methods are ordered along the x-axs as defned n Fg. 3. n SE(3) usng the Karcher mean s seen to perform slghtly better on average than the Axs-Angle method. When comparng the three topologes from Fg., all show smlar errors, but the fully connected network wth the largest λ converges n the fewest number of teratons, whle the sngle cycle network wth sgnfcantly fewer edges converges the slowest. The error between the true soluton and the fnal result from the sngle cycle s on average slghtly less than the others for the nonstandard consensus methods. See Fg. 5 for results. The bottleneck of the proposed algorthm s the SoftPost step, whch s really preprocessng for the consensus methods. Each consensus method takes very lttle tme to converge, see Table 1. Addng Post steps takes approxmately 30% longer to converge. Performng consensus over rotatons s faster than over world coordnates, because only sx data ponts need to be exchanged at each step. TABLE 1: AVERAGE TIMES TO CONVERGENCE FOR EACH METHOD WITH NO POSIT STEPS, AS RUN IN MATLAB ON A DESKTOP PC. World Coordnates Penalzed WCs Axs-Angle SE(3) Tme (seconds) CONCLUSIONS We have presented a set of algorthms for determnng the pose of a known object as seen from several cameras n a decentralzed network. All consensus methods presented converge to a more accurate result than do the ndvdual cameras alone on average. Performng consensus over world coordnates penalzed by an object model was found to result n the lowest overall error, but ths method requres exchangng three values for every model pont at every teraton, whch can be slow and requre sgnfcant bandwdth. If the system s bandwdth-lmted, t s nstead desrable to perform consensus over the rotaton and translaton of the object n a common reference frame, as ths requres exchangng only sx values n total. We see that performng consensus n SE(3) usng the Karcher mean produces good results n ths lmted bandwdth settng. The average error of ths method s comparable to that of the penalzed world coordnates method for low and mdrange mage qualtes, and ths method performs the fastest out of all tested. As the nose level of the nput mages ncreases, t s benefcal to add Post steps whch reference the orgnal nput mages between consensus steps, to help rectfy some of the error returned from the orgnal SoftPost pose estmate. The number of teratons requred for convergence can be decreased by ncreasng the connectvty of the camera network. ACKNOWLEDGMENTS We wsh to thank R. Tron, R. Vdal and A. Terzs for kndly makng ther code avalable as descrbed n [18]. REFERENCES [1] R. Carl, A. Chuso, L. Schenato, S. Zamper. Dstrbuted Kalman Flterng Based on Consensus Strateges. IEEE Journal on Selected Areas n Communcatons, vol. 6, May 008. [] P. Davd, D. DeMenthon, R. Duraswam, H. Samet. Softpost: Smultaneous Pose and Correspondence Determnaton. Internatonal Journal of Computer Vson, 59, No. 3, pp , September-October 004. [3] D. DeMenthon, L.S. Davs. Model-Based Object Pose n 5 Lnes of Code. Internatonal Journal of Computer Vson, pp , June [4] D. Devarajan, R. Radke. Calbratng Dstrbuted Camera Networks Usng Belef Propagaton. EURASIP Journal of Appled Sgnal Processng, 007. [5] D. Devarajan, R. Radke, H. Chung. Dstrbuted Metrc Calbraton of Ad-Hoc Camera Networks. ACM Transactons on Sensor Networks, vol., no. 3, pp , 006. [6] R. Farrell, R. Garca, D. Lucarell, A. Terzs, and I-J. Wang. Localzaton n Mult-Modal Sensor Networks. Thrd Internatonal Conference on Intellgent Sensors, Sensor Networks and Informaton Processng, 007. [7] O. Faugeras. Three-Dmensonal Computer Vson: A Geometrc Vewpont. MIT press, [8] C. Gramkow. On Averagng Rotatons. Journal of Mathematcal Imagng and Vson, vol. 15, pp. 7-16, 001. [9] R. Hartley, A. Zsserman. Multple Vew Geometry n Computer Vson. Cambrdge Unversty Press, 004. [10] H. Karcher. Remannan Center of Mass and Mollfer Smoothng. Communcatons on Pure and Appled Mathematcs, vol. 30, [11] Y. Ma, J. Košecká, S. Sastry. Optmzaton Crtera and Geometrc Algorthms for Moton and Structure Estmaton. Internatonal Journal of Computer Vson, vol. 44, No. 3, pp , September 001. [1] M. Moakher. Means and Averagng n the Group of Rotatons. Sam Journal on Matrx Analyss and Applcatons, vol. 4, No. 1, 00. [13] R. Olfat-Saber, J.A. Fax, R. Murray. Consensus and Cooperaton n Networked Mult-Agent Systems. Proceedngs of the IEEE, Vol. 95, No. 1, pp , January 007. [14] R. Olfat-Saber. Dstrbuted Kalman Flter wth Embedded Consensus Flters. IEEE Conference on Decson and Control, 005. [15] X. Pennec, N. Ayache. Unform Dstrbuton, Dstance and Expectaton Problems for Geometrc Features Processng. Journal of Mathematcal Imagng and Vson, vol. 9, pp. 4967, [16] M. Rabbat, R. Nowak. Dstrbuted Optmzaton n Sensor Networks. Proceedngs of the Thrd Internatonal Symposum on Informaton Processng n Sensor Networks, Aprl 004. [17] A. Sarlette, R. Sepulchre. Consensus Optmzaton on Manfolds. SIAM Journal of Control and Optmzaton, 008. [18] R. Tron, R. Vdal, A. Terzs. Dstrbuted Pose Averagng n Camera Networks Va Consensus on SE(3). IEEE Internatonal Conference on Dstrbuted Smart Cameras, September Authorzed lcensed use lmted to: Unversty of Maryland College Park. Downloaded on August 0,010 at 17:00:33 UTC from IEEE Xplore. Restrctons apply.

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

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

More information

CS 534: Computer Vision Model Fitting

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

More information

Support Vector Machines

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

More information

DISTRIBUTED POSE AVERAGING IN CAMERA NETWORKS VIA CONSENSUS ON SE(3)

DISTRIBUTED POSE AVERAGING IN CAMERA NETWORKS VIA CONSENSUS ON SE(3) DISTRIBUTED POSE AVERAGING IN CAMERA NETWORKS VIA CONSENSUS ON SE(3) Roberto Tron, René Vdal Center for Imagng Scence Johns Hopns Unversty Baltmore MD 21218, USA Andreas Terzs Computer Scence Department

More information

DISTRIBUTED POSE AVERAGING IN CAMERA SENSOR NETWORKS USING CONSENSUS ON MANIFOLDS

DISTRIBUTED POSE AVERAGING IN CAMERA SENSOR NETWORKS USING CONSENSUS ON MANIFOLDS DISTRIBUTED POSE AVERAGING IN CAMERA SENSOR NETWORKS USING CONSENSUS ON MANIFOLDS Roberto Tron, René Vdal Johns Hopns Unversty Center for Imagng Scence 32B Clar Hall, 34 N. Charles St., Baltmore MD 21218,

More information

Structure from Motion

Structure from Motion Structure from Moton Structure from Moton For now, statc scene and movng camera Equvalentl, rgdl movng scene and statc camera Lmtng case of stereo wth man cameras Lmtng case of multvew camera calbraton

More information

Accounting for the Use of Different Length Scale Factors in x, y and z Directions

Accounting for the Use of Different Length Scale Factors in x, y and z Directions 1 Accountng for the Use of Dfferent Length Scale Factors n x, y and z Drectons Taha Soch (taha.soch@kcl.ac.uk) Imagng Scences & Bomedcal Engneerng, Kng s College London, The Rayne Insttute, St Thomas Hosptal,

More information

A Binarization Algorithm specialized on Document Images and Photos

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

More information

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

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

More information

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning Computer Anmaton and Vsualsaton Lecture 4. Rggng / Sknnng Taku Komura Overvew Sknnng / Rggng Background knowledge Lnear Blendng How to decde weghts? Example-based Method Anatomcal models Sknnng Assume

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

More information

A Robust Method for Estimating the Fundamental Matrix

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

More information

Hermite Splines in Lie Groups as Products of Geodesics

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

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

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

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

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

More information

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

More information

LECTURE : MANIFOLD LEARNING

LECTURE : MANIFOLD LEARNING LECTURE : MANIFOLD LEARNING Rta Osadchy Some sldes are due to L.Saul, V. C. Raykar, N. Verma Topcs PCA MDS IsoMap LLE EgenMaps Done! Dmensonalty Reducton Data representaton Inputs are real-valued vectors

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

More information

Angle-Independent 3D Reconstruction. Ji Zhang Mireille Boutin Daniel Aliaga

Angle-Independent 3D Reconstruction. Ji Zhang Mireille Boutin Daniel Aliaga Angle-Independent 3D Reconstructon J Zhang Mrelle Boutn Danel Alaga Goal: Structure from Moton To reconstruct the 3D geometry of a scene from a set of pctures (e.g. a move of the scene pont reconstructon

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

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

More information

Multi-view 3D Position Estimation of Sports Players

Multi-view 3D Position Estimation of Sports Players Mult-vew 3D Poston Estmaton of Sports Players Robbe Vos and Wlle Brnk Appled Mathematcs Department of Mathematcal Scences Unversty of Stellenbosch, South Afrca Emal: vosrobbe@gmal.com Abstract The problem

More information

Line-based Camera Movement Estimation by Using Parallel Lines in Omnidirectional Video

Line-based Camera Movement Estimation by Using Parallel Lines in Omnidirectional Video 01 IEEE Internatonal Conference on Robotcs and Automaton RverCentre, Sant Paul, Mnnesota, USA May 14-18, 01 Lne-based Camera Movement Estmaton by Usng Parallel Lnes n Omndrectonal Vdeo Ryosuke kawansh,

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

Active Contours/Snakes

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

More information

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

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

More information

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

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

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

More information

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

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

More information

Parallel matrix-vector multiplication

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

More information

Mathematics 256 a course in differential equations for engineering students

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

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

A Comparison and Evaluation of Three Different Pose Estimation Algorithms In Detecting Low Texture Manufactured Objects

A Comparison and Evaluation of Three Different Pose Estimation Algorithms In Detecting Low Texture Manufactured Objects Clemson Unversty TgerPrnts All Theses Theses 12-2011 A Comparson and Evaluaton of Three Dfferent Pose Estmaton Algorthms In Detectng Low Texture Manufactured Objects Robert Krener Clemson Unversty, rkrene@clemson.edu

More information

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem Ecent Computaton of the Most Probable Moton from Fuzzy Correspondences Moshe Ben-Ezra Shmuel Peleg Mchael Werman Insttute of Computer Scence The Hebrew Unversty of Jerusalem 91904 Jerusalem, Israel Emal:

More information

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

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

More information

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros.

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros. Fttng & Matchng Lecture 4 Prof. Bregler Sldes from: S. Lazebnk, S. Setz, M. Pollefeys, A. Effros. How do we buld panorama? We need to match (algn) mages Matchng wth Features Detect feature ponts n both

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

An Image Fusion Approach Based on Segmentation Region

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

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

Calibrating a single camera. Odilon Redon, Cyclops, 1914

Calibrating a single camera. Odilon Redon, Cyclops, 1914 Calbratng a sngle camera Odlon Redon, Cclops, 94 Our goal: Recover o 3D structure Recover o structure rom one mage s nherentl ambguous??? Sngle-vew ambgut Sngle-vew ambgut Rashad Alakbarov shadow sculptures

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

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

More information

Load-Balanced Anycast Routing

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

More information

Smoothing Spline ANOVA for variable screening

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

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

S1 Note. Basis functions.

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

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

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

More information

Load Balancing for Hex-Cell Interconnection Network

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

More information

MOTION BLUR ESTIMATION AT CORNERS

MOTION BLUR ESTIMATION AT CORNERS Gacomo Boracch and Vncenzo Caglot Dpartmento d Elettronca e Informazone, Poltecnco d Mlano, Va Ponzo, 34/5-20133 MILANO boracch@elet.polm.t, caglot@elet.polm.t Keywords: Abstract: Pont Spread Functon Parameter

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

The Codesign Challenge

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

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

Lecture 5: Multilayer Perceptrons

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

More information

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

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

More information

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

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

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

Lecture #15 Lecture Notes

Lecture #15 Lecture Notes Lecture #15 Lecture Notes The ocean water column s very much a 3-D spatal entt and we need to represent that structure n an economcal way to deal wth t n calculatons. We wll dscuss one way to do so, emprcal

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

More information

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

More information

Edge Detection in Noisy Images Using the Support Vector Machines

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

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

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

More information

CS246: Mining Massive Datasets Jure Leskovec, Stanford University

CS246: Mining Massive Datasets Jure Leskovec, Stanford University CS46: Mnng Massve Datasets Jure Leskovec, Stanford Unversty http://cs46.stanford.edu /19/013 Jure Leskovec, Stanford CS46: Mnng Massve Datasets, http://cs46.stanford.edu Perceptron: y = sgn( x Ho to fnd

More information

Biostatistics 615/815

Biostatistics 615/815 The E-M Algorthm Bostatstcs 615/815 Lecture 17 Last Lecture: The Smplex Method General method for optmzaton Makes few assumptons about functon Crawls towards mnmum Some recommendatons Multple startng ponts

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

More information

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

More information

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016)

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016) Technsche Unverstät München WSe 6/7 Insttut für Informatk Prof. Dr. Thomas Huckle Dpl.-Math. Benjamn Uekermann Parallel Numercs Exercse : Prevous Exam Questons Precondtonng & Iteratve Solvers (From 6)

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

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

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

More information

Feature Reduction and Selection

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

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

New Extensions of the 3-Simplex for Exterior Orientation

New Extensions of the 3-Simplex for Exterior Orientation New Extensons of the 3-Smplex for Exteror Orentaton John M. Stenbs Tyrone L. Vncent Wllam A. Hoff Colorado School of Mnes jstenbs@gmal.com tvncent@mnes.edu whoff@mnes.edu Abstract Object pose may be determned

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

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

More information

Fitting: Deformable contours April 26 th, 2018

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

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

Computer Vision. Exercise Session 1. Institute of Visual Computing

Computer Vision. Exercise Session 1. Institute of Visual Computing Computer Vson Exercse Sesson 1 Organzaton Teachng assstant Basten Jacquet CAB G81.2 basten.jacquet@nf.ethz.ch Federco Camposeco CNB D12.2 fede@nf.ethz.ch Lecture webpage http://www.cvg.ethz.ch/teachng/compvs/ndex.php

More information

STRUCTURE and motion problems form a class of geometric

STRUCTURE and motion problems form a class of geometric IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 30, NO. 9, SEPTEMBER 008 1603 Multple-Vew Geometry under the L 1 -Norm Fredrk Kahl and Rchard Hartley, Senor Member, IEEE Abstract Ths

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

LS-TaSC Version 2.1. Willem Roux Livermore Software Technology Corporation, Livermore, CA, USA. Abstract

LS-TaSC Version 2.1. Willem Roux Livermore Software Technology Corporation, Livermore, CA, USA. Abstract 12 th Internatonal LS-DYNA Users Conference Optmzaton(1) LS-TaSC Verson 2.1 Wllem Roux Lvermore Software Technology Corporaton, Lvermore, CA, USA Abstract Ths paper gves an overvew of LS-TaSC verson 2.1,

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

ScienceDirect. The Influence of Subpixel Corner Detection to Determine the Camera Displacement

ScienceDirect. The Influence of Subpixel Corner Detection to Determine the Camera Displacement Avalable onlne at www.scencedrect.com ScenceDrect Proceda Engneerng ( ) 8 8 th DAAAM Internatonal Symposum on Intellgent Manufacturng and Automaton, DAAAM The Influence of Subpxel Corner Detecton to Determne

More information

Robust Computation and Parametrization of Multiple View. Relations. Oxford University, OX1 3PJ. Gaussian).

Robust Computation and Parametrization of Multiple View. Relations. Oxford University, OX1 3PJ. Gaussian). Robust Computaton and Parametrzaton of Multple Vew Relatons Phl Torr and Andrew Zsserman Robotcs Research Group, Department of Engneerng Scence Oxford Unversty, OX1 3PJ. Abstract A new method s presented

More information

Support Vector Machines. CS534 - Machine Learning

Support Vector Machines. CS534 - Machine Learning Support Vector Machnes CS534 - Machne Learnng Perceptron Revsted: Lnear Separators Bnar classfcaton can be veed as the task of separatng classes n feature space: b > 0 b 0 b < 0 f() sgn( b) Lnear Separators

More information

Calibration of an Articulated Camera System with Scale Factor Estimation

Calibration of an Articulated Camera System with Scale Factor Estimation Calbraton of an Artculated Camera System wth Scale Factor Estmaton CHEN Junzhou, Kn Hong WONG arxv:.47v [cs.cv] 7 Oct Abstract Multple Camera Systems (MCS) have been wdely used n many vson applcatons and

More information

Calibration of an Articulated Camera System

Calibration of an Articulated Camera System Calbraton of an Artculated Camera System CHEN Junzhou and Kn Hong WONG Department of Computer Scence and Engneerng The Chnese Unversty of Hong Kong {jzchen, khwong}@cse.cuhk.edu.hk Abstract Multple Camera

More information

IMPROVING AND EXTENDING THE INFORMATION ON PRINCIPAL COMPONENT ANALYSIS FOR LOCAL NEIGHBORHOODS IN 3D POINT CLOUDS

IMPROVING AND EXTENDING THE INFORMATION ON PRINCIPAL COMPONENT ANALYSIS FOR LOCAL NEIGHBORHOODS IN 3D POINT CLOUDS IMPROVING AND EXTENDING THE INFORMATION ON PRINCIPAL COMPONENT ANALYSIS FOR LOCAL NEIGHBORHOODS IN 3D POINT CLOUDS Davd Belton Cooperatve Research Centre for Spatal Informaton (CRC-SI) The Insttute for

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

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

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

More information

Recognizing Faces. Outline

Recognizing Faces. Outline Recognzng Faces Drk Colbry Outlne Introducton and Motvaton Defnng a feature vector Prncpal Component Analyss Lnear Dscrmnate Analyss !"" #$""% http://www.nfotech.oulu.f/annual/2004 + &'()*) '+)* 2 ! &

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CPS 0 Introducton to Computer Scence Lecture Notes Chapter : Algorthm Desgn How should we present algorthms? Natural languages lke Englsh, Spansh, or French whch are rch n nterpretaton and meanng are not

More information