A fast embedded selection approach for color texture classification using degraded LBP

Size: px
Start display at page:

Download "A fast embedded selection approach for color texture classification using degraded LBP"

Transcription

1 A fast embee selection approach for color texture classification using egrae A. Porebski, N. Vanenbroucke an D. Hama Laboratoire LISIC - EA Université u Littoral Côte Opale - 50, rue Ferinan Buisson - BP Calais Ceex - FRANCE porebski@lisic.univ-littoral.fr, vanenbroucke@lisic.univ-littoral.fr, enis.hama@lisic.univ-littoral.fr Abstract We propose a fast embee selection approach for color texture classification using Local Binary Pattern (). This texture escriptor transforms an image by thresholing the neighborhoo of each pixel an coing the result as a binary number. The selection approach presente in this paper is base on a egrae efinition of the color s. To compute these egrae s, we take care of choosing a relevant reuce neighborhoo - or a combination of reuce neighborhoos - with respect to the analyse textures. This leas to consier histograms with a lower imension an so to reuce the computation times. We thus propose to etermine the imension of the selecte feature subspace with these egrae color s an to use this imension for the classification with the classic s. Experimental results carrie out with benchmark atabases in ifferent color spaces show that this approach allows to obtain such goo classification results than when the basic efinition of is use, while significantly reucing the learning time. Keywors Embee selection,, Histogram selection, Color texture, Supervise classification. I. INTRODUCTION Texture classification is a research topic that ha le in recent ecaes to many stuies for various image processing applications. In this framework, several authors have shown that taking into account both the spatial arrangement of the colors in the image plane an the color istribution in the color space outperforms the texture classification result provie by the analysis of gray levels [1], [2]. However, the use of color leas, on one han, to choose a well-suite color space in which the textures are escribe an, on the other han, to consier a higher imensional feature space [3]. Because of the curse of imensionality, most of the stuies perform a selection in orer to buil a lower imensional feature subspace in which a classifier operates [4], [5], [6]. By only selecting the most iscriminant features, these approaches aim to improve the classification result, while ecreasing the classification computation time an the storage requirements. Different approaches are propose in orer to select a low imensional feature subspace [7]. Wrapper approach is a feature selection proceure that uses the classification rate as a iscrimination power of a feature subspace. It nees to classify all the images of a learning atabase for all the caniate feature subspaces, that involves an important learning time an classifier-epenent results. However, this approach gives goo results an allows to easily etermine the imension of the feature subspace by searching the best classification rate. Contrary, filter approaches are feature selection proceures that evaluate the iscrimination powers of ifferent caniate feature subspaces without classifying the images. They are less time consuming but suffer to the ifficulty to etermine the imension of the feature subspace to be selecte. To obtain a goo compromise between imension selection, computation time an classification result, embee approaches are preferre [8]. These approaches combine a filter approach to etermine the most iscriminating feature subspaces at ifferent imensions an a wrapper approach to etermine the imension of the selecte subspace [9]. Because of the wrapper step, the learning is still time consuming. In this paper, we aim to reuce the computation time of the wrapper step in the context of color texture classification using the Local Binary Pattern (). The color is wiely use as texture escriptor for classification of color images [10]. It transforms an image by thresholing the neighborhoo of each pixel an coing the result as a binary number. The approach presente in this paper uses a fully trie an teste embee histogram selection approach [11] an proposes a egrae color to faster etermine the imension of the selecte feature subspace. This egrae version of color consists in consiering a relevant reuce neighborhoo or a combination of reuce neighborhoos to compute histograms. Once the imension is etermine with the egrae, we use this imension for the classification with the basic efinition of. In the following, we first propose to escribe the egrae color histograms (see section II). Then, the propose fast embee selection approach is presente in section III an finally applie an teste with 4 ifferent color spaces on benchmark atabases in section IV. In this last section, the classification accuracies an the computation times obtaine by the propose approach will be compare with those obtaine in [11]. II. DEGRADED COLOR HISTOGRAMS A. Color histograms The operator has initially been propose in 1996 by Ojala et al. to escribe the textures present in gray level images [12]. It has then been extene to color by Mäenpää et al. an use in several color texture classification problems [10], [1]. The color of pixels is usually coe by three components represente in a 3-imensional color space, enote here

2 C 1 C 2 C 3. In orer to characterize the whole color texture image, the operator is applie on each pixel an for each pair of components (C k,c k ), k,k {1,2,3}. Consiering a pair of components, the color operator consists in assigning to each pixel a label which characterizes the local pattern in a neighborhoo. Each label is calculate by thresholing the color component of the neighbors by using the color component of the consiere pixel. The result of the thresholing, performe for each neighboring pixel, is then coe thanks to a weight mask. In the basic version of the operator, the 3 3 neighborhoo is consiere (see figure 1 (a)). This 8-neighborhoo leas to characterize the value of each pixel by an 8-bits integer a) 8-neighborhoo 3x3 an the corresponing weight mask b) Axial 4-neighborhoo an the corresponing weight mask b) Diagonal 4-neighborhoo an the corresponing weight mask Fig. 1. Neighborhoos use to compute an their corresponing weight masks. The corresponing istributions are represente in nine ifferent histograms, integrating the global color texture information: three within-component histograms ((C 1,C 1 ), (C 2,C 2 ) an (C 3,C 3 )) an six between-component histograms ((C 1,C 2 ),(C 2,C 1 ), (C 1,C 3 ),(C 3,C 1 ),(C 2,C 3 ) an (C 3,C 2 )). A color texture is thus characterize in a (9 256)- imensional feature space. In this paper, we propose to select among these nine 256- imensional histograms those which are the most iscriminating ones uring the learning stage of the classification process. In orer to spee up the wrapper step of this learning stage, a egrae efinition of the is use. B. Choice of the neighborhoo Consiering a reuce neighborhoo to compute the color allows to reuce the computation time. Inee, as shown on the figure 1 (b), the imension of the histogram epens on the weight mask an so on the number of consiere neighbors. 8 neighbors give a 2 8 = 256-imensional histogram an 4 neighbors give a 2 4 = 16-imensional histogram. In practice, the choice of the reuce neighborhoo epens on the analyse textures [13]. That is the reason why we choose: the axial 4-neighborhoo for textures which mainly contain vertical an/or horizontal patterns, the iagonal 4-neighborhoo for textures which mainly contain iagonal patterns. For the textures which o not present a specific irection, we propose to combine the two 4-neighborhoos. This original combination, one by concatenating the two resulting histograms, is very relevant since it allows to analyse all the 8 neighbors of a pixel, but with a (2 16)-imensional histogram instea of a 256-imensional histogram. Using a reuce neighborhoo to compute the color thus presents the avantage of ecreasing the computation time. However, the rates of well-classifie images can be egrae. To take avantage of a reuce computation time without lowering too much the final classification result, we propose to use this egrae efinition of s only uring the wrapper step of the propose embee selection approach, as explaine in the next section. III. FAST EMBEDDED SELECTION The analysis of the color textures thanks to basic color histograms involves to represent images in a (9 256)- imensional feature space. Several approaches have been propose to reuce the imension of such a feature space. Mäenpää et al. consier opponent color s. Some authors select the most iscriminant bins which constitute the histograms [10]. Unlike to classic bin selection, we have propose in a previous stuy another approach, which selects, out of the nine histograms extracte from a color texture, those which are the most iscriminant for the consiere application [11]. This approach has allowe a significant result improvement compare to the without selection. This histogram selection approach consists in selecting, uring a supervise training stage, a iscriminant subspace in which the classifier operates uring a ecision stage. For this purpose, we apply a holout ecomposition to the initial image ataset in orer to buil a training image subset an a testing image subsets. A measure of the histogram relevance, base on a within-class similarity measure, is first compute. This score is calculate for each caniate histogram thanks to the training images. The histogram intersection is use to evaluate the similarity between the histograms extracte from images of a same class. Let I k j be the kth training image of the class j out of the N j available ones, H be the caniate histogram to evaluate, h be the corresponing normalize histogram 1 an Q be the number of histogram bins. The histogram intersection measure is efine as follows: Q D(Ij k,ik j ) = min(h[ij k ](i),h[ik j ](i)). (1) i=1 1 To normalize the histogram, the number of count in each bin is ivie by the total count, so that the normalize values sum to 1 across all bins.

