Sloppy Project

Overview

This project was about learning classification decision boundaries when careful labelling of the data set is required. It was originally inspired by joint work with Bernhard Schoelkopf on images.

Key contributions of the project were:

Informal collaborations with Michael Jordan, Ralf Herbrich and Matthias Seeger were an important part of the project. The project is sponsored by EPSRC Project Ref GR/R84801/01.

Personnel from ML@SITraN

Software

The following software has been made available either wholly or partly as a result of work on this project:- bfd Bayesian interpretation of kernel Fisher’s discriminants.

Publications

The following conference publications were made associated with this project.

N. D. Lawrence, M. Seeger and R. Herbrich. (2003) “Fast sparse Gaussian process methods: the informative vector machine” in S. Becker, S. Thrun and K. Obermayer (eds) NIPS, MIT Press, Cambridge, MA, pp 625–632. [Software][Gzipped Postscript][Google Scholar Search]

Abstract

We present a framework for sparse Gaussian process (GP) methods which uses forward selection with criteria based on information-theoretical principles, previously suggested for active learning. In contrast to most previous work on sparse GPs, our goal is not only to learn sparse predictors (which can be evaluated in O(d) rather than O(n), d<<n, n the number of training points), but also to perform training under strong restrictions on time and memory requirements. The scaling of our method is at most O(nd^2^), and in large real-world classification experiments we show that it can match prediction performance of the popular support vector machine (SVM), yet it requires only a fraction of the training time. In contrast to the SVM, our approximation produces estimates of predictive probabilities (`error bars’), allows for Bayesian model selection and is less complex in implementation.

N. D. Lawrence and M. I. Jordan. (2005) “Semi-supervised learning via Gaussian processes” in L. Saul, Y. Weiss and L. Bouttou (eds) NIPS, MIT Press, Cambridge, MA, pp 753–760. [Software][Gzipped Postscript][Google Scholar Search]

Abstract

We present a probabilistic approach to learning a Gaussian Process classifier in the presence of unlabeled data. Our approach involves a “null category noise model” (NCNM) inspired by ordered categorical noise models. The noise model reflects an assumption that the data density is lower between the class-conditional densities. We illustrate our approach on a toy problem and present comparative results for the semi-supervised classification of handwritten digits.

N. D. Lawrence and B. Schölkopf. (2001) “Estimating a kernel Fisher discriminant in the presence of label noise” in C. Brodley and A. P. Danyluk (eds) Proceedings of the International Conference in Machine Learning, Morgan Kauffman, San Francisco, CA. [Software][Gzipped Postscript][Google Scholar Search]

Abstract

Data noise is present in many machine learning problems domains, some of these are well studied but others have received less attention. In this paper we propose an algorithm for constructing a kernel Fisher discriminant (KFD) from training examples with noisy labels. The approach allows to associate with each example a probability of the label being flipped. We utilise an expectation maximization (EM) algorithm for updating the probabilities. The E-step uses class conditional probabilities estimated as a by-product of the KFD algorithm. The M-step updates the flip probabilities and determines the parameters of the discriminant. We have applied the approach to two real-world data-sets. The results show the feasibility of the approach.

T. Peña-Centeno and N. D. Lawrence. (2004) “Optimising kernel parameters and regularisation coefficients for non-linear discriminant analysis” Technical Report no CS-04-13, The University of Sheffield, Department of Computer Science. [Software][Gzipped Postscript][Google Scholar Search]

Abstract

In this paper we consider a Bayesian interpretation of Fisher’s discriminant. By relating Rayleigh’s coefficient to a likelihood function and through the choice of a suitable prior we use Bayes’ rule to infer a posterior distribution over projections. Through the use of a Gaussian process prior we show the equivalence of our model to a regularised kernel Fisher’s discriminant. A key advantage of our approach is the facility to determine kernel parameters and the regularisation coefficient through optimisation of the marginalised likelihood of the data.

N. D. Lawrence, M. Seeger and R. Herbrich. (2004) “The informative vector machine: a practical probabilistic alternative to the support vector machine” Technical Report no CS-04-07, Department of Computer Science, University of Sheffield. Last updated December 2005 [Gzipped Postscript][Matlab Software][C++ Software][Google Scholar Search]

Abstract

We present a practical probabilistic alternative to the popular support vector machine (SVM). The algorithm is an approximation to a Gaussian process, and is probabilistic in the sense that it maintains the process variance that is implied by the use of a kernel function, which the SVM discards. We show that these variances may be tracked and made use of selection of an active set which gives a sparse representation for the model. For an active set size of d our algorithm exhibits O(d^2^N) computational complexity and O(dN) storage requirements. It has already been shown that the approach is comptetive with the SVM in terms of performance and running time, here we give more details of the approach and demonstrate that kernel parameters may also be learned in a practical and effective manner.

T. Peña-Centeno and N. D. Lawrence. (2006) “Optimising kernel parameters and regularisation coefficients for non-linear discriminant analysis” in Journal of Machine Learning Research 7, pp 455–491 An earlier version is available as technical report number CS-04-13, see [Pena:fbd-tech04].[Software][PDF][JMLR Abstract][Google Scholar Search]

Abstract

In this paper we consider a novel Bayesian interpretation of Fisher’s discriminiant analysis. We relate Rayleigh’s coefficient to a noise model that minimizes a cost based on the most probable class centres and that abandons the `regression to the labels’ assumption used by other algorithms. This yields a direction of discrimination equivalent to Fisher’s discriminant. We use Bayes’ rule to infer the posterior distribution for the direction of discrimination and in this process, priors and constraining distributions are incorporated to reach the desired result. Going further, with the use of a Gaussian process prior we show the equivalence of our model to a regularised kernel Fisher’s discriminant. A key advantage of our approach is the facility to determine kernel parameters and the regularisation coefficient through the optimisation of the marginal log-likelihood of the data. An added bonus of the new formulation is that it enables us to link the regularisation coefficient with the generalisation error.

The following edited chapters were published as part of this project.

N. D. Lawrence, J. C. Platt and M. I. Jordan. (2005) “Extensions of the informative vector machine” in J. Winkler, N. D. Lawrence and M. Niranjan (eds) Deterministic and Statistical Methods in Machine Learning, Springer-Verlag, Berlin, pp 56–87. [Software][Gzipped Postscript][Springer Site][Google Scholar Search]

Abstract

The informative vector machine (IVM) is a practical method for Gaussian process regression and classification. The IVM produces a sparse approximation to a Gaussian process by combining assumed density filtering with a heuristic for choosing points based on minimizing posterior entropy. This paper extends IVM in several ways. First, we propose a novel noise model that allows the IVM to be applied to a mixture of labeled and unlabeled data. Second, we use IVM on a block-diagonal covariance matrix, for “learning to learn” from related tasks. Third, we modify the IVM to incorporate prior knowledge from known invariances. All of these extensions are tested on artificial and real data.

N. D. Lawrence and M. I. Jordan. (2006) “Gaussian processes and the null-category noise model” in O. Chapelle, B. Schölkopf and A. Zien (eds) Semi-supervised Learning, MIT Press, Cambridge, MA, pp 152–165. [Gzipped Postscript][MATLAB Software][C++ Software][Google Scholar Search]

Abstract

With Gaussian process classifiers (GPC) we aim to predict the posterior probability of the class labels given an input data point, p(y~i~|x~i~). In general we find that this posterior distribution is unaffected by unlabeled data points during learning. Support vector machines are strongly related to GPCs, but one notable difference is that the decision boundary in an SVM can be influenced by unlabeled data. The source of this discrepancy is the SVM’s margin: a characteristic which is not shared with the GPC. The presence of the marchin allows the support vector machine to seek low data density regions for the decision boundary, effectively allowing it to incorporate the cluster assumption (see Chapter 6). In this chapter we present the null category noise model. A probabilistic equivalent of the margin. By combining this noise model with a GPC we are able to incorporated the cluster assumption without explicitly modeling the input data density distributions and without a special choice of kernel.