A practical randomized trust-region method to escape saddle points in high dimension
Radu-Alexandru Dragomir, Xiaowen Jiang, Bonan Sun, Nicolas Boumal

TL;DR
This paper introduces a practical randomized trust-region method with modified conjugate gradient initialization that efficiently escapes saddle points in high-dimensional non-convex optimization problems, improving convergence and robustness.
Contribution
It proposes a novel randomized trust-region algorithm with truncated conjugate gradients that automatically balances saddle escape and convergence, requiring minimal tuning.
Findings
Algorithm effectively escapes saddle points in high dimensions.
Numerical experiments demonstrate practical performance and robustness.
Single hyperparameter simplifies implementation.
Abstract
Without randomization, escaping the saddle points of requires at least pieces of information about (values, gradients, Hessian-vector products). With randomization, this can be reduced to a polylogarithmic dependence in . The prototypical algorithm to that effect is perturbed gradient descent (PGD): through sustained jitter, it reliably escapes strict saddle points. However, it also never settles: there is no convergence. What is more, PGD requires precise tuning based on Lipschitz constants and a preset target accuracy. To improve on this, we modify the time-tested trust-region method with truncated conjugate gradients (TR-tCG). Specifically, we randomize the initialization of tCG (the subproblem solver), and we prove that tCG automatically amplifies the randomization near saddles (to escape) and absorbs it near local…
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 · Markov Chains and Monte Carlo Methods · Sparse and Compressive Sensing Techniques
