A Study of the Relationship Between Support Vector Machine and Gabriel Graph

Size: px
Start display at page:

Download "A Study of the Relationship Between Support Vector Machine and Gabriel Graph"

Transcription

1 A Study of the Relationship Between Support Vector Machine and Gabriel Graph Wan Zhang and Irwin King {wzhang, Departent of Coputer Science & Engineering The Chinese University of Hong Kong Shatin, NT., Hong Kong Abstract - In recent years, Support Vector Machine (SVM) has becoe a very dynaic and popular topic in the Neural Network counity for its abilities to perfor classification, estiation, and regression. One of the ajor tasks in the SVM algorith is to locate the discriinant boundary in classification task. It is crucial to understand various approaches to this particular task. In this paper, we survey several different ethods of finding the boundary fro different disciplines. In particular, we exaine SVM fro the statistical learning theory, the Convex hull proble fro the Coputational Geoetry s point of view, and Gabriel graph fro the Coputational Geoetry perspective to describe their theoretical connections and practical ipleentation iplications. Moreover, we ipleent these ethods and deonstrate their respective results on the classification accuracy and run tie coplexity. Lastly, we conclude with soe discussions about these three different techniques. I. Introduction Given a data set which contains the data belonging to two or ore different classes, either linearly separable or nonseparable, the proble is to find the optial separating hyperplane (Decision Boundary) to separate the data according to their class type. Support Vector Machines (SVMs) have attracted wide interest as a ean to ipleent structural risk iniization for the proble of classification and regression estiation introduced by Vapnik in the late seventies [8]. This led to a recent explosion of applications and deepening theoretical analyses, that has now established SVMs along with neural networks as one of the standard tools for achine learning and data ining. There are three key points needed to understand SVM: (1) axiizing argins, () the dual forulation, and (3) kernel functions. Most people intuitively grasp the idea that axiizing argins should help iprove generalization. Kernel functions are used to solve the probles in high-diensional space. But changing fro the prial to dual forulation is typically black agic for those unfailiar with duality theory. If the prial proble P has its dual proble, it eans the solution of one proble could be recovered fro that to the other. For exaple, Lagrangian Dual proble is forulated with the Lagrangian dual objective function which statisfies the constraints of the prial proble, and aintains any other constraints within the data set. To better understand SVMs, a geoetric interpretation fro the dual perspective along with a atheatically rigorous derivation of the ideas behind the geoetry, can be useful. Convex hull could be a siple intuitive geoetric explanation of SVM []. The convex hull of a set of points is the sallest convex set which contains all the points. It is also the fundaental construction for atheatics and coputational geoetry. It turns out that finding the nearest points of the two convex hulls is siilar to finding the separating hyperplane with axiu argin in the SVM case []. Fro [1], we know that Convex hull could be used to solve any probles, such as half space intersection, Delaunay triangulation, Voronoi diagras, etc. The Voronoi diagra and Delaunay triangulation are two of the possible representations for K-Nearest neighbor rule. The K-Nearest neighbor rule can be seen as the non-paraetric decision rule which needs no prior knowledge of the distributions [3]. Decision rules are used in any areas such as pattern recognition and database. They are used to deterine the class ebership for a point based on soe coputational easureents for the point. Despite siplicity and good perforance of K-Nearest neighbor rule, the traditional criticis of the ethod is that it needs a large storage space for the entire training data and the necessity to query the entire training set in order to ake a single ebership classification. As a result, there has been considerable interest

2 in editing the training set to reduce its size. Just like SVMs choose support vectors which are a sall part of the whole training set to find the separating hyperplane, different proxiity graphs (such as Delaunay triangulation and Gabriel graph) provide efficient geoetric apparatus for solving the proble and find the decision boundary. The Gabriel graph of a set of points is a subgraph of Delaunay triangulation for that set, which is a dual of Voronoi diagra [3]. This paper tries to bring all these concepts to a unified application doain. We use Convex hull to be a bridge which connects SVM and Gabriel graph. Both of the could be used in the classifier and have a good perforance not only on accuracy but also on tie coplexity. We also perfored experients to show the perforance the two ethods and ade the discussion of their advantages and drawbacks. In the next section, we will present the three ain concepts for coparison: (1) SVM, () Convex hull, and (3) Gabriel graph. In Section 3, we conduct a series of experients that will use the different data sets and deonstrate the perforance of the different ethods. The discussion of these results is in Section 4. Lastly, we conclude and ake soe final rearks in Section 5. II. Related Background In this section, we plan to take a survey on three different concepts for finding the separating hyperplanes in a data set. These concepts coe fro different disciplines in Coputer Science, ranging fro Coputational Geoetry to statistical learning theory. We want to show the siilar relationship aong these different concepts arising fro different disciplines. We will start with the siplest case linear separable data. Later we will see that the analysis for the general case, nonlinear-separable data, results in a very siilar prograing proble. A. Support Vector Machine Given the training data, x i, y i, i = 1,, l, y i { 1, 1}, x i R n, suppose there exists a hyperplane which could separate the positive fro the negative data set. It eans that the points x which lie on the hyperplane satisfy ω x+b = 0, where ω is noral to the hyperplane, b / ω is the perpendicular distance for the hyperplane to the origin, and ω is the Euclidean nor of ω. Define the argin is the su of the distance of the separating hyperplane to the closest positive and negative points [4]. For the linearly separable case, SVM siply finds the separating hyperplane with the largest argin. It could be forulated as a set of linear constraints for all the Fig. 1. Linear separating hyperplanes for the separable case training data points as: y i (ω x i + b) 1 0, i. (1) Fro Fig. 1 and Eq. (1), we can calculate the argin as / ω. Then we can find the separating hyperplane with the largest argin under the constraint in Eq. (1) by iniizing ω in in 1 ω () subject to y i (x ω + b) 1, i = 1,,. Let α = α 1, α,, α be the nonnegative Lagrange ultipliers, one for each inequality constraints in Eq. (1), the solution to Eq. () equals to the solution to the constrained quadratic optiization proble using the Wolfe dual theory [4] as, L P 1 α i α j y i y j x i x j i,j i subject to 0 α i 1, i α i y i = 0. α i (3) In the soft argin (nonlinear separable case) forulation of [9], the generalized optial separating hyperplane is regarded as the solution to Eq. (4) as follows, in( 1 ω + C ξ i ) (4) i=1 subject to y i (x ω+b) 1 ξ i, ξ i 0, i = 1,,, C > 0. Siilarly, the corresponding Lagrangian forulation is defined as L P = 1 ω + C i i ξ i (5) α i {y i (x i ω) + b) 1 + ξ i } i µ i ξ i.

