Kernel Regression with Order Preferences

Abstract

We propose a novel kernel regression algorithm which takes into account order preferences on unlabeled data. Such preferences have the form that point x1 has a larger target value than that of x2, although the tar-get values for x1, x2 are unknown. The order pref-erences can be viewed as side information or a form of weak labels, and our algorithm can be related to semi-supervised learning. Learning consists of formu-lating the order preferences as additional regularization in a risk minimization framework. We define a linear program to effectively solve the optimization problem. Experiments on benchmark datasets, sentiment analy-sis, and housing price problems show that the proposed algorithm outperforms standard regression, even when the order preferences are noisy.

Cite

Text

Zhu and Goldberg. "Kernel Regression with Order Preferences." AAAI Conference on Artificial Intelligence, 2007.

Markdown

[Zhu and Goldberg. "Kernel Regression with Order Preferences." AAAI Conference on Artificial Intelligence, 2007.](https://mlanthology.org/aaai/2007/zhu2007aaai-kernel/)

BibTeX

@inproceedings{zhu2007aaai-kernel,
  title     = {{Kernel Regression with Order Preferences}},
  author    = {Zhu, Xiaojin and Goldberg, Andrew B.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {681-687},
  url       = {https://mlanthology.org/aaai/2007/zhu2007aaai-kernel/}
}