Particle-based Variational Inference for Continuous Systems

Size: px
Start display at page:

Download "Particle-based Variational Inference for Continuous Systems"

Transcription

1 Particle-baed Variational Inference for Continuou Sytem Alexander T. Ihler Dept. of Computer Science Univ. of California, Irvine Andrew J. Frank Dept. of Computer Science Univ. of California, Irvine Padhraic Smyth Dept. of Computer Science Univ. of California, Irvine Abtract Since the development of loopy belief propagation, there ha been coniderable work on advancing the tate of the art for approximate inference over ditribution defined on dicrete random variable. Improvement include guarantee of convergence, approximation that are provably more accurate, and bound on the reult of exact inference. However, extending thee method to continuou-valued ytem ha lagged behind. While everal method have been developed to ue belief propagation on ytem with continuou value, recent advance for dicrete variable have not a yet been incorporated. In thi context we extend a recently propoed particle-baed belief propagation algorithm to provide a general framework for adapting dicrete meage-paing algorithm to inference in continuou ytem. The reulting algorithm behave imilarly to their purely dicrete counterpart, extending the benefit of thee more advanced inference technique to the continuou domain. Introduction Graphical model have proven themelve to be an effective tool for repreenting the underlying tructure of probability ditribution and organizing the computation required for exact and approximate inference. Early example of the ue of graph tructure for inference include join or junction tree [] for exact inference, Markov chain Monte Carlo (MCMC) method [2], and variational method uch a mean field and tructured mean field approache [3]. Belief propagation (BP), originally propoed by Pearl [], ha gained in popularity a a method of approximate inference, and in the lat decade ha led to a number of more ophiticated algorithm baed on conjugate dual formulation and free energy approximation [4, 5, 6]. However, the progre on approximate inference in ytem with continuou random variable ha not kept pace with that for dicrete random variable. Some method, uch a MCMC technique, are directly applicable to continuou domain, while other uch a belief propagation have approximate continuou formulation [7, 8]. Sample-baed repreentation, uch a are ued in particle filtering, are particularly appealing a they are relatively eay to implement, have few numerical iue, and have no inherent ditributional aumption. Our aim i to extend particle method to take advantage of recent advance in approximate inference algorithm for dicrete-valued ytem. Several recent algorithm provide ignificant advantage over loopy belief propagation. Doubleloop algorithm uch a CCCP [9] and UPS [] ue the ame approximation a BP but guarantee convergence. More general approximation can be ued to provide theoretical bound on the reult of exact inference [5, 3] or are guaranteed to improve the quality of approximation [6], allowing an informed trade-off between computation and accuracy. Like belief propagation, they can be formulated a local meage-paing algorithm on the graph, making them amenable to parallel computation [] or inference in ditributed ytem [2, 3].

2 In hort, the algorithmic characteritic of thee recently-developed algorithm are often better, or at leat more flexible, than thoe of BP. However, thee method have not been applied to continuou random variable, and in fact thi ubject wa one of the open quetion poed at a recent NIPS workhop [4]. In order to develop particle-baed approximation for thee algorithm, we focu on one particular technique for concretene: tree-reweighted belief propagation (TRW) [5]. TRW repreent one of the earliet of a recent cla of inference algorithm for dicrete ytem, but a we dicu in Section 2.2 the extenion of TRW can be incorporated into the ame framework if deired. The baic idea of our algorithm i imple and extend previou particle formulation of exact inference [5] and loopy belief propagation [6]. We ue collection of ample drawn from the continuou tate pace of each variable to define a dicrete problem, lifting the inference tak from the original pace to a retricted, dicrete domain on which TRW can be performed. At any point, the current reult of the dicrete inference can be ued to re-elect the ample point from a variable continuou domain. Thi iterative interaction between the ample location and the dicrete meage produce a dynamic dicretization that adapt itelf to the inference reult. We demontrate that TRW and imilar method can be naturally incorporated into the lifted, dicrete phae of particle belief propagation and that they confer imilar benefit on the continuou problem a hold in truly dicrete ytem. To thi end we meaure the performance of the algorithm on an Iing grid, an analogou continuou model, and the enor localization problem. In each cae, we how that tree-reweighted particle BP exhibit behavior imilar to TRW and produce ignificantly more robut marginal etimate than ordinary particle BP. 2 Graphical Model and Inference Graphical model provide a convenient formalim for decribing tructure within a probability ditribution p(x) defined over a et of variable X = {x,..., x n }. Thi tructure can then be applied to organize computation over p(x) and contruct efficient algorithm for many inference tak, including optimization to find a maximum a poteriori (MAP) configuration, marginalization, or computing the likelihood of oberved data. 2. Factor Graph Factor graph [7] are a particular type of graphical model that decribe the factorization tructure of the ditribution p(x) uing a bipartite graph coniting of factor node and variable node. Specifically, uppoe uch a graph G conit of factor node F = {f,..., f m } and variable node X = {x,..., x n }. Let X u X denote the neighbor of factor node f u and F F denote the neighbor of variable node x. Then, G i conitent with a ditribution p(x) if and only if p(x,..., x n ) = m f u (X u ). () Z In a common abue of notation, we ue the ame ymbol to repreent each variable node and it aociated variable x, and imilarly for each factor node and it aociated function f u. Each factor f u correpond to a trictly poitive function over a ubet of the variable. The graph connectivity capture the conditional independence tructure of p(x), enabling the development of efficient exact and approximate inference algorithm [, 7, 8]. The quantity Z, called the partition function, i alo of importance in many problem; for example in normalized ditribution uch a Baye net, it correpond to the probability of evidence and can be ued for model comparion. A common inference problem i that of computing the marginal ditribution of p(x). Specifically, for each variable x we are intereted in computing the marginal ditribution p (x ) = p(x) X. X\x For dicrete-valued variable X, the integral i replaced by a ummation. When the variable are dicrete and the graph G repreenting p(x) form a tree (G ha no cycle), marginalization can be performed efficiently uing the belief propagation or um-product algorithm [, 7]. For inference in more general graph, the junction tree algorithm [9] create a u= 2

