Efficient Co-Regularised Least Squares Regression

Abstract

In many applications, unlabelled examples are inexpensive and easy to obtain. Semi-supervised approaches try to utilise such examples to reduce the predictive error. In this paper, we investigate a semi-supervised least squares regression algorithm based on the co-learning approach. Similar to other semi-supervised algorithms, our base algorithm has cubic runtime complexity in the number of unlabelled examples. To be able to handle larger sets of unlabelled examples, we devise a semi-parametric variant that scales linearly in the number of unlabelled examples. Experiments show a significant error reduction by co-regularisation and a large runtime improvement for the semi-parametric approximation. Last but not least, we propose a distributed procedure that can be applied without collecting all data at a single site.

Cite

Text

Brefeld et al. "Efficient Co-Regularised Least Squares Regression." International Conference on Machine Learning, 2006. doi:10.1145/1143844.1143862

Markdown

[Brefeld et al. "Efficient Co-Regularised Least Squares Regression." International Conference on Machine Learning, 2006.](https://mlanthology.org/icml/2006/brefeld2006icml-efficient/) doi:10.1145/1143844.1143862

BibTeX

@inproceedings{brefeld2006icml-efficient,
  title     = {{Efficient Co-Regularised Least Squares Regression}},
  author    = {Brefeld, Ulf and Gärtner, Thomas and Scheffer, Tobias and Wrobel, Stefan},
  booktitle = {International Conference on Machine Learning},
  year      = {2006},
  pages     = {137-144},
  doi       = {10.1145/1143844.1143862},
  url       = {https://mlanthology.org/icml/2006/brefeld2006icml-efficient/}
}