Evolutionary Feature Synthesis for Image Databases

Size: px
Start display at page:

Download "Evolutionary Feature Synthesis for Image Databases"

Transcription

1 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, Abstrat The high dimensionality of visual features is one of the major hallenges for ontent-based image retrieval (CBIR) systems, and a variety of dimensionality redution approahes have been proposed to find the disriminant features. In this paper, we investigate the effetiveness of oevolutionary geneti programming (CGP) in synthesizing feature vetors for image databases from traditional features that are ommonly used. The transformation for feature dimensionality redution by CGP has two unique harateristis for image retrieval: 1) nonlinearlity: CGP does not assume any lass distribution in the original visual feature spae; 2) expliitness: unlike kernel trik, CGP yields expliit transformation for dimensionality redution so that the images an be searhed in the low-dimensional feature spae. The experimental results on multiple databases show that (a) CGP approah has distint advantage over the linear transformation approah of Multiple Disriminant Analysis (MDA) in the sense of the disrimination ability of the low-dimensional features, and (b) the lassifiation performane using the features synthesized by our CGP approah is omparable to or even superior to that of support vetor mahine (SVM) approah using the original visual features. 1 Introdution Content-based image retrieval (CBIR) systems are designed to automatially extrat various visual features from images, suh as olor, texture, shape, struture, and use them to represent images in the omputer. The olletion of suh visual features usually yields the highdimensionality of the feature spae, whih deteriorates retrieval performanes due to the well-known urse of dimensionality. Thus, a key task in CBIR is to find the most disriminant features from the original feature olletion, so that both retrieval preision and searh speed is improved. Fisher disriminant analysis (also alled Multiple disriminant analysis (MDA) for multiple-lass ase) [1] is a widely-used approah to find disriminating features due to its straight-forward idea of making linear data projetion by maximizing the ratio of the between satter matrix and the within satter matrix. The kernel trik [2] an be ombined with Fisher disriminant analysis (e.g., [3]), so that the nonlinear generalization of MDA is ahieved with lassifiation improvement. Swets and Weng [4] propose a self-organizing hierarhial optimal subspae learning and inferene framework (SHOSLIF) for image retrieval. Suh hierarhial linear analysis is a nonlinear approah in nature. Hastie and Tibshirani [5] present the approah of disriminant adaptive nearest neighbor (DANN) for lassifiation. Based on the analysis of loal dimension information, they also propose a global dimensionality method by pooling loal disriminant information. Wu et al. [6] redue the feature dimensionality for image databases using the approah of weighted multi-dimensional saling (WMDS), whose main harateristi is preserving the loal topology of the high dimensional spae. Su et al. [7] exploit priniple omponent analysis (PCA) for dimensionality redution by using relevane feedbak. In this paper, we investigate the effetiveness of oevolutionary geneti programming (CGP) [8] in generating omposite operator vetors for image databases, so that feature dimensionality is redued to improve retrieval performanes. Geneti programming (GP) is an evolutionary omputational paradigm [1] that is an extension of geneti algorithm and works with a population of individuals. An individual in a population an be any ompliated data struture suh as linked lists, trees and graphs, et. CGP is an extension of GP in whih several populations are maintained and employed to evolve solutions ooperatively. A population maintained by CGP is alled a sub-population and it is responsible for evolving a part of a solution. A omplete solution is obtained by ombining the partial solutions from all the sub-populations. For the task of objet reognition in [9], individuals in sub-populations are omposite operators, whih are the elements of a omposite operator vetor. A omposite operator is represented by a binary tree whose internal nodes are the pre-speified domain-independent primitive opera- 1

