Variance Reduced Online Gradient Descent for Kernelized Pairwise Learning with Limited Memory
Hilal AlQuabeh, Bhaskar Mukhoty, Bin Gu

TL;DR
This paper introduces a variance-reduced, limited-memory online gradient descent algorithm for kernelized pairwise learning, improving scalability and regret bounds while maintaining effectiveness on real datasets.
Contribution
It extends variance reduction techniques to kernel online pairwise learning with limited memory, achieving better regret bounds and scalability.
Findings
Outperforms existing kernelized and linear online pairwise learning algorithms.
Uses $O(rac{1}{ ext{sqrt}(T)} ext{log}T)$ Fourier features for kernel approximation.
Achieves improved sublinear regret bounds.
Abstract
Pairwise learning is essential in machine learning, especially for problems involving loss functions defined on pairs of training examples. Online gradient descent (OGD) algorithms have been proposed to handle online pairwise learning, where data arrives sequentially. However, the pairwise nature of the problem makes scalability challenging, as the gradient computation for a new sample involves all past samples. Recent advancements in OGD algorithms have aimed to reduce the complexity of calculating online gradients, achieving complexities less than and even as low as . However, these approaches are primarily limited to linear models and have induced variance. In this study, we propose a limited memory OGD algorithm that extends to kernel online pairwise learning while improving the sublinear regret. Specifically, we establish a clear connection between the variance of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Machine Learning and Algorithms
