Probabilistic Classification of Image Regions using an Observation-Constrained Generative Approach

Size: px
Start display at page:

Download "Probabilistic Classification of Image Regions using an Observation-Constrained Generative Approach"

Transcription

1 9 Probabilisti Classifiation of mage Regions using an Observation-Constrained Generative Approah Sanjiv Kumar, Alexander C. Loui 2, and Martial Hebert The Robotis nstitute, Carnegie Mellon University, Pittsburgh, PA, USA 2 maging Siene and Tehnology Lab, Eastman Kodak Company, Rohester, NY, USA {skumar, hebert}@ri.mu.edu, alexander.loui@kodak.om Abstrat n generi image understanding appliations, one of the goals is to interpret the semanti ontext of the sene (e.g., beah, offie et.). n this paper, we propose a probabilisti region lassifiation sheme for natural sene images as a priming step for the problem of ontext interpretation. n onventional generative methods, a generative model is learnt for eah lass using all the available training data belonging to that lass. However, if a set of newly observed data has been generated beause of the subset of the model support, using the full model to assign generative probabilities an produe serious artifats in the probability assignments. This problem arises mainly when the different lasses have multimodal distributions with onsiderable overlap in the feature spae. We propose an approah to onstrain the lass generative probability of a set of newly observed data by exploiting the distribution of the new data itself and using linear weighted mixing. A KL-Divergene-based fast model seletion proedure is also proposed for learning mixture models in a sparse feature spae. The preliminary results on the natural sene images support the effetiveness of the proposed approah. Keywords mage region lassifiation, generative model, semanti interpretation, image segmentation.. NTRODUCTON AUTOMATC extration of the semanti ontext of a sene is useful for image indexing and retrieval, roboti navigation, surveillane, robust objet detetion and reognition, and auto-albuming et. Reent literature reveals inreasing attention to this field []-[3]. However, most of the attempts have been made to extrat the ontext of a sene at a high level in the abstration hierarhy. For example, Torralba et al. [] represent the ontext by using the power spetra at different spatial frequenies while Vailaya [2] uses the edge oherene histograms to differentiate between natural and urban senes. Limited attention has been paid to the task of speifi ontext generation from a sene (sene lassifiation), e.g., if a sene is a beah or an offie. The main hurdle in suh ontext generation is that it requires not only the knowledge of the regions or objets in the image, but the semanti information ontained in their spatial arrangement as well. The motivation for our work omes from the following paradox of sene lassifiation. n absene of any a-priori information, the sene lassifiation task requires the knowledge of regions and objets ontained in the image. On the ontrary, it is inreasingly being reognized in vision ommunity that ontext information is neessary for reliable extration of the image regions and objets [], [3]. To solve this paradox, an iterative feedbak sheme an be envisaged, whih refines the sene ontext and image region hypotheses iteratively. Under this paradigm, an obvious hoie to the region lassifiation sheme is one that allows easy modifiation of the initial lassifiation without requiring to lassify the regions afresh. Probabilisti lassifiation of image regions an provide great flexibility in future refinement using the Bayesian approah as the ontext information an be enoded as improved priors. n this paper, we deal with the probabilisti lassifiation of the image regions belonging to the senes primarily ontaining natural objets, e.g., water, sky, sand, skin, et. as a priming step for the problem of sene ontext generation. Several tehniques have been proposed to lassify various image regions in distint ategories, e.g., [4], [5]. However, these are primarily based on disriminative approahes leading to hard lass assignments and hene are not suitable for the iterative refinement sheme mentioned above. n the onventional informative shemes, a generative model for eah lass is learnt using all the available training data belonging to that lass and newly observed data is assigned a probability based on the learnt model. However, it is possible that a set of newly observed data may have been generated beause of the subset of the full generative model support, and using the full model to assign generative probabilities an produe serious artifats in the probability assignments. For example, in the training set, various pixels assoiated with the lass tree may have wide variations in the olor and texture depending on the season, illumination onditions, and the sale. A generative model for lass tree will try to apture all these variations in the same model. Hene, while assigning the generative probabilities to the newly observed data, the learnt generative model may assign high probability to not only the pixels belonging to the lass tree, but also to those that may have some semblane to tree

2 92 data (in some arbitrary ombination of illumination and other physial onditions). Similar analogy holds for the data belonging to other lasses also. This problem arises mainly when different lasses have multimodal distributions that are lose in the feature spae. Another problem with the generative models is that they tend to give more weight to the regions in the feature spae that ontain more data, instead of emphasizing on the disriminative boundary between the data belonging to different lasses. This implies that the data near the boundary will be assigned almost similar probabilities irrespetive of their lass affiliations. We propose to alleviate these problems by using the simple observation that the newly observed data is usually generated by a small support of the overall generative model. n our previous tree example, this means that the data belonging to the tree lass in a new test image is usually generated during the same season as well as under relatively homogeneous illumination and other physial onditions. Thus, the distribution of the newly observed data an be used to onstrain the overall generative model while produing the generative lass density maps for that data. That is why the proposed tehnique has been named as the observationonstrained generative approah.. GENERATVE APPROACH n the first stage of our approah, we use two well-known tehniques, i.e., supervised learning using the labeled training data, and the unsupervised learning using the newly observed test data. The main ontribution of our approah lies in the next stage where the outputs of these two tehniques are merged using a Bayesian sheme. n the beginning of the following disussion, we briefly review the unsupervised and supervised learning applied in the present ontext. Let X be the set of training data assoiated with lass, where d n X = { xk : x k R } k = and C be the lasses of interest. The set ontaining all the C lasses is referred to as the reognition voabulary. The dimension of the feature spae, d is the number of bands in the multiband input images. Eah band represents a olor or a texture feature assoiated with the image pixels. To apture this inherent multimodality of the data, we assume a mixture of Gaussian generative model for the data. Mixture models an approximate any ontinuous density to arbitrary auray provided the model has suffiiently large number of omponents and the parameters of the model are hosen orretly [6]. The lass onditional density funtion of a data point x x k X is given by, M k ) = xk m, ) P( m ) m= where M is the number of omponents in the mixture model. () n this model, eah data point belonging to lass is generated by first hoosing a Gaussian omponent with probability P(m ) and then generating the data point with probability k x x k m, ) = 2πC x k m, ), whih is a Gaussian given by, exp ( x / 2 2 m µ m m k T m µ ) C m ( x k µ where is the mean and C is the ovariane matrix of the omponent m, belonging to lass. The parameters θ of the generative model in (), i.e., µ m m, C and P(m ) for eah omponent m are learnt using the standard Maximum Likelihood formulation using the Expetation Maximization (EM) optimization tehnique [7]. Thus, ˆ θ = arg max θ n M k = m= xk m, ) P( m ) n the above formulation, the data points in the set X have been assumed to be onditionally independent given θ. For a given test image, the newly observed dataset is defined as m ) (2) (3) where N is the number of pxiels in. The probability of assoiation of eah with a given lass in the reognition voabulary (given by ()) yields a Class Density Map over the image. Now, the aim is to onstrain the probabilities ontained in these maps by enforing the statistis of the newly observed data obtained from the test image. To do this, at first, the newly observed data is soft lustered in different groups in an unsupervised manner. For soft lustering, we again use the mixture of the Gaussian model. Aording to this, the probability of a newly observed data point, d N X = { xt : xt R } t= x t x is given as, K t ) = xt j ) P( j ) j= where j = K are the lusters and x j ) ~ Ν (,C ) x t t µ j similar to (2). However, instead of traditional lustering (where eah image pixel is assigned to a partiular luster), we utilize the probability of assoiation of eah pixel with a t luster j, i.e., P( j x ). This leads to soft or probabilisti lustering and the maps representing these probabilities for eah luster are alled Cluster Maps. These maps enable the refinement of the Class Density Maps by onstraining the overall generative model. To estimate the parameters of the unsupervised learning model mentioned in (4), similar EM formulation is used as in (3) exept that m and x k are replaed by j and x t (4) respetively along with the j