2 tors and leaf nodes are original features. It is a way of ombining original features. The CGP approah in this paper follows the algorithm proposed in [9]. The advantage of using a tree struture is that it is powerful in expressing the ways of ombining original features. The original features are visual features (e.g., olor, texture, struture) extrated from the images. With eah element evolved by a sub-population of CGP, a omposite operator vetor is ooperatively evolved by all the sub-populations. By applying omposite operators to the original features extrated from images, omposite feature vetors are obtained. These omposite feature vetors are fed into a lassifier for reognition. The transformation for feature dimensionality redution by CGP has two unique harateristis that are suitable for image retrieval: 1) nonlinearlity: CGP does not assume any lass distribution in the original visual feature spae; 2) expliitness: unlike kernel trik, CGP yields expliit transformation for dimensionality redution so that the images an be searhed the lowdimensional feature spae. The ontributions of this paper are: 1) The oevolutionary geneti programming (CGP) approah in generating omposite operator vetors for feature dimensionality redution and retrieval performane improvement in image databases (Setion 2); 2) the omparisons of the experimental results by CGP, MDA and SVM on multiple image databases, so that the advantage of the CGP approah is demonstrated (Setion 3). 2 Tehnial Approah In this paper, with the purpose of demonstrating the effetiveness of oevolutionary geneti programming approah for image databases, we simply adopt the senario of training the system by diretly providing labelled images in advane. 2.1 Image distribution By intuition the images belonging to the same lass should be lose in some sense in the feature spae of the image database, i.e., these images form a luster with a speifi shape, whih reflets the relevanes of the various visual features for the orresponding lass. However, we annot ignore the possibility that the images in the same lass (as pereived by the user) may form multiple lusters, i.e., the images with different visual features may belong to the same lass. Based on the above observations, some researhers have proposed the Gaussian mixture model for the image distribution in the feature spae of the image databases [10], with eah lass orresponding to a single mixture omponent or a variety of mixture ompo- 2D 1D Class 2 Class 1 dimensionality redution Class 1 Class 3 Class 2 Class 1 by omposite operator vetor Class 3 Class 2 Figure 1: An illustrative example for feature redution (from 2D to 1D) using omposite operation. The original 2D feature spae: three lasses have different distributions, and Class 1 and Class 2 onsists of multiple lusters. The transformed 1D feature spae: eah of the three lasses orresponds to a single Gaussian distribution. nents. Sometimes, mixture model assumption for the image distribution of a database may be too strit. In this paper, we do not have to make any model assumption for the image distribution. Figure 1 provides an example whih illustrates the harateristis of our CGP approah for reduing the feature dimensionality of image databases. The original 2D data belong to three lasses, two of whih (Class 1 and Class 2) form multiple lusters. Different lusters have different distributions (represented by different shapes in Figure 1). The transformation by the CGP approah yield 1D feature spae, in whih eah of the three lasses orresponds to a single Gaussian distribution. 2.2 CGP In CGP approah, eah synthesized feature is derived by implementing a series of operators on the original visual features. Suh operators are alled omposite operators, whih are represented by binary trees with primitive operators as internal nodes and original features as leaf nodes. The goal of these omposite operators is to map the original visual feature spae to the low-dimensional synthesized feature spae, in whih the images belonging to the same lass form a Gaussian omponent no matter how these images are distributed in the original visual spae. The searh spae of all possible omposite operators is so large that it is diffiult to find good omposite operators unless one has a smart searh strategy. How to design suh a smart searh strategy is the task for CGP algorithm. We follow the CGP algorithm proposed in [9], whih attempts to improve the performane of objet reognition. Figure 2 shows the training and test- 2

3 Ground Truth Primitive Operators Training Images Reognition Fitness Evaluator Results Coevolutionary Geneti Programming Feature Extrator Operator Vetor Primitive Features (a) Training module: learning omposite operator vetors and Bayesian lassifier. Bayesian Classifier Feature Vetors Testing Image Fitness Evaluator Primitive Features Operator Vetor Feature Vetors Bayesian Classifier Reognition Results (b) Testing module: applying learned omposite operator vetor and Bayesian lassifier to a test image. Figure 2: System diagram for objet reognition using o-evolutionary geneti programming. ing modules of the system. During training, CGP runs on training images and evolves omposite operators to obtain omposite features. Sine a Bayesian lassifier is derived from the feature vetors obtained from training images, both the omposite operator vetor and the lassifier are learned by CGP The set of primitive operators: A primitive operator takes one or two real numbers, performs a simple operation on them and outputs the result. Table 1 shows the 12 primitive operators being used, where a and b are two real numbers as the inputs to an operator and is a onstant real number stored in an operator Fitness measure: the fitness of a omposite operator vetor is omputed in the following way: apply eah omposite operator of the omposite operator vetor on the original features of training images to obtain omposite feature vetors of training images and feed them to a Bayesian lassifier. Note that not all the original features are neessarily used in feature synthesis. Only the original features that appear in the leaf nodes of the omposite operator are used to generate omposite features. The reognition rate of the lassifier is the fitness of the omposite operator vetor. To evaluate a omposite operator evolved in a sub-population, the omposite operator is ombined with the urrent best omposite operators in other sub-populations to form a omplete omposite operator vetor where omposite operator from the ith sub-population oupies the ith position in the vetor and the fitness of the vetor is defined as the fitness of the omposite operator under evaluation. The fitness values of other omposite operators in the vetor are not affeted. When sub- Table 1: Twelve primitive operators. Primitive Operator Desription ADD (a, b) Add a and b. ADDC (a, ) Add onstant value to a. SUB (a, b) Subtrat b from a. SUBC (a, ) Subtrat onstant value from a. MUL (a, b) Multiply a and b. MULC (a, ) Multiply a with onstant value. DIV (a, b) Divide a by b. DIVC (a, ) Divide a by onstant value. MAX2 (a, b) Get the larger of a and b. MIN2 (a, b) Get the smaller of a and b. (a) LOG (a) Return a if a 0; otherwise, return a. Return log(a) if a 0; Rotherwise, return log( a). populations are initially generated, the omposite operators in eah sub-population are evaluated individually without being ombined with omposite operators from other sub-populations. In eah generation, the omposite operators in the first sub-population are evaluated first, then the omposite operators in the seond subpopulation and so on Parameters and termination: The key parameters are the number of sub-populations N, the population size M, the number of generations G, the rossover and mutation rates, and the fitness threshold. GP stops whenever it finishes the speified number of generations or the performane of the Bayesian lassifier is above the fitness threshold. After termination, CGP selets the best omposite operator of eah sub-population to form the learned omposite operator vetor to be used in testing Seletion, rossover and mutation: The CGP searhes through the spae of omposite operator vetors to generate new omposite operator vetors. The searh is performed by seletion, rossover and mutation operations. The initial sub-populations are randomly generated. Although sub-populations are ooperatively evolved (the fitness of a omposite operator in a sub-population is not solely determined by itself, but affeted by the omposite operators from other sub-populations), seletion is performed only on omposite operators within a sub-population and rossover is not allowed between two omposite operators from different sub-populations. Seletion: The seletion operation involves seleting omposite operators from the urrent sub-population. We use tournament seletion with size = 5. The higher the fitness value, the more likely the omposite operator is seleted to survive. 3

