Improved Semi-Supervised Learning with Multiple Graphs

Abstract

We present a new approach for graph based semi-supervised learning based on a multi-component extension to the Gaussian MRF model. This approach models the observations on the vertices as jointly Gaussian with an inverse covariance matrix that is a weighted linear combination of multiple matrices. Building on randomized matrix trace estimation and fast Laplacian solvers, we develop fast and efficient algorithms for computing the best-fit (maximum likelihood) model and the predicted labels using gradient descent. Our model is considerably simpler, with just tens of parameters, and a single hyperparameter, in contrast with state-of-the-art approaches using deep learning techniques. Our experiments on benchmark citation networks show that the best-fit model estimated by our algorithm leads to significant improvements on all datasets compared to baseline models. Further, our performance compares favorably with several state-of-the-art methods on these datasets, and is comparable with the best performances.

Cite

Text

Viswanathan et al. "Improved Semi-Supervised Learning with Multiple Graphs." Artificial Intelligence and Statistics, 2019.

Markdown

[Viswanathan et al. "Improved Semi-Supervised Learning with Multiple Graphs." Artificial Intelligence and Statistics, 2019.](https://mlanthology.org/aistats/2019/viswanathan2019aistats-improved/)

BibTeX

@inproceedings{viswanathan2019aistats-improved,
  title     = {{Improved Semi-Supervised Learning with Multiple Graphs}},
  author    = {Viswanathan, Krishnamurthy and Sachdeva, Sushant and Tomkins, Andrew and Ravi, Sujith},
  booktitle = {Artificial Intelligence and Statistics},
  year      = {2019},
  pages     = {3032-3041},
  volume    = {89},
  url       = {https://mlanthology.org/aistats/2019/viswanathan2019aistats-improved/}
}