3 93 suitable ardinalities of their orresponding sets. Given the test image, the first step towards onstraining the Class Density Maps using soft lustering involves finding the lass that has highest probability of being represented by a Cluster Map. This is done by maximizing the onditional probability of lass, ( = C) given a luster j, i.e. P( j ). To ompute the lass posterior, first the marginal density of the luster j given lass is onsidered from the joint density of the newly observed data x and the luster as, or, j ) = S x j, x ) dx j ) = j x, ) x ) dx (5) S x t should be noted that j is defined only over the support of newly observed data S x, whih has been expliitly mentioned in the above integrals. n the first term of the integrand of (5), we further make a fair assumption that lustering is onditionally independent of the lass given the data, i.e., j x, ) = j x ). Thus, j ) = S x j x ) x ) dx Sine the image data is disrete, the integral over S x is approximated by the finite sum and the luster onditional is given by, j (6) ) = P( j x ) x ) x X Using (6), the lass posterior an be omputed easily from the Bayes rule, j )P( ) P( j ) = C (7) j )P( ) = Given the lass posterior for a luster, the lass ˆ that maximizes this posterior is hosen as the onsistent lass for that luster. This is equivalent to a MAP seletion of the lass given a luster under the assumption of zero-one loss funtion. This proedure yields the most onsistent lass for eah luster. An impliit assumption has been made that eah luster belongs to one of the lasses in the reognition voabulary. Let K be the set of the luster maps that are onsistent with the lass. n other words, K ontains all those luster maps that yield lass as the MAP estimate of their orresponding lass posterior given by (7). The Constrained Class Density Map is obtained simply by linear weighting of eah pixel density of the Class Density Map by the orresponding pixel probability of the onsistent Cluster Maps, i.e., ons ( xt ) = porig( xt )P( j xt ) j K p (8) where, p orig (..) is the original and p ons (..) is the onstrained lass onditional density. An intuitive explanation of (8) is that the onstrained map is a linearly mixed, weighted density map where weights follow Gaussian distribution in the feature spae beause eah luster map approximately orresponds to a Gaussian distribution. t an be noted, that the final onstrained density map for a given lass tends to enhane those areas in the original density map that are supported by the statistis of the regions in the test image that show strong assoiation with the given lass.. MODEL SELECTON n the proposed generative approah, we need to know the number of the omponents in the Gaussian mixture models in () as well as in (4), whih amounts to the problem of model seletion. The maximum likelihood approah is not appropriate for this task, as it would always prefer more omponents. Several tehniques have been proposed under the topi of model seletion [8]-[]. Full Bayesian model seletion tehniques provide a more prinipled method of model seletion and generally use a parametri or hierarhial form to approximate the prior distribution over the parameters [8]. The BC or MDL approah, as proposed by Rissanen [] an be shown to be asymptotially onsistent version of the full Bayesian model seletion tehniques. n the MDL tehnique, the desription length (DL) is given as, DL = - log X/θ) + (l/2) log n (9) where X is the data, θ is the parameter vetor ontaining all the model parameters, l is the number of parameters and n is the dataset size. The first term in the right hand side of (9) is the negative log likelihood (i.e., ode length of likelihood) and the seond term is ode length of the parameters, whih ats as a penalty term as the number of parameters inreases. However, there are two main limitations while implementing the full Bayesian or MDL riterion. First, they generally need iterative shemes to ompute the model evidene or the likelihood, whih is prone to getting stuk in loal extrema and seond, they are fairly slow and beome almost impratial for the online soft lustering appliations. n the present work, we propose a Kullbak-Leibler Divergene (KLD) based method to estimate the number of omponents in the mixture model based on ertain assumptions. The KL Divergene (KLD) is defined as,

4 94 where p~ ( x ) p~ ( x ) KL ( ~ p p ) = ~ x )log dx () x ) is the true density of data x and x) is the model density. To apply the KLD in the omponent seletion proedure, the model density is given by the mixture of Gaussians, but the true density is not known. We assume the data histogram (empirial distribution) to be the representative of the true density. This assumption is reasonable in the ase of natural sene images, as they are mostly omposed of smooth and homogeneous regions. The true density is further approximated by inrementally fitting Gaussians on the modes of the data histogram. For this purpose, we use seond order normal approximation of the empirial distribution [2]. Parameters of the Gaussian are obtained by mathing the urvature of the Gaussian with that of the empirial density at the mode. This is equivalent to using the inverse of the information matrix at the mode of the empirial density as the ovariane matrix of the Gaussian. The expeted information matrix is given as, J ( x ) = E T log x ) log x ) x x where E is the expetation with respet to x. J(x) is further approximated by its value at the mode xˆ of x), and the stohasti or observed information matrix is given as: ( x ) = log x ) log x ) () x x By using (x), the ovariane matrix C g of the approximated Gaussian is given as, C g = - (x) (2) Beause we are using the disrete empirial distribution as x), omputing (x) in () is equivalent to omputing the negative of the hessian of the best fit urve at the mode of the distribution. The neighborhood of log x) at the mode was assumed to be loally quadrati for omputational purposes. Let Ω( xˆ ) = d nω { x ρ : x ρ R } = ρ be the set of all data points in the neighborhood of the mode xˆ. n the loal neighborhood of xˆ, the log-density an be expressed as: log x ρ T T ) = xρ Hxρ + B xρ + 2 T xˆ (3) where H is the hessian matrix, and B and are other onstants. The hessian an be omputed using Singular Value Deomposition (SVD) on the loal neighborhood of the mode of the histogram. Let us denote the ombined vetor for all the neighbors of xˆ as Y = [log x ),,log xn )], the data matrix as D, eah omponent of whih is a monomial of order two or less, and ϑ as the vetor that ontains all the omponents of H, B, and. The quadrati fitting amounts to sloving the linear set of equations given by Y = Dϑ, whih is solved using SVD as ϑ = (VΣ - U T )Y, where D = UΣV T. n the proposed method, the first estimate of the model density is obtained by fitting the first Gaussian at the mode of the histogram and the KLD between the empirial and the model density is omputed. The integral in () is approximated by the finite sum over the disrete bin data. Next, a new density is omputed by fitting one more Gaussian on the next highest mode of the histogram and mixing the two Gaussians. The mixing parameters have been assumed to be uniform. The modes are seleted to be the maxima in their loal neighborhood of a prespeified size. As per the above formulation, as the number of Gaussians is inreased, KLD dereases and starts inreasing when the number of Gaussians grows beyond that supported by the data distribution. n addition, it should be noted that if the KLD remains stable as the omponents are inreased, it is an indiator that one or more of the previous omponents has already explained the new modes. This tehnique works fairly well in low dimensional, sparse feature spae (as is the ase with the images ontaining natural regions) as finding the modes in the loal neighborhood of a histogram is relatively easy. V. FEATURE EXTRACTON The type of features to be extrated from an image depends on the nature of the sene lassifiation task. n the present work, we deal with the sene images primarily ontaining natural regions. Although not suffiient, low-level features suh as olor and texture ontain good representation power for the region lassifiation of natural senes. A. Color Features Color is an important omponent of the natural sene lasses. However, the olor-based features suffer from the problem of olor onstany. For the natural senes, we argue that given enough variations in the training data set, we an apture the lass olor distribution in varying illumination onditions. n addition, in the outdoor natural senes, the problem of artifiial illuminants is not as restritive as the hanges in brightness. To extrat the olor features, we need to represent the olor in a suitable spae. n the present work, we found that the results with three different spaes i.e., retangular HSV, g- RGB, and Luv were fairly similar. We hose generalized RGB (g-rgb) spae, as it normalizes the effets of brightness variations effetively. The g-rgb spae is given by two R G oordinates, ( r =, g = R + G + B R + G + B ) where (R, G, B) are the oordinates in the RGB spae. t is lear that one degree of freedom is lost in this onversion beause the third Ω T

