AN OVERVIEW OF IMAGE SEGMENTATION TECHNIQUES. IN Fabris-Rotelli 1 and J-F Greeff 1. ABSTRACT

Size: px
Start display at page:

Download "AN OVERVIEW OF IMAGE SEGMENTATION TECHNIQUES. IN Fabris-Rotelli 1 and J-F Greeff 1. ABSTRACT"

Transcription

1 AN OVERVIEW OF IMAGE SEGMENTATION TECHNIQUES IN Fabris-Rotei 1 and J-F Greeff 1 1 Department of Statistics, University of Pretoria, 0002, Pretoria, South Africa, inger.fabris-rotei@up.ac.za ABSTRACT We present an overview of some image segmentation techniques, empoyed to extract regions of interest. Exampes, with comparisons, are presented for Iterative Seection, Baanced Histogram, Otsu s method, Wener agorithm, Integra Image agorithm, Gaussian mixtures and Iterated Conditiona Modes. 1. INTRODUCTION Image segmentation pays an integra part within computer vision, since the identification of regions of interest is usuay the first step in extracting usefu information from an image. We provide an overview of possibe methods of segmenting an image, incuding exampes of resuts. Appications of segmentation techniques incude medica imaging (Pham et a., 2000), image compression (Vaisey & Gersho, 1992), facia recognition (Jain & Par, 2009), scene cassification (Debba et a., 2008), handwriting recognition (Shapiro & Stocman, 2002) and ane detection (Sezgin & Sanur, 2004). A good overview of appications can be found in Shapiro & Stocman (2002). Many methods exist that aim at segmenting images (Shapiro & Stocman, 2002; Mobahi et a., 2011): threshoding to create a bac and white (BW) image; custering iterative methods, such as -means; compression-based segmentation to minimise the data coding ength; histogram-based methods to identify segments; edge detection; region growing to group neighbouring pixes with simiar uminosities; and spit-and-merge methods where the image is repeatedy spit into heterogeneous squares and merged into homogeneous squares. These methods are not mutuay excusive, Otsu s method is both a histogrambased and custering method. Throughout the paper we wi refer to an image matrix of pixe uminosities of size n m as I, where I(i, j) is the uminosity of pixe (i, j) with i = 1, 2,..., n and j = 1, 2,..., m, noting that I (i, j) coud be a vector of uminosity vaues. J-F Greeff is the corresponding and presenting author. Thans to the Department of Statistics and Statomet for support and funding. 1 34

2 2. THRESHOLDING Threshoding creates BW images from gray-scae images. In its simpest form, a pixes with intensities beow an appropriatey chosen threshod eve T are considered to be bacground pixes, represented by white pixes; a pixes with intensities above T are considered the foreground, represented by bac pixes. This is termed threshod above, whie threshod beow considers pixes beow T to be the foreground (Shapiro & Stocman, 2002). Other threshoding techniques incude band threshoding, p-tie threshoding, optima threshoding and adaptive threshoding (Henden, 2004). Standard threshoding suffers from ac of robustness in the presence of non-stationary and correated noise, ambient iumination, variation of intensity eves within the objects and the bacground, inadequate contrast, the object size reative to the image size, and a ac of an objective performance measure (Sezgin & Sanur, 2004). Suggested soutions incude noise reduction techniques (Nachtegae et a., 2001), adaptive threshoding, and cropping of the image to mae the object the focus of the image. Rider & Cavard (1978) present a specia case of -means custering, caed Iterative Seection (IS), to find an optima T. The agorithm is as foows 1. Assume some initia binary segmentation, 2. cacuate the mean uminosity of the foreground, µ (0) b, and bacground, µ (0) f, 3. cacuate the threshod as T (0) = ( ) 1 µ (0) 2 b +µ (0) f, 4. segment the image using T 0, 5. repeat steps 2 to 4, where µ (α) b, µ (α) f and T (α) are the mean uminosities and threshod vaue at iteration α, unti some predetermined stop criteria is met. The Baanced Histogram (BH) method is presented by Anjos & Shahbazia (2008). It is a recursive mode in which the histogram is baanced to find a weighted mid-point of the grayscae uminosities in the set I = {I(i, j) (i, j)} 1. Define I (0) = { I(i, j) I : I(i, j)<m (0)} and I u (0) = { } I(i, j) I : I(i, j) m (0) for some m (0), and construct the image histogram as f(t)= card{(i,j):i(i,j)=t} n m for a t I The method can be summarised as 1. choose an initia point m (0) for the weighted midpoint of the histogram domain, 2. w = t I (0) f(t) and w u = t I (0) u cacuate the weights of the histogram on either side of m (0) as f(t), 3. remove weight from the outer-edge of the heavier side of the histogram, that is if w < w u, then et I u (1) = I u (0) \ maxi u (0) and I (1) = I (0), or if w w u, then et I (1) = I (0) \ mini (0) and I u (1) = I u (0), 4. recacuate the mid-point m (1) of the new histogram domain I (1) = I (1) (1) I u, 5. repeat steps 3 to 5, unti I (α) is a singe vaue which is then taen to be the threshod for this image. Otsu s Method (OM) is popuar for seecting the optima threshod by minimising the within-custer uminosity variance within the foreground and bacground custers. It can be shown that this is equivaent to maximising the between-custer variance, given by σ 2 B (T ) = p 1(T ) p 2 (T ) [µ 1 (T ) µ 2 (T )] 2, where f(t) is the image histogram, p 1 (T ) = t<t I(t), p 2(T ) = 1 p 1 (T ), µ 1 (T ) = t<t tf(t), and µ 2(T ) = t T tf(t). This reduces the effort needed to obtain the optima threshod by ony requiring estimation of custer means and custer reative frequency (Otsu, 1979; Shapiro & Stocman, 2002). Together with its 1 The definition of I used within this agorithm overcomes the probem of extreme vaues within the domain of the histogram, which may cause the agorithm to converge to an incorrect soution. 2 35

3 effectiveness this method is popuar in practice and iterature and is incuded in many software pacages. Eraser image. T = T = 88. T = 99. Grass image. T = T = 22. T = 140. Rice image. T = T = 127. T = 131. Tan image. T = T = 40. T = 99. Fig. 1: Image resuts for each origina image (eft) based on Iterative Seection (center-eft), Baanced Histogram (center-right) and Otsu s method (right). The threshod in each case is T. In Figure 1 we see that BH underperformed compared to OM and IS and that T for each image is significanty different. This can be attributed to the simpicity of BH, which does not tae into account the sewness of the image histograms. It is possibe to obtain a ess sewed distribution by cropping the image but this requires user interaction. In the rice image this probem does not occur due to the approximatey equa number of ight and dar pixes. We see that the threshods and resuts obtained using IS and OM are simiar. For the eraser image the observed segmentation is very good due to the star bacground/foreground contrast, custer uminosity homogeneity, and ac of ambient iumination. The textured grass image presents a bigger chaenge due to greater custer uminosity variabiity. The appication of a noise reduction fiter (Lim, 1990) to the segmentation provides an improvement by removing the texture effect. The rice image iustrates the issue with ambient ight. The grain edges near the bottom edge are not as ceary defined as those in the centre due to a contrast reduction by the shadow. Adaptive threshoding (Section 3) provides a soution. The tan image shows the effect of the reative size of foreground 3 36