3 The optial solution to this proble satisfies the following Karush-Kuhn-Tucker (KKT) conditions [9]: α i {y i (ω ξ i + b) 1 + ξ i } = 0, µ i ξ i = 0. So its Wolfe dual proble could be defined as in 1 α i α j y i y j x i x j i,j i α i (6) subject to 0 α i C, i α i y i = 0. For solving high diension probles, SVM aps the space of covariates X to a Hilbert space H of a higher diension (aybe infinite), and fits an optial linear classifier in H. It does so by choosing a apping function φ:r n H in such a way that φ(x) φ(y) = K(x, y) for soe known and easy to evaluate set of functions, K. Sufficient conditions for the existence of such a ap are provided by the Mercer s theore [9]. An exaple of the apping function can be described as follows. Set Q ij = y i y j K(x i, x j ), such that α y = 0, 0 α i C, i = 1,,. Due to the new apping function, the objective function is changed as follows R(α) = 1 α (Q α) α. (7) Fro a Coputational Geoetric point of view, the solution to the Convex hull proble provides a way to locate support vectors []. In the next section, we survey soe interesting properties on the coputation of Convex hull. B. Convex hull The separating plane is the hyperplane which is orthogonal to the line segent and bisects the line segent which connects the nearest points of the two convex hulls of the data sets. In Fig., the convex hull of class A(B) consists of all the points which could be written as convex cobination of the points in A(B). A convex cobination of points in A, u, is denoted by u= i A β ix i, where i A,β i 0, and i A β i=1 and the convex cobination of the points in B, v, is denoted by v= j B β jx j, where j B, β j 0, and j B β j=1. Assue U is the convex hull of A, V is the convex hull of B [7]. The proble of finding two nearest points in the convex hulls could be written as follows: in u v (8) Fig.. Two closest points of the two convex hulls deterine the separating plane such that u U, and v V. If (ω, b) is the optial solution of Eq. (3), and (u, v) is the optial solution of Eq. (8), with the fact that the axiu argin of the two sets=/ ω = u v, and ω has the sae direction with (u v), so ω = (u v), u v b = v u u v. We could introduce a new variable, σ, to Eq. (3) and then rewrite i α iy i = 0 into two constraints α i y i = σ, i A Now, we define β rewritten as follows in σ = α σ α i y i = σ. i B,, so Eq. (3) could be β β k y y k x x k σ (9) such that 0 β i 1, i A k β i = 1, j B β j = 1. When σ =, it is equivalent to k ββ ky y k x x k the following proble: in 1 β β k y y k x x k (10) such that 0 β i 1, i A k β i = 1, j B β j = 1.

4 We now define the atrix P with coluns: y 1 x 1, y x,, y x. With this, we can obtain the following equation fro Eq. (10) as β β k y y k x x k = P β. k If β satisfies the constraints, then P β = u v,where u U and v V. So Eq. (3) is equivalent to Eq. (8). Except the algebraic description for convex hull, We also could represent a convex hull with a set of facets and a set adjacency lists giving the neighbors and vertices for each facet. The boundary eleents of a facet are denoted as ridges. Each ridge signifies the adjacency of two facets. In R 3 and general position, facets are triangles and ridges are edges. A Delaunay triangulation in R d could be coputed fro a convex hull in R d+1. To deterine the Delaunay triangulation of a set of points, we can calculate it by lifting the points to a paraboloid and coputing their convex hull. The set of ridges of the lower convex hull is the Delaunay triangulation of the original points [1]. Gabriel graph can be coputed by discarding edges fro Delaunay triangulation. However, according to the tie consued, this approach to obtain the Gabriel graph is not a very attractive one when nuber of diensions is large. C. Gabriel graph In K-Nearest neighbor classification, we classify an object (point) in d-diensional space according to the doinant class aong its k-nearest neighbors fro the training data set. It is useful if we can find soe representatives fro the training set to classify new point while preserving a high accuracy. Both Voronoi diagra and Gabriel graph can be used for such purpose. The general idea is found in [3]. A Voronoi diagra is a partition of special points into regions such that each region consists of points closer to one particular node than to any other nodes. For exaple, a set of points P := p 1, p,... such that for each cell corresponding to point p i, the points q in that cell are nearer to p i than to any other point in P. In other words, the points q satisfies the following inequality: dist(q, p i ) < dist(q, p j ), p i, p j P, j i. Therefore, a new point in a Voronoi region ust be closer to the region s node than to any other nodes. So, we can assign the new point to the class represented by the region s node. Moreover, the boundaries of the Voronoi regions separating those regions whose nodes are of different class can be used as the decision boundary of the clas- Fig. 3. Gabriel graph sifier. However, it is clear that the nodes whose boundaries did not contribute to the decision boundary are redundant and can be safely deleted fro the training data. Gabriel graph of a set, S, of points has an edge between points p and q in S if and only if the diaetral sphere of p and q does not contain any other points. The resulting points fro the above process ake up of the Gabriel edited set. We shall see that decision boundary can be constructed fro those Gabriel neighbors (p and q) such that p and q are of different classes (see Fig. 3). The Gabriel edited set is always a subset of the Voronoi edited set because of the fact that a Gabriel graph of a set of points is a subgraph of Delaunay triangulation for that set. Thus, Gabriel editing which is the procedure of finding the Gabriel neighbors, reduces the size of the training set ore than Voronoi editing. Although, the resulting Gabriel editing does not preserve the original decision boundary, the changes occur ainly outside of the zones of interest. The Gabriel editing algorith can be forulated as follows: 1. Copute the Gabriel graph for the training set.. Visit each node, arking it if all its Gabriel neighbors are of the sae class as the current node. 3. Delete all arked nodes, exiting with the reaining ones as the edited training set. Clearly, the Gabriel graph can be coputed by brute force if for every potential pair of neighbors A and B, we just verify if any other point X is contained in the diaetral sphere such that L (A, X) + L (B, X) < L (A, B) where L is the square of the distance between the two points. A. Tie Coplexity III. Experients and Results Table I suarizes the theoretical analyses fro the research result of Hush and Scovel [6] and Bhattacharya [3], where n is the nuber of input points, d is the diension. Here, ɛ n is obtained through an appropriate