5 95 oordinate of this spae is simply ( - r - g). This loss of one degree of freedom is true for almost all the olor spaes, whih either normalize or dispense with the luminane information. the seond subsetion ontains the results of the proposed observation-onstrained generative approah applied to real natural senes. B. Texture Features n ontrast to the olor, texture is a not a point property. nstead, it is defined over a spatial neighborhood. Texture an provide good disrimination between natural lasses that resemble in olor domain e.g., water and sky. However, in our ase, texture should be dealt with more are, as any single lass does not have a unique texture. Within a semantially oherent region, there might be areas of high or low textures, with different sales and diretional uniformity. n the lassifiation of suh regions, a very strong texture measure an sometimes undo the good work done by the olor features. Several tehniques have been reported in the literature to ompute the texture in a pixel neighborhood. The famous ones inlude Multiresolution Simultaneous Autoregressive (MSAR) model [3], Gabor Wavelets [4] and the Seond Moment Eigenstruture (SME) [5, 6]. n the present work, we have used a weaker measure of texture yielded by the Seond Moment Eigenstruture (SME), whih an apture the essential neighborhood harateristis of a pixel. The seond moment matrix at eah image pixel (i, j) is given by: M(i, j ) 2 i W W = i j W W i j 2 j (4) A. Model Seletion Results on the Syntheti Data To verify the effetiveness of the proposed KLD based model seletion sheme and ompare the results with the MDL based approah, we applied these tehniques on a simulated dataset ontaining, samples drawn from a mixture of three Gaussians in two-dimensional spae. The mixing parameters used in the mixture model were.7,.2, and.. The KL Divergene based model seletion sheme was applied to the data histogram and the size of neighborhood was hosen to be 3 3. Fig. shows the hange in KLD as the number of omponents is inreased in the Gaussian mixture. The KLD falls sharply when the omponents are inreased from to 3 and then starts inreasing. Thus, this method orretly finds the number of omponents in the mixture data. To ompare the results of KLD with MDL approah, MDL was omputed for the given dataset using (9). The maximum likelihood estimates of the parameters were obtained using EM. Beause EM is sensitive to the initialization, we performed the MDL omputation several times. Fig. 2 and show two typial plots of the hange in desription length as the number of omponents is inreased. n, the MDL metri inorretly favors two omponents, possibly, beause the EM algorithm was stuk in a loal maximum. where k is the gradient of the image in spatial diretion k over the olor hannel for k = i, j and = R, G, B. W is the window over whih these gradients are summed. We use Gaussian weighting in window W around the pixel of interest to give more weight to the pixels near it. The texture obtained from (4) is a olored texture beause the above matrix aptures the texture in olor spae instead of usual intensity spae. The seond moment matrix an be shown to be a modifiation of bilinear, symmetri positive definite metri defined over the 2D image manifold embedded in a 5D spae of (R, G, B, i, j) [6]. The eigenstruture of the seond moment matrix represents the textural properties. Two measures have been defined in [5] using the eigenvalues of the matrix, anisotropy = - λ2/λ, and normalized strength = 2 (λ + λ 2 ), where λ and λ 2 are the two eigenvalues of matrix M(i, j) and λ > λ 2. n the present work, we have used the ombination of anisotropy and the strength alled texture strength (S) as the texture measure. t is given as the produt of anisotropy and normalized strength. V. RESULTS AND DSCUSSON We have divided this setion in two subsetions. The first subsetion disusses the simulation results of the proposed KLD-based model seletion sheme on the syntheti data, and MDL Fig.. KL-Divergene based model seletion on the syntheti data. KLD orretly favors three omponents KLD Number of Components Number of Components MDL Fig. 2. Two typial runs of the MDL based model seletion tehnique on the syntheti data. MDL inorretly favors two omponents. MDL orretly favors three omponents Number of Components

6 96 () (e) Fig. 3. Cluster Maps orresponding to different lusters (j) obtained from the soft lustering of the input image. nput olor image. j = () j = 2 (d) j = 3 (e) j = 4 (f) j = 5 n another typial run when EM yielded the orret parameters aused by onvergene to the global maximum, the MDL metri orretly favors three omponents. Thus, it an be seen that even for a very low dimensional spae, MDL is not robust when EM is not initialized in proximity of the global maximum. n addition, the average time taken by a typial MDL run was about 935 s (in Matlab, 733 MHz) while that by KLD was only.2 s. Thus, we an get substantial savings in terms of speed by using KLD. This is espeially important for the unsupervised lustering in the test image, whih has to be done online unlike the supervised learning. B. Results on Real mages The proposed observation-onstrained generative approah was tested with several images primarily ontaining natural regions. The lass reognition voabulary ontained five lasses: sky, water, skin, sand/soil, and grass/tree. A total of 3 pixelwise labeled images, eah of size pixels, were used as a training set for the supervised learning. An input olor image is shown in Fig. 3. t an be noted that the sene is fairly luttered and ontains regions with varying illumination intensity, e.g., tree regions. Sky pixels in the image show bimodal distribution due to the presene of white textured loud in a blue sky. At first, the soft lustering is performed on the image and the Cluster Maps are generated. For this purpose, the number of lusters in the image is estimated using the KLD based tehnique. Fig. 4 shows the hange in KL Divergene when the number of lusters (K) is inreased. As K is inreased from to 2, sharp (d) (f) derease in KLD an be notied. After K = 5, the KLD almost stabilizes indiating the non-signifiane of further inrements in K. Hene, we have hosen five as the number of lusters in the original image. ntuitively, one an observe five broad ategories in the input image i.e., sky, water, red wall, floor/skin, and tree/grass. One the number of lusters has been determined, unsupervised learning of the mixture model generates the Cluster Maps i.e., P( j x ). These maps for five lusters in the original image are given in Fig. 3 -(f). n the Cluster Maps, a brighter pixel indiates a higher probability of assoiation of that pixel with the given luster. t is lear from Fig. 3 that different lusters have aptured the similarities in the image pixels. nreasing order of j, the maps broadly represent grass, red wall, sky, floor, and water. The semanti lasses, whih represent relatively small regions, have been merged with other lusters, e.g., skin regions were merged with red wall or floor. There are some intuitively obvious inorret assoiations in the luster maps, e.g., for j =, parts of sky, water, and swimming ostume have been lustered along with the grass/tree lass. However, it should be emphasized that at this stage the algorithm has no notion of a semanti lass. The results of probabilisti lustering are purely based on the similarity within the newly observed data. KL Divergene t Number of Components Fig. 4. KLD based omponent seletion for the image from Fig. 3 Fig. 5. For the input image shown in Fig. 3 (a.), Class Density Map orresponding to the lass tree/grass. Corresponding Constrained Class Density Map.

