paper-with-me

Papers

Variance-Reduced Stochastic Gradient Descent on Streaming Data

2018-12-01 · NeurIPS 2018 12 · Ellango Jothimurugesan, Ashraf Tahmasbi, Phillip Gibbons, Srikanta Tirthapura

We present an algorithm STRSAGA for efficiently maintaining a machine learning model over data points that arrive over time, quickly updating the model as new training data is observed. We present a competitive analysis comparing the sub-optimality of the model maintained by STRSAGA with that of an offline algorithm that is given the entire data beforehand, and analyze the risk-competitiveness of STRSAGA under different arrival patterns. Our theoretical and experimental results show that the risk of STRSAGA is comparable to that of offline algorithms on a variety of input arrival patterns, and its experimental performance is significantly better than prior algorithms suited for streaming data, such as SGD and SSVRG.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

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

Accelerating Stochastic Gradient Descent using Predictive Variance Reduction

2013-12-01 · NeurIPS 2013 12 · Rie Johnson, Tong Zhang

Stochastic gradient descent is popular for large scale optimization but has slow convergence asymptotically due to the inherent variance. To remedy this problem, we introduce an explicit variance reduction method for sto…

Structured Prediction

Momentum as Variance-Reduced Stochastic Gradient

2021-09-29 · Zih-Syuan Huang, Ching-pei Lee

Stochastic gradient descent with momentum (SGD+M) is widely used to empirically improve the convergence behavior and the generalization performance of plain stochastic gradient descent (SGD) in the training of deep learn…

Data Augmentation

Streaming regularization parameter selection via stochastic gradient descent

2015-11-06 · Ricardo Pio Monti, Romy Lorenz, Robert Leech, Christoforos Anagnostopoulos 외

We propose a framework to perform streaming covariance selection. Our approach employs regularization constraints where a time-varying sparsity parameter is iteratively estimated via stochastic gradient descent. This all…

regression

Variance Reduced Stochastic Proximal Algorithm for AUC Maximization

2019-11-08 · Soham Dan, Dushyant Sahoo

Stochastic Gradient Descent has been widely studied with classification accuracy as a performance measure. However, these stochastic algorithms cannot be directly used when non-decomposable pairwise performance measures …

Variance Reduced methods for Non-convex Composition Optimization

2017-11-13 · Liu Liu, Ji Liu, DaCheng Tao

This paper explores the non-convex composition optimization in the form including inner and outer finite-sum functions with a large number of component functions. This problem arises in some important applications such a…

Reinforcement Learning