4 and bacground, as we as the effect of ac of contrast. When appied to a cropped tan image, a better segmentation is obtained; because arge sections of the miscassified shrubbery, with simiar uminosities to the tan, are removed, and because the size of the tan reative to the bacground is increased. 3. ADAPTIVE THRESHOLDING In Adaptive threshoding the threshod changes according to the position of the pixe being threshoded. The threshod may be different for each individua pixe, or constant over regions in the image; enabing robustness to ambient ight changes (Wener, 1993). We provide an overview of two agorithms, the Wener agorithm (WA) and the Improved Image agorithm (IIA). In Wener (1993) s agorithm a pixe s threshod is determined as a fraction of the average neighbourhood pixe uminosity. Define s N to be the size of the neighbourhood and t (0, 1) as the reative threshod parameter. Wener discusses methods for determining the average pixe uminosity in each neighborhood, and how to dea with image boundaries. However, the Wener agorithm ony considers pixes in the same row meaning information above and beow the pixe is ignored. Define the neighbourhood of (i, j) as N s (i, j) = {(a, b) I : a [ i s 2, i+ s 2], b = j} and the average neighbourhood uminosity as µ s (i,j) = (i,j) Ns(i,j) I(i,j) card(n s(i,j)). A pixe is cassified as bacground (foreground) if I(i, j) < (1 t) µ s (i, j) (I(i, j) (1 t) µ s (i, j)). Wener (1993) and our own investigation found that s = m and t = 0.15 provide satisfactory resuts for a range of images. Bradey & Roth (2007) propose an improvement on WA, the Improved Image agorithm (IIA). They cacuate the average 8 uminosity within a rectanguar neighbourhood around the pixe to be threshoded. To ighten the computationa oad they introduce the integra image J(i, j) = a i b ji(a, b) and compute J ony once. They redefine the neighbourhood N s (i, j) = {(a, b) I : a [i s /2, i+ s /2], b [ j s, j+ s 2 2] } with i 1 (i 2 ) = min a (max a )N s (i, j), j 1 (j 2 ) = min b (max b )N s (i, j), so that the average neighbourhood uminosity is µ s (i, j) = J(i 2,j 2 ) J(i 2,j 1 ) J(i 1,j 2 )+J(i 1,j 1 ) (i 2 i 1 )(j 2 j 1 ). In Figure 2 we iustrate the mared improvement of IIA over WA and OM, with two images subject to ambient ight. The WA seems more robust to ambient ight. Miscassification does sti occur near the shadow borders and areas with a ong run of simiar uminosities. The atter is addressed by IIA. A cear improvement is seen when comparing the resuts for WA and IIA. The miscassification in the top and bottom sections of the QR codes are not observed in the IIA resuts, and the miscassification in the centre aong the shadow edges disappears. Overa, the QR codes are more accuratey represented, even near the shadow edges. In the journa image, the ine beow the tite is more accuratey segmented, with no missing sections. The text is generay more ceary defined and the dots running perpendicuar to the tite are mosty removed. One important aspect to highight is the fact that both WA and IIA extract information not visibe to the human eye. This is ceary seen in the journa image, where initiay not visibe parts of the tite and text are extracted. In regions where shadows create a uniform band of uminosities, a sight deviation in uminosity sti triggers a segmentation resut, maing the technique usefu in data recovery or 4 37