7 97 The main aim of the soft lustering was not to obtain perfet lustering, but to obtain a probabilisti estimate of ohesiveness in various pixels, whih ould later be used for onstraining the results of the lass generative models. These errors in the lustering do not have limiting influene on the final Constrained Class Density Maps. This will be shown in the later part of this setion. As the next part of the proess, generative mixture models were learnt for eah lass in the reognition voabulary. The feature sets orresponding to all the pixels belonging to eah lass (in 3 training images) were used. The number of omponents in eah lass onditional mixture model was learnt using the KLD-based tehnique explained before. n the present results, we fous on the lass grass/tree to explain all the steps involved in the observation-onstrained generative approah. For this lass, the KLD-based model seletion favored five omponents in the mixture model. A Class Density Map displaying x k ) for every pixel in the input Class () Class () () Fig. 6. Posterior distribution P( j ) over lasses () given the different Cluster Maps j from Fig. 3. j =, j = 2, () j = 3, (d) j = 4, (e) j = Class () (e) Class () Class () (d) image (Fig. 3 ) orresponding to lass grass/tree is given in Fig. 5. A brighter pixel indiates a higher density. t an be seen that the generative model has orretly predited high density for the grass/tree regions. However, there are several non-grass areas with signifiant probability of being grass, e.g., parts of water, wet floor et. These areas share the features lose to those of grass/tree in some arbitrary illumination or physial onditions like sale, season et. They have the potential of misleading the Bayesian refinement of lass maps while using improved priors obtained from the sene ontext ues. Fortunately, the statistis of the observed grass/tree pixels in the given test image has enough information to remove these outliers by onstraining the overall generative model. To obtain the Constrained Class Density Maps for lass grass/tree, first those Cluster Maps are found that are onsistent with lass grass/tree. For this purpose, posterior distributions over the lasses given eah Cluster Map are obtained using (7). Fig. 6 displays the posterior distributions for Cluster Maps j = 5 displayed in Fig. 3 (f). Eah plot is a disrete valued graph where horizontal axis displays the five different lasses i.e.,. sky, 2. water, 3. skin, 4. sand/soil, and 5. grass/tree. For eah luster map, the maximally onsistent lass is obtained using the MAP estimate of the posterior. t is lear from the plots that the luster map for j = has muh higher probability of being from the lass grass/tree ( = 5) than the other four lasses. Also, this is the only luster that is onsistent (in the sense of MAP) with the lass grass/tree. This orrespondene between the hosen lass and the Cluster Map is supported intuitively from Fig. 3 and Fig. 5. All other luster maps have natural semantis favoring other lasses in the reognition voabulary. Thus, the set of onsistent luster maps, K for the lass grass/tree has ardinality one. The Cluster Map orresponding to j = (Fig. 3 ) was used to onstrain the original Class Density Map for grass/tree (Fig. 5 ) using (8). The Constrained Class Density Map ontaining pons( xt ) for eah pixel in the input image orresponding to the lass grass/tree is given in Fig. 5. The densities of false grass regions, e.g., parts of wet floor, water et. have been signifiantly redued. n ase, more than one luster would have been onsistent with the lass grass/tree, the onstrained map ould be easily omputed using all the onsistent luster maps in (8). Similar onstrained maps were also obtained for the remaining lasses in the reognition voabulary. To display the results of the probabilisti lassifiation of the image regions in Fig. 3 using the observationonstrained generative approah, we have used the MAP paradigm. Eah image pixel is lassified as belonging to lass i, whih has highest posterior P( x ). Posteriors are omputed using the onstrained lass onditional densities given in (8) and assuming equal priors for all the lasses. The resulting lassifiation is given as binary images in Fig. 7 i t

8 98 (f) where white pixels represent the pixels belonging to the given lass. The overall good diriminative lassifiation results are indiative of good Constrained Class Density Maps. Sky, water, and grass/tree regions have been lassified almost perfetly exept on the edges, beause of the problem of edginess in the texture measure. Use of improved ombinations of the eigenvalues of the seond moment matrix to avoid this problem has been left as a future work. n the training data, the features of the sky and water regions are distributed lose to eah other and lassifiation just based on the training data would be quite misleading. Reasonably good lassifiation results for these regions were obtained using our approah (Fig. 7 and ()), beause the statistis of these two regions in the test image ould reinfore their respetive lass assoiations, generating good Constrained Density Maps. t an be noted that the above MAP based lassifiation sheme assigns eah pixel in the test image to one of the lasses in the reognition voabulary. But some of the image pixels may not belong to any of the lasses in the voabulary, e.g., in the given test image, pixels pertaing to the red wall and assoiated steel gate, hairs et. n suh ases, the MAP sheme assigns those pixels to the best possible lasses in the voabulary. Other minor artifats in the lassified regions are due to the above reason. n future, we plan to expand the reognition voabulary to ontain more lasses. n Fig. 7 (e), the onrete floor has been lassfied as sand beause there is no pereptual differene between the two. This is a good example, whih advoates the use of the sene ontext to disriminate between regions that are almost impossible to disambiguate using purely low level features. Beause there was no exlusive lass for the red wall in the voabulary, it has been lassfied in the semantially nearest lass skin. Similarly, skin and sand regions have been partially mislassified aused by extreme overlap in low-level features. However, it should be noted that MAP-based lassifiation was used purely for evaluation purposes. The main results of the proposed generative approah are the Constrained Class Density Maps for eah lass that are to be further used in the iterative sene ontext generation sheme. The proposed generative method was applied to another image given in Fig. 8. The Class Density Map orresponding to the lass sky has been shown in Fig. 8. High density has been assigned to most of the regions of the sky, although the map shows some regions of water as potential andidates of being sky. The Constrained Class Density Map in Fig. 8 () shows improvement over the original Class Density Map, as the false regions have shrunk signifiantly. However, there are still some non-sky regions that remain andidates for lass sky. A areful investigation of these regions reveals that these are watery regions that are either splashes or refletions in the intermixed region. Based on the olor and texture features, used in the present work, it is almost impossible to differentiate these pixels from those belonging to the bright loudy sky. Thus, if the statistis of the newly observed image also supports the hypothesis obtained from the Class Density Maps, there is little one an do exept either enhaning the feature set, or using some kind of highlevel ontextual ues. V. CONCLUSONS We have proposed and suessfully demonstrated the use of an observation-onstrained generative approah for the probabilisti lassifiation of image regions. A probabilisti approah towards lustering and lassifiation leads to a useful tehnique, whih is apable of refining the lassifiation results obtained using the generative models. The proposed sheme is robust to the errors in the lustering. A KL Divergene-based fast omponent seletion proedure has been proposed for natural sene images. n the future, we intend to work towards evolving effiient shemes to generate distribution over sene hypothesis using the Constrained Class Density Maps. The proposed probabilisti lassifiation forms the first step of a promising feedbak framework to iteratively refine the sene ontext as well as the region hypothesis. ACKNOWLEDGMENT The first author would like to thank Amit Singhal and Zhao Hui Sun from Eastman Kodak Company, Rohester, and Daniel Huber and Goksel Dedeoglu from Carnegie Mellon University, Pittsburgh for their useful suggestions. () (e) Fig. 7. Disriminative lassifiation of image regions. The above maps are binary maps where a white pixel represents the presene of the orresponding lass. nput olor image. -(f) show lass maps for sky, water, skin, sand, and grass/tree respetively (d) (f)

9 99 () Fig. 8. nput olor image. Class Density Map orresponding to lass sky. () Corresponding Constrained Class Density Map. REFERENCES [] A. Torralba and P. Sinha, Statistial Context Priming for Objet Detetion, Pro nternational Conferene on Computer Vision, CCV, 2. [2] A. Vailaya, Semanti Classifiation in mage Databases, PhD thesis, Mihigan State University, 2. [3] T. M. Strat, Natural Objet Reognition, Springer-Verlag, 992. [4] N. W. Campbell, W. P. J. Makeown, B. T. Thomas, and T. Trosianko, The Automati Classifiation of Outdoor mages, nternational Conferene on Engineering Appliations of Neural Networks, pp , June 996. [5] M. Storring, H. Andersen, E. Granum, Skin olour detetion under hanging lighting ondition", H. Araujo and J. Dias (ed.), 7th Symposium on ntelligent Robotis Systems, pp , 999. [6] C. M. Bishop, Neural Networks for Pattern Reognition, Oxford University Press, 995. [7] A. Dempster, N. Laird, and D. Rubin, Maximum Likelihood from nomplete Data Via the EM Algorithm, J. Royal Statistial So., Ser. B, vol. 39, no., pp. 38, 977. [8] D. Hekerman and D. Chikering, A Comparison of Sientifi and Engineering Criteria for Bayesian Model Seletion, Tehnial Report MSR-TR-96-2, Mirosoft Researh, June, 996. [9] M. H. Hansen, and B. Yu, Model Seletion and the Priniple of Minimum Desription Length. JASA, Vol. 96, No. 454, pp , 998. [] C. Farley and A. E. Raftery, How Many Clusters? Whih Clustering Method? Answers Via Model-Based Cluster Analysis, Tehnial Report, No. 329, Department of Statistis, University of Washington, 998. [] J. Rissanen, Modeling by Shortest Data Desription, Automatia, vol. 4, pp , 978. [2] M. A. Tanner, Tools for Statistial nferene, 3 rd Ed., Springer-Verlag n., 996. [3] J. Mao and Jain A. K., Texture Classifiation and Segmentation using Multiresolution Simultaneous Autoregressive Models, Pattern Reognition, vol. 25, no. 2, pp , 992. [4] B. S. Manjunath and W. Y. Ma, Texture Features for Browsing and Retrieval of mage Data, EEE Trans Pattern Analysis Mahine ntelligene, vol. 8, No. 8, pp , 996. [5] C. Carson, S. Belongie, H. Grennspan, and J. Malik, Region-Based mage Querying, CVPR 97, Workshop on Content-Based Aess of mage and Video Libraries, 997. [6] N. Sohen, R. Kimmel and R. Malladi, A General Framework for Low Level Vision, EEE Trans on mage Proessing, Vol. 7, No. 3, pp. 3-38, 998.

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauer and Charles A. Bouman Department of Eletrial Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 Shool of