5 TABLE I Tie Coplexity Methods Best Average Worst Case Case Case SVM O(n) uncertain O(n 5 log n /ɛ n) Gabriel graph O(dn ) O(dn 3 ) O(dn 3 ) noralization of objective function, R, and depends on n. The Best Case for any algorith is to visit each data point once. For average case analysis with SVM, it typically requires soe knowledge of the distribution over proble instances. Moreover, it is not uncoon to see run tie estiates of to 3 reported fro experients with these types of algoriths [6]. But the bounds of iteration steps to find the optial solution could not be ade certain. The Gabriel graph algorith requires O(n ) operations to yield O(n ) pairs of Gabriel neighbors. For each such pair of points (A, B), the algorith requires O(nd) operations. Hence the overall average coplexity of the algorith is O(dn 3 ). Fro Table I, we see that Gabriel graph is ore stable in different cases (linear-separable or nonlinear-separable cases and different data sets) but has poor perforance with data having high diension. Even now we have not found an exact way to easure the iterations that the algorith will take to copute the optial solution. In other words, the result of SVM is data-sensitive, i.e., it changes with different data sets. The diension has little effect on SVM. The worst case for SVM is that the algorith of SVM drives the criterion function to the optiu solution in O( Cn4 ɛ n ) iterations. In each step it will take O(n log n ) tie to deterine whether the result satisfies the constraints for the optial solution. Although this does not happen often in the real world, it is a point to consider when ipleenting the algorith. The following epirical experients evaluate the perforance of SVM and Gabriel graph on two siple data sets: (1) Iris data set and () Spiral data set. First, we use Libsv [5], an integrated software for support vector classification, (C-SVC, nu-svc), regression (epsilon- SVR, nu-svr) and distribution estiation (one-class SVM). It supports ulti-class classification. The basic algorith is a siplification of both SMO by Platt and SVMLight by Joachis. It provides both C++ and Java source codes. Second, we ipleent the Gabriel graph [3] algorith with Matlab. We run the two algoriths under WINNT operating syste and record the result. In these experients, the SVM paraeters are set according to Table II. TABLE II SVM paraeters setting Paraeter Spiral Data Iris Data Kernel Function Radial Basis Function Dot Product Error Penalty(C) Gaa for RBF 50 Default TABLE III Experients on the Iris Data and the Spiral Data Method Size Support Gabriel of Data set Vectors Edited Set Iris Data 100 Spiral Data B. Iris Data and Spiral Data The Iris data set consists of four easureents ade on each of 150 flowers. There are three pattern classes: Virginica, Setosa, and Versicolor corresponding to three different types of Iris. In this case, the reference set consists of 150 feature vectors in 4-space each of which is assigned to one of the three above entioned classes. In these experients, we only choose two features of the two classes (Iris-setosa and Iris-versicolor) of the Iris data: petal length and petal width as the test data. Table III shows the results when the Gabriel graph algorith and SVM are applied to the Iris data. We record the nuber of support vectors and the size of Gabriel edited set. In the second exaple, we illustrate the two ethods on a two-spiral benchark proble. The training data with two classes indicated with the different labels are in a two diensional input space. (see Fig. 4 and Fig. 5)The excellent generalization perforance is clear fro the decision boundaries shown in the two ethods experient. The results are shown in Table III. IV. Discussions As described in above sections, the Convex hull could be one intuitive geoetric explanation for SVM and it also can be used to solve the Voronoi diagra proble. In fact, the edited set of Voronoi diagra is the super set of the edited set of Gabriel graph. There exist soe relationships between SVM and Gabriel graph. Observation #1 Fro the two experients, we observe that the nuber of support vectors is always saller than the size of the Gabriel graph edited

