GRAPH CUT OPTIMIZATION FOR THE MUMFORD-SHAH MODEL

Size: px
Start display at page:

Download "GRAPH CUT OPTIMIZATION FOR THE MUMFORD-SHAH MODEL"

Transcription

1 GRAPH CUT OPTIMIZATION FOR THE MUMFORD-SHAH MODEL Noha El Zehiry 1,2, Steve Xu 2, Prasanna Sahoo 2 and Adel Elmaghraby 1 1 Deartment of Comuter Engineering and Comuter Science, University of Louisville, USA. 2 Deartment of Mathematics, University of Louisville, USA. ABSTRACT In this aer, we introduce a Grah Cut Based Level Set (GCBLS) formulation that incororates grah cuts to otimize the curve evolution energy function resented earlier by Chan and Vese. We resent a discrete form of the level set energy function, rove that it is grah-reresentable, and minimize it using grah cuts. The major advantages of this formulation include the existence of global minimum and its insensitivity to initialization. Numerical imlementations show that minimizing the energy function in this non-iterative manner imroves the seed of the algorithm dramatically. This makes it more aealing to real time alications such as object tracking and image guided surgery. Yet, all the advantages of using level sets methods will still be reserved. KEY WORDS: GrahCuts,MumfordShah,imagesegmentation. 1. INTRODUCTION Image segmentation is one of the most imortant and critical tasks in the field of comuter vision. Snakes and deformable models has been introduced by Kass, Witkin and Terzoulos [1], after that several edge based models [2, 3, 4, 5, 6] and region based models [7, 8] have been introduced to solve the image segmentation roblem. All the aforementioned models aim at caturing or extracting the contours of the different distinct objects in the image, and hence rovide a ixel labeling that assign a secific class for each ixel. It is idle to disute that these techniques made a breakthrough and contributed a whole lot in the roblem of ixel labeling, nevertheless, they suffer from three major disadvantages; First, they find the nearest local minimum to the initialized contour, in other words, they are very sensitive to initialization. Secondly, the mathematical formulation of most of them deends, in one way or another, on the gradient which highly affects the robustness to noise and finally, they can not handle toology changes. Several attemts have been done to overcome the aforementioned drawbacks and various aroaches have emerged. On the to of these contributions was the minimization of the Mumford and Shah function develoed by Chan and Vese [9]; they introduced a level set formulation for the Mumford- Shah functional that converted the roblem into a mean curvature flow roblem just like the active contours but the results outerformed the classical active contours because the stoing term did not deend on the gradient of the image which reduces the deendence on clear edges, segmentation results in [9] illustrates the robustness to noise and toology changes. Tsai et al. [10] introduced indeendently a very similar work to [9]. The work of Tsai et al. differs in the algorithmic details, secially when trile oints and multile regions were handled. In addition, [10] resented imressive results for several image segmentation roblems, image denoising and interolation. The resentation of the level set formulation of the Mumford Shah functional was another major breakthrough in image segmentation that result in the develoment of subsequent techniques that used [9, 10] as a solid infrastructure for novel segmentation algorithms and then handled other asects of the roblem, such as incororating shae riors [11, 12, 13]. Many other authors studied the minimization of the Mumford Shah functional and other issues related to the images segmentation roblems such as including an exectation minimization framework, incororating rior robabilities and shae riors, imroving the seed and reducing the comlexity of the imlementation. It will be very difficult to discuss all the revious contributions in this toic but we refer the reader to [11, 12]. In this aer, we resent a novel attemt to imrove the seed and accuracy of the minimization of the Mumford Shah functional by using grah cut otimization. The dynamic labeling associated with the grah cut minimization will imrove the seed of the imlementation, and the fact that grah cuts solve for global minimum rather than a local one will imrove the accuracy of the algorithm and make it much less sensitive to initialization. The aer is organized as follows: Section 2 will review the related work and develo the relationshi between revious ublications and our aer. section 3 will introduce the mathematical formulation, Section 4 will resent the exerimental results and comare them with the currently existing techniques, and then conclusion and future work will be discussed in section RELATED WORK 2.1. General FrameWork As reviously discussed, level set formulations of the Mumford- Shah model use gradient descent to minimize the energy. And due to the reviously mentioned drawbacks of the gradient descent, the basic idea of this aer is to relace the

2 gradient descent otimization by grah cuts otimization. Again, we would like to emhasize that the use of grah cuts will enable us to find a global minimum rather than a local one, and the dynamic labeling that distinguishes grah cut techniques will tremendously imroves the seed of the imlementation [14]. Although grah cuts have been widely used in image rocessing roblems in the last decade [15, 16], u to our knowledge, no one has studied minimizing the Mumford Shah functional or energy functions that are formulated using level sets by using grah cuts. Xu et al. [17] incororated grah cuts with classical active contours for object segmentation, the aer showed imressive results but the authors outlined in their aer that their aroach could not handle toology changes which ushed us to think about using level sets instead of classical active contours to overcome this drawback. Also, the tutorial resented in ECCV 2006 by Boykov, Cremers and Kolmogrov to connect level sets with grah cuts was very insiring and was a major motivation for us to study the combination of both of them. The idea was very challenging to imlement; the challenges lie in formulating the Mumford-Shah functional in a discrete framework that can be incororated with grah cuts. This ste would have never been easy till Kolmogrov et al. [18, 19] studied the metrics that can be aroximated by geo-cuts and exlained the relationshi between the differential and integral reresentations of the different metrics. The second challenge was that even after obtaining the discrete framework, there is no guarantee that the energy function obtained is grah reresentable. Even if it is, the roblem of finding the maing between the image of interest and the grah remains an obstacle. In other words, how can we construct the grah that will minimize the energy function under consideration? Fortunately, in 2004, Kolmogrov and Zabih [18]investigated this roblem and came out with a neat result that checks whether the function can be reresented by a grah or not and how to construct the grah and minimize the function. To summarize, we will combine all the reviously mentioned results to imlement our idea. Our aroach is outlined as follows. 1. Level set formulation of the Mumford Shah functional will be reintroduced in a discrete framework based on [9, 20]. 2. We will introduce the roof that the resulting energy function is grah reresentable and can be minimized using grah cuts based on [18]. In the next two subsections, we will review the necessary background in both level sets and grah cuts Active Contour without Edges As we have discussed reviously, there were several studies that investigated the minimization of the Mumford Shah functional, in this aer we adot the formulation resented in [9]. Recall that the roblem was evolving a curve C that reresent the boundary of an oen subset ω of. Let u(x, y) be the image of interest, c 1 and c 2 are the mean value of the image intensities inside and outside the contour C, resectively. The authors resented the following energy function; F (c 1, c 2, C) = µ Length(C) + ν Area(inside(C)) + λ 1 u(x, y) c 1 2 dxdy (1) + λ 2 incide(c) outside(c) u(x, y) c 2 2 dxdy They reresented the level set function φ : R, such that; ω = {(x, y) ɛ Φ(x ) > 0} ω = {(x, y) ɛ Φ(x ) < 0} (2) C = ω = {(x, y) ɛ Φ(x ) = 0} Then using the heaviside ste function H(φ) and the dirac delta function δ(φ), the energy function was rewritten as: F (c 1, c 2, φ) = µ δ(φ(x, y)) φ(x, y) dxdy + ν H(φ(x, y))dxdy + λ 1 u(x, y) c 1 2 H(φ(x, y))dxdy + λ 2 u(x, y) c 2 2 (1 H(φ(x, y)))dxdy (3) Using the gradient descent, F can be minimized with resect to c 1 and c 2 u(x, y)h(φ(x, y))dxdy c 1 (φ) = H(φ(x, y))dxdy (4) c 2 (φ) = u(x, y)(1 H(φ(x, y)))dxdy (1 H(φ(x, y)))dxdy. (5) It results in the eicewise smooth aroximation u(x, y) = c 1 H(φ(x, y)) + c 2 (1 H(φ(x, y))) Cut Metrics Aroximating the length of the contour using grah reresentation was an essential ste in our roosed framework. This roblem has been studied earlier by Kolmogrov and Boykov [21, 20]. The authors construct a grid grah and assign the weights to the edges of the grah such that the cost of the cut aroximates the length of the contour. It has been done using Cauchy Crofton formula. Cauchy Crofton formula imlies that drawing sufficiently large number of straight lines in all direction from 0 to 2π and counting the number of oints of intersections of the lines and the contour of interest aroximates the length of the contour. The mathematical formulation of the Cauchy Crofton formula is as follows; n L dl = 2 C E (6) L 183