More information

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract CS 9 Projet Final Report: Learning Convention Propagation in BeerAdvoate Reviews from a etwork Perspetive Abstrat We look at the way onventions propagate between reviews on the BeerAdvoate dataset, and

More information

the data. Structured Principal Component Analysis (SPCA)

the data. Structured Principal Component Analysis (SPCA) Strutured Prinipal Component Analysis Kristin M. Branson and Sameer Agarwal Department of Computer Siene and Engineering University of California, San Diego La Jolla, CA 9193-114 Abstrat Many tasks involving

More information

A Novel Validity Index for Determination of the Optimal Number of Clusters

A Novel Validity Index for Determination of the Optimal Number of Clusters IEICE TRANS. INF. & SYST., VOL.E84 D, NO.2 FEBRUARY 2001 281 LETTER A Novel Validity Index for Determination of the Optimal Number of Clusters Do-Jong KIM, Yong-Woon PARK, and Dong-Jo PARK, Nonmembers

More information

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application World Aademy of Siene, Engineering and Tehnology 8 009 Performane of Histogram-Based Skin Colour Segmentation for Arms Detetion in Human Motion Analysis Appliation Rosalyn R. Porle, Ali Chekima, Farrah

More information

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

Discrete sequential models and CRFs. 1 Case Study: Supervised Part-of-Speech Tagging

Discrete sequential models and CRFs. 1 Case Study: Supervised Part-of-Speech Tagging 0-708: Probabilisti Graphial Models 0-708, Spring 204 Disrete sequential models and CRFs Leturer: Eri P. Xing Sribes: Pankesh Bamotra, Xuanhong Li Case Study: Supervised Part-of-Speeh Tagging The supervised

More information

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1.

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1. Fuzzy Weighted Rank Ordered Mean (FWROM) Filters for Mixed Noise Suppression from Images S. Meher, G. Panda, B. Majhi 3, M.R. Meher 4,,4 Department of Eletronis and I.E., National Institute of Tehnology,

More information

Cluster-Based Cumulative Ensembles

Cluster-Based Cumulative Ensembles Cluster-Based Cumulative Ensembles Hanan G. Ayad and Mohamed S. Kamel Pattern Analysis and Mahine Intelligene Lab, Eletrial and Computer Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1,

More information

A scheme for racquet sports video analysis with the combination of audio-visual information

A scheme for racquet sports video analysis with the combination of audio-visual information A sheme for raquet sports video analysis with the ombination of audio-visual information Liyuan Xing a*, Qixiang Ye b, Weigang Zhang, Qingming Huang a and Hua Yu a a Graduate Shool of the Chinese Aadamy

More information

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION Cuiui Kang 1, Shengai Liao, Shiming Xiang 1, Chunhong Pan 1 1 National Laboratory of Pattern Reognition, Institute of Automation, Chinese

More information

Weak Dependence on Initialization in Mixture of Linear Regressions

Weak Dependence on Initialization in Mixture of Linear Regressions Proeedings of the International MultiConferene of Engineers and Computer Sientists 8 Vol I IMECS 8, Marh -6, 8, Hong Kong Weak Dependene on Initialization in Mixture of Linear Regressions Ryohei Nakano

More information

Exploring the Commonality in Feature Modeling Notations

Exploring the Commonality in Feature Modeling Notations Exploring the Commonality in Feature Modeling Notations Miloslav ŠÍPKA Slovak University of Tehnology Faulty of Informatis and Information Tehnologies Ilkovičova 3, 842 16 Bratislava, Slovakia miloslav.sipka@gmail.om

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Improvement of low illumination image enhancement algorithm based on physical mode [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 22 BioTehnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(22), 2014 [13995-14001] Improvement of low illumination image enhanement

More information

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines The Minimum Redundany Maximum Relevane Approah to Building Sparse Support Vetor Mahines Xiaoxing Yang, Ke Tang, and Xin Yao, Nature Inspired Computation and Appliations Laboratory (NICAL), Shool of Computer

More information

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors Eurographis Symposium on Geometry Proessing (003) L. Kobbelt, P. Shröder, H. Hoppe (Editors) Rotation Invariant Spherial Harmoni Representation of 3D Shape Desriptors Mihael Kazhdan, Thomas Funkhouser,

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition A Coarse-to-Fine Classifiation Sheme for Faial Expression Reognition Xiaoyi Feng 1,, Abdenour Hadid 1 and Matti Pietikäinen 1 1 Mahine Vision Group Infoteh Oulu and Dept. of Eletrial and Information Engineering

More information

Using Augmented Measurements to Improve the Convergence of ICP

Using Augmented Measurements to Improve the Convergence of ICP Using Augmented Measurements to Improve the onvergene of IP Jaopo Serafin, Giorgio Grisetti Dept. of omputer, ontrol and Management Engineering, Sapienza University of Rome, Via Ariosto 25, I-0085, Rome,

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

Exploiting Enriched Contextual Information for Mobile App Classification

Exploiting Enriched Contextual Information for Mobile App Classification Exploiting Enrihed Contextual Information for Mobile App Classifiation Hengshu Zhu 1 Huanhuan Cao 2 Enhong Chen 1 Hui Xiong 3 Jilei Tian 2 1 University of Siene and Tehnology of China 2 Nokia Researh Center

More information

Chromaticity-matched Superimposition of Foreground Objects in Different Environments

Chromaticity-matched Superimposition of Foreground Objects in Different Environments FCV216, the 22nd Korea-Japan Joint Workshop on Frontiers of Computer Vision Chromatiity-mathed Superimposition of Foreground Objets in Different Environments Yohei Ogura Graduate Shool of Siene and Tehnology

More information

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425)

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425) Automati Physial Design Tuning: Workload as a Sequene Sanjay Agrawal Mirosoft Researh One Mirosoft Way Redmond, WA, USA +1-(425) 75-357 sagrawal@mirosoft.om Eri Chu * Computer Sienes Department University

More information

Gradient based progressive probabilistic Hough transform

Gradient based progressive probabilistic Hough transform Gradient based progressive probabilisti Hough transform C.Galambos, J.Kittler and J.Matas Abstrat: The authors look at the benefits of exploiting gradient information to enhane the progressive probabilisti

More information

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry

Detecting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry Deteting Moving Targets in Clutter in Airborne SAR via Keystoning and Multiple Phase Center Interferometry D. M. Zasada, P. K. Sanyal The MITRE Corp., 6 Eletroni Parkway, Rome, NY 134 (dmzasada, psanyal)@mitre.org

More information

Face and Facial Feature Tracking for Natural Human-Computer Interface

