nips nips2006 nips2006-82 knowledge-graph by maker-knowledge-mining

82 nips-2006-Gaussian and Wishart Hyperkernels


Source: pdf

Author: Risi Kondor, Tony Jebara

Abstract: We propose a new method for constructing hyperkenels and define two promising special cases that can be computed in closed form. These we call the Gaussian and Wishart hyperkernels. The former is especially attractive in that it has an interpretable regularization scheme reminiscent of that of the Gaussian RBF kernel. We discuss how kernel learning can be used not just for improving the performance of classification and regression methods, but also as a stand-alone algorithm for dimensionality reduction and relational or metric learning. 1

Reference: text


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 edu Abstract We propose a new method for constructing hyperkenels and define two promising special cases that can be computed in closed form. [sent-6, score-0.017]

2 The former is especially attractive in that it has an interpretable regularization scheme reminiscent of that of the Gaussian RBF kernel. [sent-8, score-0.054]

3 We discuss how kernel learning can be used not just for improving the performance of classification and regression methods, but also as a stand-alone algorithm for dimensionality reduction and relational or metric learning. [sent-9, score-0.206]

4 1 Introduction The performance of kernel methods, such as Support Vector Machines, Gaussian Processes, etc. [sent-10, score-0.148]

5 Conceptually, the kernel captures our prior knowledge of the data domain. [sent-12, score-0.148]

6 There is a small number of popular kernels expressible in 2 closed form, such as the Gaussian RBF kernel k(x, x ) = exp(− x − x /(2σ 2 )), which boasts attractive and unique properties from an abstract function approximation point of view. [sent-13, score-0.266]

7 In real world problems, however, and especially when the data is heterogenous or discrete, engineering an appropriate kernel is a major part of the modelling process. [sent-14, score-0.165]

8 It is natural to ask whether instead it might be possible to learn the kernel itself from the data. [sent-15, score-0.148]

9 Recent years have seen the development of several approaches to kernel learning [5][1]. [sent-16, score-0.148]

10 Arguably the most principled method proposed to date is the hyperkernels idea introduced by Ong, Smola and Williamson [8][7][9]. [sent-17, score-0.364]

11 The current paper is a continuation of this work, introducing a new family of hyperkernels with attractive properties. [sent-18, score-0.408]

12 Recently there has been increasing interest in using the kernel in its own right to answer relational questions about the dataset. [sent-20, score-0.167]

13 Instead of predicting individual labels, a kernel characterizes which pairs of labels are likely to be the same, or related. [sent-21, score-0.176]

14 A different application is to use the learnt kernel to produce a low dimensional embedding via kernel PCA. [sent-23, score-0.318]

15 In this sense, kernel learning can be also be regarded as a dimensionality reduction or metric learning algorithm. [sent-24, score-0.214]

16 2 Hyperkernels We begin with a brief review of the kernel and hyperkernel formalism. [sent-25, score-0.934]

17 By kernel we mean a symmetric function k : X × X → R that is positive definite on X . [sent-30, score-0.188]

18 Whenever we refer to a function being positive definite, we assume that it is also symmetric. [sent-31, score-0.04]

19 Positive definiteness guarantees that k induces a Reproducing Kernel Hilbert Space (RKHS) F, which is a vector space of functions spanned by { kx (·) = k(x, ·) | x ∈ X } and endowed with an inner product satisfying kx , kx = k(x, x ). [sent-32, score-0.265]

20 By the Representer Theorem [2], f is expressible ˆ = m αi k(xi , x) for some α1 , α2 , . [sent-34, score-0.04]

21 in the form (x) i=1 The idea expounded in [8] is to set up an analogous optimization problem for finding k itself in the RKHS of a hyperkernel K : X × X → R, where X = X 2 . [sent-38, score-0.786]

22 To induce an RKHS K must be positive definite in the latter sense. [sent-40, score-0.04]

23 Additionaly, we have to ensure that the solution of our regularized risk minimization problem is itself a kernel. [sent-41, score-0.038]

24 To this end, we require that the functions Kx1 ,x1 (x2 , x2 ) that we get by fixing the first two arguments of K((x1 , x1 ), (x2 , x2 )) be symmetric and positive definite kernel in the remaining two arguments. [sent-42, score-0.213]

25 Then K is called a hyperkernel on X if and only if 1. [sent-45, score-0.786]