6 Fig. 4. The boundary found by Gabriel graph evaluate the average case of soe SVM algoriths. Observation #3 For the siple case, we can observe that SVM and Gabriel graph could solve the proble perfectly, if we select the proper paraeter for SVM. V. Conclusion In this paper, we have deonstrated how the SVM and Gabriel graph can be used for solving the classification proble. Moreover, we have tried to show the relationships aong these two algoriths. The Gabriel graph will render a superset of the SVM results through epirical observations. We could try to iprove SVM s perforance in general by using the Gabriel graph s training data set reduction algorith. In light of this, we plan to investigate the following in the future: 1. Given the sae input data set, copare which algorith is faster and ore accurate in obtaining the optial decision boundary.. Theoretically prove that support vectors are the subset of Gabriel edited set. Acknowledgeent This research is supported in part by an Eararked Grant fro the Hong Kong s University Grants Coittee (UGC), CUHK #4407/99E. Fig. 5. The boundary found by SVM set. Suppose support vectors are indeed the subset of the Gabriel edited set, we could iprove SVM with Gabriel graph algorith as follows: 1. Map the data to soe other higher, possibly infinite, diension space, H and fit an optial linear classifier in that space.. Use the Gabriel graph algorith to reduce the size of the training data. 3. Using the SVM s optiization steps to obtain the solution to the quadratic proble and find the separating plane. As a result of applying the steps above, the reduced training data will accelerate the convergence speed of finding the optial quadratic solution. Observation # Moreover, the Gabriel graph s forulation is ore rigid in the sense that it is not paraetrizable so that there is only a single solution to Gabriel graph for a given input set. On the other hand, SVM can be paraeterized to achieve different results for a given input set. For exaple, error penalty can be odified to suit a user s requireent. Nonetheless, the Gabriel graph algorith provides a stable solution which can be used as a reference to References [1] C. Bradford Barber, David P. Dobkin, and Hannu Huhanpaa. The quickhull algorith for convex hulls. ACM Transactions on Matheatical Software, (4): , [] Kristin P. Bennett and Erin J. Bredensteiner. Duality and Geoetry in SVM Classifiers. Morgan Kaufann, San Francisco, CA, 000. [3] Binay K. Bhattacharya, Ronald S. Poulsen, and Godfried T. Toussaint. Application of Proxiity Graphs to Editing Nearest Neighbor Decision Rule. International Syposiu on Inforation Theory, Santa Monica, [4] Christopher J. C. Burges. A tutorial on support vector achines for pattern recognition. Data Mining and Knowledge Discovery, ():11 167, [5] Chih-Chung Chang and Chih-Jen Lin. LIBSVM: a Library for Support Vector Machines (Version.31). Technical report, Departent of Coputer Science and Inforation Engineering, National Taiwan University, Taipei, Taiwan, 001. [6] Don Hush and Clint Scovel. Polynoial-tie decoposition algoriths for support vector achines. Technical report, Los Alaos National Laboratory, USA, 000. [7] S.S. Keerthi, S.K. Shevade, C. Bhattacharyya, and K.R.K. Murthy. A Fast Iterative Nearest Point Algorith for Support Vector Machine Classifier Design. Technical Report TR- ISL-99-03, Intelligent Systes Lab, Dept. of Coputer Science and Autoation, Indian Institute of Science, Bangalore, India, 000. [8] V. N. Vapnik. Estiation of dependencies based on epirical Data. (in Russian), Nauka, Moscow, [9] Vladiir N. Vapnik. The nature of statistical learning theory. Springer Verlag, Heidelberg, Gerany, 1995.

Gromov-Hausdorff Distance Between Metric Graphs

Gromov-Hausdorff Distance Between Metric Graphs Groov-Hausdorff Distance Between Metric Graphs Jiwon Choi St Mark s School January, 019 Abstract In this paper we study the Groov-Hausdorff distance between two etric graphs We copute the precise value

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks IEEE IFOCO 2 International Workshop on Future edia etworks and IP-based TV Utility-Based Resource Allocation for ixed Traffic in Wireless etworks Li Chen, Bin Wang, Xiaohang Chen, Xin Zhang, and Dacheng

More information

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

Geo-activity Recommendations by using Improved Feature Combination

Geo-activity Recommendations by using Improved Feature Combination Geo-activity Recoendations by using Iproved Feature Cobination Masoud Sattari Middle East Technical University Ankara, Turkey e76326@ceng.etu.edu.tr Murat Manguoglu Middle East Technical University Ankara,

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

Identifying Converging Pairs of Nodes on a Budget

Identifying Converging Pairs of Nodes on a Budget Identifying Converging Pairs of Nodes on a Budget Konstantina Lazaridou Departent of Inforatics Aristotle University, Thessaloniki, Greece konlaznik@csd.auth.gr Evaggelia Pitoura Coputer Science and Engineering

More information

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

Minimax Sensor Location to Monitor a Piecewise Linear Curve

Minimax Sensor Location to Monitor a Piecewise Linear Curve NSF GRANT #040040 NSF PROGRAM NAME: Operations Research Miniax Sensor Location to Monitor a Piecewise Linear Curve To M. Cavalier The Pennsylvania State University University Par, PA 680 Whitney A. Conner

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

Boosted Detection of Objects and Attributes

Boosted Detection of Objects and Attributes L M M Boosted Detection of Objects and Attributes Abstract We present a new fraework for detection of object and attributes in iages based on boosted cobination of priitive classifiers. The fraework directly

More information

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches Efficient Estiation of Inclusion Coefficient using HyperLogLog Sketches Azade Nazi, Bolin Ding, Vivek Narasayya, Surajit Chaudhuri Microsoft Research {aznazi, bolind, viveknar, surajitc}@icrosoft.co ABSTRACT

More information

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses International Journal of Industrial Engineering & Production Research Septeber 03, Volue 4, Nuber 3 pp. 9-35 ISSN: 008-4889 http://ijiepr.iust.ac.ir/ Using Iperialist Copetitive Algorith in Optiization

More information

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network A Bea Search Method to Solve the Proble of Assignent Cells to Switches in a Cellular Mobile Networ Cassilda Maria Ribeiro Faculdade de Engenharia de Guaratinguetá - DMA UNESP - São Paulo State University

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

1 Extended Boolean Model

1 Extended Boolean Model 1 EXTENDED BOOLEAN MODEL It has been well-known that the Boolean odel is too inflexible, requiring skilful use of Boolean operators to obtain good results. On the other hand, the vector space odel is flexible

More information

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands

Oblivious Routing for Fat-Tree Based System Area Networks with Uncertain Traffic Demands Oblivious Routing for Fat-Tree Based Syste Area Networks with Uncertain Traffic Deands Xin Yuan Wickus Nienaber Zhenhai Duan Departent of Coputer Science Florida State University Tallahassee, FL 3306 {xyuan,nienaber,duan}@cs.fsu.edu

More information

The Internal Conflict of a Belief Function

The Internal Conflict of a Belief Function The Internal Conflict of a Belief Function Johan Schubert Abstract In this paper we define and derive an internal conflict of a belief function We decopose the belief function in question into a set of

More information

Summary. Reconstruction of data from non-uniformly spaced samples

Summary. Reconstruction of data from non-uniformly spaced samples Is there always extra bandwidth in non-unifor spatial sapling? Ralf Ferber* and Massiiliano Vassallo, WesternGeco London Technology Center; Jon-Fredrik Hopperstad and Ali Özbek, Schluberger Cabridge Research

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S COPUTER GEERATED HOLOGRAS Optical Sciences 67 W.J. Dallas (onday, August 3, 004, 1:38 P) PART III: CHAPTER OE DIFFUSERS FOR CGH S Part III: Chapter One Page 1 of 8 Introduction Hologras for display purposes