Face and Facial Feature Tracking for Natural Human-Computer Interface Fae and Faial Feature Traking for Natural Human-Computer Interfae Vladimir Vezhnevets Graphis & Media Laboratory, Dept. of Applied Mathematis and Computer Siene of Mosow State University Mosow, Russia

More information

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW FOREGROUND OBJECT EXTRACTION USING FUZZY C EANS WITH BIT-PLANE SLICING AND OPTICAL FLOW SIVAGAI., REVATHI.T, JEGANATHAN.L 3 APSG, SCSE, VIT University, Chennai, India JRF, DST, Dehi, India. 3 Professor,

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating Capturing Large Intra-lass Variations of Biometri Data by Template Co-updating Ajita Rattani University of Cagliari Piazza d'armi, Cagliari, Italy ajita.rattani@diee.unia.it Gian Lua Marialis University

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

8 : Learning Fully Observed Undirected Graphical Models

8 : Learning Fully Observed Undirected Graphical Models 10-708: Probabilisti Graphial Models 10-708, Spring 2018 8 : Learning Fully Observed Undireted Graphial Models Leturer: Kayhan Batmanghelih Sribes: Chenghui Zhou, Cheng Ran (Harvey) Zhang When learning

More information

Boosted Random Forest

Boosted Random Forest Boosted Random Forest Yohei Mishina, Masamitsu suhiya and Hironobu Fujiyoshi Department of Computer Siene, Chubu University, 1200 Matsumoto-ho, Kasugai, Aihi, Japan {mishi, mtdoll}@vision.s.hubu.a.jp,

More information

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar Plot-to-trak orrelation in A-SMGCS using the target images from a Surfae Movement Radar G. Golino Radar & ehnology Division AMS, Italy ggolino@amsjv.it Abstrat he main topi of this paper is the formulation

More information

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0;

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0; Naïve line drawing algorithm // Connet to grid points(x0,y0) and // (x1,y1) by a line. void drawline(int x0, int y0, int x1, int y1) { int x; double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx;

More information

FUZZY WATERSHED FOR IMAGE SEGMENTATION

FUZZY WATERSHED FOR IMAGE SEGMENTATION FUZZY WATERSHED FOR IMAGE SEGMENTATION Ramón Moreno, Manuel Graña Computational Intelligene Group, Universidad del País Vaso, Spain http://www.ehu.es/winto; {ramon.moreno,manuel.grana}@ehu.es Abstrat The

More information

Introduction to Seismology Spring 2008

Introduction to Seismology Spring 2008 MIT OpenCourseWare http://ow.mit.edu 1.510 Introdution to Seismology Spring 008 For information about iting these materials or our Terms of Use, visit: http://ow.mit.edu/terms. 1.510 Leture Notes 3.3.007

More information

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System

Algorithms, Mechanisms and Procedures for the Computer-aided Project Generation System Algorithms, Mehanisms and Proedures for the Computer-aided Projet Generation System Anton O. Butko 1*, Aleksandr P. Briukhovetskii 2, Dmitry E. Grigoriev 2# and Konstantin S. Kalashnikov 3 1 Department

More information

Evolutionary Feature Synthesis for Image Databases