3 To measure the within-class similarity of a texture class j, the measure SIMj is consiere: SIMj = Nj 1 Nj X X 2 D(Ijk, Ijk ). Nj (Nj 1) (2) The BarkTex test suite3 inclues 6 tree bark classes, with 136 images per class. This image set has been built so that color texture images use as training an testing images are less correlate as possible [17]. Figures 2, 3 an 4 illustrate some textures of these three color texture sets. k=1 k =k+1 We suppose that the higher the measure SIMj of within-class similarity is, the more relevant the histogram H is. The score S, which inclues all within-class similarities, is thus efine as follows: S= M 1 X SIMj, M j=1 (3) where M is the number of consiere classes. The most iscriminant histogram maximizes the score S. Inee, we seek in this paper the representation that minimizes the withinclass variation. This score S is compute for each histogram uring the filter step an a feature ranking algorithm is performe. In orer to etermine the imension ˆ of the selecte feature subspace, a wrapper approach then evaluates the 9 caniate subspaces compose of the first ranke histograms ( {1,..., 9}). We propose to measure the rate R of well-classifie testing images obtaine with each -imensional caniate subspace an to use these rates to evaluate the performances of the propose approach in the next section. These rates are obtaine thanks to the nearest neighbor classifier associate with the histogram intersection as a similarity measure. The selecte subspace is the caniate subspace for which R is maximum: ˆ = argmax R. Fig. 2. Example of OuTex color textures: each image represents a class of texture. (4) 1 9 It is at this wrapper step that we propose to consier the egrae color histograms previously presente. Inee, this step is the most computationally expensive since several classifications are one to etermine the imension ˆ of the most relevant subspace. IV. E XPERIMENTS We propose to apply the propose approach on three benchmark color texture atabases: OuTex, VisTex an BarkTex [14], [15], [16]. Most of the authors who have assesse the efficiency of color texture classification algorithms, have use image test suites extracte either from the OuTex atabase or the VisTex one. Out of these ifferent sets, the OuTex-TC an Contrib-TC test suites2 are consiere as benchmark atabases for comparing performances. OuTex-TC is compose of 68 classes of material textures with 20 images per class whereas Contrib-TC contains 54 classes of natural textures with 16 images per class. 2 Fig. 3. Example of VisTex color textures: each image represents a class of texture. In orer to show the interest of the propose fast embee selection approach for color texture classification, four color spaces are consiere for experiments: RGB, Y U V, I1 I2 I3 an HSV. They are representative of the four color space 3 The BarkTex image test suite can be ownloae at porebski/ BarkTex_image_test_suite.html

4 85% 75% 65% 55% R Without selection % RGB - Degrae RGB - Fig. 4. Example of BarkTex color textures: each column represents a class of texture. 80% 70% 60% 50% 40% 30% 20% R % YUV - Degrae YUV - families (primary, luminance-chrominance, perceptual an inepenent color component spaces) an o not require to know illumination an acquisition conitions. First, we propose in sections IV-A an IV-B to etail the results obtaine by our selection approach on the color texture atabases OuTex, VisTex an BarkTex. We then iscuss the computation time in section IV-C. A. Dimension of the feature space We notice that the textures of OuTex an VisTex o not present a specific irection whereas the BarkTex textures mainly contain vertical patterns. To compute the egrae color, we thus combine the two reuce 4- neighborhoos for OuTex an VisTex an we consier the axial 4-neighborhoo for the BarkTex set. Figure 5 shows, for the BarkTex set an for the ifferent color spaces, the evolution of the rate R (%) of wellclassifie testing images accoring to the imension of the consiere subspace, when a basic an a egrae color are consiere in the wrapper step. We notice that the curves obtaine by consiering basic or egrae color s have similar trens, whatever the consier color space. We thus propose to etermine the imension ˆ (otte line) of the selecte feature subspace by using the egrae color (soli curve) uring the wrapper step, an to use this imension ˆ with the basic (ashe curve) for the classification. Table 1 compares the imension ˆ etermine by consiering the basic or the egrae color uring the wrapper step of the selection scheme. In 9 cases out of 12, the imension ˆ obtaine with the egrae color is the same than the one etermine with the basic color. In the other cases, it is the imension that gives the secon best rate with the basic color which is foun. It shoul be note that there is no rule which can be euce about the histograms which are the most iscriminating. Inee, in [11], it is shown that the within-component histograms or the between-component ones can be first selecte an that consiering together the cross correlations features 80% 70% 60% 50% 40% 30% 20% 10% 85% 75% 65% 55% 45% R R % % I1I2I3 - Degrae I1I2I3 - HSV - Degrae HSV - Fig. 5. Evolution of the rate R (%) of well-classifie testing images accoring to the imension of the consiere subspace ( = 9 in the case where there is no selection). Table 1. Comparison of the imensions ˆ of the selecte subspaces with the OuTex VisTex BarkTex basic or the egrae color. RGB YUV I 1I 2I 3 HSV Basic Degrae Basic Degrae Basic Degrae like (C 1,C 2 ) an(c 2,C 1 ) allows to improve the classification results compare to opponent color s which only consier the three within-component histograms an three out of six between-component histograms. B. Classification results Table 2 shows the rates Rˆ of well-classifie testing images reache with the propose egrae color approach, for the OuTex, VisTex an BarkTex sets. RGB is often consiere as the color space that oes not provie goo classification performances. But as we can see in our case or in other stuies where the performances of

