Large-Scale Online Kernel Learning with Random Feature Reparameterization

Abstract

A typical online kernel learning method faces two fundamental issues: the complexity in dealing with a huge number of observed data points (a.k.a the curse of kernelization) and the difficulty in learning kernel parameters, which often assumed to be fixed. Random Fourier feature is a recent and effective approach to address the former by approximating the shift-invariant kernel function via Bocher's theorem, and allows the model to be maintained directly in the random feature space with a fixed dimension, hence the model size remains constant w.r.t. data size. We further introduce in this paper the reparameterized random feature (RRF), a random feature framework for large-scale online kernel learning to address both aforementioned challenges. Our initial intuition comes from the so-called "reparameterization trick" [Kingma et al., 2014] to lift the source of randomness of Fourier components to another space which can be independently sampled, so that stochastic gradient of the kernel parameters can be analytically derived. We develop a well-founded underlying theory for our method, including a general way to reparameterize the kernel, and a new tighter error bound on the approximation quality. This view further inspires a direct application of stochastic gradient descent for updating our model under an online learning setting. We then conducted extensive experiments on several large-scale datasets where we demonstrate that our work achieves state-of-the-art performance in both learning efficacy and efficiency.

Cite

Text

Nguyen et al. "Large-Scale Online Kernel Learning with Random Feature Reparameterization." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/354

Markdown

[Nguyen et al. "Large-Scale Online Kernel Learning with Random Feature Reparameterization." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/nguyen2017ijcai-large/) doi:10.24963/IJCAI.2017/354

BibTeX

@inproceedings{nguyen2017ijcai-large,
  title     = {{Large-Scale Online Kernel Learning with Random Feature Reparameterization}},
  author    = {Nguyen, Tu Dinh and Le, Trung and Bui, Hung and Phung, Dinh Q.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2543-2549},
  doi       = {10.24963/IJCAI.2017/354},
  url       = {https://mlanthology.org/ijcai/2017/nguyen2017ijcai-large/}
}