paper-with-me

Papers

A Novel Fast Exact Subproblem Solver for Stochastic Quasi-Newton Cubic Regularized Optimization

2022-04-19 · Jarad Forristal, Joshua Griffin, Wenwen Zhou, Seyedalireza Yektamaram

In this work we describe an Adaptive Regularization using Cubics (ARC) method for large-scale nonconvex unconstrained optimization using Limited-memory Quasi-Newton (LQN) matrices. ARC methods are a relatively new family of optimization strategies that utilize a cubic-regularization (CR) term in place of trust-regions and line-searches. LQN methods offer a large-scale alternative to using explicit second-order information by taking identical inputs to those used by popular first-order methods such as stochastic gradient descent (SGD). Solving the CR subproblem exactly requires Newton's method, yet using properties of the internal structure of LQN matrices, we are able to find exact solutions to the CR subproblem in a matrix-free manner, providing large speedups and scaling into modern size requirements. Additionally, we expand upon previous ARC work and explicitly incorporate first-order updates into our algorithm. We provide experimental results when the SR1 update is used, which show substantial speed-ups and competitive performance compared to Adam and other second order optimizers on deep neural networks (DNNs). We find that our new approach, ARCLQN, compares to modern optimizers with minimal tuning, a common pain-point for second order methods.

📄 PDF Abstract BibTeX arXiv:2204.09116

Code (0)

등록된 구현이 없습니다.

Tasks

ARCSecond-order methods

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Stochastic Trust Region Inexact Newton Method for Large-scale Machine Learning

2018-12-26 · Vinod Kumar Chauhan, Anuj Sharma, Kalpana Dahiya

Nowadays stochastic approximation methods are one of the major research direction to deal with the large-scale machine learning problems. From stochastic first order methods, now the focus is shifting to stochastic secon…

BIG-bench Machine LearningSecond-order methods

An Exact Solver for the Weston-Watkins SVM Subproblem

2021-02-10 · Yutong Wang, Clayton D. Scott

Recent empirical evidence suggests that the Weston-Watkins support vector machine is among the best performing multiclass extensions of the binary SVM. Current state-of-the-art solvers repeatedly solve a particular subpr…

A Divide-and-Conquer Solver for Kernel Support Vector Machines

2013-11-04 · Cho-Jui Hsieh, Si Si, Inderjit S. Dhillon

The kernel support vector machine (SVM) is one of the most widely used classification methods; however, the amount of computation required becomes the bottleneck when facing millions of samples. In this paper, we propose…

Clustering

A Proximal Modified Quasi-Newton Method for Nonsmooth Regularized Optimization

2024-09-28 · Youssef Diouane, Mohamed Laghdaf Habiboullah, Dominique Orban

We develop R2N, a modified quasi-Newton method for minimizing the sum of a $\mathcal{C}^1$ function $f$ and a lower semi-continuous prox-bounded $h$. Both $f$ and $h$ may be nonconvex. At each iteration, our method compu…

DenoisingImage DenoisingMatrix Completion

Exploiting Local Convergence of Quasi-Newton Methods Globally: Adaptive Sample Size Approach

2021-06-10 · NeurIPS 2021 12 · Qiujiang Jin, Aryan Mokhtari

In this paper, we study the application of quasi-Newton methods for solving empirical risk minimization (ERM) problems defined over a large dataset. Traditional deterministic and stochastic quasi-Newton methods can be ex…