5 Table 2. Rates Rˆ of well-classifie testing images reache with the propose egrae color approach, for the OuTex, VisTex an BarkTex sets. Color space OuTex VisTex BarkTex RGB 92.50% 98.84% 81.37% Y UV 89.56% 98.38% 79.17% I 1I 2I % 97.92% 79.41% HSV 91.03% 97.69% 81.00% several color spaces are compare ([18], [19], [20]), RGB can sometimes give better classification results than the other color spaces. It confirms that the best color space epens on the consiere application [3]. These results also show that the propose approach that fast etermines the imension ˆ remains effective whatever the consiere color space. Furthermore, table 1 has shown that in 9 cases out of 12, the imension ˆ obtaine with the egrae color is the same as the one etermine with the basic color an that in the 3 other cases, it is the imension that gives the secon best rate with the basic color which is foun. The classification result is thus slightly impacte compare to the basic approach presente in [11]: -0.37% on average for OuTex an -0.23% for VisTex when the etermine imensions are not the same. Finally, the analysis of the classification rates presente in figure 5 shows that processing a selection allows to improve the classification results. Inee, the improvement is on average 8.4% compare to the without selection step for the BarkTex set. C. Computation time The previous section has shown that the propose approach almost gives as goo results as those obtaine with the full neighborhoo. In orer to show the benefit of consiering a egrae color, we propose to stuy the computation time of learning stage with the BarkTex set, when the basic or the egrae color is consiere. Theses times are etaile in table 3. Table 3. Learning computation times obtaine with the BarkTex set. Basic Degrae Histogram extraction with 7.31 s 7.31 s the 8-neighborhoo Filter selection 2.48 s 2.48 s Histogram extraction with none 3.67 s the axial 4-neighborhoo Wrapper selection s 6.94 s Total s 20.4 s As we have previously seen, the propose approach firstly consiers a filter selection approach to buil several caniate feature subspaces compose of basic color. The computation time neee to extract the basic color from the learning BarkTex images is 7.31 s an the time require to buil the caniate feature subspaces with the ranking algorithm is equal to 2.48 s. In [11], no egrae is consiere. The time to extract histograms with the axial 4- neighborhoo is thus 0 s. But the cost of the classifications neee to select the imension ˆ is very high: s. In the approach propose in this paper, we consier a egrae color uring the wrapper step. We thus nee to extract histograms with the axial 4-neighborhoo, that costs 3.67 s more than the basic approach. However, the time to etermine the imension ˆ is significantly reuce: 6.94 s instea of s. So, with the classic approach propose in [11], the learning time obtaine with the BarkTex set is about 86 s. Consiering the egrae efinition of to etermine the imension ˆ allows to obtain a learning time of 21 s. This egrae approach allows thus to give as goo classification result, but with a 4 times faster learning stage. V. CONCLUSION This paper presents a fast embee selection approach for color texture classification. It consists in consiering a reuce neighborhoo or a combination of reuce neighborhoos to compute histogram uring the wrapper step of the selection proceure. The results show that processing a selection allows to improve the classification rate an that the propose approach almost gives as goo results as those obtaine with the full neighborhoo while iviing by 4 the learning time. This approach is thus appropriate to reuce the high imensional feature space generate by the analysis of the color an the texture. In a future work, we will exploit this fast embee selection for a multi-space approach, where several color spaces are conjointly consiere. This multi-space approach which gives encouraging results is time consuming. The time saving brought by our fast embee selection proceure being proportional to the number of consiere features, we expect a high learning time saving for the selection in the case of the multi-space approach. REFERENCES [1] T. Mäenpää an M. Pietikäinen, Classification with color an texture: jointly or separately?, Pattern Recognition Letters, 37(8): , [2] C. Palm, Color texture classification by integrative co-occurrence matrices, Pattern Recognition Letters, 37(5): , [3] A. Porebski, N. Vanenbroucke an L. Macaire, Supervise texture classification: color space or texture feature selection?, Pattern Analysis an Applications, 16(1):1 18, [4] G. Van e Wouwer, P. Scheuners, S. Livens an D. Van Dyck, Wavelet correlation signatures for color texture characterization, Pattern Recognition, 32(3): , [5] J. Martinez-Alajarin, J.D. Luis-Delgao an L.M. Tomas-Balibrea, Automatic system for quality-base classification of marble textures, IEEE Transactions on Systems, Man an Cybernetics, 35(4): , [6] F. Lopez, J.M. Valiente, J.M. Prats an A. Ferrer, Performance evaluation of soft color texture escriptors for surface graing using experimental esign an logistic regression, Pattern Recognition, 41(5): , [7] M. Dash an H. Liu, Feature selection for classification, Intelligent Data Analysis, 1: , 1997.

6 [8] H. Liu an L. Yu, Towar integrating feature selection algorithms for classification an clustering, IEEE Transactions on Knowlege an Data Engineering, 17(4): , [9] J. Tang, S. Alelyani an H. Liu, Data Classification Algorithms an Applications, chapter Feature Selection for Classification: A Review, 37 64, CRC Press, [10] M. Pietikäinen, A. Hai, G. Zhao an T. Ahonen, Computer Vision Using Local Binary Patterns, Springer-Verlag Lonon Limite, [11] A. Porebski, N. Vanenbroucke an D. Hama, histogram selection for supervise color texture classification, in 20th IEEE International Conference on Image Processing, proceeings, Melbourne-Australia, , Sept [12] T. Ojala, M. Pietikäinen an D. Harwoo, A comparative stuy of texture measures with classification base on feature istributions, Pattern Recognition Letters, 29(1):51 59, [13] A. Porebski, N. Vanenbroucke an L. Macaire, Neighborhoo an haralick feature extraction for color texture analysis, in 4th European Conference on Colour in Graphics, Imaging, an Vision, proceeings, Terrassa-Spain, , [14] T. Ojala, T. Mäenpää, M. Pietikäinen, J. Viertola, J. Kyllönen an S. Huovinen, Outex new framework for empirical evaluation of texture analysis algorithms, in 16th International Conference on Pattern Recognition, proceeings, Quebec-Canaa, 1: , [15] R. Picar, C. Graczyk, S. Mann, J. Wachman, L. Picar an L. Campbell, Vision texture atabase, Meia Laboratory, Massachusetts Institute of Technology (MIT), Cambrige, vismo.meia.mit.eu/ pub/ VisTex/ VisTex.tar.gz. [16] R. Lakmann, Barktex benchmark atabase of color texture images, Koblenz-Lanau University, ftp:// ftphost.uni-koblenz.e/ outgoing/ vision/ Lakmann/ BarkTex. [17] A. Porebski, N. Vanenbroucke, L. Macaire an D. Hama, A new benchmark image test suite for evaluating colour texture classification schemes, Multimeia Tools an Applications, 70(1): , [18] D. Iakoviis, D. Maroulis an S. Karkanis, A comparative stuy of color-texture image features in 12th International Workshop on Systems, Signals an Image Processing, proceeings, , [19] Q. Xu, J. Yang an S. Ding, Color texture analysis using the waveletbase hien Markov moel, Pattern Recognition Letters, 26(11): , [20] P. Hiremath, S. Shivashankar an J. Pujari, Wavelet base features for color texture classification with application to CBIR, International Journal of Computer Science an Network Security, 6(9): , 2006.