More information

Distributed Multicast Tree Construction in Wireless Sensor Networks

Distributed Multicast Tree Construction in Wireless Sensor Networks Distributed Multicast Tree Construction in Wireless Sensor Networks Hongyu Gong, Luoyi Fu, Xinzhe Fu, Lutian Zhao 3, Kainan Wang, and Xinbing Wang Dept. of Electronic Engineering, Shanghai Jiao Tong University,

More information

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem Theoretical Analysis of Local Search and Siple Evolutionary Algoriths for the Generalized Travelling Salesperson Proble Mojgan Pourhassan ojgan.pourhassan@adelaide.edu.au Optiisation and Logistics, The

More information

Novel Image Representation and Description Technique using Density Histogram of Feature Points

Novel Image Representation and Description Technique using Density Histogram of Feature Points Novel Iage Representation and Description Technique using Density Histogra of Feature Points Keneilwe ZUVA Departent of Coputer Science, University of Botswana, P/Bag 00704 UB, Gaborone, Botswana and Tranos

More information

Weeks 1 3 Weeks 4 6 Unit/Topic Number and Operations in Base 10

Weeks 1 3 Weeks 4 6 Unit/Topic Number and Operations in Base 10 Weeks 1 3 Weeks 4 6 Unit/Topic Nuber and Operations in Base 10 FLOYD COUNTY SCHOOLS CURRICULUM RESOURCES Building a Better Future for Every Child - Every Day! Suer 2013 Subject Content: Math Grade 3rd

More information

A Distributed Multi-service Resource Allocation Algorithm in Heterogeneous Wireless Access Medium

A Distributed Multi-service Resource Allocation Algorithm in Heterogeneous Wireless Access Medium 1 A Distributed Multi-service Resource Allocation Algorith in Heterogeneous Wireless Access Mediu Muhaad Isail, Student Meber, IEEE, and Weihua Zhuang, Fellow, IEEE Abstract In this paper, radio resource

More information

Optimal Route Queries with Arbitrary Order Constraints

Optimal Route Queries with Arbitrary Order Constraints IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL.?, NO.?,? 20?? 1 Optial Route Queries with Arbitrary Order Constraints Jing Li, Yin Yang, Nikos Maoulis Abstract Given a set of spatial points DS,

More information

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression Sha M. Kakade Microsoft Research and Wharton, U Penn skakade@icrosoft.co Varun Kanade SEAS, Harvard University

More information

Construction of a regular hendecagon by two-fold origami

Construction of a regular hendecagon by two-fold origami J. C. LUCERO /207 Construction of a regular hendecagon by two-fold origai Jorge C. Lucero 1 Introduction Single-fold origai refers to geoetric constructions on a sheet of paper by perforing a sequence

More information

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization 1 Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization Jonathan van de Belt, Haed Ahadi, and Linda E. Doyle The Centre for Future Networks and Counications - CONNECT,

More information

Minimax Sensor Location in the Plane

Minimax Sensor Location in the Plane NSF GRANT #040040 NSF PROGRAM NAME: Operations Research Miniax Sensor Location in the Plane To M. Cavalier The Pennsylvania State University University Par, PA 680 Enrique del Castillo The Pennsylvania

More information

Spectral Clustering with Two Views

Spectral Clustering with Two Views Spectral Clustering with Two Views Virginia R. de Sa Departent of Cognitive Science, 55 University of California, San Diego 95 Gilan Dr. La Jolla, CA 993-55 desa@ucsd.edu Abstract In this paper we develop

More information

Linear methods for supervised learning

Linear methods for supervised learning Linear methods for supervised learning LDA Logistic regression Naïve Bayes PLA Maximum margin hyperplanes Soft-margin hyperplanes Least squares resgression Ridge regression Nonlinear feature maps Sometimes

More information

Predicting x86 Program Runtime for Intel Processor

Predicting x86 Program Runtime for Intel Processor Predicting x86 Progra Runtie for Intel Processor Behra Mistree, Haidreza Haki Javadi, Oid Mashayekhi Stanford University bistree,hrhaki,oid@stanford.edu 1 Introduction Progras can be equivalent: given

More information

A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER

A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER A CRYPTANALYTIC ATTACK ON RC4 STREAM CIPHER VIOLETA TOMAŠEVIĆ, SLOBODAN BOJANIĆ 2 and OCTAVIO NIETO-TALADRIZ 2 The Mihajlo Pupin Institute, Volgina 5, 000 Belgrade, SERBIA AND MONTENEGRO 2 Technical University

More information

2013 IEEE Conference on Computer Vision and Pattern Recognition. Compressed Hashing

2013 IEEE Conference on Computer Vision and Pattern Recognition. Compressed Hashing 203 IEEE Conference on Coputer Vision and Pattern Recognition Copressed Hashing Yue Lin Rong Jin Deng Cai Shuicheng Yan Xuelong Li State Key Lab of CAD&CG, College of Coputer Science, Zhejiang University,

More information

λ-harmonious Graph Colouring Lauren DeDieu

λ-harmonious Graph Colouring Lauren DeDieu λ-haronious Graph Colouring Lauren DeDieu June 12, 2012 ABSTRACT In 198, Hopcroft and Krishnaoorthy defined a new type of graph colouring called haronious colouring. Haronious colouring is a proper vertex

More information

Reconstruction of Time Series using Optimal Ordering of ICA Components

Reconstruction of Time Series using Optimal Ordering of ICA Components Reconstruction of Tie Series using Optial Ordering of ICA Coponents Ar Goneid and Abear Kael Departent of Coputer Science & Engineering, The Aerican University in Cairo, Cairo, Egypt e-ail: goneid@aucegypt.edu

More information

Shape Optimization of Quad Mesh Elements

Shape Optimization of Quad Mesh Elements Shape Optiization of Quad Mesh Eleents Yufei Li 1, Wenping Wang 1, Ruotian Ling 1, and Changhe Tu 2 1 The University of Hong Kong 2 Shandong University Abstract We study the proble of optiizing the face