4 Crossover: Two omposite operators, alled parents, are seleted on the basis of their fitness values. The higher the fitness value, the more likely the omposite operator is seleted for rossover. One internal node in eah of these two parents is randomly seleted, and the two subtrees rooted at these two nodes are exhanged between the parents to generate two new omposite operators, alled offspring. It is easy to see that the size of one offspring (i.e., the number of nodes in the binary tree representing the offspring) may be greater than both parents if rossover is implemented in suh a simple way. To prevent ode bloat, we speify a maximum size of a omposite operator (alled max-operator-size). If the size of one offspring exeeds the max-operatorsize, the rossover is performed again. If the size of an offspring still exeeds the max-operator-size after the rossover is performed 10 times, GP selets two subtrees of same size (i.e., the same number nodes) from two parents and swaps the subtrees between the parents. These two subtrees an always be found, sine a leaf node an be viewed as a subtree of size 1. Mutation: To avoid premature onvergene, mutation is introdued to randomly hange the struture of some omposite operators to maintain the diversity of subpopulations. Candidates for mutation are randomly seleted and the mutated omposite operators replae the old ones in the sub-populations. There are three mutations invoked with equal probability: 1) Randomly selet a node of the omposite operator and replae the subtree rooted at this node by another randomly generated binary tree. 2) Randomly selet a node of the omposite operator and replae the primitive operator stored in the node with another primitive operator randomly seleted from the primitive operators of the same number of input as the replaed one. 3) Randomly selet two subtrees of the omposite operator and swap them. The CGP algorithm is shown in Algorithm 1, and more details an be found in [9]. 2.3 Indexing struture For eah lass C i, a Bayesian lassifier is generated based on GP-learned omposite features. In the lowdimensional feature spae, eah lass is orresponding to a single Gaussian omponent, whih is represented by the mean feature vetor and the ovariane matrix of feature vetors of this lass. We onstrut the indexing struture based on the Gaussian omponents obtained by CGP approah. When a query image omes, the system omputes the probabilities that it belongs to those omponents using the omponents parameters (means and ovarianes), Algorithm 1 Coevolutionary geneti programming. 1. Randomly generate N sub-populations of size M and evaluate eah omposite operator in eah sub-population individually. for gen = 1 to generation num do for i =1 to N do 1) Implement standard EM algorithm on X. 2) Keep the best omposite operator in sub-population P i. 3) Perform rossover on the omposite operators in P i until the rossover rate is satisfied and keep all the offspring from rossover. 4) Perform mutation on the omposite operators in P i and the offspring from rossover with the probability of mutation rate. 5) Perform seletion on P i to selet some omposite operators and ombine them with the omposite operators from rossover to get a new sub-population P i of the same size as P i. 6) Evaluate eah omposite operator C j in P i. 7) Perform elitism replaement. 8) Form the urrent best omposite operator vetor onsisting of the best omposite operators from orresponding sub-populations and evaluate it. If its fitness is above the fitness threshold, goto 2. end for end for 2. Selet the best omposite operator from eah subpopulation to form the learned omposite operator vetor and output it. and exeutes the searh within the omponent with the highest probability. The indexing struture implies two advantages for image retrieval: 1) the searh is arried on only in the subset of the whole image database; 2) the searh is arried on in the low-dimensional feature spae. Both of these make the searh faster; furthermore, our CGP approah guarantees that the retrieval preision is high sine the Bayesian lassifiation is good in the low-dimensional feature spae. 3 Experiments To evaluate the effetiveness of the CGP approah for reduing the feature dimensionality of image databases, we implement the CGP algorithm on three different image databases with the purpose to evaluate its effetiveness for different kinds of lass distribution. All the images in these three databases are seleted from Corel Stok Photo Library.We also ompare the results of the CGP approah with other approahes inluding MDA and SVM. 3.1 Image Databases 1) DB1200: We selet 1200 images belonging to 12 lasses, and the images in eah lass have similar visual features, i.e., eah lass in the feature spae forms a luster. These 12 lasses are orresponding to the CDs (series number) in the library inluding Mayan & Azte Ruins (33000), horses (113000), owls (75000), 4

