Active Kernel Learning

Abstract

Identifying the appropriate kernel function/matrix for a given dataset is essential to all kernel-based learning techniques. A number of kernel learning algorithms have been proposed to learn kernel functions or matrices from side information (e.g., either labeled examples or pairwise constraints). However, most previous studies are limited to "passive" kernel learning in which side information is provided beforehand. In this paper we present a framework of Active Kernel Learning (AKL) that actively identifies the most informative pairwise constraints for kernel learning. The key challenge of active kernel learning is how to measure the informativeness of an example pair given its class label is unknown. To this end, we propose a min-max approach for active kernel learning that selects the example pair that results in a large classification margin regardless of its assigned class label. We furthermore approximate the related optimization problem into a convex programming problem. We evaluate the effectiveness of the proposed algorithm by comparing it to two other implementations of active kernel learning. Empirical study with nine datasets on semi-supervised data clustering shows that the proposed algorithm is more effective than its competitors.

Cite

Text

Hoi and Jin. "Active Kernel Learning." International Conference on Machine Learning, 2008. doi:10.1145/1390156.1390207

Markdown

[Hoi and Jin. "Active Kernel Learning." International Conference on Machine Learning, 2008.](https://mlanthology.org/icml/2008/hoi2008icml-active/) doi:10.1145/1390156.1390207

BibTeX

@inproceedings{hoi2008icml-active,
  title     = {{Active Kernel Learning}},
  author    = {Hoi, Steven C. H. and Jin, Rong},
  booktitle = {International Conference on Machine Learning},
  year      = {2008},
  pages     = {400-407},
  doi       = {10.1145/1390156.1390207},
  url       = {https://mlanthology.org/icml/2008/hoi2008icml-active/}
}