More information

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation 28 Aerican Control Conference Westin Seattle Hotel, Seattle, Washington, USA June -3, 28 WeC9.5 A Model Free Autoatic Tuning Method for a Restricted Structured Controller by Using Siultaneous Perturbation

More information

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS Key words SOA, optial, coplex service, coposition, Quality of Service Piotr RYGIELSKI*, Paweł ŚWIĄTEK* OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS One of the ost iportant tasks in service oriented

More information

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL

COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL COLOR HISTOGRAM AND DISCRETE COSINE TRANSFORM FOR COLOR IMAGE RETRIEVAL 1 Te-Wei Chiang ( 蔣德威 ), 2 Tienwei Tsai ( 蔡殿偉 ), 3 Jeng-Ping Lin ( 林正平 ) 1 Dept. of Accounting Inforation Systes, Chilee Institute

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model 1746 J. Opt. Soc. A. A/ Vol. 22, No. 9/ Septeber 2005 Y. J. Xiao and Y. F. Li Optiized stereo reconstruction of free-for space curves based on a nonunifor rational B-spline odel Yi Jun Xiao Departent of

More information

A simplified approach to merging partial plane images

A simplified approach to merging partial plane images A siplified approach to erging partial plane iages Mária Kruláková 1 This paper introduces a ethod of iage recognition based on the gradual generating and analysis of data structure consisting of the 2D

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi

Brian Noguchi CS 229 (Fall 05) Project Final Writeup A Hierarchical Application of ICA-based Feature Extraction to Image Classification Brian Noguchi A Hierarchical Application of ICA-based Feature Etraction to Iage Classification Introduction Iage classification poses one of the greatest challenges in the achine vision and achine learning counities.

More information

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints

An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured from Different Viewpoints 519 An Integrated Processing Method for Multiple Large-scale Point-Clouds Captured fro Different Viewpoints Yousuke Kawauchi 1, Shin Usuki, Kenjiro T. Miura 3, Hiroshi Masuda 4 and Ichiro Tanaka 5 1 Shizuoka

More information

Support Vector Machine Based Robotic Traversability Prediction with Vision Features

Support Vector Machine Based Robotic Traversability Prediction with Vision Features International Journal of Coputational Intelligence Systes, Vol. 6, No. (July, 0), 96-608 Support Vector Machine Based Robotic Traversability Prediction with Vision Features Jianwei Cui, Yan Guo, Huatao

More information

A Discrete Spring Model to Generate Fair Curves and Surfaces

A Discrete Spring Model to Generate Fair Curves and Surfaces A Discrete Spring Model to Generate Fair Curves and Surfaces Atsushi Yaada Kenji Shiada 2 Tootake Furuhata and Ko-Hsiu Hou 2 Tokyo Research Laboratory IBM Japan Ltd. LAB-S73 623-4 Shiotsurua Yaato Kanagawa

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

A Comparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Problem

A Comparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Problem IE Vol. 7, No. 2, pp. 84-92, Septeber 2008. A Coparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Proble Ji Ung Sun School of Industrial and Managent Engineering Hankuk University

More information

News Events Clustering Method Based on Staging Incremental Single-Pass Technique

News Events Clustering Method Based on Staging Incremental Single-Pass Technique News Events Clustering Method Based on Staging Increental Single-Pass Technique LI Yongyi 1,a *, Gao Yin 2 1 School of Electronics and Inforation Engineering QinZhou University 535099 Guangxi, China 2

More information

Support Vector Machines: Hype or Hallelujah?

Support Vector Machines: Hype or Hallelujah? Support Vector Machines: Hype or Hallelujah? Kristin P. Bennett Math Sciences Departent Rensselaer Polytechnic Institute Troy, NY 12180 bennek@rpi.edu Colin Capbell Departent of Engineering Matheatics

More information

A Non-greedy Decision Tree Algorithm. Kristin P. Bennett. Rensselaer Polytechnic Institute. Troy, NY 12180

A Non-greedy Decision Tree Algorithm. Kristin P. Bennett. Rensselaer Polytechnic Institute. Troy, NY 12180 Global Tree Optiization: A Non-greedy Decision Tree Algith Kristin P. Bennett Eail benne@rpi.edu Departent of Matheatical Sciences Rensselaer Polytechnic Institute Troy, NY 28 Abstract A non-greedy approach

More information

An Efficient Approach for Content Delivery in Overlay Networks

An Efficient Approach for Content Delivery in Overlay Networks An Efficient Approach for Content Delivery in Overlay Networks Mohaad Malli, Chadi Barakat, Walid Dabbous Projet Planète, INRIA-Sophia Antipolis, France E-ail:{alli, cbarakat, dabbous}@sophia.inria.fr

More information

Heterogeneous Radial Basis Function Networks

Heterogeneous Radial Basis Function Networks Proceedings of the International Conference on Neural Networks (ICNN ), vol. 2, pp. 23-2, June. Heterogeneous Radial Basis Function Networks D. Randall Wilson, Tony R. Martinez e-ail: randy@axon.cs.byu.edu,

More information

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION

AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION 10th International Society for Music Inforation Retrieval Conference (ISMIR 2009) AN INTEGRATED APPROACH TO MUSIC BOUNDARY DETECTION Min-Yian Su, Yi-Hsuan Yang, Yu-Ching Lin, Hoer Chen National Taiwan

More information

A Low-Cost Multi-Failure Resilient Replication Scheme for High Data Availability in Cloud Storage

A Low-Cost Multi-Failure Resilient Replication Scheme for High Data Availability in Cloud Storage 216 IEEE 23rd International Conference on High Perforance Coputing A Low-Cost Multi-Failure Resilient Replication Schee for High Data Availability in Cloud Storage Jinwei Liu* and Haiying Shen *Departent

More information

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards Unit 1 Congruence, Proof, and Constructions Doain: Congruence (CO) Essential Question: How do properties of congruence help define and prove geoetric relationships? Matheatical Practices: 1. Make sense