LBP HISTOGRAM SELECTION FOR SUPERVISED COLOR TEXTURE CLASSIFICATION. A. Porebski, N. Vandenbroucke, D. Hamad

LBP HISTOGRAM SELECTION FOR SUPERVISED COLOR TEXTURE CLASSIFICATION. A. Porebski, N. Vandenbroucke, D. Hamad HITOGRAM ELECTION FOR UPERVIED COLOR TEXTURE CLAIFICATION A. Porebski, N. Vandenbroucke, D. Hamad Laboratoire LIIC - EA 4491 - Université du Littoral Côte d Opale 50, rue Ferdinand Buisson - BP 719-62228

More information

A multi color space approach for texture classification: experiments with Outex, Vistex and Barktex image databases

A multi color space approach for texture classification: experiments with Outex, Vistex and Barktex image databases A multi color space approach for texture classification: experiments with Outex, Vistex and Barktex image databases A. Porebski (1, 2), N. Vandenbroucke (1, 2) and L. Macaire (2) alice.porebski@eipc.fr,

More information

Neighborhood and Haralick feature extraction for color texture analysis

Neighborhood and Haralick feature extraction for color texture analysis Neighborhood and aralick feature extraction for color texture analysis A. Porebski (1, 2), N. Vandenbroucke (1, 2) and L. Macaire (2) alice.porebski@eipc.fr, nicolas.vandenbroucke@eipc.fr, ludovic.macaire@univ-lille1.fr

More information

Text Particles Multi-band Fusion for Robust Text Detection

Text Particles Multi-band Fusion for Robust Text Detection Text Particles Multi-ban Fusion for Robust Text Detection Pengfei Xu, Rongrong Ji, Hongxun Yao, Xiaoshuai Sun, Tianqiang Liu, an Xianming Liu School of Computer Science an Engineering Harbin Institute

More information

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory Feature Extraction an Rule Classification Algorithm of Digital Mammography base on Rough Set Theory Aboul Ella Hassanien Jafar M. H. Ali. Kuwait University, Faculty of Aministrative Science, Quantitative

More information

Supervised texture classification: color space or texture feature selection?

Supervised texture classification: color space or texture feature selection? Pattern Analysis and Applications manuscript o. (will be inserted by the editor) Supervised texture classification: color space or texture feature selection? A. Porebski. Vandenbroucke L. Macaire Received:

More information

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means Classifying Facial Expression with Raial Basis Function Networks, using Graient Descent an K-means Neil Allrin Department of Computer Science University of California, San Diego La Jolla, CA 9237 nallrin@cs.ucs.eu

More information

Image Segmentation using K-means clustering and Thresholding

Image Segmentation using K-means clustering and Thresholding Image Segmentation using Kmeans clustering an Thresholing Preeti Panwar 1, Girhar Gopal 2, Rakesh Kumar 3 1M.Tech Stuent, Department of Computer Science & Applications, Kurukshetra University, Kurukshetra,

More information

Rough Set Approach for Classification of Breast Cancer Mammogram Images

Rough Set Approach for Classification of Breast Cancer Mammogram Images Rough Set Approach for Classification of Breast Cancer Mammogram Images Aboul Ella Hassanien Jafar M. H. Ali. Kuwait University, Faculty of Aministrative Science, Quantitative Methos an Information Systems

More information

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters Available online at www.scienceirect.com Proceia Engineering 4 (011 ) 34 38 011 International Conference on Avances in Engineering Cluster Center Initialization Metho for K-means Algorithm Over Data Sets

More information

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 3 Sofia 017 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-017-0030 Particle Swarm Optimization Base

More information

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember 107 IEICE TRANS INF & SYST, VOLE88 D, NO5 MAY 005 LETTER An Improve Neighbor Selection Algorithm in Collaborative Filtering Taek-Hun KIM a), Stuent Member an Sung-Bong YANG b), Nonmember SUMMARY Nowaays,

More information

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation DEIM Forum 2018 I4-4 Abstract Ranom Clustering for Multiple Sampling Units to Spee Up Run-time Sample Generation uzuru OKAJIMA an Koichi MARUAMA NEC Solution Innovators, Lt. 1-18-7 Shinkiba, Koto-ku, Tokyo,

More information

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis N.Padmapriya, Ovidiu Ghita, and Paul.F.Whelan Vision Systems Laboratory,

More information

6 Gradient Descent. 6.1 Functions

6 Gradient Descent. 6.1 Functions 6 Graient Descent In this topic we will iscuss optimizing over general functions f. Typically the function is efine f : R! R; that is its omain is multi-imensional (in this case -imensional) an output

More information

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

Intensive Hypercube Communication: Prearranged Communication in Link-Bound Machines 1 2

Intensive Hypercube Communication: Prearranged Communication in Link-Bound Machines 1 2 This paper appears in J. of Parallel an Distribute Computing 10 (1990), pp. 167 181. Intensive Hypercube Communication: Prearrange Communication in Link-Boun Machines 1 2 Quentin F. Stout an Bruce Wagar

More information

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Queueing Moel an Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Marc Aoun, Antonios Argyriou, Philips Research, Einhoven, 66AE, The Netherlans Department of Computer an Communication

More information

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly International Journal "Information Technologies an Knowlege" Vol. / 2007 309 [Project MINERVAEUROPE] Project MINERVAEUROPE: Ministerial Network for Valorising Activities in igitalisation -

More information

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE БСУ Международна конференция - 2 THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE Evgeniya Nikolova, Veselina Jecheva Burgas Free University Abstract:

