Co-Regularised Support Vector Regression

Abstract

We consider a semi-supervised learning scenario for regression, where only few labelled examples, many unlabelled instances and different data representations (multiple views) are available. For this setting, we extend support vector regression with a co-regularisation term and obtain co-regularised support vector regression (CoSVR). In addition to labelled data, co-regularisation includes information from unlabelled examples by ensuring that models trained on different views make similar predictions. Ligand affinity prediction is an important real-world problem that fits into this scenario. The characterisation of the strength of protein-ligand bonds is a crucial step in the process of drug discovery and design. We introduce variants of the base CoSVR algorithm and discuss their theoretical and computational properties. For the CoSVR function class we provide a theoretical bound on the Rademacher complexity. Finally, we demonstrate the usefulness of CoSVR for the affinity prediction task and evaluate its performance empirically on different protein-ligand datasets. We show that CoSVR outperforms co-regularised least squares regression as well as existing state-of-the-art approaches for affinity prediction. Code and data related to this chapter are available at: https://doi.org/10.6084/m9.figshare.5427241 .

Cite

Text

Ullrich et al. "Co-Regularised Support Vector Regression." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2017. doi:10.1007/978-3-319-71246-8_21

Markdown

[Ullrich et al. "Co-Regularised Support Vector Regression." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2017.](https://mlanthology.org/ecmlpkdd/2017/ullrich2017ecmlpkdd-coregularised/) doi:10.1007/978-3-319-71246-8_21

BibTeX

@inproceedings{ullrich2017ecmlpkdd-coregularised,
  title     = {{Co-Regularised Support Vector Regression}},
  author    = {Ullrich, Katrin and Kamp, Michael and Gärtner, Thomas and Vogt, Martin and Wrobel, Stefan},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2017},
  pages     = {338-354},
  doi       = {10.1007/978-3-319-71246-8_21},
  url       = {https://mlanthology.org/ecmlpkdd/2017/ullrich2017ecmlpkdd-coregularised/}
}