5 image compression. An investigation into a smaer neighbourhood size, s, and arger reative threshod, t, coud yied vauabe insight into extracting such information within these regions. Bradey & Roth (2007) showed that IIA is approximatey 2.5 times sower than WA, but this is negigibe in practice. Fig. 2: Image resuts for each image (eft) based on Otsu s method (center-eft), the Wener agorithm (center-right) and the Integra Image agorithm (right). (Journa image from Bradey & Roth (2007).) 4. GAUSSIAN MIXTURES Gaussian Mixtures (GM) are a specia case of mixture distributions, described by McLachan & Pee (2000), in which a distribution is obtained by superimposing two or more norma distributions by means of a inear transformation. The probabiity density function of such a GM is given by f(x) = K =1 π f (x) = K =1 π (2π) d 2 Σ 1 2 exp{ 1 (x µ 2 ) Σ 1 (x µ )} for x R d where each of the K components of f are normay distributed in d-dimensions, with mean vector µ and covariance matrix Σ ; and have mixing coefficients π [0, 1], such that K =1 π = 1. By atering K, we are abe to fit f to any continuous distribution with an arbitrary degree of accuracy (Bishop, 2006). In grayscae image segmentation we tae d=1 and K the number of custers to identify; whereas for more genera scenarios, such as coour images, we et d 1, specificay d = 3 for RGB images. The probem is then to fit f to the observed pixe uminosities by estimating the 3K parameters of f, through maximum ieihood estimation and expectation-maximisation estimation (Bishop, 2006). The responsibiities of pixe (i, j) are given by γ(z ) = E [z I(i, j)] = π f (I(i,j) K i=1 π if i (I(i,j)) for = 1, 2,..., K, that is, the conditiona expected vaues of the eements z 1, z 2,..., z K, indicating to which custer the pixe beongs, given the pixe s uminosity. Pixe (i, j) is custered to the custer with the highest responsibiity (Bishop, 2006). Figure 3 presents image histograms with the fitted GM overaid, and the image segmentation. For each image on the eft K =2 was used, whie for those on the right K =3 (eraser image) and K =4 (rice image) was used. In the cases of K > 2 we have aso grouped two or more custers to form a BW image with ony two custers. The resuts of the eraser image with K = 2 are simiar to those obtained using OM. For K = 3, however, we observe that the GM extracts the grain of the wooden des from the bacground. There are three distinct peas in the distribution for the image histogram, impying at east three custers. Merging the two custers removes amost a of the miscassified pixes around the bottom of the image. 5 38

6 We see that GM with K =2 underperforms OM in the rice image, due to the ambient ight. The histogram dispays three distinct peas, and a section of the domain with a neary constant frequency, suggesting at east four custers in the image, supported by the we-fitting GM, with K =4. Intuitivey, this is expected since there are four natura custers - the grains, bacground, and inside and outside the shadow. In this case the GM outperforms even the IIA which is specificay designed to dea with ambient ight. π = (0.59; 0.41) and µ = (15; 190). π = (0.41; 0.18; 0.41) and µ = (10; 27; 191). π = (0.81; 0.19) and µ = (95; 183). π = (0.23; 0.4; 0.22; 0.16) and µ = (61; 102; 137; 185). Fig. 3: Histogram of the pixe uminosities with the fitted GM (eft) and the image resuts (right). In the case of more than 2 custers, the appropriate custers are merged to create two custers (far right). 5. ITERATED CONDITIONAL MODES Iterated Conditiona Modes (ICM) is an agorithm introduced by Besag (1986) to reduce the noise in dirty pictures. It taes into account both features of each pixe and spatia information based on a Marov Random Fied of each pixe to be custered (Debba et a., 2008). ICM, within the context of noise remova, is based on the assumption that neighbouring pixes tend to have simiar uminosities, or other features, and that each pixe is corrupted independenty with a given probabiity. Consider an image I in which there are K custers of pixes which we woud ie to detect and extract. { Then, for each } iteration of the agorithm, indexed by α, define ω (α) ij the custer of pixe x=(i, j); C (α) = x : ω (α) ij = the set of pixes beonging ( ) ( ) to custer ; N (α) = card C (α) the number of pixes in custer ; N (α) ij () = card C (α) N(x) the number of pixes in a neighbourhood N(x), of x in custer ; µ (α) = 1 I(x) the d-dimensiona N (α) x C (α) mean vector of custer ; ν (α) = 1 K ( ) ( ) n m =1 I(x) µ (α) x C (α) I(x) µ (α) the tota within-custer variance. ICM minimises the tota within-custer variance, by assigning and reassigning each pixe in the image to a cass, whie taing spatia information into account. We proceed as foows, (1) initiaise the parameters using ony the uminosity of each pixe. We used a mutivariate K-means custering procedure (see Hartigan & Wong (1979)); (2) cacuate C (α), N (α), µ (α) and ν (α) for each = 1, 2,..., K; (3) ( ) ( ) cacuate Λ(x, ) = I(x) µ (α) I(x) µ (α) βν (α) N ij () and find = arg min {Λ (x, )} for 6 39

7 a x; (4) set ω (α+1) ij = for each pixe in the image to recassify the pixe to custer ; (5) repeat 2 through 4 unti C (α+1) = C (α) for a = 1, 2,..., K or unti some predetermined stop criterion is met. If the agorithm converges the sets C are the custers of pixes, grouped according to their iey custer membership, taing into account the spatia ocation of the pixe. The function Λ is simiar to the function minimised within the K-means framewor, but with a second term, caed the spatia penaisation term (Debba et a., 2008), aowing for the incusion of spatia information. In effect, we are reducing the within-custer sum of square deviations by a mutipe of the number of pixes in the neighbourhood which are in the custer. Since if a pixe is surrounded by many pixes which beong to custer, it is more iey that that pixe aso beongs to custer, due to our first assumption, we increase the ieihood that wi minimise Λ, by reducing the size of Λ(x, ) by a constant reated to our spatia information. Debba et a. (2008) suggest that a good choice for the parameter β is 1.5. A arger vaue eads to a smoother image based more heaviy on spatia data, whie a ower vaue eads to a custering simiar to K-means. Figure 4 iustrates the effect of the β parameter. Overa, it was found that ICM is an effective segmentation method due to the incusion of spatia information as we as we as more robust than adaptive threshoding. 6. CONCLUSION β = 0.5 β = 1 β = 1.5 β = 2 β = 2.5 β = 5 Fig. 4: Comparison of the effect of the β parameter in ICM with K = 5. We have presented an overview of image segmentation techniques for grayscae images. Iterative Seection, the Baanced Histogram, Otsu s method, the Wener agorithm, the Integra Image agorithm, Gaussian mixtures and Iterated Conditiona Modes were discussed. We concude for genera segmentation Otsu s method is the preferred technique. It is, however, not robust in the presence of ambient ight, in which case we recommend the use of the Integra Image agorithm. A more robust aternative for incuding spatia information is provided by the Iterated Conditiona Modes agorithm. The Gaussian mixtures agorithm provides an effective method for fitting a distribution to the image histogram. It provides a good segmentation, especiay when mutipe custers are identified and grouped. Due to their short processing times the BH and WA are usefu as an initia segmentation for more compex methods. REFERENCES Anjos, A. & Shahbazia, H. (2008). Bi-Leve Image Threshoding - A Fast Method. Biosignas, 2, Besag, J. (1986). On the statistica anaysis of dirty pictures. J R Stat Soc, 48(3),

8 Bishop, C. M. (2006). Pattern Recognition and Machine Learning. Springer, first edition. Bradey, D. & Roth, G. (2007). Adaptive Threshoding using the Integra Image. J Graphics, GPU, Game Toos, 12(2), Debba, P., Stein, A., van der Meer, F., Carranza, E., & Lucieer, A. (2008). Fied Samping from a Segmented Image. In ICCSA 2008, voume 5072 of Lect Notes Comput Sc (pp ). Springer Berin / Heideberg. Hartigan, J. & Wong, M. (1979). A K-means custering agorithm. App Stat-J Roy St C, 28, Henden, P. (2004). Exercise in Computer Vision. unpubished manuscript, NTNU Facuty of IT. Jain, A. & Par, U. (2009). Facia mars: Soft biometric for face recognition. In P 16th IEEE Int Conf Image Process (pp ). Lim, J. S. (1990). Two-Dimensiona Signa and Image Processing. Engewood Ciffs, N.J.: Prentice Ha. McLachan, G. J. & Pee, D. (2000). Finite Mixture Modes. New Yor: Wiey. Mobahi, H., Rao, S., Yang, A., Sastry, S., & Ma, Y. (2011). Segmentation of Natura Images by Texture and Boundary Compression. Int J Comput Vision, 95(1), Nachtegae, M., Van der Ween, D., Van De Vie, D., Kerre, E., Phiips, W., & Lemahieu, I. (2001). An overview of cassica and fuzzy-cassica fiters for noise reduction. In 10th IEEE Int Conf Fuzzy Sys, voume 1 (pp. 3 6). Otsu, N. (1979). A Threshod Seection Method from Gray-Leve Histograms. IEEE T Syst Man Cyb, SMC-9(1), Pham, D., Xu, C., & Prince, J. (2000). Current Methods in Medica Image Segmentation. Annu Rev Biomed Eng, 2, Rider, T. W. & Cavard, S. (1978). Picture Threshoding Using an Iterative Seection Method. IEEE T Syst Man Cyb, 8(8), Sezgin, M. & Sanur, B. (2004). Survey over image threshoding techniqies and quantitative performance evauation. J Eectron Imaging, 13(1), Shapiro, L. & Stocman, G. (2002). Computer Vision. Upper Sadde River, NJ: Prentice Ha. Vaisey, J. & Gersho, A. (1992). Image compression with variabe boc size segmentation. IEEE T Image Process, 40(8), Wener, P. (1993). Adaptive Threshoding for the DigitaDes. Technica Report EPC , Ran Xerox. 8 41

Image Segmentation Using Semi-Supervised k-means

Image Segmentation Using Semi-Supervised k-means I J C T A, 9(34) 2016, pp. 595-601 Internationa Science Press Image Segmentation Using Semi-Supervised k-means Reza Monsefi * and Saeed Zahedi * ABSTRACT Extracting the region of interest is a very chaenging

More information

Language Identification for Texts Written in Transliteration

Language Identification for Texts Written in Transliteration Language Identification for Texts Written in Transiteration Andrey Chepovskiy, Sergey Gusev, Margarita Kurbatova Higher Schoo of Economics, Data Anaysis and Artificia Inteigence Department, Pokrovskiy

More information

Sensitivity Analysis of Hopfield Neural Network in Classifying Natural RGB Color Space

Sensitivity Analysis of Hopfield Neural Network in Classifying Natural RGB Color Space Sensitivity Anaysis of Hopfied Neura Network in Cassifying Natura RGB Coor Space Department of Computer Science University of Sharjah UAE rsammouda@sharjah.ac.ae Abstract: - This paper presents a study

More information

Nearest Neighbor Learning

Nearest Neighbor Learning Nearest Neighbor Learning Cassify based on oca simiarity Ranges from simpe nearest neighbor to case-based and anaogica reasoning Use oca information near the current query instance to decide the cassification

More information

Hiding secrete data in compressed images using histogram analysis

Hiding secrete data in compressed images using histogram analysis University of Woongong Research Onine University of Woongong in Dubai - Papers University of Woongong in Dubai 2 iding secrete data in compressed images using histogram anaysis Farhad Keissarian University

More information

Special Edition Using Microsoft Excel Selecting and Naming Cells and Ranges

Special Edition Using Microsoft Excel Selecting and Naming Cells and Ranges Specia Edition Using Microsoft Exce 2000 - Lesson 3 - Seecting and Naming Ces and.. Page 1 of 8 [Figures are not incuded in this sampe chapter] Specia Edition Using Microsoft Exce 2000-3 - Seecting and

More information

A Design Method for Optimal Truss Structures with Certain Redundancy Based on Combinatorial Rigidity Theory

A Design Method for Optimal Truss Structures with Certain Redundancy Based on Combinatorial Rigidity Theory 0 th Word Congress on Structura and Mutidiscipinary Optimization May 9 -, 03, Orando, Forida, USA A Design Method for Optima Truss Structures with Certain Redundancy Based on Combinatoria Rigidity Theory

More information

A Memory Grouping Method for Sharing Memory BIST Logic

A Memory Grouping Method for Sharing Memory BIST Logic A Memory Grouping Method for Sharing Memory BIST Logic Masahide Miyazai, Tomoazu Yoneda, and Hideo Fuiwara Graduate Schoo of Information Science, Nara Institute of Science and Technoogy (NAIST), 8916-5

More information

Automatic Grouping for Social Networks CS229 Project Report

Automatic Grouping for Social Networks CS229 Project Report Automatic Grouping for Socia Networks CS229 Project Report Xiaoying Tian Ya Le Yangru Fang Abstract Socia networking sites aow users to manuay categorize their friends, but it is aborious to construct

More information

Lecture Notes for Chapter 4 Part III. Introduction to Data Mining

Lecture Notes for Chapter 4 Part III. Introduction to Data Mining Data Mining Cassification: Basic Concepts, Decision Trees, and Mode Evauation Lecture Notes for Chapter 4 Part III Introduction to Data Mining by Tan, Steinbach, Kumar Adapted by Qiang Yang (2010) Tan,Steinbach,

More information

AN EVOLUTIONARY APPROACH TO OPTIMIZATION OF A LAYOUT CHART

AN EVOLUTIONARY APPROACH TO OPTIMIZATION OF A LAYOUT CHART 13 AN EVOLUTIONARY APPROACH TO OPTIMIZATION OF A LAYOUT CHART Eva Vona University of Ostrava, 30th dubna st. 22, Ostrava, Czech Repubic e-mai: Eva.Vona@osu.cz Abstract: This artice presents the use of

More information

Outline. Parallel Numerical Algorithms. Forward Substitution. Triangular Matrices. Solving Triangular Systems. Back Substitution. Parallel Algorithm

Outline. Parallel Numerical Algorithms. Forward Substitution. Triangular Matrices. Solving Triangular Systems. Back Substitution. Parallel Algorithm Outine Parae Numerica Agorithms Chapter 8 Prof. Michae T. Heath Department of Computer Science University of Iinois at Urbana-Champaign CS 554 / CSE 512 1 2 3 4 Trianguar Matrices Michae T. Heath Parae

More information

Computer Graphics. - Shading & Texturing -

Computer Graphics. - Shading & Texturing - Computer Graphics - Shading & Texturing - Empirica BRDF Approximation Purey heuristic mode Initiay without units (vaues [0,1] r = r,a + r,d + r,s ( + r,m + r,t r,a : Ambient term Approximate indirect iumination

More information

Filtering. Yao Wang Polytechnic University, Brooklyn, NY 11201

Filtering. Yao Wang Polytechnic University, Brooklyn, NY 11201 Spatia Domain Linear Fitering Yao Wang Poytechnic University Brookyn NY With contribution rom Zhu Liu Onur Gueryuz and Gonzaez/Woods Digita Image Processing ed Introduction Outine Noise remova using ow-pass

More information

A Comparison of a Second-Order versus a Fourth- Order Laplacian Operator in the Multigrid Algorithm

A Comparison of a Second-Order versus a Fourth- Order Laplacian Operator in the Multigrid Algorithm A Comparison of a Second-Order versus a Fourth- Order Lapacian Operator in the Mutigrid Agorithm Kaushik Datta (kdatta@cs.berkeey.edu Math Project May 9, 003 Abstract In this paper, the mutigrid agorithm

More information

Binarized support vector machines

Binarized support vector machines Universidad Caros III de Madrid Repositorio instituciona e-archivo Departamento de Estadística http://e-archivo.uc3m.es DES - Working Papers. Statistics and Econometrics. WS 2007-11 Binarized support vector

More information

Lecture outline Graphics and Interaction Scan Converting Polygons and Lines. Inside or outside a polygon? Scan conversion.

Lecture outline Graphics and Interaction Scan Converting Polygons and Lines. Inside or outside a polygon? Scan conversion. Lecture outine 433-324 Graphics and Interaction Scan Converting Poygons and Lines Department of Computer Science and Software Engineering The Introduction Scan conversion Scan-ine agorithm Edge coherence

More information

THE PERCENTAGE OCCUPANCY HIT OR MISS TRANSFORM

THE PERCENTAGE OCCUPANCY HIT OR MISS TRANSFORM 17th European Signa Processing Conference (EUSIPCO 2009) Gasgow, Scotand, August 24-28, 2009 THE PERCENTAGE OCCUPANCY HIT OR MISS TRANSFORM P. Murray 1, S. Marsha 1, and E.Buinger 2 1 Dept. of Eectronic

More information

ACTIVE LEARNING ON WEIGHTED GRAPHS USING ADAPTIVE AND NON-ADAPTIVE APPROACHES. Eyal En Gad, Akshay Gadde, A. Salman Avestimehr and Antonio Ortega

ACTIVE LEARNING ON WEIGHTED GRAPHS USING ADAPTIVE AND NON-ADAPTIVE APPROACHES. Eyal En Gad, Akshay Gadde, A. Salman Avestimehr and Antonio Ortega ACTIVE LEARNING ON WEIGHTED GRAPHS USING ADAPTIVE AND NON-ADAPTIVE APPROACHES Eya En Gad, Akshay Gadde, A. Saman Avestimehr and Antonio Ortega Department of Eectrica Engineering University of Southern

More information

Load Balancing by MPLS in Differentiated Services Networks

Load Balancing by MPLS in Differentiated Services Networks Load Baancing by MPLS in Differentiated Services Networks Riikka Susitaiva, Jorma Virtamo, and Samui Aato Networking Laboratory, Hesinki University of Technoogy P.O.Box 3000, FIN-02015 HUT, Finand {riikka.susitaiva,

More information

Quality Assessment using Tone Mapping Algorithm

Quality Assessment using Tone Mapping Algorithm Quaity Assessment using Tone Mapping Agorithm Nandiki.pushpa atha, Kuriti.Rajendra Prasad Research Schoar, Assistant Professor, Vignan s institute of engineering for women, Visakhapatnam, Andhra Pradesh,

More information

Distance Weighted Discrimination and Second Order Cone Programming

Distance Weighted Discrimination and Second Order Cone Programming Distance Weighted Discrimination and Second Order Cone Programming Hanwen Huang, Xiaosun Lu, Yufeng Liu, J. S. Marron, Perry Haaand Apri 3, 2012 1 Introduction This vignette demonstrates the utiity and

More information

Searching, Sorting & Analysis

Searching, Sorting & Analysis Searching, Sorting & Anaysis Unit 2 Chapter 8 CS 2308 Fa 2018 Ji Seaman 1 Definitions of Search and Sort Search: find a given item in an array, return the index of the item, or -1 if not found. Sort: rearrange

More information

Mobile App Recommendation: Maximize the Total App Downloads

Mobile App Recommendation: Maximize the Total App Downloads Mobie App Recommendation: Maximize the Tota App Downoads Zhuohua Chen Schoo of Economics and Management Tsinghua University chenzhh3.12@sem.tsinghua.edu.cn Yinghui (Catherine) Yang Graduate Schoo of Management

More information

University of Illinois at Urbana-Champaign, Urbana, IL 61801, /11/$ IEEE 162

University of Illinois at Urbana-Champaign, Urbana, IL 61801, /11/$ IEEE 162 oward Efficient Spatia Variation Decomposition via Sparse Regression Wangyang Zhang, Karthik Baakrishnan, Xin Li, Duane Boning and Rob Rutenbar 3 Carnegie Meon University, Pittsburgh, PA 53, wangyan@ece.cmu.edu,

More information

Optimization and Application of Support Vector Machine Based on SVM Algorithm Parameters

Optimization and Application of Support Vector Machine Based on SVM Algorithm Parameters Optimization and Appication of Support Vector Machine Based on SVM Agorithm Parameters YAN Hui-feng 1, WANG Wei-feng 1, LIU Jie 2 1 ChongQing University of Posts and Teecom 400065, China 2 Schoo Of Civi

More information

A Petrel Plugin for Surface Modeling

A Petrel Plugin for Surface Modeling A Petre Pugin for Surface Modeing R. M. Hassanpour, S. H. Derakhshan and C. V. Deutsch Structure and thickness uncertainty are important components of any uncertainty study. The exact ocations of the geoogica

More information

Sparse Representation based Face Recognition with Limited Labeled Samples

Sparse Representation based Face Recognition with Limited Labeled Samples Sparse Representation based Face Recognition with Limited Labeed Sampes Vijay Kumar, Anoop Namboodiri, C.V. Jawahar Center for Visua Information Technoogy, IIIT Hyderabad, India Abstract Sparse representations

More information

Grating cell operator features for oriented texture segmentation

Grating cell operator features for oriented texture segmentation Appeared in in: Proc. of the 14th Int. Conf. on Pattern Recognition, Brisbane, Austraia, August 16-20, 1998, pp.1010-1014. Grating ce operator features for oriented texture segmentation P. Kruizinga and

More information

Fastest-Path Computation

Fastest-Path Computation Fastest-Path Computation DONGHUI ZHANG Coege of Computer & Information Science Northeastern University Synonyms fastest route; driving direction Definition In the United states, ony 9.% of the househods

More information

A Fast Block Matching Algorithm Based on the Winner-Update Strategy

A Fast Block Matching Algorithm Based on the Winner-Update Strategy In Proceedings of the Fourth Asian Conference on Computer Vision, Taipei, Taiwan, Jan. 000, Voume, pages 977 98 A Fast Bock Matching Agorithm Based on the Winner-Update Strategy Yong-Sheng Chenyz Yi-Ping

More information

Development of a hybrid K-means-expectation maximization clustering algorithm

Development of a hybrid K-means-expectation maximization clustering algorithm Journa of Computations & Modeing, vo., no.4, 0, -3 ISSN: 79-765 (print, 79-8850 (onine Scienpress Ltd, 0 Deveopment of a hybrid K-means-expectation maximization custering agorithm Adigun Abimboa Adebisi,

More information

Fuzzy Equivalence Relation Based Clustering and Its Use to Restructuring Websites Hyperlinks and Web Pages

Fuzzy Equivalence Relation Based Clustering and Its Use to Restructuring Websites Hyperlinks and Web Pages Fuzzy Equivaence Reation Based Custering and Its Use to Restructuring Websites Hyperinks and Web Pages Dimitris K. Kardaras,*, Xenia J. Mamakou, and Bi Karakostas 2 Business Informatics Laboratory, Dept.

More information

A New Supervised Clustering Algorithm Based on Min-Max Modular Network with Gaussian-Zero-Crossing Functions

A New Supervised Clustering Algorithm Based on Min-Max Modular Network with Gaussian-Zero-Crossing Functions 2006 Internationa Joint Conference on Neura Networks Sheraton Vancouver Wa Centre Hote, Vancouver, BC, Canada Juy 16-21, 2006 A New Supervised Custering Agorithm Based on Min-Max Moduar Network with Gaussian-Zero-Crossing

More information

Space-Time Trade-offs.

Space-Time Trade-offs. Space-Time Trade-offs. Chethan Kamath 03.07.2017 1 Motivation An important question in the study of computation is how to best use the registers in a CPU. In most cases, the amount of registers avaiabe

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-7435 Voume 10 Issue 16 BioTechnoogy 014 An Indian Journa FULL PAPER BTAIJ, 10(16), 014 [999-9307] Study on prediction of type- fuzzy ogic power system based

More information

Multiple Plane Phase Retrieval Based On Inverse Regularized Imaging and Discrete Diffraction Transform

Multiple Plane Phase Retrieval Based On Inverse Regularized Imaging and Discrete Diffraction Transform Mutipe Pane Phase Retrieva Based On Inverse Reguaried Imaging and Discrete Diffraction Transform Artem Migukin, Vadimir Katkovnik, and Jaakko Astoa Department of Signa Processing, Tampere University of

More information

MACHINE learning techniques can, automatically,

MACHINE learning techniques can, automatically, Proceedings of Internationa Joint Conference on Neura Networks, Daas, Texas, USA, August 4-9, 203 High Leve Data Cassification Based on Network Entropy Fiipe Aves Neto and Liang Zhao Abstract Traditiona

More information

CLOUD RADIO ACCESS NETWORK WITH OPTIMIZED BASE-STATION CACHING

CLOUD RADIO ACCESS NETWORK WITH OPTIMIZED BASE-STATION CACHING CLOUD RADIO ACCESS NETWORK WITH OPTIMIZED BASE-STATION CACHING Binbin Dai and Wei Yu Ya-Feng Liu Department of Eectrica and Computer Engineering University of Toronto, Toronto ON, Canada M5S 3G4 Emais:

More information

Complex Human Activity Searching in a Video Employing Negative Space Analysis

Complex Human Activity Searching in a Video Employing Negative Space Analysis Compex Human Activity Searching in a Video Empoying Negative Space Anaysis Shah Atiqur Rahman, Siu-Yeung Cho, M.K.H. Leung 3, Schoo of Computer Engineering, Nanyang Technoogica University, Singapore 639798

More information

Endoscopic Motion Compensation of High Speed Videoendoscopy

Endoscopic Motion Compensation of High Speed Videoendoscopy Endoscopic Motion Compensation of High Speed Videoendoscopy Bharath avuri Department of Computer Science and Engineering, University of South Caroina, Coumbia, SC - 901. ravuri@cse.sc.edu Abstract. High

More information

Real-Time Feature Descriptor Matching via a Multi-Resolution Exhaustive Search Method

Real-Time Feature Descriptor Matching via a Multi-Resolution Exhaustive Search Method 297 Rea-Time Feature escriptor Matching via a Muti-Resoution Ehaustive Search Method Chi-Yi Tsai, An-Hung Tsao, and Chuan-Wei Wang epartment of Eectrica Engineering, Tamang University, New Taipei City,

More information

AUTOMATIC IMAGE RETARGETING USING SALIENCY BASED MESH PARAMETERIZATION

AUTOMATIC IMAGE RETARGETING USING SALIENCY BASED MESH PARAMETERIZATION S.Sai Kumar et a. / (IJCSIT Internationa Journa of Computer Science and Information Technoogies, Vo. 1 (4, 010, 73-79 AUTOMATIC IMAGE RETARGETING USING SALIENCY BASED MESH PARAMETERIZATION 1 S.Sai Kumar,

More information

Chapter Multidimensional Direct Search Method

Chapter Multidimensional Direct Search Method Chapter 09.03 Mutidimensiona Direct Search Method After reading this chapter, you shoud be abe to:. Understand the fundamentas of the mutidimensiona direct search methods. Understand how the coordinate

More information

Response Surface Model Updating for Nonlinear Structures

Response Surface Model Updating for Nonlinear Structures Response Surface Mode Updating for Noninear Structures Gonaz Shahidi a, Shamim Pakzad b a PhD Student, Department of Civi and Environmenta Engineering, Lehigh University, ATLSS Engineering Research Center,

More information

Joint disparity and motion eld estimation in. stereoscopic image sequences. Ioannis Patras, Nikos Alvertos and Georgios Tziritas y.

Joint disparity and motion eld estimation in. stereoscopic image sequences. Ioannis Patras, Nikos Alvertos and Georgios Tziritas y. FORTH-ICS / TR-157 December 1995 Joint disparity and motion ed estimation in stereoscopic image sequences Ioannis Patras, Nikos Avertos and Georgios Tziritas y Abstract This work aims at determining four

More information

Collinearity and Coplanarity Constraints for Structure from Motion

Collinearity and Coplanarity Constraints for Structure from Motion Coinearity and Copanarity Constraints for Structure from Motion Gang Liu 1, Reinhard Kette 2, and Bodo Rosenhahn 3 1 Institute of Information Sciences and Technoogy, Massey University, New Zeaand, Department

More information

Fuzzy Perceptual Watermarking For Ownership Verification

Fuzzy Perceptual Watermarking For Ownership Verification Fuzzy Perceptua Watermarking For Ownership Verification Mukesh Motwani 1 and Frederick C. Harris, Jr. 1 1 Computer Science & Engineering Department, University of Nevada, Reno, NV, USA Abstract - An adaptive

More information

Quality of Service Evaluations of Multicast Streaming Protocols *

Quality of Service Evaluations of Multicast Streaming Protocols * Quaity of Service Evauations of Muticast Streaming Protocos Haonan Tan Derek L. Eager Mary. Vernon Hongfei Guo omputer Sciences Department University of Wisconsin-Madison, USA {haonan, vernon, guo}@cs.wisc.edu

More information

Computer Graphics (CS 543) Lecture 9b: Shadows and Shadow Maps. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Computer Graphics (CS 543) Lecture 9b: Shadows and Shadow Maps. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI) Computer Graphics (CS 543) Lecture 9b: Shadows and Shadow Maps Prof Emmanue Agu Computer Science Dept. Worcester Poytechnic Institute (WPI) Introduction to Shadows Shadows give information on reative positions

More information

A NEW APPROACH FOR BLOCK BASED STEGANALYSIS USING A MULTI-CLASSIFIER

A NEW APPROACH FOR BLOCK BASED STEGANALYSIS USING A MULTI-CLASSIFIER Internationa Journa on Technica and Physica Probems of Engineering (IJTPE) Pubished by Internationa Organization of IOTPE ISSN 077-358 IJTPE Journa www.iotpe.com ijtpe@iotpe.com September 014 Issue 0 Voume

More information

A study of comparative evaluation of methods for image processing using color features

A study of comparative evaluation of methods for image processing using color features A study of comparative evauation of methods for image processing using coor features FLORENTINA MAGDA ENESCU,CAZACU DUMITRU Department Eectronics, Computers and Eectrica Engineering University Pitești

More information

On Upper Bounds for Assortment Optimization under the Mixture of Multinomial Logit Models

On Upper Bounds for Assortment Optimization under the Mixture of Multinomial Logit Models On Upper Bounds for Assortment Optimization under the Mixture of Mutinomia Logit Modes Sumit Kunnumka September 30, 2014 Abstract The assortment optimization probem under the mixture of mutinomia ogit

More information

Further Optimization of the Decoding Method for Shortened Binary Cyclic Fire Code

Further Optimization of the Decoding Method for Shortened Binary Cyclic Fire Code Further Optimization of the Decoding Method for Shortened Binary Cycic Fire Code Ch. Nanda Kishore Heosoft (India) Private Limited 8-2-703, Road No-12 Banjara His, Hyderabad, INDIA Phone: +91-040-3378222

More information

Application of Image Fusion Techniques on Medical Images

Application of Image Fusion Techniques on Medical Images Internationa Journa of Current Engineering and Technoogy E-ISS 77 406, P-ISS 347 56 07 IPRESSCO, A Rights Reserved Avaiabe at http://inpressco.com/category/icet Research Artice Appication of Image usion

More information

MULTITASK MULTIVARIATE COMMON SPARSE REPRESENTATIONS FOR ROBUST MULTIMODAL BIOMETRICS RECOGNITION. Heng Zhang, Vishal M. Patel and Rama Chellappa

MULTITASK MULTIVARIATE COMMON SPARSE REPRESENTATIONS FOR ROBUST MULTIMODAL BIOMETRICS RECOGNITION. Heng Zhang, Vishal M. Patel and Rama Chellappa MULTITASK MULTIVARIATE COMMON SPARSE REPRESENTATIONS FOR ROBUST MULTIMODAL BIOMETRICS RECOGNITION Heng Zhang, Visha M. Pate and Rama Cheappa Center for Automation Research University of Maryand, Coage

More information

JOINT IMAGE REGISTRATION AND EXAMPLE-BASED SUPER-RESOLUTION ALGORITHM

JOINT IMAGE REGISTRATION AND EXAMPLE-BASED SUPER-RESOLUTION ALGORITHM JOINT IMAGE REGISTRATION AND AMPLE-BASED SUPER-RESOLUTION ALGORITHM Hyo-Song Kim, Jeyong Shin, and Rae-Hong Park Department of Eectronic Engineering, Schoo of Engineering, Sogang University 35 Baekbeom-ro,

More information

Stereo. CS 510 May 2 nd, 2014

Stereo. CS 510 May 2 nd, 2014 Stereo CS 510 May 2 nd, 2014 Where are we? We are done! (essentiay) We covered image matching Correation & Correation Fiters Fourier Anaysis PCA We covered feature-based matching Bag of Features approach

More information

Neural Network Enhancement of the Los Alamos Force Deployment Estimator

Neural Network Enhancement of the Los Alamos Force Deployment Estimator Missouri University of Science and Technoogy Schoars' Mine Eectrica and Computer Engineering Facuty Research & Creative Works Eectrica and Computer Engineering 1-1-1994 Neura Network Enhancement of the

More information

Automatic Hidden Web Database Classification

Automatic Hidden Web Database Classification Automatic idden Web atabase Cassification Zhiguo Gong, Jingbai Zhang, and Qian Liu Facuty of Science and Technoogy niversity of Macau Macao, PRC {fstzgg,ma46597,ma46620}@umac.mo Abstract. In this paper,

More information

Forgot to compute the new centroids (-1); error in centroid computations (-1); incorrect clustering results (-2 points); more than 2 errors: 0 points.

Forgot to compute the new centroids (-1); error in centroid computations (-1); incorrect clustering results (-2 points); more than 2 errors: 0 points. Probem 1 a. K means is ony capabe of discovering shapes that are convex poygons [1] Cannot discover X shape because X is not convex. [1] DBSCAN can discover X shape. [1] b. K-means is prototype based and

More information

DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS

DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS Pave Tchesmedjiev, Peter Vassiev Centre for Biomedica Engineering,

More information

Background Oriented Schlieren technique sensitivity, accuracy, resolution and application to a three-dimensional density field

Background Oriented Schlieren technique sensitivity, accuracy, resolution and application to a three-dimensional density field Background Oriented Schieren technique sensitivity, accuracy, resoution and appication to a three-dimensiona density fied Erik Godhahn 1, Jörg Seume 2 1: Institute of Turbomachinery and Fuid-Dynamics,

More information

M. Badent 1, E. Di Giacomo 2, G. Liotta 2

M. Badent 1, E. Di Giacomo 2, G. Liotta 2 DIEI Dipartimento di Ingegneria Eettronica e de informazione RT 005-06 Drawing Coored Graphs on Coored Points M. Badent 1, E. Di Giacomo 2, G. Liotta 2 1 University of Konstanz 2 Università di Perugia

More information

A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS. A. C. Finch, K. J. Mackenzie, G. J. Balsdon, G. Symonds

A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS. A. C. Finch, K. J. Mackenzie, G. J. Balsdon, G. Symonds A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS A C Finch K J Mackenzie G J Basdon G Symonds Raca-Redac Ltd Newtown Tewkesbury Gos Engand ABSTRACT The introduction of fine-ine technoogies to printed

More information

An Adaptive Two-Copy Delayed SR-ARQ for Satellite Channels with Shadowing

An Adaptive Two-Copy Delayed SR-ARQ for Satellite Channels with Shadowing An Adaptive Two-Copy Deayed SR-ARQ for Sateite Channes with Shadowing Jing Zhu, Sumit Roy zhuj@ee.washington.edu Department of Eectrica Engineering, University of Washington Abstract- The paper focuses

More information

Polygonal Approximation of Point Sets

Polygonal Approximation of Point Sets Poygona Approximation of Point Sets Longin Jan Latecki 1, Rof Lakaemper 1, and Marc Sobe 2 1 CIS Dept., Tempe University, Phiadephia, PA 19122, USA, atecki@tempe.edu, akamper@tempe.edu 2 Statistics Dept.,

More information

FREE-FORM ANISOTROPY: A NEW METHOD FOR CRACK DETECTION ON PAVEMENT SURFACE IMAGES

FREE-FORM ANISOTROPY: A NEW METHOD FOR CRACK DETECTION ON PAVEMENT SURFACE IMAGES FREE-FORM ANISOTROPY: A NEW METHOD FOR CRACK DETECTION ON PAVEMENT SURFACE IMAGES Tien Sy Nguyen, Stéphane Begot, Forent Ducuty, Manue Avia To cite this version: Tien Sy Nguyen, Stéphane Begot, Forent

More information

Further Concepts in Geometry

Further Concepts in Geometry ppendix F Further oncepts in Geometry F. Exporing ongruence and Simiarity Identifying ongruent Figures Identifying Simiar Figures Reading and Using Definitions ongruent Trianges assifying Trianges Identifying

More information

CORRELATION filters (CFs) are a useful tool for a variety

CORRELATION filters (CFs) are a useful tool for a variety Zero-Aiasing Correation Fiters for Object Recognition Joseph A. Fernandez, Student Member, IEEE, Vishnu Naresh Boddeti, Member, IEEE, Andres Rodriguez, Member, IEEE, B. V. K. Vijaya Kumar, Feow, IEEE arxiv:4.36v

More information

Joint Optimization of Intra- and Inter-Autonomous System Traffic Engineering

Joint Optimization of Intra- and Inter-Autonomous System Traffic Engineering Joint Optimization of Intra- and Inter-Autonomous System Traffic Engineering Kin-Hon Ho, Michae Howarth, Ning Wang, George Pavou and Styianos Georgouas Centre for Communication Systems Research, University

More information

Sequential Learning of Layered Models from Video

Sequential Learning of Layered Models from Video Sequentia Learning of Layered Modes from Video Michais K. Titsias and Christopher K. I. Wiiams Schoo of Informatics, University of Edinburgh, Edinburgh EH1 2QL, UK M.Titsias@sms.ed.ac.uk, c.k.i.wiiams@ed.ac.uk

More information

arxiv: v1 [math.qa] 31 Aug 2018

arxiv: v1 [math.qa] 31 Aug 2018 arxiv:808.0575v [math.qa] 3 Aug 208 A new approach to the SL n spider Stephen Bigeow September 3, 208 Abstract The SL n spider gives adiagrammatic way toencode therepresentation category of the quantum

More information

Extended Node-Arc Formulation for the K-Edge-Disjoint Hop-Constrained Network Design Problem

Extended Node-Arc Formulation for the K-Edge-Disjoint Hop-Constrained Network Design Problem Extended Node-Arc Formuation for the K-Edge-Disjoint Hop-Constrained Network Design Probem Quentin Botton Université cathoique de Louvain, Louvain Schoo of Management, (Begique) botton@poms.uc.ac.be Bernard

More information

Interference Spins Popovski, Petar; Simeone, Osvaldo; Nielsen, Jimmy Jessen; Stefanovic, Cedomir

Interference Spins Popovski, Petar; Simeone, Osvaldo; Nielsen, Jimmy Jessen; Stefanovic, Cedomir Aaborg Universitet Interference Spins Popovski, Petar; Simeone, Osvado; Niesen, Jimmy Jessen; Stefanovic, Cedomir Pubished in: I E E E Communications Letters DOI (ink to pubication from Pubisher): 10.1109/LCOMM.2014.2387166

More information

Optimized Base-Station Cache Allocation for Cloud Radio Access Network with Multicast Backhaul

Optimized Base-Station Cache Allocation for Cloud Radio Access Network with Multicast Backhaul Optimized Base-Station Cache Aocation for Coud Radio Access Network with Muticast Backhau Binbin Dai, Student Member, IEEE, Ya-Feng Liu, Member, IEEE, and Wei Yu, Feow, IEEE arxiv:804.0730v [cs.it] 28

More information

A HYBRID FEATURE SELECTION METHOD BASED ON FISHER SCORE AND GENETIC ALGORITHM

A HYBRID FEATURE SELECTION METHOD BASED ON FISHER SCORE AND GENETIC ALGORITHM Journa of Mathematica Sciences: Advances and Appications Voume 37, 2016, Pages 51-78 Avaiabe at http://scientificadvances.co.in DOI: http://dx.doi.org/10.18642/jmsaa_7100121627 A HYBRID FEATURE SELECTION

More information

MULTIGRID REDUCTION IN TIME FOR NONLINEAR PARABOLIC PROBLEMS: A CASE STUDY

MULTIGRID REDUCTION IN TIME FOR NONLINEAR PARABOLIC PROBLEMS: A CASE STUDY MULTIGRID REDUCTION IN TIME FOR NONLINEAR PARABOLIC PROBLEMS: A CASE STUDY R.D. FALGOUT, T.A. MANTEUFFEL, B. O NEILL, AND J.B. SCHRODER Abstract. The need for paraeism in the time dimension is being driven

More information

Utility-based Camera Assignment in a Video Network: A Game Theoretic Framework

Utility-based Camera Assignment in a Video Network: A Game Theoretic Framework This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. Y.LI AND B.BHANU CAMERA ASSIGNMENT: A GAME-THEORETIC

More information

FACE RECOGNITION WITH HARMONIC DE-LIGHTING. s: {lyqing, sgshan, wgao}jdl.ac.cn

FACE RECOGNITION WITH HARMONIC DE-LIGHTING.  s: {lyqing, sgshan, wgao}jdl.ac.cn FACE RECOGNITION WITH HARMONIC DE-LIGHTING Laiyun Qing 1,, Shiguang Shan, Wen Gao 1, 1 Graduate Schoo, CAS, Beijing, China, 100080 ICT-ISVISION Joint R&D Laboratory for Face Recognition, CAS, Beijing,

More information

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Why Learn to Program?

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Why Learn to Program? Intro to Programming & C++ Unit 1 Sections 1.1-3 and 2.1-10, 2.12-13, 2.15-17 CS 1428 Spring 2018 Ji Seaman 1.1 Why Program? Computer programmabe machine designed to foow instructions Program a set of

More information

WATERMARKING GIS DATA FOR DIGITAL MAP COPYRIGHT PROTECTION

WATERMARKING GIS DATA FOR DIGITAL MAP COPYRIGHT PROTECTION WATERMARKING GIS DATA FOR DIGITAL MAP COPYRIGHT PROTECTION Shen Tao Chinese Academy of Surveying and Mapping, Beijing 100039, China shentao@casm.ac.cn Xu Dehe Institute of resources and environment, North

More information

A Column Generation Approach for Support Vector Machines

A Column Generation Approach for Support Vector Machines A Coumn Generation Approach for Support Vector Machines Emiio Carrizosa Universidad de Sevia (Spain). ecarrizosa@us.es Beén Martín-Barragán Universidad de Sevia (Spain). bemart@us.es Doores Romero Moraes

More information

Alpha labelings of straight simple polyominal caterpillars

Alpha labelings of straight simple polyominal caterpillars Apha abeings of straight simpe poyomina caterpiars Daibor Froncek, O Nei Kingston, Kye Vezina Department of Mathematics and Statistics University of Minnesota Duuth University Drive Duuth, MN 82-3, U.S.A.

More information

Priority Queueing for Packets with Two Characteristics

Priority Queueing for Packets with Two Characteristics 1 Priority Queueing for Packets with Two Characteristics Pave Chuprikov, Sergey I. Nikoenko, Aex Davydow, Kiri Kogan Abstract Modern network eements are increasingy required to dea with heterogeneous traffic.

More information

Adaptive 360 VR Video Streaming: Divide and Conquer!

Adaptive 360 VR Video Streaming: Divide and Conquer! Adaptive 360 VR Video Streaming: Divide and Conquer! Mohammad Hosseini *, Viswanathan Swaminathan * University of Iinois at Urbana-Champaign (UIUC) Adobe Research, San Jose, USA Emai: shossen2@iinois.edu,

More information

Application of Intelligence Based Genetic Algorithm for Job Sequencing Problem on Parallel Mixed-Model Assembly Line

Application of Intelligence Based Genetic Algorithm for Job Sequencing Problem on Parallel Mixed-Model Assembly Line American J. of Engineering and Appied Sciences 3 (): 5-24, 200 ISSN 94-7020 200 Science Pubications Appication of Inteigence Based Genetic Agorithm for Job Sequencing Probem on Parae Mixed-Mode Assemby

More information

Efficient Histogram-based Indexing for Video Copy Detection

Efficient Histogram-based Indexing for Video Copy Detection Efficient Histogram-based Indexing for Video Copy Detection Chih-Yi Chiu, Jenq-Haur Wang*, and Hung-Chi Chang Institute of Information Science, Academia Sinica, Taiwan *Department of Computer Science and

More information

FIRST BEZIER POINT (SS) R LE LE. φ LE FIRST BEZIER POINT (PS)

FIRST BEZIER POINT (SS) R LE LE. φ LE FIRST BEZIER POINT (PS) Singe- and Muti-Objective Airfoi Design Using Genetic Agorithms and Articia Inteigence A.P. Giotis K.C. Giannakogou y Nationa Technica University of Athens, Greece Abstract Transonic airfoi design probems

More information

A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS

A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS Etienne Cornu 1, Aain Dufaux 2, and David Hermann 1 1 AMI Semiconductor Canada, 611 Kumpf Drive,

More information

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components Illustrated

Intro to Programming & C Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components Illustrated Intro to Programming & C++ Unit 1 Sections 1.1-3 and 2.1-10, 2.12-13, 2.15-17 CS 1428 Fa 2017 Ji Seaman 1.1 Why Program? Computer programmabe machine designed to foow instructions Program instructions

More information

MCSE Training Guide: Windows Architecture and Memory

MCSE Training Guide: Windows Architecture and Memory MCSE Training Guide: Windows 95 -- Ch 2 -- Architecture and Memory Page 1 of 13 MCSE Training Guide: Windows 95-2 - Architecture and Memory This chapter wi hep you prepare for the exam by covering the

More information

Solving Large Double Digestion Problems for DNA Restriction Mapping by Using Branch-and-Bound Integer Linear Programming

Solving Large Double Digestion Problems for DNA Restriction Mapping by Using Branch-and-Bound Integer Linear Programming The First Internationa Symposium on Optimization and Systems Bioogy (OSB 07) Beijing, China, August 8 10, 2007 Copyright 2007 ORSC & APORC pp. 267 279 Soving Large Doube Digestion Probems for DNA Restriction

More information

A Robust Sign Language Recognition System with Sparsely Labeled Instances Using Wi-Fi Signals

A Robust Sign Language Recognition System with Sparsely Labeled Instances Using Wi-Fi Signals A Robust Sign Language Recognition System with Sparsey Labeed Instances Using Wi-Fi Signas Jiacheng Shang, Jie Wu Center for Networked Computing Dept. of Computer and Info. Sciences Tempe University Motivation

More information

Incremental Discovery of Object Parts in Video Sequences

Incremental Discovery of Object Parts in Video Sequences Incrementa Discovery of Object Parts in Video Sequences Stéphane Drouin, Patrick Hébert and Marc Parizeau Computer Vision and Systems Laboratory, Department of Eectrica and Computer Engineering Lava University,

More information

A Two-Step Approach for Interactive Pre-Integrated Volume Rendering of Unstructured Grids

A Two-Step Approach for Interactive Pre-Integrated Volume Rendering of Unstructured Grids A Two-Step Approach for Interactive Pre-Integrated Voume Rendering of Unstructured Grids Stefan Roettger and Thomas Ert Visuaization and Interactive Systems Group University of Stuttgart Abstract In the

More information

TechTest2017. Solutions Key. Final Edit Copy. Merit Scholarship Examination in the Sciences and Mathematics given on 1 April 2017, and.

TechTest2017. Solutions Key. Final Edit Copy. Merit Scholarship Examination in the Sciences and Mathematics given on 1 April 2017, and. TechTest07 Merit Schoarship Examination in the Sciences and Mathematics given on Apri 07, and sponsored by The Sierra Economics and Science Foundation Soutions Key V9feb7 TechTest07 Soutions Key / 9 07

More information

Evolving Role Definitions Through Permission Invocation Patterns

Evolving Role Definitions Through Permission Invocation Patterns Evoving Roe Definitions Through Permission Invocation Patterns Wen Zhang EECS Dept. Vanderbit University Nashvie, TN, USA wen.zhang.1@vanderbit.edu David Liebovitz Dept. of Medicine Northwestern University

More information

Basic segmentation from CT: proximal femur

Basic segmentation from CT: proximal femur Chapter 7 Basic segmentation from CT: proxima femur This tutoria wi demonstrate how to import DICOM data from a CT scan of a dry cadaveric femur and appy different fiters and segmentation toos. 7.1 What

More information

Resource Optimization to Provision a Virtual Private Network Using the Hose Model

Resource Optimization to Provision a Virtual Private Network Using the Hose Model Resource Optimization to Provision a Virtua Private Network Using the Hose Mode Monia Ghobadi, Sudhakar Ganti, Ghoamai C. Shoja University of Victoria, Victoria C, Canada V8W 3P6 e-mai: {monia, sganti,

More information