3 where C E is the Euclidean length and n L is the number of times that the line L intersects the contour C Therefore, dl = dρdθ 0 < ρ < and 0 < θ < 2π. (7) L n L = π 0 n L (ρ, θ) dρdθ. (8) By reasonably artitioning the set [0,π] R, Boykov and Zabih used the following discrete formula to aroximate the length of the contour; C E = 1 2 = k k n k δ 2 θ k e k n k w k ; w k = δ2 θ k e k Figure 1 shows an examle for families of 4 lines 1 (9) (10) F (c 1, c 2, φ, x 1,..., x n ) = µ δ(φ(x, y)) φ(x, y) dxdy + ν H(φ(x, y))dxdy + λ 1 u(x, y) c 1 2 x + λ 2 u(x, y) c 2 2 (1 x(12) ) c 1 and c 2 can be reresented in discrete form in the same manner: c 1 = c 2 = u(x, y)x, (13) x u(x, y)(1 x ) (1 x. (14) ) Now we need to reresent the first term (length of the contour) in a discrete form, We can do this using the aroximation exlained in 2.3 and we will discard the second term for now for the sake of simlifying our discussion. That is similar to [9], we set ν=0. We will use an 8 neighborhood system, illustrated in figure 2, in aroximating the length of the contour and we will set ρ to 1 unit in all direction, Let w1, w2, w3 and w4 be the edge costs assigned to e1, e2, e3 and e4 resectively. Notice that e1 = e3 = 1 and e2 = e4 = 2, w 1 = π 8, w 2= π 8, w 2 3= π 8 and w 4= π 8 2 Fig. 1. Four families of arallel line at angles 0, 45,90 and 135 Kolmogorov and Zabih stated that all F 2 class functions are grah reresentable as long as the function is regular. Details of F 2, regularity and grah construction can be found in [18] and a generalized roof for F k can be found in [22]. 3. MATHEMATICAL FORMULATION 3.1. Discrete Reresentation Having resented the related work and the necessary background, this section will introduce the discretization of the energy function, rove the regularity of it and declare the grah construction and minimization of the energy. Define a binary variable x for each ixel = (x, y) such that; { 1, φ() > 0; x = (11) 0, otherwise. Then, the last 2 terms in equation 3 can be easily discretized as follows; 1 Figures 1 and 2 are coied from Cut Metrics and Geometry of Grid Grahs with ermission from both authors Fig. 2. Neighborhood system of size 8 To calculate n k, we introduce a detector function d(,q) that detects whether the line connecting the two ixels and q intersects the contour or not. It is quite clear that the line intersects the contour if and only if x and x q have different labels, hence the detector function can be exressed as: d(, q) = x (1 x q ) + x q (1 x ) (15) Combining this with (9), the contour length can be rewritten as C E =,qɛe k w k (x (1 x q ) + x q (1 x )). (16) 184

4 The final discrete from of the energy function is exressed as F (x 1,...x n ) = λ 1 u(x, y) c 1 2 x + λ 2 u(x, y) c 2 2 (1 x ) (17) + µ 3.2. Grah Reresentation,q e k w k (x (1 x q ) + x q (1 x )) In this subsection, we will rove that the energy function in (17) can be minimized using grah cuts. The results in [18] stated that any F 2 class function of n binary variables reresented as; E(x 1,..., x n ) = E (x ) + <q(x, x q ) (18) is grah reresentable if and only if it is a regular function, i.e it satisfies the condition E,q (0, 0) + E,q (1, 1) E,q (0, 1) + E,q (1, 0). (19) The corresondence between (18) and our discrete formulation (17) shows that our energy function is an F 2 class function with E (x ) = λ 1 u(x, y) c 1 2 x + λ 2 u(x, y) c 2 2 (1 x ) (20) E,q (x, x q ) = (x (1 x q ) + x q (1 x ))w q = (x + x q 2x x q )w q, (21) where w q is the edge weight of the edge joining ixels and q (Notice that each ixel have a corresonding vertex on the grah). The verification of the regularity is retty straight forward and follows immediately from the definition of E,q. Since E,q has a nonzero value if and only if x x, we have E,q (0, 0) = E,q (1, 1) = 0 and E,q (0, 1) and E,q (1, 0) are always ositive because w k is always ositive. Having roved the regularity of the roosed energy function, we can construct the grah in the same way introduced [18] and solve for the labels (x 1,x 2,...,x n )the minimize our energy function 2, and then the new labeling obtained by the grah cut minimization is used to udate c 1 and c 2 using (13) and (14) Ste by ste algorithm The roosed algorithm is summarized in the following stes: 1. Initialize the contour C anywhere in the image, initialization of x, changes from 1 to n where n is the number of ixels in the image of interest follows. 2. Calculate c 1 and c 2 using equations (13) and (14). 2 Check rdz/grahcuts.html for details 3. Calculate the energy of each ixel using equation (20) and the interaction energy between each ixel and its neighbors in the 8 neigborhood system using (21). 4. Construct the grah using the construction described in [18] and solve for the new labeling; x 1 n that minimizes the total energy. 5. Recalulate c 1 and c 2 according to the new labeling and reeat 1-4 till the energy remains constant which will also reflect on stability in the values of c 1 and c EXPERIMENTAL RESULTS This section introduces exerimental results for several images: Some of them are synthetic images used to test the robustness of the algorithm to noise and toology changes. We have alied the algorithm on some of the images ublished in the [9]. We have also imlemented the original level set formulation introduced in [9] and alied it on the chosen images on the same machine (2GHz Intel Core Duo, 2GB RAM) to comare the seed of our algorithm and investigate whether grah cut otimization reduces the rocessing time or not. The arameters were chosen as follows: all images were resized to 256*256, λ 1 =λ 2 =1 and µ= , and the initialization for all the synthetic images is C = (x 128) 2 + (y 128) Figure 3 shows that the algorithm is robust to noise and that it can detect toology changes that made the initialized circle slit an detect different shaes inside the image and detect the donut shae.this result emhasizes that the algorithm still reserves all the advantages of the original level set imlementation.figure 4 shows the effectiveness of the algorithm in detecting the objects defined by grouing and shows the imortance of the regularization; the transitions from to and from to show how the riles of the contours of the black circles have been dramatically suressed due to the minimization of the contour length. Insensitivity to Initialization Figures 5, 6 and 7 illustrate the stability of the grah cut otimization technique and the insensitivity to initialization. Although the three intializations used are comletely different, the algorithm returns the exact same minimum and the exact same contour each time. On the contrary, when we used the same initialization and alied the classical level set imlementation, the algorithm result in different solutions. When the initialization was not at all overlaing with the mass, the algorithm failed to cature the mass and the contour ket shrinking till it disaeared. Figure 8 shows the two solutions where the algorithm converged to a solution. Imrovement in the rocessing time To comare the efficiency of our algorithm (seed-wise) relative to active contour without edges [9], we have fixed the model arameters of both imlementations and alied 185

5 Fig. 3. Noise and Toology - Illustration of robustness to toology changes and noise Initialization, (b,c) Intermediate integrations of the evolution, Final results after 9 iterations, cu=2203µsec Fig. 5. Mammogram /Initialization 1 - Detecting the edge of a mass in a mammogram: the initial contour is included inside the mass Initialization C = (x 128) 2 + (y 128) 2 20, (b,c) Intermediate integrations of the evolution, Final results after 5 iterations, cu=1041µsec. Fig. 4. Grouing - Illustration of robustness to toology changes and grouing objects Initialization, (b,c) Intermediate integrations of the evolution, Final results after 4 iterations, cu=1121musec them on all the revious images. Table 1 rovides the number of iterations and the total cu time for each of the images shown in figures CONCLUDING REMARKS AND DISCUSSION The aer resented a novel algorithm to minimize the Mumford Shah functional using grah cuts. The starting oint was the level set formulation of the Mumford shah model introduced by Chan and Vese, we have introduced a discrete form of the aforementioned model, roved the regularity of the resulting energy function and minimized it using grah cuts. The novelity of the algorithm lies in relacing the gradient descent minimization by the grah cut minimization. The results have shown that this relacement resulted in a more stable and robust imlementation. The results were comletely indeendent of the initialization of the contour. We Fig. 6. Mammogram / Initialization 2 -Detecting the edge of a mass in a mammogram: the mass is included inside the the initial contour Initialization C = (x 128) 2 + (y 128) 2 114, (b,c) Intermediate results of the evolution, Final results after 13 iterations, cu=2724 µsec. comared the seed of our algorithm relative to the seed of the traditional imlementation that uses gradient descent. Using the same model for both methods, we found out that our algorithm is much faster. We lan to extend this work by introducing a grah cut otimization for multihase segmentation roblems. REFERENCES [1] Michael Kass, Andrew Witkin, and Demetri Terzooulos, Snakes: Active contour models, in Int. J. of Comuter Vision, IJCV, January 1987, vol. 1, [2] L. D. Cohen, On active contour models and balloons, Comuter Vision, Grahics, and Image Processing., vol. 53, no. 2, ,

6 Table 1. Comarison of the seed between the our discrete imlementation and the classical imlementation introduced in [9] Grah Cuts Gradient Descent Image Number of Iterations TotalCPU time Number of Iterations Total CPU time Toology µsec msec Grouing µsec msec Mammogram 1/Initialization µsec msec Mammogram 2/Initialization µsec msec Fig. 7. Mammogram / Initialization 3 - Detecting the edge of a mass in a mammogram: Initialization is far from the mass Initialization C = (x 150) 2 + (y 220) 2 20, (b,c) Intermediate interations of the evolution, Final results after 13 iterations, cu=3475 µsec. Fig. 8. Detecting the edge of a mass in a mammogram Initial Contour is entirely inside the mass, cu= ms Initial contour is outside the mass, cu= ms [3] S. Kichenassamy, A. Kumar, P. Olver, A. Tannenbaum, and A. Yezzi, Conformal curvature flows: From hase transitions to active vision, in ICCV, [4] Ravi Malladi, James A. Sethian, and Baba C. Vemuri, Shae modeling with front roagation: A level set aroach, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 17, no. 2, , [5] A.A. Amini, T.E. Weymouth, and R.C. Jain, Using dynamic rogramming for solving variational roblems in vision, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 12, no. 9, , [6] Anthony J. Yezzi, Satyanad Kichenassamy, Arun Kumar, Peter J. Olver, and Allen Tannenbaum, A geometric snake model for segmentation of medical imagery., IEEE Trans. Med. Imaging, vol. 16, no. 2, , [7] N. Paragios and R. Deriche, Geodesic active contours for suervised texture segmentation, in CVPR, [8] Remi Ronfard, Region based strategies for active contour models., International Journal of Comuter Vision, vol. 13, no. 2, , October [9] T. F. Chan and L. A. Vese, Active contours without edges, IEEE Trans. Img. Process.,, vol. 10, no. 2, , [10] Andy Tsai, Anthony J. Yezzi, and Alan S. Willsky, Curve evolution imlementation of the mumford-shah functional for image segmentation, denoising, interolation, and magnification., IEEE Trans. Img. Process., vol. 10, no. 8, , [11] Daniel Cremers, Timo Kohlberger, and Christoh Schnörr, Nonlinear shae statistics in mumford-shah based segmentation., in ECCV (2), 2002, [12] D. Cremers, N. Sochen, and C. orr, Towards recognitionbased variational segmentation using shae riors and dynamic labeling, [13] T. Chan and Wei Zhu, Level set based shae rior segmentation, in CVPR, [14] Willim J. Cook, William H. Cunningham, William R. Pulleyblank, and Alexander Schrijver, Combinatorial Otimization, Wiley Interscience, [15] Yuri Boykov, Olga Veksler, and Ramin Zabih, Fast aroximate energy minimization via grah cuts, in ICCV (1), 1999, [16] Olga Veksler, Image segmentation by nested cuts, in CVPR, 2000, [17] Ning Xu, Ravi Bansal, and Narendra Ahuja, Object segmentation using grah cuts based active contours, CVPR, vol. 02,. 46, [18] Vladimir Kolmogorov and Ramin Zabih, What energy functions can be minimizedvia grah cuts?, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 26, no. 2, [19] Yuri Boykov, Vladimir Kolmogorov, Daniel Cremers, and Andrew Delong, An integral solution to surface evolution des via geo-cuts., in ECCV (3), 2006, [20] Vladimir Kolmogorov and Yuri Boykov, What metrics can be aroximated by geo-cuts, or global otimization of length/area and flux, in ICCV 05, [21] Y. Boykov and V. Kolmogorov, Comuting geodesics and minimal surfaces via grah cuts, in ICCV, [22] D. Freedman and P. Drineas, Energy minimization via grah cuts: Settling what is ossible, 2005,. II:

Stereo Disparity Estimation in Moment Space

Stereo Disparity Estimation in Moment Space Stereo Disarity Estimation in oment Sace Angeline Pang Faculty of Information Technology, ultimedia University, 63 Cyberjaya, alaysia. angeline.ang@mmu.edu.my R. ukundan Deartment of Comuter Science, University

More information

Interactive Image Segmentation

Interactive Image Segmentation Interactive Image Segmentation Fahim Mannan (260 266 294) Abstract This reort resents the roject work done based on Boykov and Jolly s interactive grah cuts based N-D image segmentation algorithm([1]).

More information

Simultaneous Tracking of Multiple Objects Using Fast Level Set-Like Algorithm

Simultaneous Tracking of Multiple Objects Using Fast Level Set-Like Algorithm Simultaneous Tracking of Multile Objects Using Fast Level Set-Like Algorithm Martin Maška, Pavel Matula, and Michal Kozubek Centre for Biomedical Image Analysis, Faculty of Informatics Masaryk University,

More information

Grouping of Patches in Progressive Radiosity

Grouping of Patches in Progressive Radiosity Grouing of Patches in Progressive Radiosity Arjan J.F. Kok * Abstract The radiosity method can be imroved by (adatively) grouing small neighboring atches into grous. Comutations normally done for searate

More information

Lecture 3: Geometric Algorithms(Convex sets, Divide & Conquer Algo.)

Lecture 3: Geometric Algorithms(Convex sets, Divide & Conquer Algo.) Advanced Algorithms Fall 2015 Lecture 3: Geometric Algorithms(Convex sets, Divide & Conuer Algo.) Faculty: K.R. Chowdhary : Professor of CS Disclaimer: These notes have not been subjected to the usual

More information

PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS

PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS Kevin Miller, Vivian Lin, and Rui Zhang Grou ID: 5 1. INTRODUCTION The roblem we are trying to solve is redicting future links or recovering missing links

More information

Image and Vision Computing

Image and Vision Computing Image and Vision Computing 29 (2011) 365 381 Contents lists available at ScienceDirect Image and Vision Computing journal homepage: www.elsevier.com/locate/imavis Combinatorial Optimization of the piecewise

More information

Image Segmentation Based on Active Contours without Edges

Image Segmentation Based on Active Contours without Edges Image Segmentation Based on Active Contours without Edges Anca Morar Faculty of Automatic Control and Comuters University POLITEHNICA of Bucharest Florica Moldoveanu Faculty of Automatic Control and Comuters

More information

Bayesian Oil Spill Segmentation of SAR Images via Graph Cuts 1

Bayesian Oil Spill Segmentation of SAR Images via Graph Cuts 1 Bayesian Oil Sill Segmentation of SAR Images via Grah Cuts 1 Sónia Pelizzari and José M. Bioucas-Dias Instituto de Telecomunicações, I.S.T., TULisbon,Lisboa, Portugal sonia@lx.it.t, bioucas@lx.it.t Abstract.

More information

Face Recognition Using Legendre Moments

Face Recognition Using Legendre Moments Face Recognition Using Legendre Moments Dr.S.Annadurai 1 A.Saradha Professor & Head of CSE & IT Research scholar in CSE Government College of Technology, Government College of Technology, Coimbatore, Tamilnadu,

More information

How to fit a surface to a point cloud?

How to fit a surface to a point cloud? TRICS seminar Comuter Science Deartment How to fit a surface to a oint cloud? or otimization of surface functionals in comuter vision Yuri Boykov Otimization of surface functionals in comuter vision The

More information

Efficient Parallel Hierarchical Clustering

Efficient Parallel Hierarchical Clustering Efficient Parallel Hierarchical Clustering Manoranjan Dash 1,SimonaPetrutiu, and Peter Scheuermann 1 Deartment of Information Systems, School of Comuter Engineering, Nanyang Technological University, Singaore

More information

Learning Motion Patterns in Crowded Scenes Using Motion Flow Field

Learning Motion Patterns in Crowded Scenes Using Motion Flow Field Learning Motion Patterns in Crowded Scenes Using Motion Flow Field Min Hu, Saad Ali and Mubarak Shah Comuter Vision Lab, University of Central Florida {mhu,sali,shah}@eecs.ucf.edu Abstract Learning tyical

More information

Equality-Based Translation Validator for LLVM

Equality-Based Translation Validator for LLVM Equality-Based Translation Validator for LLVM Michael Ste, Ross Tate, and Sorin Lerner University of California, San Diego {mste,rtate,lerner@cs.ucsd.edu Abstract. We udated our Peggy tool, reviously resented

More information

Active Geodesics: Region-based Active Contour Segmentation with a Global Edge-based Constraint

Active Geodesics: Region-based Active Contour Segmentation with a Global Edge-based Constraint Active Geodesics: Region-based Active Contour Segmentation with a Global Edge-based Constraint Vikram Appia Anthony Yezzi Georgia Institute of Technology, Atlanta, GA, USA. Abstract We present an active

More information

Sensitivity Analysis for an Optimal Routing Policy in an Ad Hoc Wireless Network

Sensitivity Analysis for an Optimal Routing Policy in an Ad Hoc Wireless Network 1 Sensitivity Analysis for an Otimal Routing Policy in an Ad Hoc Wireless Network Tara Javidi and Demosthenis Teneketzis Deartment of Electrical Engineering and Comuter Science University of Michigan Ann

More information

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY Yandong Wang EagleView Technology Cor. 5 Methodist Hill Dr., Rochester, NY 1463, the United States yandong.wang@ictometry.com

More information

An empirical analysis of loopy belief propagation in three topologies: grids, small-world networks and random graphs

An empirical analysis of loopy belief propagation in three topologies: grids, small-world networks and random graphs An emirical analysis of looy belief roagation in three toologies: grids, small-world networks and random grahs R. Santana, A. Mendiburu and J. A. Lozano Intelligent Systems Grou Deartment of Comuter Science

More information

Segmentation. Namrata Vaswani,

Segmentation. Namrata Vaswani, Segmentation Namrata Vaswani, namrata@iastate.edu Read Sections 5.1,5.2,5.3 of [1] Edge detection and filtering : Canny edge detection algorithm to get a contour of the object boundary Hough transform:

More information

A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems

A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems Cheng-Yuan Chang and I-Lun Tseng Deartment of Comuter Science and Engineering Yuan Ze University,

More information

An Active Contour Model without Edges

An Active Contour Model without Edges An Active Contour Model without Edges Tony Chan and Luminita Vese Department of Mathematics, University of California, Los Angeles, 520 Portola Plaza, Los Angeles, CA 90095-1555 chan,lvese@math.ucla.edu

More information

Automated Segmentation Using a Fast Implementation of the Chan-Vese Models

Automated Segmentation Using a Fast Implementation of the Chan-Vese Models Automated Segmentation Using a Fast Implementation of the Chan-Vese Models Huan Xu, and Xiao-Feng Wang,,3 Intelligent Computation Lab, Hefei Institute of Intelligent Machines, Chinese Academy of Science,

More information

A Novel Iris Segmentation Method for Hand-Held Capture Device

A Novel Iris Segmentation Method for Hand-Held Capture Device A Novel Iris Segmentation Method for Hand-Held Cature Device XiaoFu He and PengFei Shi Institute of Image Processing and Pattern Recognition, Shanghai Jiao Tong University, Shanghai 200030, China {xfhe,

More information

College of Engineering, Trivandrum.

College of Engineering, Trivandrum. Analysis of CT Liver Images Using Level Sets with Bayesian Analysis-A Hybrid Approach Sajith A.G 1, Dr. Hariharan.S 2 1 Research Scholar, 2 Professor, Department of Electrical&Electronics Engineering College

More information

Graph Cut Matching In Computer Vision

Graph Cut Matching In Computer Vision Grah Cut Matching In Comuter Vision Toby Collins (s0455374@sms.ed.ac.uk) February 2004 Introduction Many of the roblems that arise in early vision can be naturally exressed in terms of energy minimization.

More information

3D Surface Simplification Based on Extended Shape Operator

3D Surface Simplification Based on Extended Shape Operator 3D Surface Simlification Based on Extended Shae Oerator JUI-LIG TSEG, YU-HSUA LI Deartment of Comuter Science and Information Engineering, Deartment and Institute of Electrical Engineering Minghsin University

More information

Modeling Interaction for Segmentation of Neighboring Structures

Modeling Interaction for Segmentation of Neighboring Structures 1 Modeling Interaction for Segmentation of Neighboring Structures Pingkun Yan, Member, IEEE and Ashraf A. Kassim*, Member, IEEE and Weijia Shen, and Mubarak Shah, Fellow, IEEE Abstract This aer resents

More information

OMNI: An Efficient Overlay Multicast. Infrastructure for Real-time Applications

OMNI: An Efficient Overlay Multicast. Infrastructure for Real-time Applications OMNI: An Efficient Overlay Multicast Infrastructure for Real-time Alications Suman Banerjee, Christoher Kommareddy, Koushik Kar, Bobby Bhattacharjee, Samir Khuller Abstract We consider an overlay architecture

More information

Implicit Active Contours Driven by Local Binary Fitting Energy

Implicit Active Contours Driven by Local Binary Fitting Energy Implicit Active Contours Driven by Local Binary Fitting Energy Chunming Li 1, Chiu-Yen Kao 2, John C. Gore 1, and Zhaohua Ding 1 1 Institute of Imaging Science 2 Department of Mathematics Vanderbilt University

More information

Theoretical Analysis of Graphcut Textures

Theoretical Analysis of Graphcut Textures Theoretical Analysis o Grahcut Textures Xuejie Qin Yee-Hong Yang {xu yang}@cs.ualberta.ca Deartment o omuting Science University o Alberta Abstract Since the aer was ublished in SIGGRAPH 2003 the grahcut

More information

Improved heuristics for the single machine scheduling problem with linear early and quadratic tardy penalties

Improved heuristics for the single machine scheduling problem with linear early and quadratic tardy penalties Imroved heuristics for the single machine scheduling roblem with linear early and quadratic tardy enalties Jorge M. S. Valente* LIAAD INESC Porto LA, Faculdade de Economia, Universidade do Porto Postal

More information

A BICRITERION STEINER TREE PROBLEM ON GRAPH. Mirko VUJO[EVI], Milan STANOJEVI] 1. INTRODUCTION

A BICRITERION STEINER TREE PROBLEM ON GRAPH. Mirko VUJO[EVI], Milan STANOJEVI] 1. INTRODUCTION Yugoslav Journal of Oerations Research (00), umber, 5- A BICRITERIO STEIER TREE PROBLEM O GRAPH Mirko VUJO[EVI], Milan STAOJEVI] Laboratory for Oerational Research, Faculty of Organizational Sciences University