More information

A Novel 2D Texture Classifier For Gray Level Images

A Novel 2D Texture Classifier For Gray Level Images 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.co A Novel 2D Texture Classifier For Gray Level Iages B.S. Mousavi 1 Young Researchers Club, Zahedan

More information

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl.

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl. Structural Balance in Networks An Optiizational Approach Andrej Mrvar Faculty of Social Sciences University of Ljubljana Kardeljeva pl. 5 61109 Ljubljana March 23 1994 Contents 1 Balanced and clusterable

More information

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 17. FRESNEL DIFFRACTION ON A ROUND APERTURE

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 17. FRESNEL DIFFRACTION ON A ROUND APERTURE 7. FRESNEL DIFFRACTION ON A ROUND APERTURE. Objective Exaining diffraction pattern on a round aperture, deterining wavelength of light source.. Equipent needed Optical workbench, light source, color filters,

More information

3 Conference on Inforation Sciences and Systes, The Johns Hopkins University, March, 3 Sensitivity Characteristics of Cross-Correlation Distance Metric and Model Function F. Porikli Mitsubishi Electric

More information

Geometric Constraint Solver using Multivariate Rational Spline Functions

Geometric Constraint Solver using Multivariate Rational Spline Functions Geoetric onstraint Solver using Multivariate ational Spline Functions Gershon Elber Departent of oputer Science Technion srael nstitute of Technology Haifa 3000 srael E-ail: gershon@cstechnionacil Myung-Soo

More information

Training Data Selection for Support Vector Machines

Training Data Selection for Support Vector Machines Training Data Selection for Support Vector Machines Jigang Wang, Predrag Neskovic, and Leon N Cooper Institute for Brain and Neural Systems, Physics Department, Brown University, Providence RI 02912, USA

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor Willia Hoff Dept of Electrical Engineering &Coputer Science http://inside.ines.edu/~whoff/ 1 Caera Calibration 2 Caera Calibration Needed for ost achine vision and photograetry tasks (object

More information

Fast Support Vector Machine Classification of Very Large Datasets

Fast Support Vector Machine Classification of Very Large Datasets Fast Support Vector Machine Classification of Very Large Datasets Janis Fehr 1, Karina Zapién Arreola 2 and Hans Burkhardt 1 1 University of Freiburg, Chair of Pattern Recognition and Image Processing

More information

Automatic Graph Drawing Algorithms

Automatic Graph Drawing Algorithms Autoatic Graph Drawing Algoriths Susan Si sisuz@turing.utoronto.ca Deceber 7, 996. Ebeddings of graphs have been of interest to theoreticians for soe tie, in particular those of planar graphs and graphs

More information

Galois Homomorphic Fractal Approach for the Recognition of Emotion

Galois Homomorphic Fractal Approach for the Recognition of Emotion Galois Hooorphic Fractal Approach for the Recognition of Eotion T. G. Grace Elizabeth Rani 1, G. Jayalalitha 1 Research Scholar, Bharathiar University, India, Associate Professor, Departent of Matheatics,

More information

IN many interactive multimedia streaming applications, such

IN many interactive multimedia streaming applications, such 840 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 8, NO. 5, MAY 06 A Geoetric Approach to Server Selection for Interactive Video Streaing Yaochen Hu, Student Meber, IEEE, DiNiu, Meber, IEEE, and Zongpeng Li, Senior

More information

Leveraging Relevance Cues for Improved Spoken Document Retrieval

Leveraging Relevance Cues for Improved Spoken Document Retrieval Leveraging Relevance Cues for Iproved Spoken Docuent Retrieval Pei-Ning Chen 1, Kuan-Yu Chen 2 and Berlin Chen 1 National Taiwan Noral University, Taiwan 1 Institute of Inforation Science, Acadeia Sinica,

More information

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks

Investigation of The Time-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Investigation of The Tie-Offset-Based QoS Support with Optical Burst Switching in WDM Networks Pingyi Fan, Chongxi Feng,Yichao Wang, Ning Ge State Key Laboratory on Microwave and Digital Counications,

More information

Ranking Spatial Data by Quality Preferences

Ranking Spatial Data by Quality Preferences 1 Ranking Spatial Data by Quality Preferences Man Lung Yiu, Hua Lu, Nikos Maoulis, and Michail Vaitis Abstract A spatial preference query ranks objects based on the qualities of features in their spatial

More information

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing A Trajectory Splitting Model for Efficient Spatio-Teporal Indexing Slobodan Rasetic Jörg Sander Jaes Elding Mario A. Nasciento Departent of Coputing Science University of Alberta Edonton, Alberta, Canada

More information

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou

MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES. Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou MULTI-INDEX VOTING FOR ASYMMETRIC DISTANCE COMPUTATION IN A LARGE-SCALE BINARY CODES Chih-Yi Chiu, Yu-Cyuan Liou, and Sheng-Hao Chou Departent of Coputer Science and Inforation Engineering, National Chiayi

More information

On the Computation and Application of Prototype Point Patterns

On the Computation and Application of Prototype Point Patterns On the Coputation and Application of Prototype Point Patterns Katherine E. Tranbarger Freier 1 and Frederic Paik Schoenberg 2 Abstract This work addresses coputational probles related to the ipleentation

More information

A Hybrid Network Architecture for File Transfers

A Hybrid Network Architecture for File Transfers JOURNAL OF IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 6, NO., JANUARY 9 A Hybrid Network Architecture for File Transfers Xiuduan Fang, Meber, IEEE, Malathi Veeraraghavan, Senior Meber,

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

