Online Learning by Ellipsoid Method
Abstract
In this work, we extend the ellipsoid method, which was originally designed for convex optimization, for online learning. The key idea is to approximate by an ellipsoid the classification hypotheses that are consistent with all the training examples received so far. This is in contrast to most online learning algorithms where only a single classifier is maintained at each iteration. Efficient algorithms are presented for updating both the centroid and the positive definite matrix of ellipsoid given a misclassified example. In addition to the classical ellipsoid method, an improved version for online learning is also presented. Mistake bounds for both ellipsoid methods are derived. Evaluation with the USPS dataset and three UCI data-sets shows encouraging results when comparing the proposed online learning algorithm to two state-of-the-art online learners.
Cite
Text
Yang et al. "Online Learning by Ellipsoid Method." International Conference on Machine Learning, 2009. doi:10.1145/1553374.1553521Markdown
[Yang et al. "Online Learning by Ellipsoid Method." International Conference on Machine Learning, 2009.](https://mlanthology.org/icml/2009/yang2009icml-online/) doi:10.1145/1553374.1553521BibTeX
@inproceedings{yang2009icml-online,
title = {{Online Learning by Ellipsoid Method}},
author = {Yang, Liu and Jin, Rong and Ye, Jieping},
booktitle = {International Conference on Machine Learning},
year = {2009},
pages = {1153-1160},
doi = {10.1145/1553374.1553521},
url = {https://mlanthology.org/icml/2009/yang2009icml-online/}
}