3 tree-tructured hypergraph of G and then perform inference on thi hypergraph. The computational complexity of thi proce i O(nd b ), where d i the number of poible value for each variable and b i the maximal clique ize of the hypergraph. Unfortunately, for even moderate value of d, thi complexity become prohibitive for even relatively mall b. 2.2 Approximate Inference Loopy BP [] i a popular alternative to exact method and proceed by iteratively paing meage between variable and factor node in the graph a though the graph were a tree (ignoring cycle). The algorithm i exact when the graph i tree-tructured and can provide excellent approximation in ome cae even when the graph ha loop. However, in other cae loopy BP may perform poorly, have multiple fixed point, or fail to converge at all. Many of the more recent varietie of approximate inference are framed explicitly a an optimization of local approximation over locally defined cot function. Variational or free-energy baed approache convert the problem of exact inference into the optimization of a free energy function over the et of realizable marginal ditribution M, called the marginal polytope [8]. Approximate inference then correpond to approximating the contraint et and/or energy function. Formally, max E µ[log P (X)] + H(µ) max E µ [log P (X)] + Ĥ(µ) µ M µ M where H i the entropy of the ditribution correponding to µ. Since the olution µ may not correpond to the marginal of any conitent joint ditribution, thee approximate marginal are typically referred to a peudomarginal. If both the contraint in M and approximate entropy Ĥ decompoe locally on the graph, the optimization proce can be interpreted a a meage-paing procedure, and i often performed uing fixed-point equation like thoe of BP. Belief propagation can be undertood in thi framework a correponding to an outer approximation M M enforcing local conitency and the Bethe approximation to H [4]. Thi viewpoint provide a clear path to directly improve upon the propertie of BP, leading to a number of different algorithm. For example, CCCP [9] and UPS [] make the ame approximation but ue an alternative, direct optimization procedure to enure convergence. Fractional belief propagation [2] correpond to a more general Bethe-like approximation with additional parameter, which can be modified to enure that the cot function i convex and ued with convergent algorithm [2]. A pecial cae include tree-reweighted belief propagation [5], which both enure convexity and provide an upper bound on the partition function Z. The approximation of M can alo be improved uing cutting plane method, which include additional, higher-order conitency contraint on the peudomarginal [6]. Other choice of local cot function lead to alternative familie of approximation [8]. Overall, thee advance have provided ignificant improvement in the tate of the art for approximate inference in dicrete-valued ytem. They provide increaed flexibility, theoretical bound on the reult of exact inference, and can provably increae the quality of the etimate. However, thee advance have not been carried over into the continuou domain. For concretene, in the ret of the paper we will ue tree-reweighted belief propagation (TRW) [5] a our inference method of choice, although the ame idea can be applied to any of the dicued inference algorithm. A we will ee hortly, the detail pecific to TRW are nicely encapulated and can be wapped out for thoe of another algorithm with minimal effort. The fixed-point equation for TRW lead to a meage-paing algorithm imilar to BP, defined by m x f u (x ) m fv x (x)ρv, m fu x m fu x f (x ) (x ) f u (X u ) /ρu m xt f u (x t ) v F X u\x x t X u\x The parameter ρ v are called edge weight or appearance probabilitie. For TRW, the ρ are required to correpond to the fractional occurrence rate of the edge in ome collection of tree-tructured ubgraph of G. The choice of ρ affect the quality of the approximation; the tightet upper bound can be obtained via a convex optimization of ρ which compute the peudomarginal a an inner loop. (2) 3

4 3 Continuou Random Variable For continuou-valued random variable, many of thee algorithm cannot be applied directly. In particular, any reaonably fine-grained dicretization produce a dicrete variable whoe domain ize d i quite large. The domain ize i typically exponential in the dimenion of the variable and the complexity of the meage-paing algorithm i O(nd b ), where n i the total number of variable and b i the number of variable in the larget factor. Thu, the computational cot can quickly become intractable even with pairwie factor over low dimenional variable. Our goal i to adapt the algorithm of Section 2.2 to perform efficient approximate inference in uch ytem. For time-erie problem, in which G form a chain, a claical olution i to ue equential Monte Carlo approximation, generally referred to a particle filtering [22]. Thee method ue ample to define an adaptive dicretization of the problem with fine granularity in region of high probability. The tochatic nature of the dicretization i imple to implement and enable probabilitic aurance of quality including convergence rate which are independent of the problem dimenionality. (In ufficiently few dimenion, determinitic adaptive dicretization can alo provide a competitive alternative, particularly if the factor are analytically tractable [23, 24].) 3. Particle Repreentation for Meage-Paing Particle-baed approximation have been extended to loopy belief propagation a well. For example, in the nonparametric belief propagation (NBP) algorithm [7], the BP meage are repreented a Gauian mixture and meage product are approximated by drawing ample, which are then moothed to form new Gauian mixture ditribution. A key apect of thi approach i the fact that the product of everal mixture of Gauian i alo a mixture of Gauian, and thu can be ampled from with relative eae. However, it i difficult to ee how to extend thi algorithm to more general meage-paing algorithm, ince for example the TRW fixed point equation (2) involve ratio and power of meage, which do not have a imple form for Gauian mixture and may not even form finitely integrable function. Intead, we adapt a recent particle belief propagation (PBP) algorithm [6] to work on the treereweighted formulation. In PBP, ample (particle) are drawn for each variable, and each meage i repreented a a et of weight over the available value of the target variable. At a high level, the procedure iterate between ampling particle from each variable domain, performing inference over the reulting dicrete problem, and adaptively updating the ampling ditribution. Thi proce i illutrated in Figure. Formally, we define a propoal ditribution W (x ) for each variable x uch that W (x ) i non-zero over the domain of x. Note that we may rewrite the factor meage computation (2) a an importance reweighted expectation: m fu x (x ) E X u\x m f u (X u ) (x /ρu xt fu t) (3) W t (x t ) x t X u\x Let u index the variable that are neighbor of factor f u a X u = {x u,..., x ub }. Then, after ampling particle {x (),, x (N) } from W (x ), we can index a particular aignment of particle value to the variable in X u with X ( j) u = [x u (j),..., x (j b) u b ]. We then obtain a finite-ample approximation of the factor meage in the form ( ) m fu x uk x (j) u k N b i:i k =j f u (X ( i) u ) /ρu l k m xul f u ( x (i l) u l ) ( ) W xul x (i l) u l (4) In other word, we contruct a Monte Carlo approximation to the integral uing importance weighted ample from the propoal. Each of the value in the meage then repreent an etimate of the continuou function (2) evaluated at a ingle particle. Oberve that the um i over N b element, and hence the complexity of computing an entire factor meage i O(N b ); thi could be made more efficient at the price of increaed tochaticity by umming over a random ubample of the vector 4

