Sharpened Lazy Incremental Quasi-Newton Method
Aakash Lahoti, Spandan Senapati, Ketan Rajawat, Alec Koppel

TL;DR
The paper introduces SLIQN, a new incremental Quasi-Newton method that combines explicit superlinear convergence with high empirical performance and reduced per-iteration cost, advancing optimization in machine learning.
Contribution
SLIQN innovatively combines hybrid BFGS updates and lazy propagation to achieve superlinear convergence with lower computational cost than existing methods.
Findings
SLIQN outperforms IQN and IGS in empirical tests.
SLIQN achieves explicit superlinear convergence.
SLIQN has a per-iteration cost of O(d^2).
Abstract
The problem of minimizing the sum of functions in dimensions is ubiquitous in machine learning and statistics. In many applications where the number of observations is large, it is necessary to use incremental or stochastic methods, as their per-iteration cost is independent of . Of these, Quasi-Newton (QN) methods strike a balance between the per-iteration cost and the convergence rate. Specifically, they exhibit a superlinear rate with cost in contrast to the linear rate of first-order methods with cost and the quadratic rate of second-order methods with cost. However, existing incremental methods have notable shortcomings: Incremental Quasi-Newton (IQN) only exhibits asymptotic superlinear convergence. In contrast, Incremental Greedy BFGS (IGS) offers explicit superlinear convergence but suffers from poor empirical performance and has a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIterative Methods for Nonlinear Equations · Advanced Optimization Algorithms Research · Matrix Theory and Algorithms