Evolutionary Feature Synthesis for Image Databases Evolutionary Feature Synthesis for Image Databases Anlei Dong, Bir Bhanu, Yingqiang Lin Center for Researh in Intelligent Systems University of California, Riverside, California 92521, USA {adong, bhanu,

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

Detection and Recognition of Non-Occluded Objects using Signature Map 6th WSEAS International Conferene on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, De 9-31, 007 65 Detetion and Reognition of Non-Oluded Objets using Signature Map Sangbum Park,

More information

Simulation of Crystallographic Texture and Anisotropie of Polycrystals during Metal Forming with Respect to Scaling Aspects

Simulation of Crystallographic Texture and Anisotropie of Polycrystals during Metal Forming with Respect to Scaling Aspects Raabe, Roters, Wang Simulation of Crystallographi Texture and Anisotropie of Polyrystals during Metal Forming with Respet to Saling Aspets D. Raabe, F. Roters, Y. Wang Max-Plank-Institut für Eisenforshung,

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

Semi-Supervised Affinity Propagation with Instance-Level Constraints

Semi-Supervised Affinity Propagation with Instance-Level Constraints Semi-Supervised Affinity Propagation with Instane-Level Constraints Inmar E. Givoni, Brendan J. Frey Probabilisti and Statistial Inferene Group University of Toronto 10 King s College Road, Toronto, Ontario,

More information

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM M. Murugeswari 1, M.Gayathri 2 1 Assoiate Professor, 2 PG Sholar 1,2 K.L.N College of Information

More information

Adapting K-Medians to Generate Normalized Cluster Centers

Adapting K-Medians to Generate Normalized Cluster Centers Adapting -Medians to Generate Normalized Cluster Centers Benamin J. Anderson, Deborah S. Gross, David R. Musiant Anna M. Ritz, Thomas G. Smith, Leah E. Steinberg Carleton College andersbe@gmail.om, {dgross,

More information

Transition Detection Using Hilbert Transform and Texture Features

Transition Detection Using Hilbert Transform and Texture Features Amerian Journal of Signal Proessing 1, (): 35-4 DOI: 1.593/.asp.1.6 Transition Detetion Using Hilbert Transform and Texture Features G. G. Lashmi Priya *, S. Domni Department of Computer Appliations, National

More information

Relevance for Computer Vision

Relevance for Computer Vision The Geometry of ROC Spae: Understanding Mahine Learning Metris through ROC Isometris, by Peter A. Flah International Conferene on Mahine Learning (ICML-23) http://www.s.bris.a.uk/publiations/papers/74.pdf

More information

And, the (low-pass) Butterworth filter of order m is given in the frequency domain by

And, the (low-pass) Butterworth filter of order m is given in the frequency domain by Problem Set no.3.a) The ideal low-pass filter is given in the frequeny domain by B ideal ( f ), f f; =, f > f. () And, the (low-pass) Butterworth filter of order m is given in the frequeny domain by B

More information

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2 On - Line Path Delay Fault Testing of Omega MINs M. Bellos, E. Kalligeros, D. Nikolos,2 & H. T. Vergos,2 Dept. of Computer Engineering and Informatis 2 Computer Tehnology Institute University of Patras,

More information

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification

A New RBFNDDA-KNN Network and Its Application to Medical Pattern Classification A New RBFNDDA-KNN Network and Its Appliation to Medial Pattern Classifiation Shing Chiang Tan 1*, Chee Peng Lim 2, Robert F. Harrison 3, R. Lee Kennedy 4 1 Faulty of Information Siene and Tehnology, Multimedia

More information

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing デンソーテクニカルレビュー Vol. 15 2010 特集 Road Border Reognition Using FIR Images and LIDAR Signal Proessing 高木聖和 バーゼル ファルディ Kiyokazu TAKAGI Basel Fardi ヘンドリック ヴァイゲル Hendrik Weigel ゲルド ヴァニーリック Gerd Wanielik This paper

More information

Unsupervised color film restoration using adaptive color equalization

Unsupervised color film restoration using adaptive color equalization Unsupervised olor film restoration using adaptive olor equalization A. Rizzi 1, C. Gatta 1, C. Slanzi 1, G. Cioa 2, R. Shettini 2 1 Dipartimento di Tenologie dell Informazione Università degli studi di

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Malaysian Journal of Computer Siene, Vol 10 No 1, June 1997, pp 36-41 A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Md Rafiqul Islam, Harihodin Selamat and Mohd Noor Md Sap Faulty of Computer Siene and

More information

One Against One or One Against All : Which One is Better for Handwriting Recognition with SVMs?

One Against One or One Against All : Which One is Better for Handwriting Recognition with SVMs? One Against One or One Against All : Whih One is Better for Handwriting Reognition with SVMs? Jonathan Milgram, Mohamed Cheriet, Robert Sabourin To ite this version: Jonathan Milgram, Mohamed Cheriet,

More information

HEXA: Compact Data Structures for Faster Packet Processing

HEXA: Compact Data Structures for Faster Packet Processing Washington University in St. Louis Washington University Open Sholarship All Computer Siene and Engineering Researh Computer Siene and Engineering Report Number: 27-26 27 HEXA: Compat Data Strutures for

More information

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications System-Level Parallelism and hroughput Optimization in Designing Reonfigurable Computing Appliations Esam El-Araby 1, Mohamed aher 1, Kris Gaj 2, arek El-Ghazawi 1, David Caliga 3, and Nikitas Alexandridis

More information

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results An Alternative Approah to the Fuzziier in Fuzzy Clustering to Obtain Better Clustering Results Frank Klawonn Department o Computer Siene University o Applied Sienes BS/WF Salzdahlumer Str. 46/48 D-38302

More information

Figure 1. LBP in the field of texture analysis operators.

Figure 1. LBP in the field of texture analysis operators. L MEHODOLOGY he loal inary pattern (L) texture analysis operator is defined as a gray-sale invariant texture measure, derived from a general definition of texture in a loal neighorhood. he urrent form

More information

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes Deteting Outliers in High-Dimensional Datasets with Mixed Attributes A. Koufakou, M. Georgiopoulos, and G.C. Anagnostopoulos 2 Shool of EECS, University of Central Florida, Orlando, FL, USA 2 Dept. of

More information

Fitting conics to paracatadioptric projections of lines

Fitting conics to paracatadioptric projections of lines Computer Vision and Image Understanding 11 (6) 11 16 www.elsevier.om/loate/viu Fitting onis to paraatadioptri projetions of lines João P. Barreto *, Helder Araujo Institute for Systems and Robotis, Department

More information

Multivariate Texture-based Segmentation of Remotely Sensed. Imagery for Extraction of Objects and Their Uncertainty

Multivariate Texture-based Segmentation of Remotely Sensed. Imagery for Extraction of Objects and Their Uncertainty Multivariate Texture-based Segmentation of Remotely Sensed Imagery for Extration of Objets and Their Unertainty Arko Luieer*, Alfred Stein* & Peter Fisher** * International Institute for Geo-Information

More information

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization Self-Adaptive Parent to Mean-Centri Reombination for Real-Parameter Optimization Kalyanmoy Deb and Himanshu Jain Department of Mehanial Engineering Indian Institute of Tehnology Kanpur Kanpur, PIN 86 {deb,hjain}@iitk.a.in

More information

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT 1 ZHANGGUO TANG, 2 HUANZHOU LI, 3 MINGQUAN ZHONG, 4 JIAN ZHANG 1 Institute of Computer Network and Communiation Tehnology,

More information

Approximate logic synthesis for error tolerant applications

Approximate logic synthesis for error tolerant applications Approximate logi synthesis for error tolerant appliations Doohul Shin and Sandeep K. Gupta Eletrial Engineering Department, University of Southern California, Los Angeles, CA 989 {doohuls, sandeep}@us.edu

More information

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION

WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION WIRELESS CAPSULE ENDOSCOPY IMAGES ENHANCEMENT BASED ON ADAPTIVE ANISOTROPIC DIFFUSION Lei Li 1, Y. X. ZOU 1* and Yi Li 1 ADSPLAB/ELIP, Shool of ECE, Peking Universit, Shenzhen 518055, China Shenzhen JiFu

More information

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering A Novel Bit Level Time Series Representation with Impliation of Similarity Searh and lustering hotirat Ratanamahatana, Eamonn Keogh, Anthony J. Bagnall 2, and Stefano Lonardi Dept. of omputer Siene & Engineering,

More information

Naïve Bayes Slides are adapted from Sebastian Thrun (Udacity ), Ke Chen Jonathan Huang and H. Witten s and E. Frank s Data Mining and Jeremy Wyatt,

Naïve Bayes Slides are adapted from Sebastian Thrun (Udacity ), Ke Chen Jonathan Huang and H. Witten s and E. Frank s Data Mining and Jeremy Wyatt, Naïve Bayes Slides are adapted from Sebastian Thrun (Udaity ), Ke Chen Jonathan Huang and H. Witten s and E. Frank s Data Mining and Jeremy Wyatt, Bakground There are three methods to establish a lassifier

More information

Gray Codes for Reflectable Languages

Gray Codes for Reflectable Languages Gray Codes for Refletable Languages Yue Li Joe Sawada Marh 8, 2008 Abstrat We lassify a type of language alled a refletable language. We then develop a generi algorithm that an be used to list all strings

More information

Graph-Based vs Depth-Based Data Representation for Multiview Images

Graph-Based vs Depth-Based Data Representation for Multiview Images Graph-Based vs Depth-Based Data Representation for Multiview Images Thomas Maugey, Antonio Ortega, Pasal Frossard Signal Proessing Laboratory (LTS), Eole Polytehnique Fédérale de Lausanne (EPFL) Email:

More information

Comparing Images Under Variable Illumination

Comparing Images Under Variable Illumination ( This paper appeared in CVPR 8. IEEE ) Comparing Images Under Variable Illumination David W. Jaobs Peter N. Belhumeur Ronen Basri NEC Researh Institute Center for Computational Vision and Control The

More information

Naïve Bayesian Rough Sets Under Fuzziness

Naïve Bayesian Rough Sets Under Fuzziness IJMSA: Vol. 6, No. 1-2, January-June 2012, pp. 19 25 Serials Publiations ISSN: 0973-6786 Naïve ayesian Rough Sets Under Fuzziness G. GANSAN 1,. KRISHNAVNI 2 T. HYMAVATHI 3 1,2,3 Department of Mathematis,

More information

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections

SVC-DASH-M: Scalable Video Coding Dynamic Adaptive Streaming Over HTTP Using Multiple Connections SVC-DASH-M: Salable Video Coding Dynami Adaptive Streaming Over HTTP Using Multiple Connetions Samar Ibrahim, Ahmed H. Zahran and Mahmoud H. Ismail Department of Eletronis and Eletrial Communiations, Faulty

More information

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing

Defect Detection and Classification in Ceramic Plates Using Machine Vision and Naïve Bayes Classifier for Computer Aided Manufacturing Defet Detetion and Classifiation in Cerami Plates Using Mahine Vision and Naïve Bayes Classifier for Computer Aided Manufaturing 1 Harpreet Singh, 2 Kulwinderpal Singh, 1 Researh Student, 2 Assistant Professor,

More information

Color Image Fusion for Concealed Weapon Detection

Color Image Fusion for Concealed Weapon Detection In: E.M. Carapezza (Ed.), Sensors, and ommand, ontrol, ommuniations, and intelligene (C3I) tehnologies for homeland defense and law enforement II, SPIE-571 (pp. 372-379). Bellingham, WA., USA: The International

More information

Bayesian Belief Networks for Data Mining. Harald Steck and Volker Tresp. Siemens AG, Corporate Technology. Information and Communications

Bayesian Belief Networks for Data Mining. Harald Steck and Volker Tresp. Siemens AG, Corporate Technology. Information and Communications Bayesian Belief Networks for Data Mining Harald Stek and Volker Tresp Siemens AG, Corporate Tehnology Information and Communiations 81730 Munih, Germany fharald.stek, Volker.Trespg@mhp.siemens.de Abstrat

More information

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction University of Wollongong Researh Online Faulty of Informatis - apers (Arhive) Faulty of Engineering and Information Sienes 7 Time delay estimation of reverberant meeting speeh: on the use of multihannel

More information

Segmentation of brain MR image using fuzzy local Gaussian mixture model with bias field correction

Segmentation of brain MR image using fuzzy local Gaussian mixture model with bias field correction IOSR Journal of VLSI and Signal Proessing (IOSR-JVSP) Volume 2, Issue 2 (Mar. Apr. 2013), PP 35-41 e-issn: 2319 4200, p-issn No. : 2319 4197 Segmentation of brain MR image using fuzzy loal Gaussian mixture

More information

ASL Recognition Based on a Coupling Between HMMs and 3D Motion Analysis

ASL Recognition Based on a Coupling Between HMMs and 3D Motion Analysis An earlier version of this paper appeared in the proeedings of the International Conferene on Computer Vision, pp. 33 3, Mumbai, India, January 4 7, 18 ASL Reognition Based on a Coupling Between HMMs and

More information

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality INTERNATIONAL CONFERENCE ON MANUFACTURING AUTOMATION (ICMA200) Multi-Piee Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality Stephen Stoyan, Yong Chen* Epstein Department of

More information

Fast Rigid Motion Segmentation via Incrementally-Complex Local Models

Fast Rigid Motion Segmentation via Incrementally-Complex Local Models Fast Rigid Motion Segmentation via Inrementally-Complex Loal Models Fernando Flores-Mangas Allan D. Jepson Department of Computer Siene, University of Toronto {mangas,jepson}@s.toronto.edu Abstrat The

More information

INTERPOLATED AND WARPED 2-D DIGITAL WAVEGUIDE MESH ALGORITHMS

INTERPOLATED AND WARPED 2-D DIGITAL WAVEGUIDE MESH ALGORITHMS Proeedings of the COST G-6 Conferene on Digital Audio Effets (DAFX-), Verona, Italy, Deember 7-9, INTERPOLATED AND WARPED -D DIGITAL WAVEGUIDE MESH ALGORITHMS Vesa Välimäki Lab. of Aoustis and Audio Signal

More information

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8 Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introdution... 1 1.1. Internet Information...2 1.2. Internet Information Retrieval...3 1.2.1. Doument Indexing...4 1.2.2. Doument Retrieval...4

More information

CleanUp: Improving Quadrilateral Finite Element Meshes

CleanUp: Improving Quadrilateral Finite Element Meshes CleanUp: Improving Quadrilateral Finite Element Meshes Paul Kinney MD-10 ECC P.O. Box 203 Ford Motor Company Dearborn, MI. 8121 (313) 28-1228 pkinney@ford.om Abstrat: Unless an all quadrilateral (quad)

More information

Learning Discriminative and Shareable Features. Scene Classificsion

Learning Discriminative and Shareable Features. Scene Classificsion Learning Disriminative and Shareable Features for Sene Classifiation Zhen Zuo, Gang Wang, Bing Shuai, Lifan Zhao, Qingxiong Yang, and Xudong Jiang Nanyang Tehnologial University, Singapore, Advaned Digital

More information

Contour Box: Rejecting Object Proposals Without Explicit Closed Contours

Contour Box: Rejecting Object Proposals Without Explicit Closed Contours Contour Box: Rejeting Objet Proposals Without Expliit Closed Contours Cewu Lu, Shu Liu Jiaya Jia Chi-Keung Tang The Hong Kong University of Siene and Tehnology Stanford University The Chinese University

More information

Dynamic Algorithms Multiple Choice Test

Dynamic Algorithms Multiple Choice Test 3226 Dynami Algorithms Multiple Choie Test Sample test: only 8 questions 32 minutes (Real test has 30 questions 120 minutes) Årskort Name Eah of the following 8 questions has 4 possible answers of whih

More information

Acoustic Links. Maximizing Channel Utilization for Underwater

Acoustic Links. Maximizing Channel Utilization for Underwater Maximizing Channel Utilization for Underwater Aousti Links Albert F Hairris III Davide G. B. Meneghetti Adihele Zorzi Department of Information Engineering University of Padova, Italy Email: {harris,davide.meneghetti,zorzi}@dei.unipd.it

More information

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints Smooth Trajetory Planning Along Bezier Curve for Mobile Robots with Veloity Constraints Gil Jin Yang and Byoung Wook Choi Department of Eletrial and Information Engineering Seoul National University of

More information

We don t need no generation - a practical approach to sliding window RLNC

We don t need no generation - a practical approach to sliding window RLNC We don t need no generation - a pratial approah to sliding window RLNC Simon Wunderlih, Frank Gabriel, Sreekrishna Pandi, Frank H.P. Fitzek Deutshe Telekom Chair of Communiation Networks, TU Dresden, Dresden,

More information

Wide-baseline Multiple-view Correspondences

Wide-baseline Multiple-view Correspondences Wide-baseline Multiple-view Correspondenes Vittorio Ferrari, Tinne Tuytelaars, Lu Van Gool, Computer Vision Group (BIWI), ETH Zuerih, Switzerland ESAT-PSI, University of Leuven, Belgium {ferrari,vangool}@vision.ee.ethz.h,

More information

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else 3rd International Conferene on Multimedia Tehnolog(ICMT 013) An Effiient Moving Target Traking Strateg Based on OpenCV and CAMShift Theor Dongu Li 1 Abstrat Image movement involved bakground movement and

More information

Superpixel Tracking. School of Information and Communication Engineering, Dalian University of Technology, China 2

Superpixel Tracking. School of Information and Communication Engineering, Dalian University of Technology, China 2 Superpixel Traking Shu Wang1, Huhuan Lu1, Fan Yang1, and Ming-Hsuan Yang2 1 Shool of Information and Communiation Engineering, Dalian University of Tehnology, China 2 Eletrial Engineering and Computer

More information

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq

Dr.Hazeem Al-Khafaji Dept. of Computer Science, Thi-Qar University, College of Science, Iraq Volume 4 Issue 6 June 014 ISSN: 77 18X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om Medial Image Compression using

More information

1. The collection of the vowels in the word probability. 2. The collection of real numbers that satisfy the equation x 9 = 0.

1. The collection of the vowels in the word probability. 2. The collection of real numbers that satisfy the equation x 9 = 0. C HPTER 1 SETS I. DEFINITION OF SET We begin our study of probability with the disussion of the basi onept of set. We assume that there is a ommon understanding of what is meant by the notion of a olletion

More information

with respect to the normal in each medium, respectively. The question is: How are θ

with respect to the normal in each medium, respectively. The question is: How are θ Prof. Raghuveer Parthasarathy University of Oregon Physis 35 Winter 8 3 R EFRACTION When light travels from one medium to another, it may hange diretion. This phenomenon familiar whenever we see the bent

More information

arxiv: v1 [cs.db] 13 Sep 2017

arxiv: v1 [cs.db] 13 Sep 2017 An effiient lustering algorithm from the measure of loal Gaussian distribution Yuan-Yen Tai (Dated: May 27, 2018) In this paper, I will introdue a fast and novel lustering algorithm based on Gaussian distribution

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

New Fuzzy Object Segmentation Algorithm for Video Sequences * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 521-537 (2008) New Fuzzy Obet Segmentation Algorithm for Video Sequenes * KUO-LIANG CHUNG, SHIH-WEI YU, HSUEH-JU YEH, YONG-HUAI HUANG AND TA-JEN YAO Department

More information

A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE CAMERAS

A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE CAMERAS INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SCIENCES Volume 1, 3, Number 1, 3, Pages 1-22 365-382 2007 Institute for Sientifi Computing and Information A PROTOTYPE OF INTELLIGENT VIDEO SURVEILLANCE

More information

Recommendation Subgraphs for Web Discovery

Recommendation Subgraphs for Web Discovery Reommation Subgraphs for Web Disovery Arda Antikaioglu Department of Mathematis Carnegie Mellon University aantika@andrew.mu.edu R. Ravi Tepper Shool of Business Carnegie Mellon University ravi@mu.edu

More information

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT?

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? 3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? Bernd Girod, Peter Eisert, Marus Magnor, Ekehard Steinbah, Thomas Wiegand Te {girod eommuniations Laboratory, University of Erlangen-Nuremberg

More information