5 µ ( x (i) ) (2) Inference on dicrete ytem f ( x (i), x (j) ) t µ ( x (j) ) t { () Sample (i)} x W (x ) (3) () (3) Adjut W t (x t ) Figure : Schematic view of particle-baed inference. () Sample for each variable provide a dynamic dicretization of the continuou pace; (2) inference proceed by optimization or meagepaing in the dicrete pace; (3) the reulting local function can be ued to change the propoal W ( ) and chooe new ample location for each variable. i. Likewie, we compute variable meage and belief a imple point-wie product: ( ) ( ) m x f u x (j) m fv x x (j) ρv ( ), b (x (j) ) ( m fu x f v F x (j) f v F m fv x x (j) ) ρv (5) Thi parallel the development in [6], except here we ue factor weight ρ to compute meage according to TRW rather than tandard loopy BP. Jut a in dicrete problem, it i often deirable to obtain etimate of the log partition function for ue in goodne-of-fit teting or model comparion. Our implementation of TRW-PBP give u a tochatic etimate of an upper bound on the true partition function. Uing other meage paing approache that fit into thi framework, uch a mean field, can provide a imilar a lower bound. Thee bound provide a poible alternative to Monte Carlo etimate of marginal likelihood [25]. 3.2 Rao-Blackwellized Etimate Quantitie about x uch a expected value under the peudomarginal can be computed uing the ample x (i). However, for any given variable node x, the incoming meage to x given in (4) are defined in term of the importance weight and ampled value of the neighboring variable. Thu, we can compute an etimate of the meage and belief defined in (4) (5) at arbitrary value of x, imply by evaluating (4) at that point. Thi allow u to perform Rao-Blackwellization, conditioning on the ample at the neighbor of x rather than uing x ample directly. Uing thi trick we can often get much higher quality etimate from the inference for mall N. In particular, if the variable tate pace are ufficiently mall that they can be dicretized (for example, in 3 or fewer dimenion the dicretized domain ize d may be manageable) but the reulting factor domain ize, d b, i intractably large, we can evaluate (4) on the dicretized grid for only O(dN b ). More generally, we can ubtitute a larger number of ample N N with cot that grow only linearly in N. 3.3 Reampling and Propoal Ditribution Another critical point i that the efficiency of thi procedure hinge on the quality of the propoal ditribution W. Unfortunately, thi form a circular problem W mut be choen to perform inference, but the quality of W depend on the ditribution and it peudomarginal. Thi interdependence motivate an attempt to learn the ampling ditribution in an online fahion, adaptively updating them baed on the reult of the partially completed inference procedure. Note that thi procedure depend on the ame propertie a Rao-Blackwellized etimate: that we be able to compute our meage and belief at a new et of point given the meage weight at the other node. Both [5] and [6] ugget uing the current belief at each iteration to form a new propoal ditribution. In [5], parametric denity etimate are formed uing the meage-weighted ample at the current iteration, which form the ampling ditribution for the next phae. In [6], a hort Metropoli-Hating MCMC equence i run at a ingle node, uing the Rao-Blackwellized belief etimate to compute an acceptance probability. A third poibility i to ue a ampling/importance 5

6 L error BP η L error TRW η L error PBP 5 TRW PBP η Figure 2: 2-D Iing model performance. L error for PBP (left) and TRW-PBP (center) for varying number of particle; (right) PBP and TRW-PBP juxtapoed to reveal the gap for high η. reampling (SIR) procedure, drawing a large number of ample, computing weight, and probabilitically retaining only N. In our experiment we draw ample from the current belief, a approximated by Rao-Blackwellized etimation over a fine grid of particle. For variable in more than 2 dimenion, we recommend the Metropoli-Hating approach. 4 Iing-like Model The Iing model correpond to a graphical model, typically a grid, over binary-valued variable with pairwie factor. Originating in tatitical phyic, imilar model are common in many application including image denoiing and tereo depth etimation. Iing model are well undertood, and provide a imple example of how BP can fail and the benefit of more general form uch a TRW. We initially demontrate the behavior of our particle-baed algorithm on a mall (3 3) lattice of binary-valued variable to compare with the exact dicrete implementation, then how that the ame oberved behavior arie in an analagou continuou-valued problem. 4. Iing model Our factor conit of ingle-variable and pairwie function, given by [ η η f(x ) = [.5.5 ] f(x, x t ) = η η ] (6) for η >.5. By ymmetry, it i eay to ee that the true marginal of each variable i uniform, [.5.5]. However, around η.78 there i a phae tranition; the uniform fixed point become untable and everal other appear, becoming more kewed toward one tate or another a η increae. A the trength of coupling in an Iing model increae, the performance of BP often degrade harply, while TRW i comparatively robut and remain near the true marginal [5]. Figure 2 how the performance of PBP and TRW-PBP on thi model. Each data point repreent the median L error between the belief and the true marginal, acro all node and 4 randomly initialized trial, after 5 iteration. The left plot (BP) clearly how the phae hift; in contrat, the error of TRW remain low even for very trong interaction. In both cae, a N increae the particle verion of the algorithm converge to their dicrete equivalent. 4.2 Continuou grid model The reult for dicrete ytem, and their correponding intuition, carry over naturally into continuou ytem a well. To illutrate on an interpretable analogue of the Iing model, we ue the ame graph tructure but with real-valued variable, and factor given by: ( (x ) 2 ) ( x x t 2 f(x ) = exp ( x2 2σ 2 l ) + exp 2σ 2 l f(x, x t ) = exp 2σ 2 p ). (7) Local factor conit of bimodal Gauian mixture centered at and, while pairwie factor encourage imilarity uing a zero-mean Gauian on the ditance between neighboring variable. We et σ l =.2 and vary σ p analagouly to η in the dicrete model. Since all potential are Gauian mixture, the joint ditribution i alo a Gauian mixture and can be computed exactly. 6

7 L error log(σ p ) L error log(σ p ) L error PBP 5 TRW PBP log(σ p ) Figure 3: Continuou grid model performance. L error for PBP (left) and TRW-PBP (center) for varying number of particle; (right) PBP and TRW-PBP juxtapoed to reveal the gap for low σ p. Figure 3 how the reult of running PBP and TRW-PBP on the continuou grid model, demontrating imilar characteritic to the dicrete model. The left panel reveal that our continuou grid model alo induce a phae hift in PBP, much like that of the Iing model. For ufficiently mall value of σ p (large value on our tranformed axi), the belief in PBP collape to unimodal ditribution with an L error of. In contrat, TRW-PBP avoid thi collape and maintain multi-modal ditribution throughout; it primary ource of error (.2 at 5 particle) correpond to overdipered bimodal belief. Thi i expected in attractive model, in which BP tend to overcount information leading to underetimate of variance; TRW remove ome of thi overcounting and may overetimate uncertainty. A mentioned in Section 3., we can ue the reult of TRW-PBP to compute an upper bound on the log partition function. We implement naive mean field within thi ame framework to achieve a lower bound a well. The reulting bound, computed for a continuou grid model in which mean field collape to a ingle mode, are hown in Figure 4. With ufficiently many particle, the value produced by TRW-PBP and MF inference bound the true value, a they hould. With only 2 particle per variable, however, TRW-PBP occaionally fail and yield upper bound below the true value. Thi i not urpriing; the conitency guarantee aociated with the importancereweighted expectation take effect only when N i ufficiently large. 5 Senor Localization Figure 4: Bound on the log partition function. We alo demontrate the preence of thee effect in a imulation of a real-world application. Senor localization conider the tak of etimating the poition of a collection of enor in a network given noiy etimate of a ubet of the ditance between pair of enor, along with known poition for a mall number of anchor node. Typical localization algorithm operate by optimizing to find the mot likely joint configuration of enor poition. A claical model conit of (at a minimum) three anchor node, and a Gauian model on the noie in the ditance obervation. In [2], thi problem i formulated a a graphical model and an alternative olution i propoed uing nonparametric belief propagation to perform approximate marginalization. A ignificant advantage of thi approach i that by providing approximate marginal, we can etimate the degree of uncertainty in the enor poition. Gauging thi uncertainty can be particularly important when the ditance information i ufficiently ambiguou that the poterior belief i multi-modal, ince in thi cae the etimated enor poition may be quite far from it true value. Unfortunately, belief propagation i not ideal for identifying multimodality, ince the model i eentially attractive. BP may underetimate the degree of uncertainty in the marginal ditribution and (a in the cae of the Iing-like model in the previou ection) collape into a ingle mode, providing belief which are mileadingly overconfident. Figure 5 how a et of enor configuration where thi i the cae. The ditance obervation induce a fully connected graph; the edge are omitted for clarity. In thi network the anchor node are nearly collinear. Thi induce a bimodal uncertainty about the location of the remaining node 7

