paper-with-me

홈 › Papers

Simple Stochastic and Online Gradient DescentAlgorithms for Pairwise Learning

2021-11-23 · Zhenhuan Yang, Yunwen Lei, Puyu Wang, Tianbao Yang, Yiming Ying

Pairwise learning refers to learning tasks where the loss function depends on a pair of instances. It instantiates many important machine learning tasks such as bipartite ranking and metric learning. A popular approach to handle streaming data in pairwise learning is an online gradient descent (OGD) algorithm, where one needs to pair the current instance with a buffering set of previous instances with a sufficiently large size and therefore suffers from a scalability issue. In this paper, we propose simple stochastic and online gradient descent methods for pairwise learning. A notable difference from the existing studies is that we only pair the current instance with the previous one in building a gradient direction, which is efficient in both the storage and computational complexity. We develop novel stability results, optimization, and generalization error bounds for both convex and nonconvex as well as both smooth and nonsmooth problems. We introduce novel techniques to decouple the dependency of models and the previous instance in both the optimization and generalization analysis. Our study resolves an open question on developing meaningful generalization bounds for OGD using a buffering set with a very small fixed size. We also extend our algorithms and stability analysis to develop differentially private SGD algorithms for pairwise learning which significantly improves the existing results.

📄 PDF Abstract BibTeX arXiv:2111.12050

Code (1)

zhenhuan-yang/simple-pairwise 공식 구현

Tasks

Generalization BoundsMetric LearningOpen-Ended Question Answering

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Simple Stochastic and Online Gradient Descent Algorithms for Pairwise Learning

2021-12-01 · NeurIPS 2021 12 · Zhenhuan Yang, Yunwen Lei, Puyu Wang, Tianbao Yang 외

Pairwise learning refers to learning tasks where the loss function depends on a pair of instances. It instantiates many important machine learning tasks such as bipartite ranking and metric learning. A popular approach…

Generalization BoundsMetric LearningOpen-Ended Question Answering

Stochastic Gradient Riemannian Langevin Dynamics on the Probability Simplex

2013-12-01 · NeurIPS 2013 12 · Sam Patterson, Yee Whye Teh

In this paper we investigate the use of Langevin Monte Carlo methods on the probability simplex and propose a new method, Stochastic gradient Riemannian Langevin dynamics, which is simple to implement and can be applied …

Differentially Private Stochastic Gradient Descent with Low-Noise

2022-09-09 · Puyu Wang, Yunwen Lei, Yiming Ying, Ding-Xuan Zhou

Modern machine learning algorithms aim to extract fine-grained information from data to provide accurate predictions, which often conflicts with the goal of privacy protection. This paper addresses the practical and theo…

Privacy Preserving

Variance Reduced Online Gradient Descent for Kernelized Pairwise Learning with Limited Memory

2023-10-10 · Hilal AlQuabeh, Bhaskar Mukhoty, Bin Gu

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 pai…

Dual Averaging Method for Regularized Stochastic Learning and Online Optimization

2009-12-01 · NeurIPS 2009 12 · Lin Xiao

We consider regularized stochastic learning and online optimization problems, where the objective function is the sum of two convex terms: one is the loss function of the learning task, and the other is a simple regulari…