5 ADD ADD (1) CD owls (2) CD hawks and falons Class Bird Class Bird ADD ADDC F12 F1 (1) CD tulips (2) CD wildflowers Class Flower Class Flower (1) CD tigers (2) CD lions Class Beast Class Beast Figure 3: DB1500: sample images from the three lasses ontaining multiple CDs. sunrises & sunsets (1000), North Amerian wildflowers (127000), ski senes (61000, 62000), oasts (5000), auto raing (21000), firework photography (73000), divers & diving (156000), land of the Pyramids (161000) and lions (105000). 2) DB1500: We add other 300 images (from other three CDs in the Library) into DB1200 to obtain DB1500. The three new CDs (series number) are hawks and falons (70000), tigers (108000) and tulips (258000). Eah of these three CDs is merged to one existing CDs in DB1200 to form a lass, so that DB1500 still has 12 lasses. In these 12 lasses, there are three lasses eah of whih onsists of two lusters in visual feature spae: the CD of Hawks and Falons and the CD of owls form the lass of bird, the lass of tulips and the lass of North Amerian wildflowers form the lass of flowers, and the lass of tigers and the lass of lions form the onept of wild beasts. Figure 3 shows the sample images of these three lasses ontaining multiple CDs. Obviously, DB1500 is hallenging for the linear transformation approah suh as MDA, as we will show later in the experiments. 3) DB6600: The 6,600 images are obtained from 66 CDs, whih are assigned to 50 lasses, i.e., eah lass may onsist of a single CD or multiple CDs. For instane, the CDs Arabian horses and horses are assigned to the same lass sine they are both for the same onept of horse. On the other hand, even the images within the same CD may form multiple lusters in sense of visual features. For example, the CD of ity of Italy onsists of images for different objets suh as building, road, people. For most of the lasses, there are many outlier images, eah of whose visual features is far away from the luster(s) its orresponding lass ontains. F5 (a) F20 Figure 4: Sample omposite operator vetors in DB6600 (the leaf nodes are original visual features): (a) a simple omposite operator vetor, (b) a omplex omposite operator vetor. Original visual features: Images are represented by texture features, olor features and struture features. The texture features are derived from 16 Gabor filters [11]. We also extrat means and standard deviations from the three hannels in HSV olor spae. For struture features, we use the water-filling approah [12] to extrat 18 features from eah image. Thus, eah image is represented by 40 visual features. 3.2 Experiments results Experimental parameters: For eah of the three image databases, we randomly selet half of the images as training data and another half as testing data. We implement CGP algorithm on the training images, and the parameters values are: (a) sub-population size: 50; (b) rossover rate: 0.6; () number of generation: 50; (d) mutation rate: 0.05; (e) fitness threshold: 1.0; (f) tournament size: 5. For both CGP approah and MDA approah, we redue the feature dimensionality from 40 to 10, so that it is fair to ompare these two approahes. Figure 4 gives two sample omposite operator vetors in DB6600. The omplex ase in (b) illustrates that the unonventional ombinations of the operators exists in CGP, whih may help to ahieve good lassifiation performane. Classifiation performane: Table 2 shows the lassifiation performanes of the approahes of CGP, MDA, and SVM. The first two attempt to redue the feature dimensionality in the expliit ways, so that the data in the same lass form a single Gaussian omponent in the lower-dimensional feature spae. Thus, we present their Bayesian lassifiation errors in the lowerdimensional (10D) feature spae. Sine SVM exploits kernel trik instead of providing expliit transformation, we present its lassifiation error in the original visual feature spae (40D). From Table 2, we observe that the lassifiation performane of CGP is better than that of MDA on all (b) F12 5