8 Anchor Mobile Target Anchor Mobile Target Anchor Mobile Target (a) Exact (b) PBP (c) TRW-PBP Figure 5: Senor location belief at the target node. (a) Exact belief computed uing importance ampling. (b) PBP collape and repreent only one of the two mode. (c) TRW-PBP overetimate the uncertainty around each mode, but repreent both. the configuration in which they are all reflected acro the crooked line formed by the anchor i nearly a likely a the true configuration. Although thi example i anecdotal, it reflect a ituation which can arie regularly in practice [26]. Figure 5a how the true marginal ditribution for one node, etimated exhautively uing importance ampling with 5 6 ample. It how a clear bimodal tructure a lightly larger mode near the enor true location and a maller mode at a point correponding to the reflection. In thi ytem there i not enough information in the meaurement to reolve the enor poition. We compare thee marginal to the reult found uing PBP. Figure 5b diplay the Rao-Blackwellized belief etimate for one node after 2 iteration of PBP with each variable repreented by particle. Only one mode i preent, uggeting that PBP belief have collaped, jut a in the highly attractive Iing model. Examination of the other node belief (not hown for pace) confirm that all are unimodal ditribution centered around their reflected location. It i worth noting that PBP converged to the alternative et of unimodal belief (upporting the true location) in about half of our trial. Such an outcome i only lightly better; an accurate etimate of confidence i equally important. The correponding belief etimate generated by TRW-PBP i hown in Figure 5c. It i clearly bimodal, with ignificant probability ma upporting both the true and reflected location. Alo, each of the two mode i le concentrated than the belief in 5b. A with the continuou grid model we ee increaed tability at the price of conervative overdiperion. Again, imilar effect occur for the other node in the network. 6 Concluion We propoe a framework for extending recent advance in dicrete approximate inference for application to continuou ytem. The framework directly integrate reweighted meage paing algorithm uch a TRW into the lifted, dicrete phae of PBP. Furthermore, it allow u to iteratively adjut the propoal ditribution, providing a dicretization that adapt to the reult of inference, and allow u to ue Rao-Blackwellized etimate to improve our final belief etimate. We conider the particular cae of TRW and how that it benefit carry over directly to continuou problem. Uing an Iing-like ytem, we argue that phae tranition exit for particle verion of BP imilar to thoe found in dicrete ytem, and that TRW ignificantly improve the quality of the etimate in thoe regime. Thi improvement i highly relevant to approximate marginalization for enor localization tak, in which it i important to accurately repreent the poterior uncertainty. The flexibility in the choice of meage paing algorithm make it eay to conider everal intantiation of the framework and ue the one bet uited to a particular problem. Furthermore, future improvement in meage-paing inference algorithm on dicrete ytem can be directly incorporated into continuou problem. Acknowledgement: Thi material i baed upon work partially upported by the Office of Naval Reearch under MURI grant N

9 Reference [] J. Pearl. Probabilitic Reaoning in Intelligent Sytem. Morgan Kaufman, San Mateo, 988. [2] S. Geman and D. Geman. Stochatic relaxation, Gibb ditribution, and the Bayeian retoration of image. IEEE Tran. PAMI, 6(6):72 74, November 984. [3] M. Jordan, Z. Ghahramani, T. Jaakkola, and L. Saul. An introduction to variational method for graphical method. Machine Learning, 37:83 233, 999. [4] J. Yedidia, W. Freeman, and Y. Wei. Contructing free energy approximation and generalized belief propagation algorithm. Technical Report 24-4, MERL, May 24. [5] M. Wainwright, T. Jaakkola, and A. Willky. A new cla of upper bound on the log partition function. IEEE Tran. Info. Theory, 5(7): , July 25. [6] D. Sontag and T. Jaakkola. New outer bound on the marginal polytope. In NIPS 2, page MIT Pre, Cambridge, MA, 28. [7] E. Sudderth, A. Ihler, W. Freeman, and A. Willky. Nonparametric belief propagation. In CVPR, 23. [8] T. Minka. Divergence meaure and meage paing. Technical Report 25-73, Microoft Reearch Ltd, January 25. [9] A. Yuille. CCCP algorithm to minimize the Bethe and Kikuchi free energie: convergent alternative to belief propagation. Neural Comput., 4(7):69 722, 22. [] Y.-W. Teh and M. Welling. The unified propagation and caling algorithm. In NIPS [] J. Gonzalez, Y. Low, and C. Guetrin. Reidual plah for optimally parallelizing belief propagation. In In Artificial Intelligence and Statitic (AISTATS), page 77 84, Clearwater Beach, Florida, April 29. [2] A. Ihler, J. Fiher, R. Moe, and A. Willky. Nonparametric belief propagation for elf-calibration in enor network. IEEE J. Select. Area Commun., page 89 89, April 25. [3] J. Schiff, D. Antonelli, A. Dimaki, D. Chu, and M. Wainwright. Robut meage-paing for tatitical inference in enor network. In IPSN, page 9 8, April 27. [4] A. Globeron, D. Sontag, and T. Jaakkola. Approximate inference How far have we come? (NIPS 8 Workhop), gamir/inference-workhop.html. [5] D. Koller, U. Lerner, and D. Angelov. A general algorithm for approximate inference and it application to hybrid Baye net. In UAI 5, page , 999. [6] A. Ihler and D. McAlleter. Particle belief propagation. In AI & Statitic: JMLR W&CP, volume 5, page , April 29. [7] F. Kchichang, B. Frey, and H.-A. Loeliger. Factor graph and the um-product algorithm. IEEE Tran. Info. Theory, 47(2):498 59, February 2. [8] M. Wainwright and M. Jordan. Graphical model, exponential familie, and variational inference. Technical Report 629, UC Berkeley Dept. of Statitic, September 23. [9] SL Lauritzen and DJ Spiegelhalter. Local computation with probabilitie on graphical tructure and their application to expert ytem. J. Royal Stat. Soc. B, page , 988. [2] W. Wiegerinck and T. Heke. Fractional belief propagation. In NIPS 5, page [2] T. Hazan and A. Shahua. Convergent meage-paing algorithm for inference over general graph with convex free energie. In UAI 24, page July 28. [22] M. S. Arulampalam, S. Makell, N. Gordon, and T. Clapp. A tutorial on particle filter for online nonlinear/non-gauian Bayeian tracking. IEEE Tran. Signal Proceing, 5(2):74 88, February 22. [23] J. Coughlan and H. Shen. Dynamic quantization for belief propagation in pare pace. Comput. Vi. Image Undert., 6():47 58, 27. [24] M. Iard, J. MacCormick, and K. Achan. Continuouly-adaptive dicretization for meage-paing algorithm. In NIPS 2, page [25] S. Chib. Marginal likelihood from the gibb output. JASA, 9(432):33 32, 995. [26] D. Moore, J. Leonard, D. Ru, and S. Teller. Robut ditributed network localization with noiy range meaurement. In 2nd Int l Conf. on Emb. Networked Senor Sy. (SenSy 4), page 5 6, 24. 9

Markov Random Fields in Image Segmentation

