Lightweight Stochastic Optimization for Minimizing Finite Sums with Infinite Data
Shuai Zheng, James T. Kwok

TL;DR
This paper introduces two lightweight stochastic optimization algorithms, SSAG and S-SAGA, designed for expected risk minimization with infinite or perturbed data, offering faster convergence and reduced memory usage compared to existing methods.
Contribution
The paper proposes novel SGD-like algorithms, SSAG and S-SAGA, that handle infinite or noisy data efficiently, with improved convergence and memory efficiency over prior variance reduction techniques.
Findings
SSAG converges faster than SGD with similar memory use.
S-SAGA outperforms S-MISO in iteration complexity and storage.
Both algorithms are effective for logistic regression and AUC maximization.
Abstract
Variance reduction has been commonly used in stochastic optimization. It relies crucially on the assumption that the data set is finite. However, when the data are imputed with random noise as in data augmentation, the perturbed data set be- comes essentially infinite. Recently, the stochastic MISO (S-MISO) algorithm is introduced to address this expected risk minimization problem. Though it converges faster than SGD, a significant amount of memory is required. In this pa- per, we propose two SGD-like algorithms for expected risk minimization with random perturbation, namely, stochastic sample average gradient (SSAG) and stochastic SAGA (S-SAGA). The memory cost of SSAG does not depend on the sample size, while that of S-SAGA is the same as those of variance reduction methods on un- perturbed data. Theoretical analysis and experimental results on logistic regression and AUC maximization…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Advanced Bandit Algorithms Research · Sparse and Compressive Sensing Techniques
MethodsSAGA · Logistic Regression · Stochastic Gradient Descent