6 Table 2: Classifiation errors: the omparison of the three different approahes on different databases. Database CGP (10D) MDA (10D) SVM (40D) DB % 25.5% 12.6% DB % 31.7% 29.6% DB % 73.3% 52.6% of the three databases. It is easy to understand the signifiant advantage of CGP over MDA on DB1500 and DB6600, both of whih ontain some lasses onsists of multiple lusters in the original visual feature spae. Therefore, the linear approah of MDA annot deal with them well. Although eah of the lass in DB1200 only orresponds to a single luster in the original visual feature spae, CGP still outperforms MDA (14.8% versus 12.6%) due to the reason that the distribution of these lusters may not be Gaussian while MDA assumes the luster distribution as Gaussian and CGP does not make suh assumption. We now ompare CGP and SVM, whih have similar lassifiation errors on DB1200 and DB6600. However, the error (16.5%) by CGP is signifiantly superior to that (29.6%) by SVM on DB1500, whih implies that CGP is more suitable to deal with the lass onsisted of multiple lusters in the original feature spae. With many outliers in DB6600, suh advantage of CGP is not so obvious as in the ase of DB1500 (CGP: 51.8% versus MDA: 52.6%), and neither CGP nor SVM an yield lassifiation performane whih is as good as those on DB1500. Retrieval performane: After reduing the feature spae, we onstrut the indexing struture based on the Gaussian omponents obtained by CGP approah or MDA approah. We use eah of the image the database as query, and obtain average retrieval preisions. Figure 5 shows the retrieval-preision urves on DB6600 by CGP and MDA. We observe that CGP yields better retrieval results than MDA. From above experiments, we onlude that (a) the feature synthesizing by CGP has obvious advantage over that by MDA in the sense of both lassifiation and retrieval. (b) The lassifiation performane in the synthesized feature spae by CGP is omparable to or even superior to that in the original feature spae by SVM. 4 Conlusions This paper presents a oevolutionary geneti programming (CGP) for feature dimensionality redution. The two harateristis of the transformation by CGP, i.e., nonlinearity and expliitness, make it suitable for image retrieval: (a) the nonlinearity yields good lassifia- preision CGP MDA reall Figure 5: DB6600: preision-reall urves: CGP versus MDA. tion performane without any lass distribution model assumption, and (b) the expliitness ahieves the image searh in the low-dimensional feature spae. Experimental results on multiple image databases with different types of distributions have demonstrated the effetiveness of improving image retrieval performane by the CGP approah. Referenes [1] R. Duda, P. Hart, and D. Stork, Pattern Classifiation, John Wiley & Sons, seond edition, [2] B. Shölkopf and A.J. Smola, Learning with Kernels: Support Vetor Mahines, Regularization, Optimization, and Beyond, the MIT Press, [3] G. Baudat and F. Anouar, Generlized disriminant analysis using a kernel approah, Neural Computation, vol. 12, pp , [4] D. Swets and J. Weng, Hierarhial disriminant analysis for image retrieval, IEEE Trans. PAMI, vol. 21, no. 5, pp , May [5] T. Hastie and R. Tibshirani, Disriminant adaptive nearest neighbor lassifiation, IEEE Trans. PAMI, vol. 18, no. 6, pp , [6] P. Wu, B. S. Manjunath, and H. D. Shin, Dimensionality redution for image searh and retrieval, ICIP, [7] Z. Su, S. Li, and H. J. Zhang, Extration of feature subspaes for ontent-based retrieval using relevane feedbak, Pro. ACM MM, pp , [8] J. Koza, Geneti Programming II: Automati Disovery of Reusable Programs, MIT Press, [9] Y. Lin and B. Bhanu, Evolutionary feature synthesis for objet reognition, IEEE Trans. SMC, Part B, to appear. [10] N. Vasonelos, Bayesian Models for Visual Information Retrieval, Ph.D thesis, MIT, [11] B. S. Manjunath and W. Y. Ma, Texture feature for browsing and retrieval of image data, IEEE Trans. PAMI, vol. 18, no. 8, pp , August [12] X.S. Zhou, Y. Rui, and T.S. Huang, Exploration of Visual Data, Kluwer Aademi Publishers,

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

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

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

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

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

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

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

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 {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 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

MDL-based Genetic Programming for Object Detection

MDL-based Genetic Programming for Object Detection MDL-based Genetic Programming for Object Detection Yingqiang Lin and Bir Bhanu Center for Research in Intelligent Systems University of California, Riverside, CA, 92521, USA Email: {yqlin, bhanu}@vislab.ucr.edu

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index IJCSES International Journal of Computer Sienes and Engineering Systems, ol., No.4, Otober 2007 CSES International 2007 ISSN 0973-4406 253 An Optimized Approah on Applying Geneti Algorithm to Adaptive

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

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 Centric Fuzzy Modeling

Cluster Centric Fuzzy Modeling 10.1109/TFUZZ.014.300134, IEEE Transations on Fuzzy Systems TFS-013-0379.R1 1 Cluster Centri Fuzzy Modeling Witold Pedryz, Fellow, IEEE, and Hesam Izakian, Student Member, IEEE Abstrat In this study, we

More information

Model Based Approach for Content Based Image Retrievals Based on Fusion and Relevancy Methodology

Model Based Approach for Content Based Image Retrievals Based on Fusion and Relevancy Methodology The International Arab Journal of Information Tehnology, Vol. 12, No. 6, November 15 519 Model Based Approah for Content Based Image Retrievals Based on Fusion and Relevany Methodology Telu Venkata Madhusudhanarao

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

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

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

Hello neighbor: accurate object retrieval with k-reciprocal nearest neighbors

Hello neighbor: accurate object retrieval with k-reciprocal nearest neighbors Hello neighbor: aurate objet retrieval with -reiproal nearest neighbors Danfeng Qin Stephan Gammeter Luas Bossard Till Qua,2 Lu van Gool,3 ETH Zürih 2 Kooaba AG 3 K.U. Leuven {ind,gammeter,bossard,tua,vangool}@vision.ee.ethz.h

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

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

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

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

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

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

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

Correspondence. Object Detection via Feature Synthesis Using MDL-Based Genetic Programming

Correspondence. Object Detection via Feature Synthesis Using MDL-Based Genetic Programming 538 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 35, NO. 3, JUNE 2005 Correspondence Object Detection via Feature Synthesis Using MDL-Based Genetic Programming Yingqiang

More information

Spatial-Aware Collaborative Representation for Hyperspectral Remote Sensing Image Classification

Spatial-Aware Collaborative Representation for Hyperspectral Remote Sensing Image Classification Spatial-Aware Collaborative Representation for Hyperspetral Remote Sensing Image ifiation Junjun Jiang, Member, IEEE, Chen Chen, Member, IEEE, Yi Yu, Xinwei Jiang, and Jiayi Ma Member, IEEE Representation-residual

More information

Chapter 2: Introduction to Maple V

Chapter 2: Introduction to Maple V Chapter 2: Introdution to Maple V 2-1 Working with Maple Worksheets Try It! (p. 15) Start a Maple session with an empty worksheet. The name of the worksheet should be Untitled (1). Use one of the standard

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

Learning Composite Operators for Object Detection

Learning Composite Operators for Object Detection Real-World Applications Learning Composite Operators for Object Detection Bir Bhanu and Yingqiang Lin Center for Research in Intelligent Systems University of California, Riverside, CA, 92521, USA Email:

More information

2017 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2017 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2017 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any urrent or future media, inluding reprinting/republishing this material for advertising

More information

Deep Rule-Based Classifier with Human-level Performance and Characteristics

Deep Rule-Based Classifier with Human-level Performance and Characteristics Deep Rule-Based Classifier with Human-level Performane and Charateristis Plamen P. Angelov 1,2 and Xiaowei Gu 1* 1 Shool of Computing and Communiations, Lanaster University, Lanaster, LA1 4WA, UK 2 Tehnial

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

Improved Circuit-to-CNF Transformation for SAT-based ATPG

Improved Circuit-to-CNF Transformation for SAT-based ATPG Improved Ciruit-to-CNF Transformation for SAT-based ATPG Daniel Tille 1 René Krenz-Bååth 2 Juergen Shloeffel 2 Rolf Drehsler 1 1 Institute of Computer Siene, University of Bremen, 28359 Bremen, Germany

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

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study

What are Cycle-Stealing Systems Good For? A Detailed Performance Model Case Study What are Cyle-Stealing Systems Good For? A Detailed Performane Model Case Study Wayne Kelly and Jiro Sumitomo Queensland University of Tehnology, Australia {w.kelly, j.sumitomo}@qut.edu.au Abstrat The

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

Machine Vision. Laboratory Exercise Name: Student ID: S

Machine Vision. Laboratory Exercise Name: Student ID: S Mahine Vision 521466S Laoratory Eerise 2011 Name: Student D: General nformation To pass these laoratory works, you should answer all questions (Q.y) with an understandale handwriting either in English

More information

Facility Location: Distributed Approximation

Facility Location: Distributed Approximation Faility Loation: Distributed Approximation Thomas Mosibroda Roger Wattenhofer Distributed Computing Group PODC 2005 Where to plae ahes in the Internet? A distributed appliation that has to dynamially plae

More information

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking Algorithms for External Memory Leture 6 Graph Algorithms - Weighted List Ranking Leturer: Nodari Sithinava Sribe: Andi Hellmund, Simon Ohsenreither 1 Introdution & Motivation After talking about I/O-effiient

More information

Total 100

Total 100 CS331 SOLUTION Problem # Points 1 10 2 15 3 25 4 20 5 15 6 15 Total 100 1. ssume you are dealing with a ompiler for a Java-like language. For eah of the following errors, irle whih phase would normally

More information

PathRings. Manual. Version 1.0. Yongnan Zhu December 16,

PathRings. Manual. Version 1.0. Yongnan Zhu   December 16, PathRings Version 1.0 Manual Yongnan Zhu E-mail: yongnan@umb.edu Deember 16, 2014-1 - PathRings This tutorial introdues PathRings, the user interfae and the interation. For better to learn, you will need

More information

Orientation of the coordinate system

Orientation of the coordinate system Orientation of the oordinate system Right-handed oordinate system: -axis by a positive, around the -axis. The -axis is mapped to the i.e., antilokwise, rotation of The -axis is mapped to the -axis by a

More information

Hyperspectral Images Classification Using Energy Profiles of Spatial and Spectral Features

Hyperspectral Images Classification Using Energy Profiles of Spatial and Spectral Features journal homepage: www.elsevier.om Hyperspetral Images Classifiation Using Energy Profiles of Spatial and Spetral Features Hamid Reza Shahdoosti a a Hamedan University of ehnology, Department of Eletrial

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

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating

Particle Swarm Optimization for the Design of High Diffraction Efficient Holographic Grating Original Artile Partile Swarm Optimization for the Design of High Diffration Effiient Holographi Grating A.K. Tripathy 1, S.K. Das, M. Sundaray 3 and S.K. Tripathy* 4 1, Department of Computer Siene, Berhampur

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

An Efficient and Scalable Approach to CNN Queries in a Road Network

An Efficient and Scalable Approach to CNN Queries in a Road Network An Effiient and Salable Approah to CNN Queries in a Road Network Hyung-Ju Cho Chin-Wan Chung Dept. of Eletrial Engineering & Computer Siene Korea Advaned Institute of Siene and Tehnology 373- Kusong-dong,

More information

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks Abouberine Ould Cheikhna Department of Computer Siene University of Piardie Jules Verne 80039 Amiens Frane Ould.heikhna.abouberine @u-piardie.fr

More information

Accommodations of QoS DiffServ Over IP and MPLS Networks

Accommodations of QoS DiffServ Over IP and MPLS Networks Aommodations of QoS DiffServ Over IP and MPLS Networks Abdullah AlWehaibi, Anjali Agarwal, Mihael Kadoh and Ahmed ElHakeem Department of Eletrial and Computer Department de Genie Eletrique Engineering

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

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks JOURNAL OF COMPUTERS, VOL. 8, NO., OCTOBER 23 2575 An Edge-based Clustering Algorithm to Detet Soial Cirles in Ego Networks Yu Wang Shool of Computer Siene and Tehnology, Xidian University Xi an,77, China

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

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

arxiv: v2 [cs.cv] 14 Apr 2014

arxiv: v2 [cs.cv] 14 Apr 2014 Deep Convolutional Ranking for Multilabel Image Annotation arxiv:1312.4894v2 [s.cv] 14 Apr 2014 Yunhao Gong UNC Chapel Hill yunhao@s.un.edu Alexander Toshev Google Researh toshev@google.om Yangqing Jia

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

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

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

Semi-supervised feature extraction for population structure identification using the Laplacian linear discriminant Usman Roshan 1,* 1

Semi-supervised feature extraction for population structure identification using the Laplacian linear discriminant Usman Roshan 1,* 1 Population and Geneti Analysis Semi-supervised feature extration for population struture identifiation using the Laplaian linear disriminant Usman Roshan 1,* 1 Department of Computer Siene, New Jersey

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT FP7-ICT-2007-1 Contrat no.: 215040 www.ative-projet.eu PROJECT PERIODIC REPORT Publishable Summary Grant Agreement number: ICT-215040 Projet aronym: Projet title: Enabling the Knowledge Powered Enterprise

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

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall

Department of Electrical and Computer Engineering University of Wisconsin Madison. Fall Department of Eletrial and Computer Engineering University of Wisonsin Madison ECE 553: Testing and Testable Design of Digital Systems Fall 2014-2015 Assignment #2 Date Tuesday, September 25, 2014 Due

More information

13.1 Numerical Evaluation of Integrals Over One Dimension

13.1 Numerical Evaluation of Integrals Over One Dimension 13.1 Numerial Evaluation of Integrals Over One Dimension A. Purpose This olletion of subprograms estimates the value of the integral b a f(x) dx where the integrand f(x) and the limits a and b are supplied

More information

Interconnection Styles

Interconnection Styles Interonnetion tyles oftware Design Following the Export (erver) tyle 2 M1 M4 M5 4 M3 M6 1 3 oftware Design Following the Export (Client) tyle e 2 e M1 M4 M5 4 M3 M6 1 e 3 oftware Design Following the Export

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

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

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om A New-Fangled Algorithm

More information

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer Communiations and Networ, 2013, 5, 69-73 http://dx.doi.org/10.4236/n.2013.53b2014 Published Online September 2013 (http://www.sirp.org/journal/n) Cross-layer Resoure Alloation on Broadband Power Line Based

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

Towards Optimal Naive Bayes Nearest Neighbor

Towards Optimal Naive Bayes Nearest Neighbor Towards Optimal Naive Bayes Nearest Neighbor Régis Behmo 1, Paul Marombes 1,2, Arnak Dalalyan 2,andVéronique Prinet 1 1 NLPR / LIAMA, Institute of Automation, Chinese Aademy of Sienes 2 IMAGINE, LIGM,

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

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

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

Torpedo Trajectory Visual Simulation Based on Nonlinear Backstepping Control

Torpedo Trajectory Visual Simulation Based on Nonlinear Backstepping Control orpedo rajetory Visual Simulation Based on Nonlinear Bakstepping Control Peng Hai-jun 1, Li Hui-zhou Chen Ye 1, 1. Depart. of Weaponry Eng, Naval Univ. of Engineering, Wuhan 400, China. Depart. of Aeronautial

More information

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models

Shape Outlier Detection Using Pose Preserving Dynamic Shape Models Shape Outlier Detetion Using Pose Preserving Dynami Shape Models Chan-Su Lee Ahmed Elgammal Department of Computer Siene, Rutgers University, Pisataway, NJ 8854 USA CHANSU@CS.RUTGERS.EDU ELGAMMAL@CS.RUTGERS.EDU

More information

Context-Aware Activity Modeling using Hierarchical Conditional Random Fields

Context-Aware Activity Modeling using Hierarchical Conditional Random Fields Context-Aware Ativity Modeling using Hierarhial Conditional Random Fields Yingying Zhu, Nandita M. Nayak, and Amit K. Roy-Chowdhury Abstrat In this paper, rather than modeling ativities in videos individually,

More information

HIGHER ORDER full-wave three-dimensional (3-D) large-domain techniques in

HIGHER ORDER full-wave three-dimensional (3-D) large-domain techniques in FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 21, no. 2, August 2008, 209-220 Comparison of Higher Order FEM and MoM/SIE Approahes in Analyses of Closed- and Open-Region Eletromagneti Problems Milan

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

SINCE the successful launch of high-resolution sensors and

SINCE the successful launch of high-resolution sensors and 1458 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 45, NO. 5, MAY 2007 Classifiation of High Spatial Resolution Imagery Using Improved Gaussian Markov Random-Field-Based Texture Features Yindi

More information

Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis

Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis Journal of Computer Siene 4 (): 9-97, 008 ISSN 549-3636 008 Siene Publiations Fuzzy Meta Node Fuzzy Metagraph and its Cluster Analysis Deepti Gaur, Aditya Shastri and Ranjit Biswas Department of Computer

More information

Stable Road Lane Model Based on Clothoids

Stable Road Lane Model Based on Clothoids Stable Road Lane Model Based on Clothoids C Gakstatter*, S Thomas**, Dr P Heinemann*, Prof Gudrun Klinker*** *Audi Eletronis Venture GmbH, **Leibniz Universität Hannover, ***Tehnishe Universität Münhen

More information

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management

Semantic Concept Detection Using Weighted Discretization Multiple Correspondence Analysis for Disaster Information Management Semanti Conept Detetion Using Weighted Disretization Multiple Correspondene Analysis for Disaster Information Management Samira Pouyanfar and Shu-Ching Chen Shool of Computing and Information Sienes Florida

More information