paper-with-me

홈 › 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, 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

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Accelerated Randomized Coordinate Descent Algorithms for Stochastic Optimization and Online Learning

2018-06-05 · Akshita Bhandari, Chandramani Singh

We propose accelerated randomized coordinate descent algorithms for stochastic optimization and online learning. Our algorithms have significantly less per-iteration complexity than the known accelerated gradient algorit…

Stochastic Optimization

Simple Stochastic and Online Gradient DescentAlgorithms for Pairwise Learning

2021-11-23 · 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 t…

Generalization BoundsMetric LearningOpen-Ended Question Answering

SSRGD: Simple Stochastic Recursive Gradient Descent for Escaping Saddle Points

2019-04-19 · NeurIPS 2019 12 · Zhize Li

We analyze stochastic gradient algorithms for optimizing nonconvex problems. In particular, our goal is to find local minima (second-order stationary points) instead of just finding first-order stationary points which ma…

Convergence of Online Adaptive and Recurrent Optimization Algorithms

2020-05-12 · Pierre-Yves Massé, Yann Ollivier

We prove local convergence of several notable gradient descent algorithms used in machine learning, for which standard stochastic gradient descent theory does not apply directly. This includes, first, online algorithms f…

Randomized Block Coordinate Descent for Online and Stochastic Optimization

2014-07-01 · Huahua Wang, Arindam Banerjee

Two types of low cost-per-iteration gradient descent methods have been extensively studied in parallel. One is online or stochastic gradient descent (OGD/SGD), and the other is randomzied coordinate descent (RBCD). In th…

Stochastic Optimization