Markov Random Fields in Image Segmentation Preented at SSIP 2011, Szeged, Hungary Markov Random Field in Image Segmentation Zoltan Kato Image Proceing & Computer Graphic Dept. Univerity of Szeged Hungary Zoltan Kato: Markov Random Field in Image

More information

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

3D SMAP Algorithm. April 11, 2012

3D SMAP Algorithm. April 11, 2012 3D SMAP Algorithm April 11, 2012 Baed on the original SMAP paper [1]. Thi report extend the tructure of MSRF into 3D. The prior ditribution i modified to atify the MRF property. In addition, an iterative

More information

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc MAT 155: Decribing, Exploring, and Comparing Data Page 1 of 8 001-oteCh-3.doc ote for Chapter Summarizing and Graphing Data Chapter 3 Decribing, Exploring, and Comparing Data Frequency Ditribution, Graphic

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak IMPROVED DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION Tak-Shing Wong, Charle A. Bouman, and Ilya Pollak School of Electrical and Computer Engineering Purdue Univerity ABSTRACT We propoe

More information

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Anne Auger and Nikolau Hanen Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Proceeding of the IEEE Congre on Evolutionary Computation, CEC 2005 c IEEE Performance Evaluation

More information

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications DAROS: Ditributed Uer-Server Aignment And Replication For Online Social Networking Application Thuan Duong-Ba School of EECS Oregon State Univerity Corvalli, OR 97330, USA Email: duongba@eec.oregontate.edu

More information

Lecture 14: Minimum Spanning Tree I

Lecture 14: Minimum Spanning Tree I COMPSCI 0: Deign and Analyi of Algorithm October 4, 07 Lecture 4: Minimum Spanning Tree I Lecturer: Rong Ge Scribe: Fred Zhang Overview Thi lecture we finih our dicuion of the hortet path problem and introduce

More information

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED Jutin Domke and Yianni Aloimono Computational Viion Laboratory, Center for Automation Reearch Univerity of Maryland College Park,

More information

A note on degenerate and spectrally degenerate graphs

A note on degenerate and spectrally degenerate graphs A note on degenerate and pectrally degenerate graph Noga Alon Abtract A graph G i called pectrally d-degenerate if the larget eigenvalue of each ubgraph of it with maximum degree D i at mot dd. We prove

More information

Focused Video Estimation from Defocused Video Sequences

Focused Video Estimation from Defocused Video Sequences Focued Video Etimation from Defocued Video Sequence Junlan Yang a, Dan Schonfeld a and Magdi Mohamed b a Multimedia Communication Lab, ECE Dept., Univerity of Illinoi, Chicago, IL b Phyical Realization

More information

Edits in Xylia Validity Preserving Editing of XML Documents

Edits in Xylia Validity Preserving Editing of XML Documents dit in Xylia Validity Preerving diting of XML Document Pouria Shaker, Theodore S. Norvell, and Denni K. Peter Faculty of ngineering and Applied Science, Memorial Univerity of Newfoundland, St. John, NFLD,

More information

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang Stochatic Search and Graph Technique for MCM Path Planning Chritine D. Piatko, Chritopher P. Diehl, Paul McNamee, Cheryl Rech and I-Jeng Wang The John Hopkin Univerity Applied Phyic Laboratory, Laurel,

More information

Minimum congestion spanning trees in bipartite and random graphs

Minimum congestion spanning trees in bipartite and random graphs Minimum congetion panning tree in bipartite and random graph M.I. Otrovkii Department of Mathematic and Computer Science St. John Univerity 8000 Utopia Parkway Queen, NY 11439, USA e-mail: otrovm@tjohn.edu

More information

Multi-Target Tracking In Clutter

Multi-Target Tracking In Clutter Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and

More information

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit Senor & randucer, Vol. 8, Iue 0, October 204, pp. 34-40 Senor & randucer 204 by IFSA Publihing, S. L. http://www.enorportal.com Compreed Sening Image Proceing Baed on Stagewie Orthogonal Matching Puruit

More information

Topics. Lecture 37: Global Optimization. Issues. A Simple Example: Copy Propagation X := 3 B > 0 Y := 0 X := 4 Y := Z + W A := 2 * 3X