More information

CONTENT-BASED RETRIEVAL OF DEFECT IMAGES. Jukka Iivarinen and Jussi Pakkanen

CONTENT-BASED RETRIEVAL OF DEFECT IMAGES. Jukka Iivarinen and Jussi Pakkanen Proceeings of ACIVS 2002 (Avance Concepts for Intelligent Vision Systems), Ghent, Belgium, September 9-11, 2002 CONTENT-BASED RETRIEVAL OF DEFECT IMAGES Jukka Iivarinen an Jussi Pakkanen jukka.iivarinen@hut.fi,

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Svärm, Linus; Stranmark, Petter Unpublishe: 2010-01-01 Link to publication Citation for publishe version (APA): Svärm, L., & Stranmark, P. (2010). Shift-map Image Registration.

More information

Table-based division by small integer constants

Table-based division by small integer constants Table-base ivision by small integer constants Florent e Dinechin, Laurent-Stéphane Diier LIP, Université e Lyon (ENS-Lyon/CNRS/INRIA/UCBL) 46, allée Italie, 69364 Lyon Ceex 07 Florent.e.Dinechin@ens-lyon.fr

More information

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Markus Turtinen, Topi Mäenpää, and Matti Pietikäinen Machine Vision Group, P.O.Box 4500, FIN-90014 University

More information

Non-homogeneous Generalization in Privacy Preserving Data Publishing

Non-homogeneous Generalization in Privacy Preserving Data Publishing Non-homogeneous Generalization in Privacy Preserving Data Publishing W. K. Wong, Nios Mamoulis an Davi W. Cheung Department of Computer Science, The University of Hong Kong Pofulam Roa, Hong Kong {wwong2,nios,cheung}@cs.hu.h

More information

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation Solution Representation for Job Shop Scheuling Problems in Ant Colony Optimisation James Montgomery, Carole Faya 2, an Sana Petrovic 2 Faculty of Information & Communication Technologies, Swinburne University

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

More information

A Classification of 3R Orthogonal Manipulators by the Topology of their Workspace

A Classification of 3R Orthogonal Manipulators by the Topology of their Workspace A Classification of R Orthogonal Manipulators by the Topology of their Workspace Maher aili, Philippe Wenger an Damien Chablat Institut e Recherche en Communications et Cybernétique e Nantes, UMR C.N.R.S.

More information

Design of Policy-Aware Differentially Private Algorithms

Design of Policy-Aware Differentially Private Algorithms Design of Policy-Aware Differentially Private Algorithms Samuel Haney Due University Durham, NC, USA shaney@cs.ue.eu Ashwin Machanavajjhala Due University Durham, NC, USA ashwin@cs.ue.eu Bolin Ding Microsoft

More information

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control Almost Disjunct Coes in Large Scale Multihop Wireless Network Meia Access Control D. Charles Engelhart Anan Sivasubramaniam Penn. State University University Park PA 682 engelhar,anan @cse.psu.eu Abstract

More information

A Plane Tracker for AEC-automation Applications

A Plane Tracker for AEC-automation Applications A Plane Tracker for AEC-automation Applications Chen Feng *, an Vineet R. Kamat Department of Civil an Environmental Engineering, University of Michigan, Ann Arbor, USA * Corresponing author (cforrest@umich.eu)

More information

Kinematic Analysis of a Family of 3R Manipulators

Kinematic Analysis of a Family of 3R Manipulators Kinematic Analysis of a Family of R Manipulators Maher Baili, Philippe Wenger an Damien Chablat Institut e Recherche en Communications et Cybernétique e Nantes, UMR C.N.R.S. 6597 1, rue e la Noë, BP 92101,

More information

Loop Scheduling and Partitions for Hiding Memory Latencies

Loop Scheduling and Partitions for Hiding Memory Latencies Loop Scheuling an Partitions for Hiing Memory Latencies Fei Chen Ewin Hsing-Mean Sha Dept. of Computer Science an Engineering University of Notre Dame Notre Dame, IN 46556 Email: fchen,esha @cse.n.eu Tel:

More information

Study of Network Optimization Method Based on ACL

Study of Network Optimization Method Based on ACL Available online at www.scienceirect.com Proceia Engineering 5 (20) 3959 3963 Avance in Control Engineering an Information Science Stuy of Network Optimization Metho Base on ACL Liu Zhian * Department

More information

Coupling the User Interfaces of a Multiuser Program

Coupling the User Interfaces of a Multiuser Program Coupling the User Interfaces of a Multiuser Program PRASUN DEWAN University of North Carolina at Chapel Hill RAJIV CHOUDHARY Intel Corporation We have evelope a new moel for coupling the user-interfaces

More information

Handling missing values in kernel methods with application to microbiology data

Handling missing values in kernel methods with application to microbiology data an Machine Learning. Bruges (Belgium), 24-26 April 2013, i6oc.com publ., ISBN 978-2-87419-081-0. Available from http://www.i6oc.com/en/livre/?gcoi=28001100131010. Hanling missing values in kernel methos

More information

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama an Hayato Ohwaa Faculty of Sci. an Tech. Tokyo University of Science, 2641 Yamazaki, Noa-shi, CHIBA, 278-8510, Japan hiroyuki@rs.noa.tus.ac.jp,

More information

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks : a Movement-Base Routing Algorithm for Vehicle A Hoc Networks Fabrizio Granelli, Senior Member, Giulia Boato, Member, an Dzmitry Kliazovich, Stuent Member Abstract Recent interest in car-to-car communications

More information

Online Appendix to: Generalizing Database Forensics

Online Appendix to: Generalizing Database Forensics Online Appenix to: Generalizing Database Forensics KYRIACOS E. PAVLOU an RICHARD T. SNODGRASS, University of Arizona This appenix presents a step-by-step iscussion of the forensic analysis protocol that

More information

Fast Fractal Image Compression using PSO Based Optimization Techniques

Fast Fractal Image Compression using PSO Based Optimization Techniques Fast Fractal Compression using PSO Base Optimization Techniques A.Krishnamoorthy Visiting faculty Department Of ECE University College of Engineering panruti rishpci89@gmail.com S.Buvaneswari Visiting

More information

Generalized Low Rank Approximations of Matrices

Generalized Low Rank Approximations of Matrices Machine Learning, 2005 2005 Springer Science + Business Meia, Inc.. Manufacture in The Netherlans. DOI: 10.1007/s10994-005-3561-6 Generalize Low Rank Approximations of Matrices JIEPING YE * jieping@cs.umn.eu

More information

Exploring Context with Deep Structured models for Semantic Segmentation

