Online Discovery of Similarity Mappings

Abstract

We consider the problem of choosing, sequentially, a map which assigns elements of a set A to a few elements of a set B . On each round, the algorithm suffers some cost associated with the chosen assignment, and the goal is to minimize the cumulative loss of these choices relative to the best map on the entire sequence. Even though the offine problem of finding the best map is provably hard, we show that there is an equivalent online approximation algorithm, Randomized Map Prediction (RMP), that is efficient and performs nearly as well. While drawing upon results from the "Online Prediction with Expert Advice" setting, we show how RMP can be utilized as an online approach to several standard batch problems. We apply RMP to online clustering as well as online feature selection and, surprisingly, RMP often outperforms the standard batch algorithms on these problems.

Cite

Text

Rakhlin et al. "Online Discovery of Similarity Mappings." International Conference on Machine Learning, 2007. doi:10.1145/1273496.1273593

Markdown

[Rakhlin et al. "Online Discovery of Similarity Mappings." International Conference on Machine Learning, 2007.](https://mlanthology.org/icml/2007/rakhlin2007icml-online/) doi:10.1145/1273496.1273593

BibTeX

@inproceedings{rakhlin2007icml-online,
  title     = {{Online Discovery of Similarity Mappings}},
  author    = {Rakhlin, Alexander and Abernethy, Jacob D. and Bartlett, Peter L.},
  booktitle = {International Conference on Machine Learning},
  year      = {2007},
  pages     = {767-774},
  doi       = {10.1145/1273496.1273593},
  url       = {https://mlanthology.org/icml/2007/rakhlin2007icml-online/}
}