Relational Learning with Gaussian Processes By Wei Chu, Vikas Sindhwani, Zoubin Ghahramani, S.Sathiya Keerthi (Columbia, Chicago, Cambridge, Yahoo!) Presented by Nesreen Ahmed, Nguyen Cao, Sebastian Moreno, Philip Schatz
Outline Introduction Relational Gaussian Processes Application – Linkage prediction – Semi-Supervised Learning Experiments & Results Conclusion & Discussion 12/02/08CS590M: Statistical Machine Learning - Fall 20082
Introduction Many domains involve Relational Data – Web: document links – Document Categorization: citations – Computational Biology: protein interactions Inter-relationships between instances can be informative for learning tasks Relations reflect network structure, enrich how instances are correlated 12/02/08CS590M: Statistical Machine Learning - Fall 20083
Introduction Relational Information represented by a graph G = (V, E) Supervised Learning: – Provide structural knowledge Also for semi-supervised: derived from input attributes. Graph estimates the global geometric structure of the data 12/02/08CS590M: Statistical Machine Learning - Fall 20084
A Gaussian Process is a joint Gaussian distribution over sets of function values {f x } of any arbitrary set of n instances x Gaussian Processes 12/02/08CS590M: Statistical Machine Learning - Fall where
Linkages: The uncertainty in observing ε ij induces Gaussian noise N(0, σ 2 ) in observing the values of the corresponding instances’ function value Relational Gaussian Processes 12/02/08CS590M: Statistical Machine Learning - Fall xjxj xixi ε ij
Approximate Inference: Relational Gaussian Processes 12/02/08CS590M: Statistical Machine Learning - Fall i,j runs over the set of observed undirected linkages EP algorithm approximates where as : is a 2x2 symmetric matrix
Relational Gaussian Processes 12/02/08CS590M: Statistical Machine Learning - Fall where is a nxn matrix with four non-zero entries augmented from
For any finite collection of data points X, the set of random variables {f x } conditioned on ε have a multivariate Gaussian distribution: Relational Gaussian Processes 12/02/08CS590M: Statistical Machine Learning - Fall where elements of covariance matrix are given by evaluating the following (covariance) kernel function:
Linkage Prediction Joint prob. Probability for an edge between X r and X s 12/02/08CS590M: Statistical Machine Learning - Fall
Semi supervised learning 12/02/08CS590M: Statistical Machine Learning - Fall ? ?? ? ? ? ? ? 1 1 ?
Semi supervised learning 12/02/08CS590M: Statistical Machine Learning - Fall ? ?? ? ? ? ? ? 1 1 ? Nearest Neighborhood K=1
Semi supervised learning 12/02/08CS590M: Statistical Machine Learning - Fall ? ?? ? ? ? ? ? 1 1 ? Nearest Neighborhood K=2
Semi supervised learning Apply RGP to obtain Variables are related through a Probit noise Applying Bayes 12/02/08CS590M: Statistical Machine Learning - Fall
Semi supervised learning Predictive distribution Obtaining Bernoulli distribution for classification 12/02/08CS590M: Statistical Machine Learning - Fall
Experiments Experimental Setup – Kernel function Centralized Kernel : linear or Gaussian kernel shifted to the empirical mean – Noise level Label noise = (for RGP and GPC) Edge noise = [5 : 0.05] 12/02/08CS590M: Statistical Machine Learning - Fall
12/02/08CS590M: Statistical Machine Learning - Fall Samples collected from a gaussian mixture with two components on the x-axis. Two labeled samples indicated by diamond and circle. K=3 Best value =0.4 based on approximate model evidence Results
12/02/08CS590M: Statistical Machine Learning - Fall Posterior Covariance matrix of RGP learnt from the data It captures the density information of unlabelled data Using the posterior covariance matrix learnt from the data as the new prior, supervised learning is carried out Curves represent predictive distribution for each class Results
Real World Experiment – Subset of the WEBKB dataset Collected from CS dept. of 4 universities Contains pages with hyperlinks interconnecting them Pages classified into 7 categories (e.g student, course, other) – Documents are preprocessed as vectors of input attributes – Hyperlinks translated into undirected positive linkages 2 pages are likely to be positively correlated if hyperlinked by the same hub page No negative linkages – Compared with GPC & LapSVM (Sindhwani et al. 2005) 12/02/08CS590M: Statistical Machine Learning - Fall
Results Two classification tasks – Student vs. non-student, Other vs. non-other Randomly selected 10% samples as labeled data Selection repeated 100 times Linear kernel Table shows average AUC for predicting the labels of unlabeled cases 12/02/08CS590M: Statistical Machine Learning - Fall Student or NotOther or Not Univ.GPCLapSVMRGPGPCLapSVMRGP Corn.0.825± ± ± ± ± ±0.025 Texa.0.899± ± ± ± ± ±0.026 Wash.0.839± ± ± ± ± ±0.024 Wisc0.883± ± ± ± ± ±0.015
Conclusion A novel Bayesian framework to learn from relational data based on GP The RGP provides a data-dependent covariance function for supervised learning tasks (classification) Applied to semi-supervised learning tasks RGP requires very few labels to generalize on unseen test points – Incorporate unlabeled data in the model selection 12/02/08CS590M: Statistical Machine Learning - Fall
Discussion The proposed framework can be extended to model: – Directed (asymmetric) relations as well as undirected relations – Multiple classes of relations – Graphs with weighted edges The model should be compared to other models The results can be sensitive to choice of K in KNN 12/02/08CS590M: Statistical Machine Learning - Fall
12/02/08CS590M: Statistical Machine Learning - Fall Thanks Questions ?