26 Denoting the RKHS of K by K, potential kernels lie in the cone K pd = { k ∈ K | k is pos. [sent-48, score-0.054]

27 Unfortunately, there is no simple way of restricting kernel learning algorithms to Kpd . [sent-51, score-0.148]

28 Instead, we will restrict ourselves to the positive quadrant K + = k ∈ K | k, Kx ≥ 0 ∀ x ∈ X , which is a subcone of Kpd . [sent-52, score-0.057]

29 If K∗ has the property that for any S ⊂ X the orthogonal projection of any k ∈ K ∗ to the subspace spanned by Kx | x ∈ X remains in K∗ , then k is expressible as m k(x, x ) = m αij K(xi ,xj ) (x, x ) = i,j=1 αij K((xi , xj ), (x, x )) (2) i,j=1 for some real coefficients (αij )i. [sent-55, score-0.098]

30 Finding functions that satisfy Definition 1 and also make sense in terms of regularization theory or practical problem domains in not trivial. [sent-60, score-0.046]

31 Let {gz : X → R} be a family of functions indexed by z ∈ Z and let h : Z×Z → R be a kernel. [sent-65, score-0.016]

32 Then k(x, x ) = gz (x) h(z, z ) gz (x ) dz dz (3) is a kernel on X . [sent-66, score-0.488]

33 3 Convolution hyperkernels One interpreation of a kernel k(x, x ) is that it quantifies some notion of similarity between points x and x . [sent-68, score-0.538]

34 For the Gaussian RBF kernel, and heat kernels in general, this similarity can be regarded as induced by a diffusion process in the ambient space [4]. [sent-69, score-0.111]

35 Just as physical substances diffuse in space, the similarity between x and x is mediated by intermediate points, in the sense that by virtue of x being similar to some x0 and x0 being similar to x , x and x themselves become similar to each other. [sent-70, score-0.063]

36 Specifically, the normalized Gaussian kernel on Rn of variance 2t = σ 2 , kt (x, x ) = 1 (4πt) n/2 e− x−x 2 /(4t) , satisfies the well known convolution property kt (x, x ) = kt/2 (x, x0 ) kt/2 (x0 , x) dx0 . [sent-72, score-0.248]

37 (5) Such kernels are by definition homogenous and isotropic in the ambient space. [sent-73, score-0.08]

38 What we hope for from the hyperkernels formalism is to be able to adapt to the inhomogeneous and anisotropic nature of training data, while retaining the transitivity idea in some form. [sent-74, score-0.494]

39 Hyperkernels achieve this by weighting the integrand of (5) in relation to what is “on the other side” of the hyperkernel. [sent-75, score-0.028]

40 Specifically, we define convolution hyperkernels by setting gz (x, x ) = r(x, z) r(x , z) in (4) for some r : X × X → R. [sent-76, score-0.496]

41 By (3), the resulting hyperkernel always satisfies the conditions of Definition 1. [sent-77, score-0.786]

42 Given functions r : X ×X → R and h : X ×X → R where h is positive definite, the convolution hyperkernel induced by r and h is K ((x1 , x1 ) , (x2 , x2 )) = r(x1 , z1 ) r(x1 , z1 ) h(z1 , z2 ) r(x2 , z2 ) r(x2 , z2 ) dz1 dz2 . [sent-79, score-0.882]

43 (6) A good way to visualize the structure of convolution hyperkernels is to note that (6) is proportional to the likelihood of the graphical model in the figure to the right. [sent-80, score-0.42]

44 The only requirements on the graphical model are to have the same potential function ψ1 at each of the extremities and to have a positive definite potential function ψ2 at the core. [sent-81, score-0.082]

45 1 The Gaussian hyperkernel To make the foregoing more concrete we now investigate the case where r(x, x ) and h(z, z ) are Gaussians. [sent-83, score-0.803]

46 The Gaussian hyperkernel on X = Rn is then defined as K((x1 , x1 ), (x2 , x2 )) = x1 , z X X σ2 z, x1 σ2 z, z 2 σh x2 , z σ2 z , x2 σ2 dz dz . [sent-85, score-0.974]

47 (7) Fixing x and completing the square we have x1 , z σ2 z, x1 σ2 = 1 1 exp − 2 2 )n 2σ (2πσ 1 n exp (2πσ 2 ) − 1 σ2 z− z−x1 x1 +x1 2 2 2 + z−x1 x1 −x1 4σ 2 − 2 = 2 = x 1 , x1 z, x1 2σ 2 σ 2/2 , where xi = (xi +xi )/2. [sent-86, score-0.098]

48 By the convolution property of Gaussians it follows that K((x1 , x1 ), (x2 , x2 )) = x1 , x1 2σ 2 x2 , x2 2σ 2 x1 , z X X z, z σ 2 /2 2 σh x1 , x1 2σ 2 z, x2 σ 2/2 x2 , x2 dz dz = 2σ 2 x1 , x 2 2 σ 2 +σh . [sent-87, score-0.244]

49 (8) It is an important property of the Gaussian hyperkernel that it can be evaluated in closed 2 form. [sent-88, score-0.803]

50 At 2 the opposite extreme, in the limit σh → ∞, the hyperkernel decouples into the product of two RBF kernels. [sent-90, score-0.803]

51 Since the hyperkernel expansion (2) is a sum over hyperkernel evaluations with one pair of arguments fixed, it is worth examining what these functions look like: 2 Kx1 ,x1 (x2 , x2 ) ∝ exp − x1 − x2 2 2 (σ 2 + σh ) exp − x2 − x2 2σ 2 2 (9) √ with σ = 2σ. [sent-91, score-1.661]

52 This is really a conventional Gaussian kernel between x2 and x2 multiplied by a spatially varying Gaussian intensity factor depending on how close the mean of x 2 and x2 is to the mean of the training pair. [sent-92, score-0.199]

53 This can be regarded as a localized Gaussian, and the full kernel (2) will be a sum of such terms with positive weights. [sent-93, score-0.232]

54 As x 2 and x2 move around in X , whichever localized Gaussians are centered close to their mean will dominate the sum. [sent-94, score-0.034]

55 By changing the (αij ) weights, the kernel learning algorithm can choose k from a highly flexible class of potential kernels. [sent-95, score-0.169]

56 ˆ ˜ ˆ Omitting details for brevity, the consequences of this include that K = K × K, where K ˜ is the RKHS of a Gaussian kernel over X , while K is the one-dimensional space generˆ x ˜ ated by x, 0 σ2 : each k ∈ K can be written as k(ˆ, x) = k(ˆ) x, 0 σ2 . [sent-97, score-0.148]

57 In summary, K behaves in (ˆ1 , x2 ) like a Gaussian kernel with variance x ˆ 2 2(σ 2 + σh ), but in x it just effects a one-dimensional feature mapping. [sent-99, score-0.148]

58 ˜ 4 Anisotropic hyperkernels With the hyperkernels so far far we can only learn kernels that are a sum of rotationally invariant terms. [sent-100, score-0.761]

59 Consequently, the learnt kernel will have a locally isotropic character. [sent-101, score-0.192]

60 Yet, rescaling of the axes and anisotropic dilations are one of the most common forms of variation in naturally occurring data that we would hope to accomodate by learning the kernel. [sent-102, score-0.108]

61 1 The Wishart hyperkernel We define the Wishart hyperkernel as K((x1 , x1 ), (x2 , x2 )) = x1 , z Σ 0 where x, x Σ z, x1 Σ X 1 = n/2 x2 , z Σ Σ IW(Σ; C, r) dz dΣ. [sent-104, score-1.666]

62 Σ−1 (x−x )/2 e−(x−x ) 1/2 z, x2 Σ (2π) |Σ| and IW(Σ; C, r) is the inverse Wishart distribution |C | Zr,n | Σ | (10) , r/2 (n+r+1)/2 exp −tr Σ−1 C /2 over positive definite matrices (denoted Σ 0) [6]. [sent-105, score-0.062]

63 Here r is an integer parameter, C is an n n × n positive definite parameter matrix and Zr,n = 2 rn/2 π n(n−1)/4 i=1 Γ((r+1−i)/2) is a normalizing factor. [sent-106, score-0.04]

64 The Wishart hyperkernel can be seen as the anisotropic analog of (7) 2 in the limit σh → 0, z, z σ2 → δ(z, z ). [sent-107, score-0.837]

65 (11) By using the identity v A v = tr(A(vv )), x, x Σ IW(Σ; C, r) = |C | r/2 (2π)n/2 Zr,n | Σ | (n+r+2)/2 exp −tr Σ−1 (C +S) /2 = r/2 Zr+1,n |C | IW( Σ ; C +S, r+1 ) , (r+1)/2 n/2 Z (2π) r,n | C + S | where S = (x−x )(x−x ) . [sent-110, score-0.022]

66 We 2 can read off that for given x1 − x1 , x2 − x2 , and x − x , the hyperkernel will favor quadruples where x1 − x1 , x2 − x2 , and x − x are close to parallel to each other and to the largest eigenvector of C. [sent-112, score-0.786]

67 2 Figure 1: The first two panes show the separation of ’3’s and ’8’s in the training and testing sets respectively achieved by the Gaussian hyperkernel (the plots show the data plotted by its first two eigenvectors according to the learned kernel k). [sent-157, score-0.97]

68 5 Experiments We conducted preliminary experiments with the hyperkernels in relation learning between pairs of datapoints. [sent-159, score-0.408]

69 The idea here is that the learned kernel k naturally induces a distance metric d(x, x ) = k(x, x) − 2k(x, x ) + k(x , x ), and in this sense kernel learning is equivalent to learning d. [sent-160, score-0.373]

70 Given a labeled dataset, we can learn a kernel which effectively remaps the data in such a way that data points with the same label are close to each other, while those with different labels are far apart. [sent-161, score-0.148]

71 For classification problems (yi being the class label), a natural choice of quality functional m 1 similar to the hinge loss is Q(X, Y, k) = m2 i,j=1 | 1 − yij k(xi , xj ) |+ , where | z |+ = z if z ≥ 0 and | z |+ = 0 for z < 0, while yij = 1 if yi = yj . [sent-162, score-0.193]

72 As an illustrative example we learned a kernel (and hence, a metric) between a subset of the NIST handwritten digits1 . [sent-168, score-0.166]

73 The training data consisted of 20 ’3’s and 20 ’8’s randomly rotated by ±45 degrees to make the problem slightly harder. [sent-169, score-0.018]

74 Figure 1 shows that a kernel learned by the above strategy with a Gaussian hyperkernel with parameters set by cross validation is extremely good at separating the two classes in training as well as testing. [sent-170, score-0.97]

75 In comparison, in a similar plot for a fixed RBF kernel the ’3’s and ’8’s are totally intermixed. [sent-171, score-0.148]

76 Interpreting this as an information retrieval problem, we can imagine inflating a ball around each data point in the test set and asking how many other data points in this ball are of the same class. [sent-172, score-0.038]

77 We ran a similar experiment but with multiple classes on the Olivetti faces dataset, which consists of 92 × 112 pixel normalized gray-scale images of 30 individuals in 10 different poses. [sent-276, score-0.035]

78 Here we also experimented with dropping the αij ≥ 0 constraints, which breaks the positive definiteness of k, but might still give a reasonable similarity measure. [sent-277, score-0.066]

79 Finally, as a baseline, we trained an SVM over pairs of datapoints to predict yij , representing (xi , xj ) with a concatenated feature vector [xi , xj ] and using a Gaussian RBF between these concatenations. [sent-280, score-0.183]

80 We trained the system with m = 20 faces and considered all pairs of the training data-points (i. [sent-282, score-0.081]

81 400 constraints) to find a kernel that predicted the labeling matrix. [sent-284, score-0.148]

82 When speed becomes an issue it often suffices to work with a subsample of the binary entries in the m × m label matrix and thus avoid having m2 constraints. [sent-285, score-0.017]

83 Using the learned kernel, we then test on 100 unseen faces and predict all their pairwise kernel evaluations, in other words, 104 predicted pair-wise labelings. [sent-287, score-0.201]

84 For both the baseline Gaussian RBF and the Gaussian hyperkernels we varied the σ parameter from 0. [sent-289, score-0.364]

85 For the Gaussian hyperkernel we also varied σh from 0 to 10σ. [sent-292, score-0.786]

86 Using a conic hyperkernel combination did best in labeling new faces. [sent-295, score-0.956]

87 75 while the Gaussian hyperkernel methods achieve an AUC of almost 0. [sent-298, score-0.786]

88 While the difference between the conic and linear hyperkernel methods is harder to see, across all settings of σ and σh , the conic combination outperformed the linear combination over 92% of the time. [sent-300, score-1.126]

89 The conic hyperkernel combination is also the only method of the three that guarantees a true Mercer kernel as an output which can then be converted into a valid metric. [sent-301, score-1.104]

90 6 Conclusions The main barrier to hyperkernels becoming more popular is their high computational demands (out of the box algorithms run in O(m6 ) time as opposed to O(m3 ) in regular learning). [sent-311, score-0.364]

91 In certain metric learning and on-line settings however this need not be forbidding, and is compensated for by the elegance and generality of the framework. [sent-312, score-0.073]

92 The Gaussian and Wishart hyperkernels presented in this paper are in a sense canonical, with intuitively appealing interpretations. [sent-313, score-0.384]

93 In the case of the Gaussian hyperkernel we even have a natural regularization scheme. [sent-314, score-0.812]

94 Preliminary experiments show that these new hyperkernels can capture the inherent structure of some input spaces. [sent-315, score-0.364]

95 We hope that their introduction will give a boost to the whole hyperkernels field. [sent-316, score-0.387]

96 Diffusion kernels on graphs and other discrete input spaces. [sent-349, score-0.033]


similar papers computed by tfidf model

tfidf for this paper:

wordName wordTfidf (topN-words)

[('hyperkernel', 0.786), ('hyperkernels', 0.364), ('conic', 0.17), ('kernel', 0.148), ('wishart', 0.137), ('auc', 0.127), ('dz', 0.094), ('qc', 0.083), ('kx', 0.082), ('yij', 0.077), ('ij', 0.076), ('gz', 0.076), ('iw', 0.076), ('rbf', 0.076), ('ong', 0.071), ('ci', 0.059), ('convolution', 0.056), ('xi', 0.054), ('di', 0.052), ('anisotropic', 0.051), ('olivetti', 0.046), ('svm', 0.046), ('gaussian', 0.045), ('rkhs', 0.045), ('kondor', 0.043), ('erent', 0.042), ('expressible', 0.04), ('positive', 0.04), ('xj', 0.039), ('metric', 0.039), ('kpd', 0.038), ('stot', 0.038), ('transitivity', 0.038), ('cheng', 0.038), ('soon', 0.035), ('faces', 0.035), ('conventional', 0.033), ('usion', 0.033), ('kernels', 0.033), ('vv', 0.03), ('smola', 0.03), ('integrand', 0.028), ('pairs', 0.028), ('nite', 0.028), ('attractive', 0.028), ('regarded', 0.027), ('niteness', 0.027), ('similarity', 0.026), ('regularization', 0.026), ('ambient', 0.025), ('arguments', 0.025), ('hope', 0.023), ('su', 0.022), ('kt', 0.022), ('nition', 0.022), ('exp', 0.022), ('tr', 0.022), ('took', 0.022), ('isotropic', 0.022), ('pointwise', 0.022), ('learnt', 0.022), ('potential', 0.021), ('alexander', 0.021), ('cristianini', 0.021), ('evaluations', 0.02), ('fourier', 0.02), ('regularized', 0.02), ('sense', 0.02), ('relational', 0.019), ('ball', 0.019), ('spanned', 0.019), ('training', 0.018), ('learned', 0.018), ('becker', 0.018), ('ei', 0.018), ('risk', 0.018), ('satis', 0.018), ('localized', 0.017), ('robert', 0.017), ('foregoing', 0.017), ('accomodate', 0.017), ('tony', 0.017), ('whichever', 0.017), ('borne', 0.017), ('heterogenous', 0.017), ('quadrant', 0.017), ('yann', 0.017), ('ating', 0.017), ('cascading', 0.017), ('compensated', 0.017), ('corinna', 0.017), ('decouples', 0.017), ('dilations', 0.017), ('elegance', 0.017), ('elissee', 0.017), ('subsample', 0.017), ('substances', 0.017), ('closed', 0.017), ('preliminary', 0.016), ('family', 0.016)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 1.0000001 82 nips-2006-Gaussian and Wishart Hyperkernels

Author: Risi Kondor, Tony Jebara

Abstract: We propose a new method for constructing hyperkenels and define two promising special cases that can be computed in closed form. These we call the Gaussian and Wishart hyperkernels. The former is especially attractive in that it has an interpretable regularization scheme reminiscent of that of the Gaussian RBF kernel. We discuss how kernel learning can be used not just for improving the performance of classification and regression methods, but also as a stand-alone algorithm for dimensionality reduction and relational or metric learning. 1

2 0.10097577 65 nips-2006-Denoising and Dimension Reduction in Feature Space

Author: Mikio L. Braun, Klaus-Robert Müller, Joachim M. Buhmann

Abstract: We show that the relevant information about a classification problem in feature space is contained up to negligible error in a finite number of leading kernel PCA components if the kernel matches the underlying learning problem. Thus, kernels not only transform data sets such that good generalization can be achieved even by linear discriminant functions, but this transformation is also performed in a manner which makes economic use of feature space dimensions. In the best case, kernels provide efficient implicit representations of the data to perform classification. Practically, we propose an algorithm which enables us to recover the subspace and dimensionality relevant for good classification. Our algorithm can therefore be applied (1) to analyze the interplay of data set and kernel in a geometric fashion, (2) to help in model selection, and to (3) de-noise in feature space in order to yield better classification results. 1

3 0.094315477 102 nips-2006-Kernel Maximum Entropy Data Transformation and an Enhanced Spectral Clustering Algorithm

Author: Robert Jenssen, Torbjørn Eltoft, Mark Girolami, Deniz Erdogmus

Abstract: We propose a new kernel-based data transformation technique. It is founded on the principle of maximum entropy (MaxEnt) preservation, hence named kernel MaxEnt. The key measure is Renyi’s entropy estimated via Parzen windowing. We show that kernel MaxEnt is based on eigenvectors, and is in that sense similar to kernel PCA, but may produce strikingly different transformed data sets. An enhanced spectral clustering algorithm is proposed, by replacing kernel PCA by kernel MaxEnt as an intermediate step. This has a major impact on performance.

4 0.085224018 84 nips-2006-Generalized Regularized Least-Squares Learning with Predefined Features in a Hilbert Space

Author: Wenye Li, Kin-hong Lee, Kwong-sak Leung

Abstract: Kernel-based regularized learning seeks a model in a hypothesis space by minimizing the empirical error and the model’s complexity. Based on the representer theorem, the solution consists of a linear combination of translates of a kernel. This paper investigates a generalized form of representer theorem for kernel-based learning. After mapping predefined features and translates of a kernel simultaneously onto a hypothesis space by a specific way of constructing kernels, we proposed a new algorithm by utilizing a generalized regularizer which leaves part of the space unregularized. Using a squared-loss function in calculating the empirical error, a simple convex solution is obtained which combines predefined features with translates of the kernel. Empirical evaluations have confirmed the effectiveness of the algorithm for supervised learning tasks.

5 0.070130154 103 nips-2006-Kernels on Structured Objects Through Nested Histograms

Author: Marco Cuturi, Kenji Fukumizu

Abstract: We propose a family of kernels for structured objects which is based on the bag-ofcomponents paradigm. However, rather than decomposing each complex object into the single histogram of its components, we use for each object a family of nested histograms, where each histogram in this hierarchy describes the object seen from an increasingly granular perspective. We use this hierarchy of histograms to define elementary kernels which can detect coarse and fine similarities between the objects. We compute through an efficient averaging trick a mixture of such specific kernels, to propose a final kernel value which weights efficiently local and global matches. We propose experimental results on an image retrieval experiment which show that this mixture is an effective template procedure to be used with kernels on histograms.

6 0.068173841 83 nips-2006-Generalized Maximum Margin Clustering and Unsupervised Kernel Learning

7 0.0545405 177 nips-2006-Sparse Kernel Orthonormalized PLS for feature extraction in large data sets

8 0.053013679 130 nips-2006-Max-margin classification of incomplete data

9 0.052438408 169 nips-2006-Relational Learning with Gaussian Processes

10 0.051201403 186 nips-2006-Support Vector Machines on a Budget

11 0.048379362 57 nips-2006-Conditional mean field

12 0.046884861 7 nips-2006-A Local Learning Approach for Clustering

13 0.045218244 63 nips-2006-Cross-Validation Optimization for Large Scale Hierarchical Classification Kernel Methods

14 0.044658631 55 nips-2006-Computation of Similarity Measures for Sequential Data using Generalized Suffix Trees

15 0.044110216 97 nips-2006-Inducing Metric Violations in Human Similarity Judgements

16 0.043914184 151 nips-2006-On the Relation Between Low Density Separation, Spectral Clustering and Graph Cuts

17 0.042734072 77 nips-2006-Fast Computation of Graph Kernels

18 0.039259613 35 nips-2006-Approximate inference using planar graph decomposition

19 0.038893405 28 nips-2006-An Efficient Method for Gradient-Based Adaptation of Hyperparameters in SVM Models

20 0.038609874 6 nips-2006-A Kernel Subspace Method by Stochastic Realization for Learning Nonlinear Dynamical Systems


similar papers computed by lsi model

lsi for this paper:

topicId topicWeight

[(0, -0.132), (1, 0.065), (2, 0.01), (3, 0.083), (4, -0.001), (5, 0.03), (6, -0.012), (7, 0.038), (8, 0.02), (9, -0.007), (10, -0.092), (11, -0.026), (12, 0.006), (13, -0.167), (14, 0.044), (15, -0.013), (16, -0.058), (17, -0.001), (18, -0.116), (19, 0.073), (20, 0.017), (21, 0.039), (22, -0.058), (23, 0.011), (24, 0.063), (25, 0.017), (26, 0.027), (27, -0.029), (28, -0.049), (29, -0.013), (30, 0.031), (31, 0.015), (32, -0.059), (33, -0.06), (34, 0.014), (35, -0.022), (36, 0.09), (37, 0.003), (38, -0.006), (39, -0.018), (40, -0.093), (41, -0.04), (42, 0.073), (43, 0.014), (44, 0.064), (45, 0.06), (46, 0.041), (47, 0.02), (48, -0.002), (49, -0.024)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 0.93188715 82 nips-2006-Gaussian and Wishart Hyperkernels

Author: Risi Kondor, Tony Jebara

Abstract: We propose a new method for constructing hyperkenels and define two promising special cases that can be computed in closed form. These we call the Gaussian and Wishart hyperkernels. The former is especially attractive in that it has an interpretable regularization scheme reminiscent of that of the Gaussian RBF kernel. We discuss how kernel learning can be used not just for improving the performance of classification and regression methods, but also as a stand-alone algorithm for dimensionality reduction and relational or metric learning. 1

2 0.75421375 177 nips-2006-Sparse Kernel Orthonormalized PLS for feature extraction in large data sets

Author: Jerónimo Arenas-garcía, Kaare B. Petersen, Lars K. Hansen

Abstract: In this paper we are presenting a novel multivariate analysis method. Our scheme is based on a novel kernel orthonormalized partial least squares (PLS) variant for feature extraction, imposing sparsity constrains in the solution to improve scalability. The algorithm is tested on a benchmark of UCI data sets, and on the analysis of integrated short-time music features for genre prediction. The upshot is that the method has strong expressive power even with rather few features, is clearly outperforming the ordinary kernel PLS, and therefore is an appealing method for feature extraction of labelled data. 1

3 0.72712696 102 nips-2006-Kernel Maximum Entropy Data Transformation and an Enhanced Spectral Clustering Algorithm

Author: Robert Jenssen, Torbjørn Eltoft, Mark Girolami, Deniz Erdogmus

Abstract: We propose a new kernel-based data transformation technique. It is founded on the principle of maximum entropy (MaxEnt) preservation, hence named kernel MaxEnt. The key measure is Renyi’s entropy estimated via Parzen windowing. We show that kernel MaxEnt is based on eigenvectors, and is in that sense similar to kernel PCA, but may produce strikingly different transformed data sets. An enhanced spectral clustering algorithm is proposed, by replacing kernel PCA by kernel MaxEnt as an intermediate step. This has a major impact on performance.

4 0.69996136 103 nips-2006-Kernels on Structured Objects Through Nested Histograms

Author: Marco Cuturi, Kenji Fukumizu

Abstract: We propose a family of kernels for structured objects which is based on the bag-ofcomponents paradigm. However, rather than decomposing each complex object into the single histogram of its components, we use for each object a family of nested histograms, where each histogram in this hierarchy describes the object seen from an increasingly granular perspective. We use this hierarchy of histograms to define elementary kernels which can detect coarse and fine similarities between the objects. We compute through an efficient averaging trick a mixture of such specific kernels, to propose a final kernel value which weights efficiently local and global matches. We propose experimental results on an image retrieval experiment which show that this mixture is an effective template procedure to be used with kernels on histograms.

5 0.65559351 65 nips-2006-Denoising and Dimension Reduction in Feature Space

Author: Mikio L. Braun, Klaus-Robert Müller, Joachim M. Buhmann

Abstract: We show that the relevant information about a classification problem in feature space is contained up to negligible error in a finite number of leading kernel PCA components if the kernel matches the underlying learning problem. Thus, kernels not only transform data sets such that good generalization can be achieved even by linear discriminant functions, but this transformation is also performed in a manner which makes economic use of feature space dimensions. In the best case, kernels provide efficient implicit representations of the data to perform classification. Practically, we propose an algorithm which enables us to recover the subspace and dimensionality relevant for good classification. Our algorithm can therefore be applied (1) to analyze the interplay of data set and kernel in a geometric fashion, (2) to help in model selection, and to (3) de-noise in feature space in order to yield better classification results. 1

6 0.61822224 84 nips-2006-Generalized Regularized Least-Squares Learning with Predefined Features in a Hilbert Space

7 0.6096313 63 nips-2006-Cross-Validation Optimization for Large Scale Hierarchical Classification Kernel Methods

8 0.53951192 169 nips-2006-Relational Learning with Gaussian Processes

9 0.5320726 55 nips-2006-Computation of Similarity Measures for Sequential Data using Generalized Suffix Trees

10 0.49730149 28 nips-2006-An Efficient Method for Gradient-Based Adaptation of Hyperparameters in SVM Models

11 0.48950994 142 nips-2006-Mutagenetic tree Fisher kernel improves prediction of HIV drug resistance from viral genotype

12 0.48246202 105 nips-2006-Large Margin Component Analysis

13 0.48002264 77 nips-2006-Fast Computation of Graph Kernels

14 0.46796012 5 nips-2006-A Kernel Method for the Two-Sample-Problem

15 0.4669351 104 nips-2006-Large-Scale Sparsified Manifold Regularization

16 0.44353011 6 nips-2006-A Kernel Subspace Method by Stochastic Realization for Learning Nonlinear Dynamical Systems

17 0.43265945 79 nips-2006-Fast Iterative Kernel PCA

18 0.41511166 140 nips-2006-Multiple Instance Learning for Computer Aided Diagnosis

19 0.41450915 83 nips-2006-Generalized Maximum Margin Clustering and Unsupervised Kernel Learning

20 0.41192651 186 nips-2006-Support Vector Machines on a Budget


similar papers computed by lda model

lda for this paper:

topicId topicWeight

[(1, 0.116), (3, 0.017), (7, 0.087), (9, 0.043), (20, 0.012), (22, 0.07), (25, 0.016), (44, 0.045), (57, 0.045), (64, 0.013), (65, 0.095), (69, 0.049), (79, 0.276)]

similar papers list:

simIndex simValue paperId paperTitle

same-paper 1 0.78319913 82 nips-2006-Gaussian and Wishart Hyperkernels

Author: Risi Kondor, Tony Jebara

Abstract: We propose a new method for constructing hyperkenels and define two promising special cases that can be computed in closed form. These we call the Gaussian and Wishart hyperkernels. The former is especially attractive in that it has an interpretable regularization scheme reminiscent of that of the Gaussian RBF kernel. We discuss how kernel learning can be used not just for improving the performance of classification and regression methods, but also as a stand-alone algorithm for dimensionality reduction and relational or metric learning. 1

2 0.57507491 83 nips-2006-Generalized Maximum Margin Clustering and Unsupervised Kernel Learning

Author: Hamed Valizadegan, Rong Jin

Abstract: Maximum margin clustering was proposed lately and has shown promising performance in recent studies [1, 2]. It extends the theory of support vector machine to unsupervised learning. Despite its good performance, there are three major problems with maximum margin clustering that question its efficiency for real-world applications. First, it is computationally expensive and difficult to scale to large-scale datasets because the number of parameters in maximum margin clustering is quadratic in the number of examples. Second, it requires data preprocessing to ensure that any clustering boundary will pass through the origins, which makes it unsuitable for clustering unbalanced dataset. Third, it is sensitive to the choice of kernel functions, and requires external procedure to determine the appropriate values for the parameters of kernel functions. In this paper, we propose “generalized maximum margin clustering” framework that addresses the above three problems simultaneously. The new framework generalizes the maximum margin clustering algorithm by allowing any clustering boundaries including those not passing through the origins. It significantly improves the computational efficiency by reducing the number of parameters. Furthermore, the new framework is able to automatically determine the appropriate kernel matrix without any labeled data. Finally, we show a formal connection between maximum margin clustering and spectral clustering. We demonstrate the efficiency of the generalized maximum margin clustering algorithm using both synthetic datasets and real datasets from the UCI repository. 1

3 0.56901914 61 nips-2006-Convex Repeated Games and Fenchel Duality

Author: Shai Shalev-shwartz, Yoram Singer

Abstract: We describe an algorithmic framework for an abstract game which we term a convex repeated game. We show that various online learning and boosting algorithms can be all derived as special cases of our algorithmic framework. This unified view explains the properties of existing algorithms and also enables us to derive several new interesting algorithms. Our algorithmic framework stems from a connection that we build between the notions of regret in game theory and weak duality in convex optimization. 1 Introduction and Problem Setting Several problems arising in machine learning can be modeled as a convex repeated game. Convex repeated games are closely related to online convex programming (see [19, 9] and the discussion in the last section). A convex repeated game is a two players game that is performed in a sequence of consecutive rounds. On round t of the repeated game, the first player chooses a vector wt from a convex set S. Next, the second player responds with a convex function gt : S → R. Finally, the first player suffers an instantaneous loss gt (wt ). We study the game from the viewpoint of the first player. The goal of the first player is to minimize its cumulative loss, t gt (wt ). To motivate this rather abstract setting let us first cast the more familiar setting of online learning as a convex repeated game. Online learning is performed in a sequence of consecutive rounds. On round t, the learner first receives a question, cast as a vector xt , and is required to provide an answer for this question. For example, xt can be an encoding of an email message and the question is whether the email is spam or not. The prediction of the learner is performed based on an hypothesis, ht : X → Y, where X is the set of questions and Y is the set of possible answers. In the aforementioned example, Y would be {+1, −1} where +1 stands for a spam email and −1 stands for a benign one. After predicting an answer, the learner receives the correct answer for the question, denoted yt , and suffers loss according to a loss function (ht , (xt , yt )). In most cases, the hypotheses used for prediction come from a parameterized set of hypotheses, H = {hw : w ∈ S}. For example, the set of linear classifiers, which is used for answering yes/no questions, is defined as H = {hw (x) = sign( w, x ) : w ∈ Rn }. Thus, rather than saying that on round t the learner chooses a hypothesis, we can say that the learner chooses a vector wt and its hypothesis is hwt . Next, we note that once the environment chooses a question-answer pair (xt , yt ), the loss function becomes a function over the hypotheses space or equivalently over the set of parameter vectors S. We can therefore redefine the online learning process as follows. On round t, the learner chooses a vector wt ∈ S, which defines a hypothesis hwt to be used for prediction. Then, the environment chooses a questionanswer pair (xt , yt ), which induces the following loss function over the set of parameter vectors, gt (w) = (hw , (xt , yt )). Finally, the learner suffers the loss gt (wt ) = (hwt , (xt , yt )). We have therefore described the process of online learning as a convex repeated game. In this paper we assess the performance of the first player using the notion of regret. Given a number of rounds T and a fixed vector u ∈ S, we define the regret of the first player as the excess loss for not consistently playing the vector u, 1 T T gt (wt ) − t=1 1 T T gt (u) . t=1 Our main result is an algorithmic framework for the first player which guarantees low regret with respect to any vector u ∈ S. Specifically, we derive regret bounds that take the following form ∀u ∈ S, 1 T T gt (wt ) − t=1 1 T T gt (u) ≤ t=1 f (u) + L √ , T (1) where f : S → R and L ∈ R+ . Informally, the function f measures the “complexity” of vectors in S and the scalar L is related to some generalized Lipschitz property of the functions g1 , . . . , gT . We defer the exact requirements we impose on f and L to later sections. Our algorithmic framework emerges from a representation of the regret bound given in Eq. (1) using an optimization problem. Specifically, we rewrite Eq. (1) as follows 1 T T gt (wt ) ≤ inf t=1 u∈S 1 T T gt (u) + t=1 f (u) + L √ . T (2) That is, the average loss of the first player should be bounded above by the minimum value of an optimization problem in which we jointly minimize the average loss of u and the “complexity” of u as measured by the function f . Note that the optimization problem on the right-hand side of Eq. (2) can only be solved in hindsight after observing the entire sequence of loss functions. Nevertheless, writing the regret bound as in Eq. (2) implies that the average loss of the first player forms a lower bound for a minimization problem. The notion of duality, commonly used in convex optimization theory, plays an important role in obtaining lower bounds for the minimal value of a minimization problem (see for example [14]). By generalizing the notion of Fenchel duality, we are able to derive a dual optimization problem, which can be optimized incrementally, as the game progresses. In order to derive explicit quantitative regret bounds we make an immediate use of the fact that dual objective lower bounds the primal objective. We therefore reduce the process of playing convex repeated games to the task of incrementally increasing the dual objective function. The amount by which the dual increases serves as a new and natural notion of progress. By doing so we are able to tie the primal objective value, the average loss of the first player, and the increase in the dual. The rest of this paper is organized as follows. In Sec. 2 we establish our notation and point to a few mathematical tools that we use throughout the paper. Our main tool for deriving algorithms for playing convex repeated games is a generalization of Fenchel duality, described in Sec. 3. Our algorithmic framework is given in Sec. 4 and analyzed in Sec. 5. The generality of our framework allows us to utilize it in different problems arising in machine learning. Specifically, in Sec. 6 we underscore the applicability of our framework for online learning and in Sec. 7 we outline and analyze boosting algorithms based on our framework. We conclude with a discussion and point to related work in Sec. 8. Due to the lack of space, some of the details are omitted from the paper and can be found in [16]. 2 Mathematical Background We denote scalars with lower case letters (e.g. x and w), and vectors with bold face letters (e.g. x and w). The inner product between vectors x and w is denoted by x, w . Sets are designated by upper case letters (e.g. S). The set of non-negative real numbers is denoted by R+ . For any k ≥ 1, the set of integers {1, . . . , k} is denoted by [k]. A norm of a vector x is denoted by x . The dual norm is defined as λ = sup{ x, λ : x ≤ 1}. For example, the Euclidean norm, x 2 = ( x, x )1/2 is dual to itself and the 1 norm, x 1 = i |xi |, is dual to the ∞ norm, x ∞ = maxi |xi |. We next recall a few definitions from convex analysis. The reader familiar with convex analysis may proceed to Lemma 1 while for a more thorough introduction see for example [1]. A set S is convex if for any two vectors w1 , w2 in S, all the line between w1 and w2 is also within S. That is, for any α ∈ [0, 1] we have that αw1 + (1 − α)w2 ∈ S. A set S is open if every point in S has a neighborhood lying in S. A set S is closed if its complement is an open set. A function f : S → R is closed and convex if for any scalar α ∈ R, the level set {w : f (w) ≤ α} is closed and convex. The Fenchel conjugate of a function f : S → R is defined as f (θ) = supw∈S w, θ − f (w) . If f is closed and convex then the Fenchel conjugate of f is f itself. The Fenchel-Young inequality states that for any w and θ we have that f (w) + f (θ) ≥ w, θ . A vector λ is a sub-gradient of a function f at w if for all w ∈ S we have that f (w ) − f (w) ≥ w − w, λ . The differential set of f at w, denoted ∂f (w), is the set of all sub-gradients of f at w. If f is differentiable at w then ∂f (w) consists of a single vector which amounts to the gradient of f at w and is denoted by f (w). Sub-gradients play an important role in the definition of Fenchel conjugate. In particular, the following lemma states that if λ ∈ ∂f (w) then Fenchel-Young inequality holds with equality. Lemma 1 Let f be a closed and convex function and let ∂f (w ) be its differential set at w . Then, for all λ ∈ ∂f (w ) we have, f (w ) + f (λ ) = λ , w . A continuous function f is σ-strongly convex over a convex set S with respect to a norm · if S is contained in the domain of f and for all v, u ∈ S and α ∈ [0, 1] we have 1 (3) f (α v + (1 − α) u) ≤ α f (v) + (1 − α) f (u) − σ α (1 − α) v − u 2 . 2 Strongly convex functions play an important role in our analysis primarily due to the following lemma. Lemma 2 Let · be a norm over Rn and let · be its dual norm. Let f be a σ-strongly convex function on S and let f be its Fenchel conjugate. Then, f is differentiable with f (θ) = arg maxx∈S θ, x − f (x). Furthermore, for any θ, λ ∈ Rn we have 1 f (θ + λ) − f (θ) ≤ f (θ), λ + λ 2 . 2σ Two notable examples of strongly convex functions which we use are as follows. 1 Example 1 The function f (w) = 2 w norm. Its conjugate function is f (θ) = 2 2 1 2 is 1-strongly convex over S = Rn with respect to the θ 2. 2 2 n 1 Example 2 The function f (w) = i=1 wi log(wi / n ) is 1-strongly convex over the probabilistic n simplex, S = {w ∈ R+ : w 1 = 1}, with respect to the 1 norm. Its conjugate function is n 1 f (θ) = log( n i=1 exp(θi )). 3 Generalized Fenchel Duality In this section we derive our main analysis tool. We start by considering the following optimization problem, T inf c f (w) + t=1 gt (w) , w∈S where c is a non-negative scalar. An equivalent problem is inf w0 ,w1 ,...,wT c f (w0 ) + T t=1 gt (wt ) s.t. w0 ∈ S and ∀t ∈ [T ], wt = w0 . Introducing T vectors λ1 , . . . , λT , each λt ∈ Rn is a vector of Lagrange multipliers for the equality constraint wt = w0 , we obtain the following Lagrangian T T L(w0 , w1 , . . . , wT , λ1 , . . . , λT ) = c f (w0 ) + t=1 gt (wt ) + t=1 λt , w0 − wt . The dual problem is the task of maximizing the following dual objective value, D(λ1 , . . . , λT ) = inf L(w0 , w1 , . . . , wT , λ1 , . . . , λT ) w0 ∈S,w1 ,...,wT = − c sup w0 ∈S = −c f −1 c w0 , − 1 c T t=1 T t=1 λt − λt − f (w0 ) − T t=1 gt (λt ) , T t=1 sup ( wt , λt − gt (wt )) wt where, following the exposition of Sec. 2, f , g1 , . . . , gT are the Fenchel conjugate functions of f, g1 , . . . , gT . Therefore, the generalized Fenchel dual problem is sup − cf λ1 ,...,λT −1 c T t=1 λt − T t=1 gt (λt ) . (4) Note that when T = 1 and c = 1, the above duality is the so called Fenchel duality. 4 A Template Learning Algorithm for Convex Repeated Games In this section we describe a template learning algorithm for playing convex repeated games. As mentioned before, we study convex repeated games from the viewpoint of the first player which we shortly denote as P1. Recall that we would like our learning algorithm to achieve a regret bound of the form given in Eq. (2). We start by rewriting Eq. (2) as follows T m gt (wt ) − c L ≤ inf u∈S t=1 c f (u) + gt (u) , (5) t=1 √ where c = T . Thus, up to the sublinear term c L, the cumulative loss of P1 lower bounds the optimum of the minimization problem on the right-hand side of Eq. (5). In the previous section we derived the generalized Fenchel dual of the right-hand side of Eq. (5). Our construction is based on the weak duality theorem stating that any value of the dual problem is smaller than the optimum value of the primal problem. The algorithmic framework we propose is therefore derived by incrementally ascending the dual objective function. Intuitively, by ascending the dual objective we move closer to the optimal primal value and therefore our performance becomes similar to the performance of the best fixed weight vector which minimizes the right-hand side of Eq. (5). Initially, we use the elementary dual solution λ1 = 0 for all t. We assume that inf w f (w) = 0 and t for all t inf w gt (w) = 0 which imply that D(λ1 , . . . , λ1 ) = 0. We assume in addition that f is 1 T σ-strongly convex. Therefore, based on Lemma 2, the function f is differentiable. At trial t, P1 uses for prediction the vector wt = f −1 c T i=1 λt i . (6) After predicting wt , P1 receives the function gt and suffers the loss gt (wt ). Then, P1 updates the dual variables as follows. Denote by ∂t the differential set of gt at wt , that is, ∂t = {λ : ∀w ∈ S, gt (w) − gt (wt ) ≥ λ, w − wt } . (7) The new dual variables (λt+1 , . . . , λt+1 ) are set to be any set of vectors which satisfy the following 1 T two conditions: (i). ∃λ ∈ ∂t s.t. D(λt+1 , . . . , λt+1 ) ≥ D(λt , . . . , λt , λ , λt , . . . , λt ) 1 1 t−1 t+1 T T (ii). ∀i > t, λt+1 = 0 i . (8) In the next section we show that condition (i) ensures that the increase of the dual at trial t is proportional to the loss gt (wt ). The second condition ensures that we can actually calculate the dual at trial t without any knowledge on the yet to be seen loss functions gt+1 , . . . , gT . We conclude this section with two update rules that trivially satisfy the above two conditions. The first update scheme simply finds λ ∈ ∂t and set λt+1 = i λ λt i if i = t if i = t . (9) The second update defines (λt+1 , . . . , λt+1 ) = argmax D(λ1 , . . . , λT ) 1 T λ1 ,...,λT s.t. ∀i = t, λi = λt . i (10) 5 Analysis In this section we analyze the performance of the template algorithm given in the previous section. Our proof technique is based on monitoring the value of the dual objective function. The main result is the following lemma which gives upper and lower bounds for the final value of the dual objective function. Lemma 3 Let f be a σ-strongly convex function with respect to a norm · over a set S and assume that minw∈S f (w) = 0. Let g1 , . . . , gT be a sequence of convex and closed functions such that inf w gt (w) = 0 for all t ∈ [T ]. Suppose that a dual-incrementing algorithm which satisfies the conditions of Eq. (8) is run with f as a complexity function on the sequence g1 , . . . , gT . Let w1 , . . . , wT be the sequence of primal vectors that the algorithm generates and λT +1 , . . . , λT +1 1 T be its final sequence of dual variables. Then, there exists a sequence of sub-gradients λ1 , . . . , λT , where λt ∈ ∂t for all t, such that T 1 gt (wt ) − 2σc t=1 T T λt 2 ≤ D(λT +1 , . . . , λT +1 ) 1 T t=1 ≤ inf c f (w) + w∈S gt (w) . t=1 Proof The second inequality follows directly from the weak duality theorem. Turning to the left most inequality, denote ∆t = D(λt+1 , . . . , λt+1 ) − D(λt , . . . , λt ) and note that 1 1 T T T D(λ1 +1 , . . . , λT +1 ) can be rewritten as T T t=1 D(λT +1 , . . . , λT +1 ) = 1 T T t=1 ∆t − D(λ1 , . . . , λ1 ) = 1 T ∆t , (11) where the last equality follows from the fact that f (0) = g1 (0) = . . . = gT (0) = 0. The definition of the update implies that ∆t ≥ D(λt , . . . , λt , λt , 0, . . . , 0) − D(λt , . . . , λt , 0, 0, . . . , 0) for 1 t−1 1 t−1 t−1 some subgradient λt ∈ ∂t . Denoting θ t = − 1 j=1 λj , we now rewrite the lower bound on ∆t as, c ∆t ≥ −c (f (θ t − λt /c) − f (θ t )) − gt (λt ) . Using Lemma 2 and the definition of wt we get that 1 (12) ∆t ≥ wt , λt − gt (λt ) − 2 σ c λt 2 . Since λt ∈ ∂t and since we assume that gt is closed and convex, we can apply Lemma 1 to get that wt , λt − gt (λt ) = gt (wt ). Plugging this equality into Eq. (12) and summing over t we obtain that T T T 1 2 . t=1 ∆t ≥ t=1 gt (wt ) − 2 σ c t=1 λt Combining the above inequality with Eq. (11) concludes our proof. The following regret bound follows as a direct corollary of Lemma 3. T 1 Theorem 1 Under the same conditions of Lemma 3. Denote L = T t=1 λt w ∈ S we have, T T c f (w) 1 1 + 2L c . t=1 gt (wt ) − T t=1 gt (w) ≤ T T σ √ In particular, if c = T , we obtain the bound, 1 T 6 T t=1 gt (wt ) − 1 T T t=1 gt (w) ≤ f (w)+L/(2 σ) √ T 2 . Then, for all . Application to Online learning In Sec. 1 we cast the task of online learning as a convex repeated game. We now demonstrate the applicability of our algorithmic framework for the problem of instance ranking. We analyze this setting since several prediction problems, including binary classification, multiclass prediction, multilabel prediction, and label ranking, can be cast as special cases of the instance ranking problem. Recall that on each online round, the learner receives a question-answer pair. In instance ranking, the question is encoded by a matrix Xt of dimension kt × n and the answer is a vector yt ∈ Rkt . The semantic of yt is as follows. For any pair (i, j), if yt,i > yt,j then we say that yt ranks the i’th row of Xt ahead of the j’th row of Xt . We also interpret yt,i − yt,j as the confidence in which the i’th row should be ranked ahead of the j’th row. For example, each row of Xt encompasses a representation of a movie while yt,i is the movie’s rating, expressed as the number of stars this movie has received by a movie reviewer. The predictions of the learner are determined ˆ based on a weight vector wt ∈ Rn and are defined to be yt = Xt wt . Finally, let us define two loss functions for ranking, both generalize the hinge-loss used in binary classification problems. Denote by Et the set {(i, j) : yt,i > yt,j }. For all (i, j) ∈ Et we define a pair-based hinge-loss i,j (w; (Xt , yt )) = [(yt,i − yt,j ) − w, xt,i − xt,j ]+ , where [a]+ = max{a, 0} and xt,i , xt,j are respectively the i’th and j’th rows of Xt . Note that i,j is zero if w ranks xt,i higher than xt,j with a sufficient confidence. Ideally, we would like i,j (wt ; (Xt , yt )) to be zero for all (i, j) ∈ Et . If this is not the case, we are being penalized according to some combination of the pair-based losses i,j . For example, we can set (w; (Xt , yt )) to be the average over the pair losses, 1 avg (w; (Xt , yt )) = |Et | (i,j)∈Et i,j (w; (Xt , yt )) . This loss was suggested by several authors (see for example [18]). Another popular approach (see for example [5]) penalizes according to the maximal loss over the individual pairs, max (w; (Xt , yt )) = max(i,j)∈Et i,j (w; (Xt , yt )) . We can apply our algorithmic framework given in Sec. 4 for ranking, using for gt (w) either avg (w; (Xt , yt )) or max (w; (Xt , yt )). The following theorem provides us with a sufficient condition under which the regret bound from Thm. 1 holds for ranking as well. Theorem 2 Let f be a σ-strongly convex function over S with respect to a norm · . Denote by Lt the maximum over (i, j) ∈ Et of xt,i − xt,j 2 . Then, for both gt (w) = avg (w; (Xt , yt )) and ∗ gt (w) = max (w; (Xt , yt )), the following regret bound holds ∀u ∈ S, 7 1 T T t=1 gt (wt ) − 1 T T t=1 gt (u) ≤ 1 f (u)+ T PT t=1 Lt /(2 σ) √ T . The Boosting Game In this section we describe the applicability of our algorithmic framework to the analysis of boosting algorithms. A boosting algorithm uses a weak learning algorithm that generates weak-hypotheses whose performances are just slightly better than random guessing to build a strong-hypothesis which can attain an arbitrarily low error. The AdaBoost algorithm, proposed by Freund and Schapire [6], receives as input a training set of examples {(x1 , y1 ), . . . , (xm , ym )} where for all i ∈ [m], xi is taken from an instance domain X , and yi is a binary label, yi ∈ {+1, −1}. The boosting process proceeds in a sequence of consecutive trials. At trial t, the booster first defines a distribution, denoted wt , over the set of examples. Then, the booster passes the training set along with the distribution wt to the weak learner. The weak learner is assumed to return a hypothesis ht : X → {+1, −1} whose average error is slightly smaller than 1 . That is, there exists a constant γ > 0 such that, 2 def m 1−yi ht (xi ) = ≤ 1 −γ . (13) i=1 wt,i 2 2 The goal of the boosting algorithm is to invoke the weak learner several times with different distributions, and to combine the hypotheses returned by the weak learner into a final, so called strong, hypothesis whose error is small. The final hypothesis combines linearly the T hypotheses returned by the weak learner with coefficients α1 , . . . , αT , and is defined to be the sign of hf (x) where T hf (x) = t=1 αt ht (x) . The coefficients α1 , . . . , αT are determined by the booster. In Ad1 1 aBoost, the initial distribution is set to be the uniform distribution, w1 = ( m , . . . , m ). At iter1 ation t, the value of αt is set to be 2 log((1 − t )/ t ). The distribution is updated by the rule wt+1,i = wt,i exp(−αt yi ht (xi ))/Zt , where Zt is a normalization factor. Freund and Schapire [6] have shown that under the assumption given in Eq. (13), the error of the final strong hypothesis is at most exp(−2 γ 2 T ). t Several authors [15, 13, 8, 4] have proposed to view boosting as a coordinate-wise greedy optimization process. To do so, note first that hf errs on an example (x, y) iff y hf (x) ≤ 0. Therefore, the exp-loss function, defined as exp(−y hf (x)), is a smooth upper bound of the zero-one error, which equals to 1 if y hf (x) ≤ 0 and to 0 otherwise. Thus, we can restate the goal of boosting as minimizing the average exp-loss of hf over the training set with respect to the variables α1 , . . . , αT . To simplify our derivation in the sequel, we prefer to say that boosting maximizes the negation of the loss, that is, T m 1 (14) max − m i=1 exp −yi t=1 αt ht (xi ) . α1 ,...,αT In this view, boosting is an optimization procedure which iteratively maximizes Eq. (14) with respect to the variables α1 , . . . , αT . This view of boosting, enables the hypotheses returned by the weak learner to be general functions into the reals, ht : X → R (see for instance [15]). In this paper we view boosting as a convex repeated game between a booster and a weak learner. To motivate our construction, we would like to note that boosting algorithms define weights in two different domains: the vectors wt ∈ Rm which assign weights to examples and the weights {αt : t ∈ [T ]} over weak-hypotheses. In the terminology used throughout this paper, the weights wt ∈ Rm are primal vectors while (as we show in the sequel) each weight αt of the hypothesis ht is related to a dual vector λt . In particular, we show that Eq. (14) is exactly the Fenchel dual of a primal problem for a convex repeated game, thus the algorithmic framework described thus far for playing games naturally fits the problem of iteratively solving Eq. (14). To derive the primal problem whose Fenchel dual is the problem given in Eq. (14) let us first denote by vt the vector in Rm whose ith element is vt,i = yi ht (xi ). For all t, we set gt to be the function gt (w) = [ w, vt ]+ . Intuitively, gt penalizes vectors w which assign large weights to examples which are predicted accurately, that is yi ht (xi ) > 0. In particular, if ht (xi ) ∈ {+1, −1} and wt is a distribution over the m examples (as is the case in AdaBoost), gt (wt ) reduces to 1 − 2 t (see Eq. (13)). In this case, minimizing gt is equivalent to maximizing the error of the individual T hypothesis ht over the examples. Consider the problem of minimizing c f (w) + t=1 gt (w) where f (w) is the relative entropy given in Example 2 and c = 1/(2 γ) (see Eq. (13)). To derive its Fenchel dual, we note that gt (λt ) = 0 if there exists βt ∈ [0, 1] such that λt = βt vt and otherwise gt (λt ) = ∞ (see [16]). In addition, let us define αt = 2 γ βt . Since our goal is to maximize the αt dual, we can restrict λt to take the form λt = βt vt = 2 γ vt , and get that D(λ1 , . . . , λT ) = −c f − 1 c T βt vt t=1 =− 1 log 2γ 1 m m e− PT t=1 αt yi ht (xi ) . (15) i=1 Minimizing the exp-loss of the strong hypothesis is therefore the dual problem of the following primal minimization problem: find a distribution over the examples, whose relative entropy to the uniform distribution is as small as possible while the correlation of the distribution with each vt is as small as possible. Since the correlation of w with vt is inversely proportional to the error of ht with respect to w, we obtain that in the primal problem we are trying to maximize the error of each individual hypothesis, while in the dual problem we minimize the global error of the strong hypothesis. The intuition of finding distributions which in retrospect result in large error rates of individual hypotheses was also alluded in [15, 8]. We can now apply our algorithmic framework from Sec. 4 to boosting. We describe the game αt with the parameters αt , where αt ∈ [0, 2 γ], and underscore that in our case, λt = 2 γ vt . At the beginning of the game the booster sets all dual variables to be zero, ∀t αt = 0. At trial t of the boosting game, the booster first constructs a primal weight vector wt ∈ Rm , which assigns importance weights to the examples in the training set. The primal vector wt is constructed as in Eq. (6), that is, wt = f (θ t ), where θ t = − i αi vi . Then, the weak learner responds by presenting the loss function gt (w) = [ w, vt ]+ . Finally, the booster updates the dual variables so as to increase the dual objective function. It is possible to show that if the range of ht is {+1, −1} 1 then the update given in Eq. (10) is equivalent to the update αt = min{2 γ, 2 log((1 − t )/ t )}. We have thus obtained a variant of AdaBoost in which the weights αt are capped above by 2 γ. A disadvantage of this variant is that we need to know the parameter γ. We would like to note in passing that this limitation can be lifted by a different definition of the functions gt . We omit the details due to the lack of space. To analyze our game of boosting, we note that the conditions given in Lemma 3 holds T and therefore the left-hand side inequality given in Lemma 3 tells us that t=1 gt (wt ) − T T +1 T +1 1 2 , . . . , λT ) . The definition of gt and the weak learnability ast=1 λt ∞ ≤ D(λ1 2c sumption given in Eq. (13) imply that wt , vt ≥ 2 γ for all t. Thus, gt (wt ) = wt , vt ≥ 2 γ which also implies that λt = vt . Recall that vt,i = yi ht (xi ). Assuming that the range of ht is [+1, −1] we get that λt ∞ ≤ 1. Combining all the above with the left-hand side inequality T given in Lemma 3 we get that 2 T γ − 2 c ≤ D(λT +1 , . . . , λT +1 ). Using the definition of D (see 1 T Eq. (15)), the value c = 1/(2 γ), and rearranging terms we recover the original bound for AdaBoost PT 2 m 1 −yi t=1 αt ht (xi ) ≤ e−2 γ T . i=1 e m 8 Related Work and Discussion We presented a new framework for designing and analyzing algorithms for playing convex repeated games. Our framework was used for the analysis of known algorithms for both online learning and boosting settings. The framework also paves the way to new algorithms. In a previous paper [17], we suggested the use of duality for the design of online algorithms in the context of mistake bound analysis. The contribution of this paper over [17] is three fold as we now briefly discuss. First, we generalize the applicability of the framework beyond the specific setting of online learning with the hinge-loss to the general setting of convex repeated games. The setting of convex repeated games was formally termed “online convex programming” by Zinkevich [19] and was first presented by Gordon in [9]. There is voluminous amount of work on unifying approaches for deriving online learning algorithms. We refer the reader to [11, 12, 3] for work closely related to the content of this paper. By generalizing our previously studied algorithmic framework [17] beyond online learning, we can automatically utilize well known online learning algorithms, such as the EG and p-norm algorithms [12, 11], to the setting of online convex programming. We would like to note that the algorithms presented in [19] can be derived as special cases of our algorithmic framework 1 by setting f (w) = 2 w 2 . Parallel and independently to this work, Gordon [10] described another algorithmic framework for online convex programming that is closely related to the potential based algorithms described by Cesa-Bianchi and Lugosi [3]. Gordon also considered the problem of defining appropriate potential functions. Our work generalizes some of the theorems in [10] while providing a somewhat simpler analysis. Second, the usage of generalized Fenchel duality rather than the Lagrange duality given in [17] enables us to analyze boosting algorithms based on the framework. Many authors derived unifying frameworks for boosting algorithms [13, 8, 4]. Nonetheless, our general framework and the connection between game playing and Fenchel duality underscores an interesting perspective of both online learning and boosting. We believe that this viewpoint has the potential of yielding new algorithms in both domains. Last, despite the generality of the framework introduced in this paper, the resulting analysis is more distilled than the earlier analysis given in [17] for two reasons. (i) The usage of Lagrange duality in [17] is somehow restricted while the notion of generalized Fenchel duality is more appropriate to the general and broader problems we consider in this paper. (ii) The strongly convex property we employ both simplifies the analysis and enables more intuitive conditions in our theorems. There are various possible extensions of the work that we did not pursue here due to the lack of space. For instanc, our framework can naturally be used for the analysis of other settings such as repeated games (see [7, 19]). The applicability of our framework to online learning can also be extended to other prediction problems such as regression and sequence prediction. Last, we conjecture that our primal-dual view of boosting will lead to new methods for regularizing boosting algorithms, thus improving their generalization capabilities. References [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] J. Borwein and A. Lewis. Convex Analysis and Nonlinear Optimization. Springer, 2006. S. Boyd and L. Vandenberghe. Convex Optimization. Cambridge University Press, 2004. N. Cesa-Bianchi and G. Lugosi. Prediction, learning, and games. Cambridge University Press, 2006. M. Collins, R.E. Schapire, and Y. Singer. Logistic regression, AdaBoost and Bregman distances. Machine Learning, 2002. K. Crammer, O. Dekel, J. Keshet, S. Shalev-Shwartz, and Y. Singer. Online passive aggressive algorithms. JMLR, 7, Mar 2006. Y. Freund and R.E. Schapire. A decision-theoretic generalization of on-line learning and an application to boosting. In EuroCOLT, 1995. Y. Freund and R.E. Schapire. Game theory, on-line prediction and boosting. In COLT, 1996. J. Friedman, T. Hastie, and R. Tibshirani. Additive logistic regression: a statistical view of boosting. Annals of Statistics, 28(2), 2000. G. Gordon. Regret bounds for prediction problems. In COLT, 1999. G. Gordon. No-regret algorithms for online convex programs. In NIPS, 2006. A. J. Grove, N. Littlestone, and D. Schuurmans. General convergence results for linear discriminant updates. Machine Learning, 43(3), 2001. J. Kivinen and M. Warmuth. Relative loss bounds for multidimensional regression problems. Journal of Machine Learning, 45(3),2001. L. Mason, J. Baxter, P. Bartlett, and M. Frean. Functional gradient techniques for combining hypotheses. In Advances in Large Margin Classifiers. MIT Press, 1999. Y. Nesterov. Primal-dual subgradient methods for convex problems. Technical report, Center for Operations Research and Econometrics (CORE), Catholic University of Louvain (UCL), 2005. R. E. Schapire and Y. Singer. Improved boosting algorithms using confidence-rated predictions. Machine Learning, 37(3):1–40, 1999. S. Shalev-Shwartz and Y. Singer. Convex repeated games and fenchel duality. Technical report, The Hebrew University, 2006. S. Shalev-Shwartz and Y. Singer. Online learning meets optimization in the dual. In COLT, 2006. J. Weston and C. Watkins. Support vector machines for multi-class pattern recognition. In ESANN, April 1999. M. Zinkevich. Online convex programming and generalized infinitesimal gradient ascent. In ICML, 2003.

4 0.5668152 65 nips-2006-Denoising and Dimension Reduction in Feature Space

Author: Mikio L. Braun, Klaus-Robert Müller, Joachim M. Buhmann

Abstract: We show that the relevant information about a classification problem in feature space is contained up to negligible error in a finite number of leading kernel PCA components if the kernel matches the underlying learning problem. Thus, kernels not only transform data sets such that good generalization can be achieved even by linear discriminant functions, but this transformation is also performed in a manner which makes economic use of feature space dimensions. In the best case, kernels provide efficient implicit representations of the data to perform classification. Practically, we propose an algorithm which enables us to recover the subspace and dimensionality relevant for good classification. Our algorithm can therefore be applied (1) to analyze the interplay of data set and kernel in a geometric fashion, (2) to help in model selection, and to (3) de-noise in feature space in order to yield better classification results. 1

5 0.56284368 106 nips-2006-Large Margin Hidden Markov Models for Automatic Speech Recognition

Author: Fei Sha, Lawrence K. Saul

Abstract: We study the problem of parameter estimation in continuous density hidden Markov models (CD-HMMs) for automatic speech recognition (ASR). As in support vector machines, we propose a learning algorithm based on the goal of margin maximization. Unlike earlier work on max-margin Markov networks, our approach is specifically geared to the modeling of real-valued observations (such as acoustic feature vectors) using Gaussian mixture models. Unlike previous discriminative frameworks for ASR, such as maximum mutual information and minimum classification error, our framework leads to a convex optimization, without any spurious local minima. The objective function for large margin training of CD-HMMs is defined over a parameter space of positive semidefinite matrices. Its optimization can be performed efficiently with simple gradient-based methods that scale well to large problems. We obtain competitive results for phonetic recognition on the TIMIT speech corpus.

6 0.56123519 184 nips-2006-Stratification Learning: Detecting Mixed Density and Dimensionality in High Dimensional Point Clouds

7 0.56044984 152 nips-2006-Online Classification for Complex Problems Using Simultaneous Projections

8 0.55968064 84 nips-2006-Generalized Regularized Least-Squares Learning with Predefined Features in a Hilbert Space

9 0.5584867 195 nips-2006-Training Conditional Random Fields for Maximum Labelwise Accuracy

10 0.55794525 20 nips-2006-Active learning for misspecified generalized linear models

11 0.55737114 117 nips-2006-Learning on Graph with Laplacian Regularization

12 0.55705112 203 nips-2006-implicit Online Learning with Kernels

13 0.5560171 51 nips-2006-Clustering Under Prior Knowledge with Application to Image Segmentation

14 0.55590856 79 nips-2006-Fast Iterative Kernel PCA

15 0.55554157 163 nips-2006-Prediction on a Graph with a Perceptron

16 0.55460572 150 nips-2006-On Transductive Regression

17 0.55205023 87 nips-2006-Graph Laplacian Regularization for Large-Scale Semidefinite Programming

18 0.55063123 3 nips-2006-A Complexity-Distortion Approach to Joint Pattern Alignment

19 0.55027241 80 nips-2006-Fundamental Limitations of Spectral Clustering

20 0.54959244 102 nips-2006-Kernel Maximum Entropy Data Transformation and an Enhanced Spectral Clustering Algorithm