More information

Image Segmentation: A Survey of Graph-cut Methods

Image Segmentation: A Survey of Graph-cut Methods 2012 International Conference on Systems and Informatics (ICSAI 2012) Image Segmentation: A Survey of Grah-cut Methods Faliu Yi Det. of Comuter Engineering Chosun University Gwangju, Reublic of Korea yifaliu@chosun.kr

More information

521493S Computer Graphics Exercise 3 (Chapters 6-8)

521493S Computer Graphics Exercise 3 (Chapters 6-8) 521493S Comuter Grahics Exercise 3 (Chaters 6-8) 1 Most grahics systems and APIs use the simle lighting and reflection models that we introduced for olygon rendering Describe the ways in which each of

More information

IMS Network Deployment Cost Optimization Based on Flow-Based Traffic Model

IMS Network Deployment Cost Optimization Based on Flow-Based Traffic Model IMS Network Deloyment Cost Otimization Based on Flow-Based Traffic Model Jie Xiao, Changcheng Huang and James Yan Deartment of Systems and Comuter Engineering, Carleton University, Ottawa, Canada {jiexiao,

More information

Using Rational Numbers and Parallel Computing to Efficiently Avoid Round-off Errors on Map Simplification

Using Rational Numbers and Parallel Computing to Efficiently Avoid Round-off Errors on Map Simplification Using Rational Numbers and Parallel Comuting to Efficiently Avoid Round-off Errors on Ma Simlification Maurício G. Grui 1, Salles V. G. de Magalhães 1,2, Marcus V. A. Andrade 1, W. Randolh Franklin 2,

More information

Shuigeng Zhou. May 18, 2016 School of Computer Science Fudan University

Shuigeng Zhou. May 18, 2016 School of Computer Science Fudan University Query Processing Shuigeng Zhou May 18, 2016 School of Comuter Science Fudan University Overview Outline Measures of Query Cost Selection Oeration Sorting Join Oeration Other Oerations Evaluation of Exressions

More information

A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism

A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism Erlin Yao, Mingyu Chen, Rui Wang, Wenli Zhang, Guangming Tan Key Laboratory of Comuter System and Architecture Institute

More information

Extracting Optimal Paths from Roadmaps for Motion Planning

Extracting Optimal Paths from Roadmaps for Motion Planning Extracting Otimal Paths from Roadmas for Motion Planning Jinsuck Kim Roger A. Pearce Nancy M. Amato Deartment of Comuter Science Texas A&M University College Station, TX 843 jinsuckk,ra231,amato @cs.tamu.edu

More information

Space-efficient Region Filling in Raster Graphics

Space-efficient Region Filling in Raster Graphics "The Visual Comuter: An International Journal of Comuter Grahics" (submitted July 13, 1992; revised December 7, 1992; acceted in Aril 16, 1993) Sace-efficient Region Filling in Raster Grahics Dominik Henrich

More information

Sensitivity of multi-product two-stage economic lotsizing models and their dependency on change-over and product cost ratio s

Sensitivity of multi-product two-stage economic lotsizing models and their dependency on change-over and product cost ratio s Sensitivity two stage EOQ model 1 Sensitivity of multi-roduct two-stage economic lotsizing models and their deendency on change-over and roduct cost ratio s Frank Van den broecke, El-Houssaine Aghezzaf,

More information

SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin 2, Mohammad Ali Masnadi-Shirazi 1

SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin 2, Mohammad Ali Masnadi-Shirazi 1 SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin, Mohammad Ali Masnadi-Shirazi 1 1. Shiraz University, Shiraz, Iran,. Sabanci University, Istanbul, Turkey ssamadi@shirazu.ac.ir,

More information

Efficient Processing of Top-k Dominating Queries on Multi-Dimensional Data

Efficient Processing of Top-k Dominating Queries on Multi-Dimensional Data Efficient Processing of To-k Dominating Queries on Multi-Dimensional Data Man Lung Yiu Deartment of Comuter Science Aalborg University DK-922 Aalborg, Denmark mly@cs.aau.dk Nikos Mamoulis Deartment of

More information

Implicit Active Shape Models for 3D Segmentation in MR Imaging

Implicit Active Shape Models for 3D Segmentation in MR Imaging Implicit Active Shape Models for 3D Segmentation in MR Imaging Mikaël Rousson 1, Nikos Paragios 2, and Rachid Deriche 1 1 I.N.R.I.A. Sophia Antipolis, France E-mail: {Mikael.Rousson,Rachid.Deriche}@sophia.inria.fr

More information

Leak Detection Modeling and Simulation for Oil Pipeline with Artificial Intelligence Method

Leak Detection Modeling and Simulation for Oil Pipeline with Artificial Intelligence Method ITB J. Eng. Sci. Vol. 39 B, No. 1, 007, 1-19 1 Leak Detection Modeling and Simulation for Oil Pieline with Artificial Intelligence Method Pudjo Sukarno 1, Kuntjoro Adji Sidarto, Amoranto Trisnobudi 3,

More information

10. Parallel Methods for Data Sorting

10. Parallel Methods for Data Sorting 10. Parallel Methods for Data Sorting 10. Parallel Methods for Data Sorting... 1 10.1. Parallelizing Princiles... 10.. Scaling Parallel Comutations... 10.3. Bubble Sort...3 10.3.1. Sequential Algorithm...3

More information

Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR

Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR Megha Agarwal, 2R.P. Maheshwari Indian Institute of Technology Roorkee 247667, Uttarakhand, India meghagarwal29@gmail.com, 2rmaheshwari@gmail.com

More information

Image Segmentation Using Topological Persistence

Image Segmentation Using Topological Persistence Image Segmentation Using Toological Persistence David Letscher and Jason Fritts Saint Louis University Deartment of Mathematics and Comuter Science {letscher, jfritts}@slu.edu Abstract. This aer resents

More information

Research Article Local- and Global-Statistics-Based Active Contour Model for Image Segmentation

Research Article Local- and Global-Statistics-Based Active Contour Model for Image Segmentation Mathematical Problems in Engineering Volume 2012, Article ID 791958, 16 pages doi:10.1155/2012/791958 Research Article Local- and Global-Statistics-Based Active Contour Model for Image Segmentation Boying

More information

A Morphological LiDAR Points Cloud Filtering Method based on GPGPU

A Morphological LiDAR Points Cloud Filtering Method based on GPGPU A Morhological LiDAR Points Cloud Filtering Method based on GPGPU Shuo Li 1, Hui Wang 1, Qiuhe Ma 1 and Xuan Zha 2 1 Zhengzhou Institute of Surveying & Maing, No.66, Longhai Middle Road, Zhengzhou, China

More information

Directed File Transfer Scheduling

Directed File Transfer Scheduling Directed File Transfer Scheduling Weizhen Mao Deartment of Comuter Science The College of William and Mary Williamsburg, Virginia 387-8795 wm@cs.wm.edu Abstract The file transfer scheduling roblem was

More information

Lecture 2: Fixed-Radius Near Neighbors and Geometric Basics

Lecture 2: Fixed-Radius Near Neighbors and Geometric Basics structure arises in many alications of geometry. The dual structure, called a Delaunay triangulation also has many interesting roerties. Figure 3: Voronoi diagram and Delaunay triangulation. Search: Geometric

More information

An Efficient VLSI Architecture for Adaptive Rank Order Filter for Image Noise Removal

An Efficient VLSI Architecture for Adaptive Rank Order Filter for Image Noise Removal International Journal of Information and Electronics Engineering, Vol. 1, No. 1, July 011 An Efficient VLSI Architecture for Adative Rank Order Filter for Image Noise Removal M. C Hanumantharaju, M. Ravishankar,

More information

A Model-Adaptable MOSFET Parameter Extraction System

A Model-Adaptable MOSFET Parameter Extraction System A Model-Adatable MOSFET Parameter Extraction System Masaki Kondo Hidetoshi Onodera Keikichi Tamaru Deartment of Electronics Faculty of Engineering, Kyoto University Kyoto 66-1, JAPAN Tel: +81-7-73-313

More information

ACTIVE CONTOURS BASED OBJECT DETECTION & EXTRACTION USING WSPF PARAMETER: A NEW LEVEL SET METHOD

ACTIVE CONTOURS BASED OBJECT DETECTION & EXTRACTION USING WSPF PARAMETER: A NEW LEVEL SET METHOD ACTIVE CONTOURS BASED OBJECT DETECTION & EXTRACTION USING WSPF PARAMETER: A NEW LEVEL SET METHOD Savan Oad 1, Ambika Oad 2, Abhinav Bhargava 1, Samrat Ghosh 1 1 Department of EC Engineering, GGITM, Bhopal,

More information

A CLASS OF STRUCTURED LDPC CODES WITH LARGE GIRTH

A CLASS OF STRUCTURED LDPC CODES WITH LARGE GIRTH A CLASS OF STRUCTURED LDPC CODES WITH LARGE GIRTH Jin Lu, José M. F. Moura, and Urs Niesen Deartment of Electrical and Comuter Engineering Carnegie Mellon University, Pittsburgh, PA 15213 jinlu, moura@ece.cmu.edu

More information

Distributed Estimation from Relative Measurements in Sensor Networks

Distributed Estimation from Relative Measurements in Sensor Networks Distributed Estimation from Relative Measurements in Sensor Networks #Prabir Barooah and João P. Hesanha Abstract We consider the roblem of estimating vectorvalued variables from noisy relative measurements.

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Distrib. Comut. 71 (2011) 288 301 Contents lists available at ScienceDirect J. Parallel Distrib. Comut. journal homeage: www.elsevier.com/locate/jdc Quality of security adatation in arallel

More information

Interactive Image Segmentation Using Level Sets and Dempster-Shafer Theory of Evidence

Interactive Image Segmentation Using Level Sets and Dempster-Shafer Theory of Evidence Interactive Image Segmentation Using Level Sets and Dempster-Shafer Theory of Evidence Björn Scheuermann and Bodo Rosenhahn Leibniz Universität Hannover, Germany {scheuermann,rosenhahn}@tnt.uni-hannover.de

More information

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 Mingliang Chen 1, Weiyao Lin 1*, Xiaozhen Zheng 2 1 Deartment of Electronic Engineering, Shanghai Jiao Tong University, China

More information

GEOMETRIC CONSTRAINT SOLVING IN < 2 AND < 3. Department of Computer Sciences, Purdue University. and PAMELA J. VERMEER

GEOMETRIC CONSTRAINT SOLVING IN < 2 AND < 3. Department of Computer Sciences, Purdue University. and PAMELA J. VERMEER GEOMETRIC CONSTRAINT SOLVING IN < AND < 3 CHRISTOPH M. HOFFMANN Deartment of Comuter Sciences, Purdue University West Lafayette, Indiana 47907-1398, USA and PAMELA J. VERMEER Deartment of Comuter Sciences,

More information

Improved Image Super-Resolution by Support Vector Regression

Improved Image Super-Resolution by Support Vector Regression Proceedings of International Joint Conference on Neural Networks, San Jose, California, USA, July 3 August 5, 0 Imroved Image Suer-Resolution by Suort Vector Regression Le An and Bir Bhanu Abstract Suort

More information

AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS. Ren Chen and Viktor K.

AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS. Ren Chen and Viktor K. inuts er clock cycle Streaming ermutation oututs er clock cycle AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS Ren Chen and Viktor K.

More information

CMSC 425: Lecture 16 Motion Planning: Basic Concepts

CMSC 425: Lecture 16 Motion Planning: Basic Concepts : Lecture 16 Motion lanning: Basic Concets eading: Today s material comes from various sources, including AI Game rogramming Wisdom 2 by S. abin and lanning Algorithms by S. M. LaValle (Chats. 4 and 5).

More information

An Efficient Video Program Delivery algorithm in Tree Networks*

An Efficient Video Program Delivery algorithm in Tree Networks* 3rd International Symosium on Parallel Architectures, Algorithms and Programming An Efficient Video Program Delivery algorithm in Tree Networks* Fenghang Yin 1 Hong Shen 1,2,** 1 Deartment of Comuter Science,

More information

arxiv: v1 [cs.mm] 18 Jan 2016

arxiv: v1 [cs.mm] 18 Jan 2016 Lossless Intra Coding in with 3-ta Filters Saeed R. Alvar a, Fatih Kamisli a a Deartment of Electrical and Electronics Engineering, Middle East Technical University, Turkey arxiv:1601.04473v1 [cs.mm] 18

More information

High Order Accurate Curved-element Implementation in OpenFOAM for Discontinuous Galerkin Method

High Order Accurate Curved-element Implementation in OpenFOAM for Discontinuous Galerkin Method ,.47-52 htt://dx.doi.org/10.14257/astl.2016.142.08 High Order Accurate Curved-element Imlementation in OenFOAM for Discontinuous Galerkin Method Li-Yang Xu 1, Shuai Ye 1, Yong-Quan Feng 1, Hao Li 1, Xin-Hai

More information

Earthenware Reconstruction Based on the Shape Similarity among Potsherds

Earthenware Reconstruction Based on the Shape Similarity among Potsherds Original Paer Forma, 16, 77 90, 2001 Earthenware Reconstruction Based on the Shae Similarity among Potsherds Masayoshi KANOH 1, Shohei KATO 2 and Hidenori ITOH 1 1 Nagoya Institute of Technology, Gokiso-cho,

More information

Level Set Evolution without Reinitilization

Level Set Evolution without Reinitilization Level Set Evolution without Reinitilization Outline Parametric active contour (snake) models. Concepts of Level set method and geometric active contours. A level set formulation without reinitialization.

More information

UNIFYING LOCAL AND NONLOCAL PROCESSING WITH PARTIAL DIFFERENCE OPERATORS ON WEIGHTED GRAPHS

UNIFYING LOCAL AND NONLOCAL PROCESSING WITH PARTIAL DIFFERENCE OPERATORS ON WEIGHTED GRAPHS UNIFYING LOCAL AND NONLOCAL PROCESSING WITH PARTIAL DIFFERENCE OPERATORS ON WEIGHTED GRAPHS Abderrahim Elmoataz 1, Olivier Lézoray 1, Sébastien Bougleux 2 and Vinh-Thong Ta 1 1 Université de Caen Basse-Normandie,

More information

Adaptive Reciprocal Cell based Sparse Representation for Satellite Image Restoration

Adaptive Reciprocal Cell based Sparse Representation for Satellite Image Restoration Vol.49 (SoftTech 04),.8-85 htt://dx.doi.org/0.457/astl.04.49.50 Adative Recirocal Cell based Sarse Reresentation for Satellite Image Restoration Yanfei He and Shunfeng Wang Deartment of Math and Statistic,

More information

Multi-robot SLAM with Unknown Initial Correspondence: The Robot Rendezvous Case

Multi-robot SLAM with Unknown Initial Correspondence: The Robot Rendezvous Case Multi-robot SLAM with Unknown Initial Corresondence: The Robot Rendezvous Case Xun S. Zhou and Stergios I. Roumeliotis Deartment of Comuter Science & Engineering, University of Minnesota, Minneaolis, MN

More information

Swift Template Matching Based on Equivalent Histogram

Swift Template Matching Based on Equivalent Histogram Swift emlate Matching ased on Equivalent istogram Wangsheng Yu, Xiaohua ian, Zhiqiang ou * elecommunications Engineering Institute Air Force Engineering University Xi an, PR China *corresonding author:

More information

Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation

Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation Loy Hui Chien and Takafumi Aoki Graduate School of Information Sciences Tohoku University Aoba-yama 5, Sendai, 98-8579, Jaan

More information

A Method to Determine End-Points ofstraight Lines Detected Using the Hough Transform

A Method to Determine End-Points ofstraight Lines Detected Using the Hough Transform RESEARCH ARTICLE OPEN ACCESS A Method to Detere End-Points ofstraight Lines Detected Using the Hough Transform Gideon Kanji Damaryam Federal University, Lokoja, PMB 1154, Lokoja, Nigeria. Abstract The

More information

Privacy Preserving Moving KNN Queries

Privacy Preserving Moving KNN Queries Privacy Preserving Moving KNN Queries arxiv:4.76v [cs.db] 4 Ar Tanzima Hashem Lars Kulik Rui Zhang National ICT Australia, Deartment of Comuter Science and Software Engineering University of Melbourne,

More information

AN ANALYTICAL MODEL DESCRIBING THE RELATIONSHIPS BETWEEN LOGIC ARCHITECTURE AND FPGA DENSITY

AN ANALYTICAL MODEL DESCRIBING THE RELATIONSHIPS BETWEEN LOGIC ARCHITECTURE AND FPGA DENSITY AN ANALYTICAL MODEL DESCRIBING THE RELATIONSHIPS BETWEEN LOGIC ARCHITECTURE AND FPGA DENSITY Andrew Lam 1, Steven J.E. Wilton 1, Phili Leong 2, Wayne Luk 3 1 Elec. and Com. Engineering 2 Comuter Science

More information

We will then introduce the DT, discuss some of its fundamental properties and show how to compute a DT directly from a given set of points.

We will then introduce the DT, discuss some of its fundamental properties and show how to compute a DT directly from a given set of points. Voronoi Diagram and Delaunay Triangulation 1 Introduction The Voronoi Diagram (VD, for short) is a ubiquitious structure that aears in a variety of discilines - biology, geograhy, ecology, crystallograhy,

More information

Parametric Optimization in WEDM of WC-Co Composite by Neuro-Genetic Technique

Parametric Optimization in WEDM of WC-Co Composite by Neuro-Genetic Technique Parametric Otimization in WEDM of WC-Co Comosite by Neuro-Genetic Technique P. Saha*, P. Saha, and S. K. Pal Abstract The resent work does a multi-objective otimization in wire electro-discharge machining

More information

Variational Methods II

Variational Methods II Mathematical Foundations of Computer Graphics and Vision Variational Methods II Luca Ballan Institute of Visual Computing Last Lecture If we have a topological vector space with an inner product and functionals

More information

Identity-sensitive Points-to Analysis for the Dynamic Behavior of JavaScript Objects

Identity-sensitive Points-to Analysis for the Dynamic Behavior of JavaScript Objects Identity-sensitive Points-to Analysis for the Dynamic Behavior of JavaScrit Objects Shiyi Wei and Barbara G. Ryder Deartment of Comuter Science, Virginia Tech, Blacksburg, VA, USA. {wei,ryder}@cs.vt.edu

More information

Use of Multivariate Statistical Analysis in the Modelling of Chromatographic Processes

Use of Multivariate Statistical Analysis in the Modelling of Chromatographic Processes Use of Multivariate Statistical Analysis in the Modelling of Chromatograhic Processes Simon Edwards-Parton 1, Nigel itchener-hooker 1, Nina hornhill 2, Daniel Bracewell 1, John Lidell 3 Abstract his aer

More information

CENTRAL AND PARALLEL PROJECTIONS OF REGULAR SURFACES: GEOMETRIC CONSTRUCTIONS USING 3D MODELING SOFTWARE

CENTRAL AND PARALLEL PROJECTIONS OF REGULAR SURFACES: GEOMETRIC CONSTRUCTIONS USING 3D MODELING SOFTWARE CENTRAL AND PARALLEL PROJECTIONS OF REGULAR SURFACES: GEOMETRIC CONSTRUCTIONS USING 3D MODELING SOFTWARE Petra Surynková Charles University in Prague, Faculty of Mathematics and Physics, Sokolovská 83,

More information

Facial Expression Recognition using Image Processing and Neural Network

Facial Expression Recognition using Image Processing and Neural Network Keerti Keshav Kanchi / International Journal of Comuter Science & Engineering Technology (IJCSET) Facial Exression Recognition using Image Processing and eural etwork Keerti Keshav Kanchi PG Student, Deartment

More information

Multipoint Filtering with Local Polynomial Approximation and Range Guidance

Multipoint Filtering with Local Polynomial Approximation and Range Guidance Multioint Filtering with Local Polynomial Aroximation and Range Guidance Xiao Tan, Changming Sun, and Tuan D. Pham The University of New South Wales, Canberra, ACT 2600, Australia CSIRO Comutational Informatics,

More information

Semi-Markov Process based Model for Performance Analysis of Wireless LANs

Semi-Markov Process based Model for Performance Analysis of Wireless LANs Semi-Markov Process based Model for Performance Analysis of Wireless LANs Murali Krishna Kadiyala, Diti Shikha, Ravi Pendse, and Neeraj Jaggi Deartment of Electrical Engineering and Comuter Science Wichita

More information

Shape Prior Segmentation of Multiple Objects with Graph Cuts

Shape Prior Segmentation of Multiple Objects with Graph Cuts Shape Prior Segmentation of Multiple Objects with Graph Cuts Nhat Vu and B.S. Manjunath Department of Electrical and Computer Engineering University of California, Santa Barbara, CA 93106-9560 {nhat,manj}@ece.ucsb.edu

More information

Brief Contributions. A Geometric Theorem for Network Design 1 INTRODUCTION

Brief Contributions. A Geometric Theorem for Network Design 1 INTRODUCTION IEEE TRANSACTIONS ON COMPUTERS, VOL. 53, NO., APRIL 00 83 Brief Contributions A Geometric Theorem for Network Design Massimo Franceschetti, Member, IEEE, Matthew Cook, and Jehoshua Bruck, Fellow, IEEE

More information

Short Papers. Symmetry Detection by Generalized Complex (GC) Moments: A Close-Form Solution 1 INTRODUCTION

Short Papers. Symmetry Detection by Generalized Complex (GC) Moments: A Close-Form Solution 1 INTRODUCTION 466 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE VOL 2 NO 5 MAY 999 Short Paers Symmetry Detection by Generalized Comlex (GC) Moments: A Close-Form Solution Dinggang Shen Horace HS I

More information

Kernel Density Estimation and Intrinsic Alignment for Knowledge-driven Segmentation: Teaching Level Sets to Walk

Kernel Density Estimation and Intrinsic Alignment for Knowledge-driven Segmentation: Teaching Level Sets to Walk C. Rasmussen et al. (Eds.), Pattern Recognition, Tübingen, Sept. 2004. LNCS Vol. 3175, pp. 36 44. c Springer Kernel Density Estimation and Intrinsic Alignment for Knowledge-driven Segmentation: Teaching

More information

Geodesic Active Contours with Combined Shape and Appearance Priors

Geodesic Active Contours with Combined Shape and Appearance Priors Geodesic Active Contours with Combined Shape and Appearance Priors Rami Ben-Ari 1 and Dror Aiger 1,2 1 Orbotech LTD, Yavneh, Israel 2 Ben Gurion University, Be er Sheva, Israel {rami-ba,dror-ai}@orbotech.com

More information

Introduction to Parallel Algorithms

Introduction to Parallel Algorithms CS 1762 Fall, 2011 1 Introduction to Parallel Algorithms Introduction to Parallel Algorithms ECE 1762 Algorithms and Data Structures Fall Semester, 2011 1 Preliminaries Since the early 1990s, there has

More information

CS 229 Final Project: Single Image Depth Estimation From Predicted Semantic Labels

CS 229 Final Project: Single Image Depth Estimation From Predicted Semantic Labels CS 229 Final Project: Single Image Deth Estimation From Predicted Semantic Labels Beyang Liu beyangl@cs.stanford.edu Stehen Gould sgould@stanford.edu Prof. Dahne Koller koller@cs.stanford.edu December

More information

NSCT BASED LOCAL ENHANCEMENT FOR ACTIVE CONTOUR BASED IMAGE SEGMENTATION APPLICATION

NSCT BASED LOCAL ENHANCEMENT FOR ACTIVE CONTOUR BASED IMAGE SEGMENTATION APPLICATION DOI: 10.1917/ijivp.010.0004 NSCT BASED LOCAL ENHANCEMENT FOR ACTIVE CONTOUR BASED IMAGE SEGMENTATION APPLICATION Hiren Mewada 1 and Suprava Patnaik Department of Electronics Engineering, Sardar Vallbhbhai

More information

Wavelet Based Statistical Adapted Local Binary Patterns for Recognizing Avatar Faces

Wavelet Based Statistical Adapted Local Binary Patterns for Recognizing Avatar Faces Wavelet Based Statistical Adated Local Binary atterns for Recognizing Avatar Faces Abdallah A. Mohamed 1, 2 and Roman V. Yamolskiy 1 1 Comuter Engineering and Comuter Science, University of Louisville,

More information

Introduction to Visualization and Computer Graphics

Introduction to Visualization and Computer Graphics Introduction to Visualization and Comuter Grahics DH2320, Fall 2015 Prof. Dr. Tino Weinkauf Introduction to Visualization and Comuter Grahics Grids and Interolation Next Tuesday No lecture next Tuesday!

More information

Multicast in Wormhole-Switched Torus Networks using Edge-Disjoint Spanning Trees 1

Multicast in Wormhole-Switched Torus Networks using Edge-Disjoint Spanning Trees 1 Multicast in Wormhole-Switched Torus Networks using Edge-Disjoint Sanning Trees 1 Honge Wang y and Douglas M. Blough z y Myricom Inc., 325 N. Santa Anita Ave., Arcadia, CA 916, z School of Electrical and

More information

Using Permuted States and Validated Simulation to Analyze Conflict Rates in Optimistic Replication

Using Permuted States and Validated Simulation to Analyze Conflict Rates in Optimistic Replication Using Permuted States and Validated Simulation to Analyze Conflict Rates in Otimistic Relication An-I A. Wang Comuter Science Deartment Florida State University Geoff H. Kuenning Comuter Science Deartment

More information

Constrained Path Optimisation for Underground Mine Layout

Constrained Path Optimisation for Underground Mine Layout Constrained Path Otimisation for Underground Mine Layout M. Brazil P.A. Grossman D.H. Lee J.H. Rubinstein D.A. Thomas N.C. Wormald Abstract The major infrastructure comonent reuired to develo an underground

More information

A DEA-bases Approach for Multi-objective Design of Attribute Acceptance Sampling Plans

A DEA-bases Approach for Multi-objective Design of Attribute Acceptance Sampling Plans Available online at htt://ijdea.srbiau.ac.ir Int. J. Data Enveloment Analysis (ISSN 2345-458X) Vol.5, No.2, Year 2017 Article ID IJDEA-00422, 12 ages Research Article International Journal of Data Enveloment

More information