Topics. Lecture 37: Global Optimization. Issues. A Simple Example: Copy Propagation X := 3 B > 0 Y := 0 X := 4 Y := Z + W A := 2 * 3X Lecture 37: Global Optimization [Adapted from note by R. Bodik and G. Necula] Topic Global optimization refer to program optimization that encompa multiple baic block in a function. (I have ued the term

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES

IMPLEMENTATION OF AREA, VOLUME AND LINE SOURCES December 01 ADMS 5 P503I1 IMPEMENTATION OF AREA, VOUME AND INE SOURCES The Met. Office (D J Thomon) and CERC 1. INTRODUCTION ADMS model line ource, and area and volume ource with conve polgon bae area.

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

Routing Definition 4.1

Routing Definition 4.1 4 Routing So far, we have only looked at network without dealing with the iue of how to end information in them from one node to another The problem of ending information in a network i known a routing

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROBLEM

AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROBLEM RAC Univerity Journal, Vol IV, No, 7, pp 87-9 AN ALGORITHM FOR RESTRICTED NORMAL FORM TO SOLVE DUAL TYPE NON-CANONICAL LINEAR FRACTIONAL PROGRAMMING PROLEM Mozzem Hoain Department of Mathematic Ghior Govt

More information

KS3 Maths Assessment Objectives

KS3 Maths Assessment Objectives KS3 Math Aement Objective Tranition Stage 9 Ratio & Proportion Probabilit y & Statitic Appreciate the infinite nature of the et of integer, real and rational number Can interpret fraction and percentage

More information

An Intro to LP and the Simplex Algorithm. Primal Simplex

An Intro to LP and the Simplex Algorithm. Primal Simplex An Intro to LP and the Simplex Algorithm Primal Simplex Linear programming i contrained minimization of a linear objective over a olution pace defined by linear contraint: min cx Ax b l x u A i an m n

More information

Karen L. Collins. Wesleyan University. Middletown, CT and. Mark Hovey MIT. Cambridge, MA Abstract

Karen L. Collins. Wesleyan University. Middletown, CT and. Mark Hovey MIT. Cambridge, MA Abstract Mot Graph are Edge-Cordial Karen L. Collin Dept. of Mathematic Weleyan Univerity Middletown, CT 6457 and Mark Hovey Dept. of Mathematic MIT Cambridge, MA 239 Abtract We extend the definition of edge-cordial

More information

Variable Resolution Discretization in the Joint Space

Variable Resolution Discretization in the Joint Space Variable Reolution Dicretization in the Joint Space Chritopher K. Monon, David Wingate, and Kevin D. Seppi {c,wingated,keppi}@c.byu.edu Computer Science, Brigham Young Univerity Todd S. Peteron peterto@uvc.edu

More information

A Multi-objective Genetic Algorithm for Reliability Optimization Problem

A Multi-objective Genetic Algorithm for Reliability Optimization Problem International Journal of Performability Engineering, Vol. 5, No. 3, April 2009, pp. 227-234. RAMS Conultant Printed in India A Multi-objective Genetic Algorithm for Reliability Optimization Problem AMAR

More information

A Novel Feature Line Segment Approach for Pattern Classification

A Novel Feature Line Segment Approach for Pattern Classification 12th International Conference on Information Fuion Seattle, WA, USA, July 6-9, 2009 A Novel Feature Line Segment Approach for Pattern Claification Yi Yang Intitute of Integrated Automation Xi an Jiaotong

More information

A TOPSIS based Method for Gene Selection for Cancer Classification

A TOPSIS based Method for Gene Selection for Cancer Classification Volume 67 No17, April 2013 A TOPSIS baed Method for Gene Selection for Cancer Claification IMAbd-El Fattah,WIKhedr, KMSallam, 1 Department of Statitic, 3 Department of Deciion upport, 2 Department of information

More information

The norm Package. November 15, Title Analysis of multivariate normal datasets with missing values

The norm Package. November 15, Title Analysis of multivariate normal datasets with missing values The norm Package November 15, 2003 Verion 1.0-9 Date 2002/05/06 Title Analyi of multivariate normal dataet with miing value Author Ported to R by Alvaro A. Novo . Original by Joeph

More information

Factor Graphs and Inference

Factor Graphs and Inference Factor Graph and Inerence Sargur Srihari rihari@cedar.bualo.edu 1 Topic 1. Factor Graph 1. Factor in probability ditribution. Deriving them rom graphical model. Eact Inerence Algorithm or Tree graph 1.

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

Advanced Encryption Standard and Modes of Operation

Advanced Encryption Standard and Modes of Operation Advanced Encryption Standard and Mode of Operation G. Bertoni L. Breveglieri Foundation of Cryptography - AES pp. 1 / 50 AES Advanced Encryption Standard (AES) i a ymmetric cryptographic algorithm AES

More information

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function 016 Sith International Conference on Intrumentation & Meaurement Computer Communication and Control Reearch on Star Image Noie Filtering Baed on Diffuion Model of Regularization Influence Function SunJianming

More information

On successive packing approach to multidimensional (M-D) interleaving

On successive packing approach to multidimensional (M-D) interleaving On ucceive packing approach to multidimenional (M-D) interleaving Xi Min Zhang Yun Q. hi ankar Bau Abtract We propoe an interleaving cheme for multidimenional (M-D) interleaving. To achieved by uing a

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

Probabilistic Graphical Models

Probabilistic Graphical Models School of Computer Science Probabilistic Graphical Models Theory of Variational Inference: Inner and Outer Approximation Eric Xing Lecture 14, February 29, 2016 Reading: W & J Book Chapters Eric Xing @

More information

1 The secretary problem

1 The secretary problem Thi i new material: if you ee error, pleae email jtyu at tanford dot edu 1 The ecretary problem We will tart by analyzing the expected runtime of an algorithm, a you will be expected to do on your homework.

More information

Chapter 13 Non Sampling Errors

Chapter 13 Non Sampling Errors Chapter 13 Non Sampling Error It i a general aumption in the ampling theory that the true value of each unit in the population can be obtained and tabulated without any error. In practice, thi aumption

More information

IMPLEMENTATION OF CHORD LENGTH SAMPLING FOR TRANSPORT THROUGH A BINARY STOCHASTIC MIXTURE

IMPLEMENTATION OF CHORD LENGTH SAMPLING FOR TRANSPORT THROUGH A BINARY STOCHASTIC MIXTURE Nuclear Mathematical and Computational Science: A Century in Review, A Century Anew Gatlinburg, Tenneee, April 6-, 003, on CD-ROM, American Nuclear Society, LaGrange Park, IL (003) IMPLEMENTATION OF CHORD

More information

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks Localized Minimum Spanning Tree Baed Multicat Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Senor Network Hanne Frey Univerity of Paderborn D-3398 Paderborn hanne.frey@uni-paderborn.de

More information

Growing Networks Through Random Walks Without Restarts

Growing Networks Through Random Walks Without Restarts Growing Network Through Random Walk Without Retart Bernardo Amorim, Daniel Figueiredo, Giulio Iacobelli, Giovanni Neglia To cite thi verion: Bernardo Amorim, Daniel Figueiredo, Giulio Iacobelli, Giovanni

More information

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks Maneuverable Relay to Improve Energy Efficiency in Senor Network Stephan Eidenbenz, Luka Kroc, Jame P. Smith CCS-5, MS M997; Lo Alamo National Laboratory; Lo Alamo, NM 87545. Email: {eidenben, kroc, jpmith}@lanl.gov

More information

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder Computer Arithmetic Homework 3 2016 2017 Solution 1 An adder for graphic In a normal ripple carry addition of two poitive number, the carry i the ignal for a reult exceeding the maximum. We ue thi ignal

More information

E-APPLAB #1

E-APPLAB #1 E-APPLAB-93-069850 #1 Ultrafat tomography experiment etup at D-1 Beamline at CHESS The experiment etup conit of three major part: x-ray ource, injection chambe and detecto a hown chematically in Fig. EPAPS1a.

More information

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz Operational emantic Page Operational emantic Cla note for a lecture given by Mooly agiv Tel Aviv Univerity 4/5/7 By Roy Ganor and Uri Juhaz Reference emantic with Application, H. Nielon and F. Nielon,

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07

Introduction to PET Image Reconstruction. Tomographic Imaging. Projection Imaging. PET Image Reconstruction 11/6/07 Introduction to PET Image Recontruction Adam Aleio Nuclear Medicine Lecture Imaging Reearch Laboratory Diviion of Nuclear Medicine Univerity of Wahington Fall 2007 http://dept.wahington.edu/nucmed/irl/education.html

More information

Bayesian segmentation for damage image using MRF prior

Bayesian segmentation for damage image using MRF prior Bayeian egmentation for damage image uing MRF prior G. Li 1, F.G. Yuan 1, R. Haftka and N. H. Kim 1 Department of Mechanical and Aeropace Engineering, North arolina State Univerity, Raleigh, N, 7695-791,

More information

Exercise 4: Markov Processes, Cellular Automata and Fuzzy Logic

Exercise 4: Markov Processes, Cellular Automata and Fuzzy Logic Exercie 4: Marko rocee, Cellular Automata and Fuzzy Logic Formal Method II, Fall Semeter 203 Solution Sheet Marko rocee Theoretical Exercie. (a) ( point) 0.2 0.7 0.3 tanding 0.25 lying 0.5 0.4 0.2 0.05

More information

Drawing Lines in 2 Dimensions

Drawing Lines in 2 Dimensions Drawing Line in 2 Dimenion Drawing a traight line (or an arc) between two end point when one i limited to dicrete pixel require a bit of thought. Conider the following line uperimpoed on a 2 dimenional

More information

Texture-Constrained Active Shape Models

Texture-Constrained Active Shape Models 107 Texture-Contrained Active Shape Model Shuicheng Yan, Ce Liu Stan Z. Li Hongjiang Zhang Heung-Yeung Shum Qianheng Cheng Microoft Reearch Aia, Beijing Sigma Center, Beijing 100080, China Dept. of Info.

More information

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment Int. J. Communication, Network and Sytem Science, 0, 5, 90-97 http://dx.doi.org/0.436/ijcn.0.50 Publihed Online February 0 (http://www.scirp.org/journal/ijcn) Increaing Throughput and Reducing Delay in

More information

Delaunay Triangulation: Incremental Construction

Delaunay Triangulation: Incremental Construction Chapter 6 Delaunay Triangulation: Incremental Contruction In the lat lecture, we have learned about the Lawon ip algorithm that compute a Delaunay triangulation of a given n-point et P R 2 with O(n 2 )

More information

Message-passing for Graph-structured Linear Programs: Proximal Projections, Convergence and Rounding Schemes

Message-passing for Graph-structured Linear Programs: Proximal Projections, Convergence and Rounding Schemes Meage-paing for Graph-tructured Linear Program: Proximal Projection, Convergence and Rounding Scheme Pradeep Ravikumar pradeepr@tat.berkeley.edu Alekh Agarwal alekh@eec.berkeley.edu Martin J. Wainwright,

More information

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata he 32nd International Congre and Expoition on Noie Control Engineering Jeju International Convention Center, Seogwipo, Korea, Augut 25-28, 2003 [N309] Feedforward Active Noie Control Sytem with Online

More information

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces Aalborg Univeritet Software-Baed Adjutment of Mobile Autotereocopic Graphic Uing Static Parallax Barrier Paprocki, Martin Marko; Krog, Kim Srirat; Kritofferen, Morten Bak; Krau, Martin Publihed in: Proceeding

More information

New Structural Decomposition Techniques for Constraint Satisfaction Problems

New Structural Decomposition Techniques for Constraint Satisfaction Problems New Structural Decompoition Technique for Contraint Satifaction Problem Yaling Zheng and Berthe Y. Choueiry Contraint Sytem Laboratory Univerity of Nebraka-Lincoln Email: yzheng choueiry@ce.unl.edu Abtract.

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

Image authentication and tamper detection using fragile watermarking in spatial domain

Image authentication and tamper detection using fragile watermarking in spatial domain International Journal of Advanced Reearch in Computer Engineering & Technology (IJARCET) Volume 6, Iue 7, July 2017, ISSN: 2278 1323 Image authentication and tamper detection uing fragile watermarking

More information

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES MAKARA, TEKNOLOGI, VOL. 9, NO., APRIL 5: 3-35 3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES Mochammad Zulianyah Informatic Engineering, Faculty of Engineering, ARS International Univerity,

More information

Generic Traverse. CS 362, Lecture 19. DFS and BFS. Today s Outline

Generic Traverse. CS 362, Lecture 19. DFS and BFS. Today s Outline Generic Travere CS 62, Lecture 9 Jared Saia Univerity of New Mexico Travere(){ put (nil,) in bag; while (the bag i not empty){ take ome edge (p,v) from the bag if (v i unmarked) mark v; parent(v) = p;

More information

Shortest Paths with Single-Point Visibility Constraint

Shortest Paths with Single-Point Visibility Constraint Shortet Path with Single-Point Viibility Contraint Ramtin Khoravi Mohammad Ghodi Department of Computer Engineering Sharif Univerity of Technology Abtract Thi paper tudie the problem of finding a hortet

More information

Nearly Constant Approximation for Data Aggregation Scheduling in Wireless Sensor Networks

Nearly Constant Approximation for Data Aggregation Scheduling in Wireless Sensor Networks Nearly Contant Approximation for Data Aggregation Scheduling in Wirele Senor Network Scott C.-H. Huang, Peng-Jun Wan, Chinh T. Vu, Yinghu Li and France Yao Computer Science Department, City Univerity of

More information

Development of an atmospheric climate model with self-adapting grid and physics

Development of an atmospheric climate model with self-adapting grid and physics Intitute of Phyic Publihing Journal of Phyic: Conference Serie 16 (2005) 353 357 doi:10.1088/1742-6596/16/1/049 SciDAC 2005 Development of an atmopheric climate model with elf-adapting grid and phyic Joyce

More information

Trainable Context Model for Multiscale Segmentation

Trainable Context Model for Multiscale Segmentation Trainable Context Model for Multicale Segmentation Hui Cheng and Charle A. Bouman School of Electrical and Computer Engineering Purdue Univerity Wet Lafayette, IN 47907-1285 {hui, bouman}@ ecn.purdue.edu

More information

Motivation: Level Sets. Input Data Noisy. Easy Case Use Marching Cubes. Intensity Varies. Non-uniform Exposure. Roger Crawfis

Motivation: Level Sets. Input Data Noisy. Easy Case Use Marching Cubes. Intensity Varies. Non-uniform Exposure. Roger Crawfis Level Set Motivation: Roger Crawfi Slide collected from: Fan Ding, Charle Dyer, Donald Tanguay and Roger Crawfi 4/24/2003 R. Crawfi, Ohio State Univ. 109 Eay Cae Ue Marching Cube Input Data Noiy 4/24/2003

More information

SECTOR BASED MULTICAST ROUTING ALGORITHM FOR MOBILE AD-HOC NETWORKS

SECTOR BASED MULTICAST ROUTING ALGORITHM FOR MOBILE AD-HOC NETWORKS SECTOR BASED MULTICAST ROUTING ALGORITHM OR MOBILE AD-HOC NETWORKS Murali Paramewaran 1 and Chittaranjan Hota 2 1 Department of Computer Science & Information Sytem, BITS-Pilani, Pilani, India 2 Department

More information

Max-Product Particle Belief Propagation

Max-Product Particle Belief Propagation Max-Product Particle Belief Propagation Rajkumar Kothapa Department of Computer Science Brown University Providence, RI 95 rjkumar@cs.brown.edu Jason Pacheco Department of Computer Science Brown University

More information

Representations and Transformations. Objectives

Representations and Transformations. Objectives Repreentation and Tranformation Objective Derive homogeneou coordinate tranformation matrice Introduce tandard tranformation - Rotation - Tranlation - Scaling - Shear Scalar, Point, Vector Three baic element

More information

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Stre-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Menter F.R. ANSYS Germany GmbH Introduction It i oberved in many CFD imulation that RANS model how inherent technology limitation

More information

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS A SIMPLE IMPERATIVE LANGUAGE Eventually we will preent the emantic of a full-blown language, with declaration, type and looping. However, there are many complication, o we will build up lowly. Our firt

More information

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM Goal programming Objective of the topic: Indentify indutrial baed ituation where two or more objective function are required. Write a multi objective function model dla a goal LP Ue weighting um and preemptive

More information

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY (A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY Chri Old, Chri Merchant Univerity of Edinburgh, The Crew Building, Wet Main Road, Edinburgh, EH9 3JN, United Kingdom Email: cold@ed.ac.uk Email:

More information

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial

SIMIT 7. Component Type Editor (CTE) User manual. Siemens Industrial SIMIT 7 Component Type Editor (CTE) Uer manual Siemen Indutrial Edition January 2013 Siemen offer imulation oftware to plan, imulate and optimize plant and machine. The imulation- and optimizationreult

More information

Tree-structured approximations by expectation propagation

Tree-structured approximations by expectation propagation Tree-structured approximations by expectation propagation Thomas Minka Department of Statistics Carnegie Mellon University Pittsburgh, PA 15213 USA minka@stat.cmu.edu Yuan Qi Media Laboratory Massachusetts

More information

Chapter S:II (continued)

Chapter S:II (continued) Chapter S:II (continued) II. Baic Search Algorithm Sytematic Search Graph Theory Baic State Space Search Depth-Firt Search Backtracking Breadth-Firt Search Uniform-Cot Search AND-OR Graph Baic Depth-Firt

More information

Analyzing Hydra Historical Statistics Part 2

Analyzing Hydra Historical Statistics Part 2 Analyzing Hydra Hitorical Statitic Part Fabio Maimo Ottaviani EPV Technologie White paper 5 hnode HSM Hitorical Record The hnode i the hierarchical data torage management node and ha to perform all the

More information

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck.

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck. Cutting Stock by Iterated Matching Andrea Fritch, Oliver Vornberger Univerity of Onabruck Dept of Math/Computer Science D-4909 Onabruck andy@informatikuni-onabrueckde Abtract The combinatorial optimization

More information

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego Mid-term review ECE 161C Electrical and Computer Engineering Univerity of California San Diego Nuno Vaconcelo Spring 2014 1. We have een in cla that one popular technique for edge detection i the Canny

More information

A Practical Model for Minimizing Waiting Time in a Transit Network

A Practical Model for Minimizing Waiting Time in a Transit Network A Practical Model for Minimizing Waiting Time in a Tranit Network Leila Dianat, MASc, Department of Civil Engineering, Sharif Univerity of Technology, Tehran, Iran Youef Shafahi, Ph.D. Aociate Profeor,

More information

Shortest Paths Problem. CS 362, Lecture 20. Today s Outline. Negative Weights

Shortest Paths Problem. CS 362, Lecture 20. Today s Outline. Negative Weights Shortet Path Problem CS 6, Lecture Jared Saia Univerity of New Mexico Another intereting problem for graph i that of finding hortet path Aume we are given a weighted directed graph G = (V, E) with two

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Thi article appeared in a journal publihed by Elevier. The attached copy i furnihed to the author for internal non-commercial reearch and education ue, including for intruction at the author intitution

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

Design of a Stewart Platform for General Machining Using Magnetic Bearings

Design of a Stewart Platform for General Machining Using Magnetic Bearings eign of a Stewart Platform for eneral Machining Uing Magnetic earing Jeff Pieper epartment of Mechanical and Manufacturing Engineering Univerity of algary algary lberta anada N N4 pieper@ucalgary.ca Preented

More information

CERIAS Tech Report EFFICIENT PARALLEL ALGORITHMS FOR PLANAR st-graphs. by Mikhail J. Atallah, Danny Z. Chen, and Ovidiu Daescu

CERIAS Tech Report EFFICIENT PARALLEL ALGORITHMS FOR PLANAR st-graphs. by Mikhail J. Atallah, Danny Z. Chen, and Ovidiu Daescu CERIAS Tech Report 2003-15 EFFICIENT PARALLEL ALGORITHMS FOR PLANAR t-graphs by Mikhail J. Atallah, Danny Z. Chen, and Ovidiu Daecu Center for Education and Reearch in Information Aurance and Security,

More information

DECENTRALIZED structured overlays and distributed. Distributed, Secure Load Balancing with Skew, Heterogeneity, and Churn

DECENTRALIZED structured overlays and distributed. Distributed, Secure Load Balancing with Skew, Heterogeneity, and Churn Harvard Technical Report TR-3-4 Ditributed, Secure Load Balancing with Skew, Heterogeneity, and Churn Jonathan Ledlie and Margo Seltzer Abtract Numerou propoal exit for load balancing in peer-to-peer (pp)

More information

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory Aniotropic filtering on normal field and curvature tenor field uing optimal etimation theory Min Liu Yuhen Liu and Karthik Ramani Purdue Univerity, Wet Lafayette, Indiana, USA Email: {liu66 liu28 ramani}@purdue.edu

More information

New Structural Decomposition Techniques for Constraint Satisfaction Problems

New Structural Decomposition Techniques for Constraint Satisfaction Problems 113 New Structural Decompoition Technique for Contraint Satifaction Problem Yaling Zheng and Berthe Y. Choueiry Contraint Sytem Laboratory, Univerity of Nebraka-Lincoln {yzheng,choueiry}@ce.unl.edu Abtract.

More information

Adaptive Beam Director for a Tiled Fiber Array

Adaptive Beam Director for a Tiled Fiber Array Adaptive Beam Director for a Tiled Fiber Array Mikhail A. Vorontov Intelligent Optic Laboratory, Computational and Information Science Directorate, U.S. Army Reearch Laboratory, 2800 Powder Mill Road,

More information

else end while End References

else end while End References 621-630. [RM89] [SK76] Roenfeld, A. and Melter, R. A., Digital geometry, The Mathematical Intelligencer, vol. 11, No. 3, 1989, pp. 69-72. Sklanky, J. and Kibler, D. F., A theory of nonuniformly digitized

More information

Domain-Specific Modeling for Rapid System-Wide Energy Estimation of Reconfigurable Architectures

Domain-Specific Modeling for Rapid System-Wide Energy Estimation of Reconfigurable Architectures Domain-Specific Modeling for Rapid Sytem-Wide Energy Etimation of Reconfigurable Architecture Seonil Choi 1,Ju-wookJang 2, Sumit Mohanty 1, Viktor K. Praanna 1 1 Dept. of Electrical Engg. 2 Dept. of Electronic

More information

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations:

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations: Faculty of Informatic Eötvö Loránd Univerity Budapet, Hungary Lecture : Intenity Tranformation Image enhancement by point proceing Spatial domain and frequency domain method Baic Algorithm for Digital

More information

A User-Attention Based Focus Detection Framework and Its Applications

A User-Attention Based Focus Detection Framework and Its Applications A Uer-Attention Baed Focu Detection Framework and It Application Chia-Chiang Ho, Wen-Huang Cheng, Ting-Jian Pan, Ja-Ling Wu Communication and Multimedia Laboratory, Department of Computer Science and Information

More information

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL International Journal of Mechanical and Production Engineering Reearch and Development (IJMPERD) ISSN 49-689 Vol. 3, Iue, Mar 3, 4-5 TJPRC Pvt. Ltd. A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE

More information

Computing C-space Entropy for View Planning

Computing C-space Entropy for View Planning Computing C-pace Entropy for View Planning for a Generic Range Senor Model Pengpeng Wang (pwangf@c.fu.ca) Kamal Gupta (kamal@c.fu.ca) Robotic Lab School of Engineering Science Simon Fraer Univerity Burnaby,

More information

Today s Outline. CS 561, Lecture 23. Negative Weights. Shortest Paths Problem. The presence of a negative cycle might mean that there is

Today s Outline. CS 561, Lecture 23. Negative Weights. Shortest Paths Problem. The presence of a negative cycle might mean that there is Today Outline CS 56, Lecture Jared Saia Univerity of New Mexico The path that can be trodden i not the enduring and unchanging Path. The name that can be named i not the enduring and unchanging Name. -

More information