Kernel Design Using Boosting

Abstract

The focus of the paper is the problem of learning kernel operators from empirical data. We cast the kernel design problem as the construction of an accurate kernel from simple (and less accurate) base kernels. We use the boosting paradigm to perform the kernel construction process. To do so, we modify the booster so as to accommodate kernel operators. We also devise an efficient weak-learner for simple kernels that is based on generalized eigen vector decomposition. We demonstrate the effective- ness of our approach on synthetic data and on the USPS dataset. On the USPS dataset, the performance of the Perceptron algorithm with learned kernels is systematically better than a fixed RBF kernel.

Cite

Text

Crammer et al. "Kernel Design Using Boosting." Neural Information Processing Systems, 2002.

Markdown

[Crammer et al. "Kernel Design Using Boosting." Neural Information Processing Systems, 2002.](https://mlanthology.org/neurips/2002/crammer2002neurips-kernel/)

BibTeX

@inproceedings{crammer2002neurips-kernel,
  title     = {{Kernel Design Using Boosting}},
  author    = {Crammer, Koby and Keshet, Joseph and Singer, Yoram},
  booktitle = {Neural Information Processing Systems},
  year      = {2002},
  pages     = {553-560},
  url       = {https://mlanthology.org/neurips/2002/crammer2002neurips-kernel/}
}