Exploring Context with Deep Structured models for Semantic Segmentation 1 Exploring Context with Deep Structure moels for Semantic Segmentation Guosheng Lin, Chunhua Shen, Anton van en Hengel, Ian Rei between an image patch an a large backgroun image region. Explicitly moeling

More information

Using Vector and Raster-Based Techniques in Categorical Map Generalization

Using Vector and Raster-Based Techniques in Categorical Map Generalization Thir ICA Workshop on Progress in Automate Map Generalization, Ottawa, 12-14 August 1999 1 Using Vector an Raster-Base Techniques in Categorical Map Generalization Beat Peter an Robert Weibel Department

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks TR-IIS-05-021 Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu, Pangfeng Liu, Da-Wei Wang, Jan-Jan Wu December 2005 Technical Report No. TR-IIS-05-021 http://www.iis.sinica.eu.tw/lib/techreport/tr2005/tr05.html

More information

A shortest path algorithm in multimodal networks: a case study with time varying costs

A shortest path algorithm in multimodal networks: a case study with time varying costs A shortest path algorithm in multimoal networks: a case stuy with time varying costs Daniela Ambrosino*, Anna Sciomachen* * Department of Economics an Quantitative Methos (DIEM), University of Genoa Via

More information

Top-down Connectivity Policy Framework for Mobile Peer-to-Peer Applications

Top-down Connectivity Policy Framework for Mobile Peer-to-Peer Applications Top-own Connectivity Policy Framework for Mobile Peer-to-Peer Applications Otso Kassinen Mika Ylianttila Junzhao Sun Jussi Ala-Kurikka MeiaTeam Department of Electrical an Information Engineering University

More information

Fast Window Based Stereo Matching for 3D Scene Reconstruction

Fast Window Based Stereo Matching for 3D Scene Reconstruction The International Arab Journal of Information Technology, Vol. 0, No. 3, May 203 209 Fast Winow Base Stereo Matching for 3D Scene Reconstruction Mohamma Mozammel Chowhury an Mohamma AL-Amin Bhuiyan Department

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

On Dangers of Overtraining Steganography to Incomplete Cover Model

On Dangers of Overtraining Steganography to Incomplete Cover Model On Dangers of Overtraining Steganography to Incomplete Cover Moel Jan Koovský Binghamton University Department of ECE Binghamton, NY 1392-6 jan.koovsky@ binghamton.eu Jessica Fririch Binghamton University

More information

COLOR TEXTURE CLASSIFICATION USING LOCAL & GLOBAL METHOD FEATURE EXTRACTION

COLOR TEXTURE CLASSIFICATION USING LOCAL & GLOBAL METHOD FEATURE EXTRACTION COLOR TEXTURE CLASSIFICATION USING LOCAL & GLOBAL METHOD FEATURE EXTRACTION 1 Subodh S.Bhoite, 2 Prof.Sanjay S.Pawar, 3 Mandar D. Sontakke, 4 Ajay M. Pol 1,2,3,4 Electronics &Telecommunication Engineering,

More information

Calculation on diffraction aperture of cube corner retroreflector