Guillotine subdivisions approximate polygonal subdivisions: Part III { Faster polynomial-time approximation schemes for

Guillotine subdivisions approximate polygonal subdivisions: Part III { Faster polynomial-time approximation schemes for Guillotine subdivisions approxiate polygonal subdivisions: Part III { Faster polynoial-tie approxiation schees for geoetric network optiization Joseph S. B. Mitchell y April 19, 1997; Last revision: May

More information

Non-Bayesian Classifiers Part II: Linear Discriminants and Support Vector Machines

Non-Bayesian Classifiers Part II: Linear Discriminants and Support Vector Machines Non-Bayesian Classifiers Part II: Linear Discriminants and Support Vector Machines Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2007 c 2007,

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Maximum Margin Methods Varun Chandola Computer Science & Engineering State University of New York at Buffalo Buffalo, NY, USA chandola@buffalo.edu Chandola@UB CSE 474/574

More information

Visualization of Support Vector Machines with Unsupervised Learning

Visualization of Support Vector Machines with Unsupervised Learning Visualization of Support Vector Machines with Unsupervised Learning Lutz Hael Departent of Coputer Science and Statistics University of Rhode Island, Kingston, RI 02881 lutz@inductive-reasoning.co Abstract

More information

Manifold Regularized Transfer Distance Metric Learning

Manifold Regularized Transfer Distance Metric Learning HAIBO SHI, YONG LUO, CHAO XU, YONGGANG WEN: MTDML 1 Manifold Regularized Transfer Distance Metric Learning Haibo Shi 1 shh@pku.edu.cn Yong Luo 2 yluo180@gail.co Chao Xu 1 xuchao@cis.pku.edu.cn Yonggang

More information

2 P. S. BRADLEY & O. L. MANGASARIAN 2. The k-plane Clustering (kpc) Algorith We consider a set A of points in the n-diensional real space R n represen

2 P. S. BRADLEY & O. L. MANGASARIAN 2. The k-plane Clustering (kpc) Algorith We consider a set A of points in the n-diensional real space R n represen Journal of Global Optiization,, {9 (999) c 999 Kluwer Acadeic Publishers, Boston. Manufactured in The Netherlands. k-plane Clustering P. S. BRADLEY & O. L. MANGASARIAN bradley@icrosoft.co, olvi@cs.wisc.edu

More information

The Boundary Between Privacy and Utility in Data Publishing

The Boundary Between Privacy and Utility in Data Publishing The Boundary Between Privacy and Utility in Data Publishing Vibhor Rastogi Dan Suciu Sungho Hong ABSTRACT We consider the privacy proble in data publishing: given a database instance containing sensitive

More information

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh 1, Issa Khalil 2, and Abdallah Khreishah 3 1: Coputer Engineering & Inforation Technology,

More information

All lecture slides will be available at CSC2515_Winter15.html

All lecture slides will be available at  CSC2515_Winter15.html CSC2515 Fall 2015 Introduc3on to Machine Learning Lecture 9: Support Vector Machines All lecture slides will be available at http://www.cs.toronto.edu/~urtasun/courses/csc2515/ CSC2515_Winter15.html Many

More information

ADAPTIVE EVOLUTIONARY ALGORITHMS ON UNITATION, ROYAL ROAD AND LONGPATH FUNCTIONS

ADAPTIVE EVOLUTIONARY ALGORITHMS ON UNITATION, ROYAL ROAD AND LONGPATH FUNCTIONS ADAPTIVE EVOLUTIONARY ALGORITHMS ON UNITATION, ROYAL ROAD AND LONGPATH FUNCTIONS J. Neal Richter, John Paxton Coputer Science Departent, Montana State University, 357 EPS, Bozean, Montana 5974 http://www.cs.ontana.edu

More information

Finding Optimal Allocation of Constrained Cloud Capacity Using Hyperbolic Voronoi Diagrams on the Sphere

Finding Optimal Allocation of Constrained Cloud Capacity Using Hyperbolic Voronoi Diagrams on the Sphere Intelligent Inforation Manageent 4 9-5 http://dxdoiorg/46/ii455 Published Online October (http://wwwciporg/ournal/ii) Finding Optial Allocation of Constrained Cloud Capacity Using Hyperbolic Voronoi Diagras

More information

I ve Seen Enough : Incrementally Improving Visualizations to Support Rapid Decision Making

I ve Seen Enough : Incrementally Improving Visualizations to Support Rapid Decision Making I ve Seen Enough : Increentally Iproving Visualizations to Support Rapid Decision Making Sajjadur Rahan Marya Aliakbarpour 2 Ha Kyung Kong Eric Blais 3 Karrie Karahalios,4 Aditya Paraeswaran Ronitt Rubinfield

More information

Efficient and Strategyproof Spectrum Allocations in Multi-Channel Wireless Networks

Efficient and Strategyproof Spectrum Allocations in Multi-Channel Wireless Networks Efficient and Strategyproof Spectru Allocations in Multi-Channel Wireless Networks Ping Xu, Xiang-Yang Li, Senior Meber, IEEE, ShaoJie Tang, and JiZhong Zhao Abstract In this paper, we study the spectru

More information

Overview. Topology as Central Information in Building Models. Basic Set. Topology Topological Space. What is topology?

Overview. Topology as Central Information in Building Models. Basic Set. Topology Topological Space. What is topology? Overview What is topology? as Central Inforation in Building Models Frank Gielsdorf Wolfgang uhnt technet Gb Berlin Technical University Berlin Why topology is needed for process odeling? ow can topologic

More information

HKBU Institutional Repository

HKBU Institutional Repository Hong Kong Baptist University HKBU Institutional Repository HKBU Staff Publication 18 Towards why-not spatial keyword top-k ueries: A direction-aware approach Lei Chen Hong Kong Baptist University, psuanle@gail.co

More information

A Short SVM (Support Vector Machine) Tutorial

A Short SVM (Support Vector Machine) Tutorial A Short SVM (Support Vector Machine) Tutorial j.p.lewis CGIT Lab / IMSC U. Southern California version 0.zz dec 004 This tutorial assumes you are familiar with linear algebra and equality-constrained optimization/lagrange

More information

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation

Quantitative Comparison of Sinc-Approximating Kernels for Medical Image Interpolation Quantitative Coparison of Sinc-Approxiating Kernels for Medical Iage Interpolation Erik H. W. Meijering, Wiro J. Niessen, Josien P. W. Plui, Max A. Viergever Iage Sciences Institute, Utrecht University

More information