paper-with-me

Papers

Fast large-scale optimization by unifying stochastic gradient and quasi-Newton methods

2013-11-09 · Jascha Sohl-Dickstein, Ben Poole, Surya Ganguli

We present an algorithm for minimizing a sum of functions that combines the computational efficiency of stochastic gradient descent (SGD) with the second order curvature information leveraged by quasi-Newton methods. We unify these disparate approaches by maintaining an independent Hessian approximation for each contributing function in the sum. We maintain computational tractability and limit memory requirements even for high dimensional optimization problems by storing and manipulating these quadratic approximations in a shared, time evolving, low dimensional subspace. Each update step requires only a single contributing function or minibatch evaluation (as in SGD), and each step is scaled using an approximate inverse Hessian and little to no adjustment of hyperparameters is required (as is typical for quasi-Newton methods). This algorithm contrasts with earlier stochastic second order techniques that treat the Hessian of each contributing function as a noisy approximation to the full Hessian, rather than as a target for direct estimation. We experimentally demonstrate improved convergence on seven diverse optimization problems. The algorithm is released as open source Python and MATLAB packages.

📄 PDF Abstract BibTeX arXiv:1311.2115

Code (1)

Sohl-Dickstein/Sum-of-Functions-Optimizer 공식 구현

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

A Universal Banach--Bregman Framework for Stochastic Iterations: Unifying Stochastic Mirror Descent, Learning and LLM Training

2025-09-17 · Johnny R. Zhang, Xiaomei Mi, Gaoyuan Du, Qianyi Sun 외 arxiv

Stochastic optimization powers the scalability of modern artificial intelligence, spanning machine learning, deep learning, reinforcement learning, and large language model training. Yet, existing theory remains largely …

Stochastic OptimizationReinforcement LearningSparse Learning

On Variance Reduction in Stochastic Gradient Descent and its Asynchronous Variants

2015-06-23 · NeurIPS 2015 12 · Sashank J. Reddi, Ahmed Hefny, Suvrit Sra, Barnabás Póczos 외

We study optimization algorithms based on variance reduction for stochastic gradient descent (SGD). Remarkable recent progress has been made in this direction through development of algorithms like SAG, SVRG, SAGA. These…

A Unified Analysis of Stochastic Optimization Methods Using Jump System Theory and Quadratic Constraints

2017-06-25 · Bin Hu, Peter Seiler, Anders Rantzer

We develop a simple routine unifying the analysis of several important recently-developed stochastic optimization methods including SAGA, Finito, and stochastic dual coordinate ascent (SDCA). First, we show an intrinsic …

Stochastic Optimization

Unconstrained Stochastic CCA: Unifying Multiview and Self-Supervised Learning

2023-10-02 · James Chapman, Lennie Wells, Ana Lawry Aguila

The Canonical Correlation Analysis (CCA) family of methods is foundational in multiview learning. Regularised linear CCA methods can be seen to generalise Partial Least Squares (PLS) and be unified with a Generalized Eig…

Multiview LearningMULTI-VIEW LEARNINGSelf-Supervised Learning

On the Stability and Generalization of First-order Bilevel Minimax Optimization

2026-04-22 · Xuelin Zhang, Peipei Yuan arxiv

Bilevel optimization and bilevel minimax optimization have recently emerged as unifying frameworks for a range of machine-learning tasks, including hyperparameter optimization and reinforcement learning. The existing lit…

Hyperparameter OptimizationReinforcement LearningBilevel Optimization