Calculation on diffraction aperture of cube corner retroreflector November 10, 008 / Vol., No. 11 / CHINESE OPTICS LETTERS 8 Calculation on iffraction aperture of cube corner retroreflector Song Li (Ó Ø, Bei Tang (», an Hui Zhou ( ï School of Electronic Information,

More information

Adjacency Matrix Based Full-Text Indexing Models

Adjacency Matrix Based Full-Text Indexing Models 1000-9825/2002/13(10)1933-10 2002 Journal of Software Vol.13, No.10 Ajacency Matrix Base Full-Text Inexing Moels ZHOU Shui-geng 1, HU Yun-fa 2, GUAN Ji-hong 3 1 (Department of Computer Science an Engineering,

More information

DESIGNING STEGANOGRAPHIC DISTORTION USING DIRECTIONAL FILTERS. Vojtěch Holub and Jessica Fridrich

DESIGNING STEGANOGRAPHIC DISTORTION USING DIRECTIONAL FILTERS. Vojtěch Holub and Jessica Fridrich DESIGNING STEGANOGRAPHIC DISTORTION USING DIRECTIONAL FILTERS Vojtěch Holub an Jessica Fririch Department of ECE, SUNY Binghamton, NY, USA {vholub1, fririch}@binghamton.eu ABSTRACT This paper presents

More information

Texture Recognition with combined GLCM, Wavelet and Rotated Wavelet Features

Texture Recognition with combined GLCM, Wavelet and Rotated Wavelet Features International Journal of Computer an Electrical Engineering, Vol.3, No., February, 793-863 Texture Recognition with combine GLCM, Wavelet an Rotate Wavelet Features Dipankar Hazra Abstract Aim of this

More information

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2.

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2. JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/009, ISSN 164-6037 Krzysztof WRÓBEL, Rafał DOROZ * fingerprint, reference point, IPAN99 NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES

More information

MANJUSHA K.*, ANAND KUMAR M., SOMAN K. P.

MANJUSHA K.*, ANAND KUMAR M., SOMAN K. P. Journal of Engineering Science an echnology Vol. 13, No. 1 (2018) 141-157 School of Engineering, aylor s University IMPLEMENAION OF REJECION SRAEGIES INSIDE MALAYALAM CHARACER RECOGNIION SYSEM BASED ON

More information

Considering bounds for approximation of 2 M to 3 N

Considering bounds for approximation of 2 M to 3 N Consiering bouns for approximation of to (version. Abstract: Estimating bouns of best approximations of to is iscusse. In the first part I evelop a powerseries, which shoul give practicable limits for

More information

Video-based Characters Creating New Human Performances from a Multi-view Video Database

Video-based Characters Creating New Human Performances from a Multi-view Video Database Vieo-base Characters Creating New Human Performances from a Multi-view Vieo Database Feng Xu Yebin Liu? Carsten Stoll? James Tompkin Gaurav Bharaj? Qionghai Dai Hans-Peter Seiel? Jan Kautz Christian Theobalt?

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Multi-camera tracking algorithm study based on information fusion

Multi-camera tracking algorithm study based on information fusion International Conference on Avance Electronic Science an Technolog (AEST 016) Multi-camera tracking algorithm stu base on information fusion a Guoqiang Wang, Shangfu Li an Xue Wen School of Electronic

More information

Investigation on the Discrete Cosine Transform and Chromaticity Features in Colour Texture Analysis

Investigation on the Discrete Cosine Transform and Chromaticity Features in Colour Texture Analysis ISSC 2003, Limerick. July 1 2 Investigation on the Discrete Cosine Transform and Chromaticity Features in Colour Texture Analysis Padmapriya N, Ghita O and Whelan P.F Vision Systems Group School of Electronic

More information

A Multi-class SVM Classifier Utilizing Binary Decision Tree

A Multi-class SVM Classifier Utilizing Binary Decision Tree Informatica 33 (009) 33-41 33 A Multi-class Classifier Utilizing Binary Decision Tree Gjorgji Mazarov, Dejan Gjorgjevikj an Ivan Chorbev Department of Computer Science an Engineering Faculty of Electrical

More information

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition ITERATIOAL JOURAL OF MATHEMATICS AD COMPUTERS I SIMULATIO A eural etwork Moel Base on Graph Matching an Annealing :Application to Han-Written Digits Recognition Kyunghee Lee Abstract We present a neural

More information

Optimal Oblivious Path Selection on the Mesh

Optimal Oblivious Path Selection on the Mesh Optimal Oblivious Path Selection on the Mesh Costas Busch Malik Magon-Ismail Jing Xi Department of Computer Science Rensselaer Polytechnic Institute Troy, NY 280, USA {buschc,magon,xij2}@cs.rpi.eu Abstract

More information

Exploring Context with Deep Structured models for Semantic Segmentation

Exploring Context with Deep Structured models for Semantic Segmentation APPEARING IN IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, APRIL 2017. 1 Exploring Context with Deep Structure moels for Semantic Segmentation Guosheng Lin, Chunhua Shen, Anton van en

More information

Object Recognition Using Colour, Shape and Affine Invariant Ratios

Object Recognition Using Colour, Shape and Affine Invariant Ratios Object Recognition Using Colour, Shape an Affine Invariant Ratios Paul A. Walcott Centre for Information Engineering City University, Lonon EC1V 0HB, Englan P.A.Walcott@city.ac.uk Abstract This paper escribes

More information

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra th European Signal Processing Conference (EUSIPCO ) Bucharest, omania, August 7-3, EFFICIENT STEEO MATCHING BASED ON A NEW CONFIDENCE METIC Won-Hee Lee, Yumi Kim, an Jong Beom a Department of Electrical

More information

Texture Analysis using Homomorphic Based Completed Local Binary Pattern

Texture Analysis using Homomorphic Based Completed Local Binary Pattern I J C T A, 8(5), 2015, pp. 2307-2312 International Science Press Texture Analysis using Homomorphic Based Completed Local Binary Pattern G. Arockia Selva Saroja* and C. Helen Sulochana** Abstract: Analysis

More information

I. Introuction With the evolution of imaging technology, an increasing number of image moalities becomes available. In remote sensing, sensors are use

I. Introuction With the evolution of imaging technology, an increasing number of image moalities becomes available. In remote sensing, sensors are use A multivalue image wavelet representation base on multiscale funamental forms P. Scheuners Vision Lab, Department ofphysics, University ofantwerp, Groenenborgerlaan 7, 00 Antwerpen, Belgium Tel.: +3/3/8

More information

Chalmers Publication Library

Chalmers Publication Library Chalmers Publication Library All-to-all Broacast for Vehicular Networks Base on Coe Slotte ALOHA This ocument has been ownloae from Chalmers Publication Library (CPL). It is the author s version of a work

More information

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis Multilevel Linear Dimensionality Reuction using Hypergraphs for Data Analysis Haw-ren Fang Department of Computer Science an Engineering University of Minnesota; Minneapolis, MN 55455 hrfang@csumneu ABSTRACT

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Linus Svärm Petter Stranmark Centre for Mathematical Sciences, Lun University {linus,petter}@maths.lth.se Abstract Shift-map image processing is a new framework base on energy

More information

Fuzzy Clustering in Parallel Universes

Fuzzy Clustering in Parallel Universes Fuzzy Clustering in Parallel Universes Bern Wisweel an Michael R. Berthol ALTANA-Chair for Bioinformatics an Information Mining Department of Computer an Information Science, University of Konstanz 78457

More information

The Journal of Systems and Software

The Journal of Systems and Software The Journal of Systems an Software 83 (010) 1864 187 Contents lists available at ScienceDirect The Journal of Systems an Software journal homepage: www.elsevier.com/locate/jss Embeing capacity raising

More information

All-to-all Broadcast for Vehicular Networks Based on Coded Slotted ALOHA

All-to-all Broadcast for Vehicular Networks Based on Coded Slotted ALOHA Preprint, August 5, 2018. 1 All-to-all Broacast for Vehicular Networks Base on Coe Slotte ALOHA Mikhail Ivanov, Frerik Brännström, Alexanre Graell i Amat, an Petar Popovski Department of Signals an Systems,

More information

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems On the Role of Multiply Sectione Bayesian Networks to Cooperative Multiagent Systems Y. Xiang University of Guelph, Canaa, yxiang@cis.uoguelph.ca V. Lesser University of Massachusetts at Amherst, USA,

More information

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing Inexing the Eges A simple an yet efficient approach to high-imensional inexing Beng Chin Ooi Kian-Lee Tan Cui Yu Stephane Bressan Department of Computer Science National University of Singapore 3 Science

More information

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction New Geometric Interpretation an Analytic Solution for uarilateral Reconstruction Joo-Haeng Lee Convergence Technology Research Lab ETRI Daejeon, 305 777, KOREA Abstract A new geometric framework, calle

More information

Distributed Decomposition Over Hyperspherical Domains

Distributed Decomposition Over Hyperspherical Domains Distribute Decomposition Over Hyperspherical Domains Aron Ahmaia 1, Davi Keyes 1, Davi Melville 2, Alan Rosenbluth 2, Kehan Tian 2 1 Department of Applie Physics an Applie Mathematics, Columbia University,

More information

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH Galen H Sasaki Dept Elec Engg, U Hawaii 2540 Dole Street Honolul HI 96822 USA Ching-Fong Su Fuitsu Laboratories of America 595 Lawrence Expressway

More information

Deep Spatial Pyramid for Person Re-identification

Deep Spatial Pyramid for Person Re-identification Deep Spatial Pyrami for Person Re-ientification Sławomir Bąk Peter Carr Disney Research Pittsburgh, PA, USA, 15213 {slawomir.bak,peter.carr}@isneyresearch.com Abstract Re-ientification refers to the task

More information

Optimization of cable-stayed bridges with box-girder decks

Optimization of cable-stayed bridges with box-girder decks Avances in Engineering Software 31 (2000) 417 423 www.elsevier.com/locate/avengsoft Optimization of cable-staye briges with box-girer ecks L.M.C. Simões*, J.H.J.O. Negrão Department of Civil Engineering,

More information

Parallel Directionally Split Solver Based on Reformulation of Pipelined Thomas Algorithm

Parallel Directionally Split Solver Based on Reformulation of Pipelined Thomas Algorithm NASA/CR-1998-208733 ICASE Report No. 98-45 Parallel Directionally Split Solver Base on Reformulation of Pipeline Thomas Algorithm A. Povitsky ICASE, Hampton, Virginia Institute for Computer Applications

More information

Video Traffic Monitoring for Flow Optimization and Pollution Reduction

Video Traffic Monitoring for Flow Optimization and Pollution Reduction Vieo Traffic Monitoring for Flow Optimization an Pollution Reuction P. Payeur, Y. Liu Abstract - Vehicles are wiely recognize as one the main sources of pollution in urban areas. In the context of the

More information

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography Comparative Stuy of Projection/Back-projection Schemes in Cryo-EM Tomography Yu Liu an Jong Chul Ye Department of BioSystems Korea Avance Institute of Science an Technology, Daejeon, Korea ABSTRACT In

More information

Real Time On Board Stereo Camera Pose through Image Registration*

Real Time On Board Stereo Camera Pose through Image Registration* 28 IEEE Intelligent Vehicles Symposium Einhoven University of Technology Einhoven, The Netherlans, June 4-6, 28 Real Time On Boar Stereo Camera Pose through Image Registration* Fai Dornaika French National

More information

Learning convex bodies is hard

Learning convex bodies is hard Learning convex boies is har Navin Goyal Microsoft Research Inia navingo@microsoftcom Luis Raemacher Georgia Tech lraemac@ccgatecheu Abstract We show that learning a convex boy in R, given ranom samples

More information

AnyTraffic Labeled Routing

AnyTraffic Labeled Routing AnyTraffic Labele Routing Dimitri Papaimitriou 1, Pero Peroso 2, Davie Careglio 2 1 Alcatel-Lucent Bell, Antwerp, Belgium Email: imitri.papaimitriou@alcatel-lucent.com 2 Universitat Politècnica e Catalunya,

More information

A Comparative Evaluation of Iris and Ocular Recognition Methods on Challenging Ocular Images

A Comparative Evaluation of Iris and Ocular Recognition Methods on Challenging Ocular Images A Comparative Evaluation of Iris an Ocular Recognition Methos on Challenging Ocular Images Vishnu Naresh Boeti Carnegie Mellon University Pittsburgh, PA 523 naresh@cmu.eu Jonathon M Smereka Carnegie Mellon

More information

Frequent Pattern Mining. Frequent Item Set Mining. Overview. Frequent Item Set Mining: Motivation. Frequent Pattern Mining comprises

Frequent Pattern Mining. Frequent Item Set Mining. Overview. Frequent Item Set Mining: Motivation. Frequent Pattern Mining comprises verview Frequent Pattern Mining comprises Frequent Pattern Mining hristian Borgelt School of omputer Science University of Konstanz Universitätsstraße, Konstanz, Germany christian.borgelt@uni-konstanz.e

More information

EDOVE: Energy and Depth Variance-Based Opportunistic Void Avoidance Scheme for Underwater Acoustic Sensor Networks

EDOVE: Energy and Depth Variance-Based Opportunistic Void Avoidance Scheme for Underwater Acoustic Sensor Networks sensors Article EDOVE: Energy an Depth Variance-Base Opportunistic Voi Avoiance Scheme for Unerwater Acoustic Sensor Networks Safar Hussain Bouk 1, *, Sye Hassan Ahme 2, Kyung-Joon Park 1 an Yongsoon Eun

More information

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. Preface Here are my online notes for my Calculus I course that I teach here at Lamar University. Despite the fact that these are my class notes, they shoul be accessible to anyone wanting to learn Calculus

More information

On the Placement of Internet Taps in Wireless Neighborhood Networks

On the Placement of Internet Taps in Wireless Neighborhood Networks 1 On the Placement of Internet Taps in Wireless Neighborhoo Networks Lili Qiu, Ranveer Chanra, Kamal Jain, Mohamma Mahian Abstract Recently there has emerge a novel application of wireless technology that

More information

MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING AN EFFICIENT MULTI- OBJECTIVE BINARY GENETIC ALGORITHM

MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING AN EFFICIENT MULTI- OBJECTIVE BINARY GENETIC ALGORITHM 24th International Symposium on on Automation & Robotics in in Construction (ISARC 2007) Construction Automation Group I.I.T. Maras MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING

More information

Modifying ROC Curves to Incorporate Predicted Probabilities

Modifying ROC Curves to Incorporate Predicted Probabilities Moifying ROC Curves to Incorporate Preicte Probabilities Cèsar Ferri DSIC, Universitat Politècnica e València Peter Flach Department of Computer Science, University of Bristol José Hernánez-Orallo DSIC,

More information

A Revised Simplex Search Procedure for Stochastic Simulation Response Surface Optimization

A Revised Simplex Search Procedure for Stochastic Simulation Response Surface Optimization 272 INFORMS Journal on Computing 0899-1499 100 1204-0272 $05.00 Vol. 12, No. 4, Fall 2000 2000 INFORMS A Revise Simplex Search Proceure for Stochastic Simulation Response Surface Optimization DAVID G.

More information

Estimating Velocity Fields on a Freeway from Low Resolution Video

Estimating Velocity Fields on a Freeway from Low Resolution Video Estimating Velocity Fiels on a Freeway from Low Resolution Vieo Young Cho Department of Statistics University of California, Berkeley Berkeley, CA 94720-3860 Email: young@stat.berkeley.eu John Rice Department

More information

arxiv: v2 [cs.lg] 22 Jan 2019

arxiv: v2 [cs.lg] 22 Jan 2019 Spatial Variational Auto-Encoing via Matrix-Variate Normal Distributions Zhengyang Wang Hao Yuan Shuiwang Ji arxiv:1705.06821v2 [cs.lg] 22 Jan 2019 Abstract The key iea of variational auto-encoers (VAEs)

More information

Correlation-based color mosaic interpolation using a connectionist approach

Correlation-based color mosaic interpolation using a connectionist approach Correlation-base color mosaic interpolation using a connectionist approach Gary L. Embler * Agilent Technologies, Inc. 75 Bowers Avenue, MS 87H Santa Clara, California 9554 USA ABSTRACT This paper presents

More information

Regularized Laplacian Zero Crossings as Optimal Edge Integrators

Regularized Laplacian Zero Crossings as Optimal Edge Integrators Regularize aplacian Zero rossings as Optimal Ege Integrators R. KIMME A.M. BRUKSTEIN Department of omputer Science Technion Israel Institute of Technology Technion ity, Haifa 32, Israel Abstract We view

More information