Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,657 papers · 148 categories

Trend · papers per month

93187280373 · Jun 202019922001200920172026
48 results for second-order stationary point

Variance reduction techniques like SVRG provide simple and fast algorithms for optimizing a convex finite-sum objective. For nonconvex objectives, these techniques can also find a first-order stationary point (with small gradient). However, in nonconvex optimization it is often crucial to find a second-order stationary…

2019-05-01abs ↗pdf ↗

New algorithm finds approximate stationary points in non-convex optimization.

problem Finding approximate stationary points in non-convex stochastic optimization.
method Design of an algorithm using O(ε3)O(ε^{-3}) stochastic gradient and Hessian-vector products.
result Optimal rate of O(ε3)O(ε^{-3}) for finding εε-approximate stationary points, matching lower bounds.

New method finds stationary points in bilevel optimization problems.

problem Solving nonconvex-strongly-convex bilevel optimization problems.
method Restarted Accelerated HyperGradient Descent (RAHGD) method.
result Achieves best-known theoretical guarantees for finding stationary points in bilevel optimization.

Improved method finds second-order stationary points privately with better efficiency.

problem Finding second-order stationary points privately under differential privacy constraints.
method Adaptive batch sizes and binary tree mechanism.
result Improved bound for privately finding SOSP, matching state-of-the-art for FOSP.

Paper shows no spurious local minima in a specific matrix factorization problem.

problem Optimization of 1\ell_1-norm rank-one symmetric matrix factorization.
method Second-order variational analysis to study the landscape of the problem.
result Any second-order stationary point is globally optimal.

Paper proposes a method to find approximate SOSP for nonconvex conic optimization problems.

problem Finding approximate second-order stationary points in nonconvex conic optimization.
method Newton-CG based barrier method with complexity guarantees.
result Achieves iteration complexity of O(ε^(-3/2)) for finding (ε,√ε)-SOSP.

Improved algorithm finds second-order stationary points in non-convex optimization.

problem Minimizing non-convex objectives while preserving training data privacy.
method SpiderBoost framework with two gradient oracles: precise and less precise.
result Improved rates for finding second-order stationary points.

New method solves stochastic optimization problems with random models.

problem Optimizing stochastic objectives with deterministic constraints.
method Trust-Region Sequential Quadratic Programming with random model.
result Global convergence guarantees for first- and second-order stationary points.

Paper improves compressed SGD to reach second-order stationary points.

problem Efficiently reaching second-order stationary points in distributed machine learning.
method Gradient compression and RandomK compressor to improve convergence to second-order stationary points.
result Compressed SGD reaches second-order stationary points with improved communication efficiency.

Two new algorithms solve nonconvex-strongly concave problems efficiently.

problem Solving nonconvex-strongly concave minimax problems.
method Proposed MINIMAX-TR and MINIMAX-TRACE algorithms.
result Find (ε,ε)(ε, \sqrtε)-second order stationary points within O(ε1.5)\mathcal{O}(ε^{-1.5}) iterations.

This paper shows that a perturbed form of gradient descent converges to a second-order stationary point in a number iterations which depends only poly-logarithmically on dimension (i.e., it is almost "dimension-free"). The convergence rate of this procedure matches the well-known convergence rate of gradient descent to…

2017-03-02abs ↗pdf ↗

New algorithms solve complex minimax problems efficiently.

problem Nonconvex-strongly concave minimax problems in machine learning.
method Gradient norm regularized trust-region (GRTR) and Levenberg-Marquardt (LMNegCur) algorithms.
result Proved iteration complexities matching best known results.

Second-order guarantees for federated learning algorithms.

problem Non-convex optimization in federated learning with saddle-points as bottlenecks.
method Drawing on recent results on second-order optimality in centralized and decentralized settings, establish second-order guarantees for federated learning algorithms.
result Established second-order guarantees for federated learning algorithms.

Adaptive methods such as Adam and RMSProp are widely used in deep learning but are not well understood. In this paper, we seek a crisp, clean and precise characterization of their behavior in nonconvex settings. To this end, we first provide a novel view of adaptive methods as preconditioned SGD, where the precondition…

2019-01-26abs ↗pdf ↗

Paper develops a TR-SSQP method for noisy optimization with heavy-tailed noise.

problem Optimization problems with stochastic objectives and heavy-tailed noise.
method Trust-Region Stochastic Sequential Quadratic Programming (TR-SSQP) method.
result Achieves high-probability first-order and second-order stationarity bounds for heavy-tailed noise.

Novel methods for accelerating optimization in complex bilevel and minimax problems.

problem Optimization challenges in bilevel and minimax problems, especially when strong convexity assumptions are not met.
method Accelerated fully first-order methods for Bilevel Optimization (BLO) and Minimax Optimization (NCSC).
result State-of-the-art complexity for finding approximate second-order stationary points in BLO and NCSC.

Efficient method classifies locally stationary time series based on second-order characteristics.

problem Classifying locally stationary time series for various applications.
method Autoregressive approximation, ensemble aggregation, distance-based threshold.
result Zero misclassification error rate asymptotically for mildly differing second-order characteristics.

Paper proposes a new method to find approximate SOSP for nonconvex constrained optimization problems.

problem Finding a second-order stationary point of nonconvex equality constrained optimization.
method Newton-CG based augmented Lagrangian method with a new Newton-CG subproblem solver.
result Achieves better complexity guarantees for finding approximate SOSP with high probability.

In this paper, we study the problem of escaping from saddle points in smooth nonconvex optimization problems subject to a convex set C\mathcal{C}. We propose a generic framework that yields convergence to a second-order stationary point of the problem, if the convex set C\mathcal{C} is simple for a quadratic objectiv…

2018-09-06abs ↗pdf ↗

The paper analyzes second-order guarantees for optimization in various architectures.

problem Nonconvex optimization problems are difficult to solve, especially verifying local minima.
method Second-order guarantees for stochastic first-order optimization algorithms in different architectures.
result Gradient perturbations help algorithms distinguish and avoid undesirable stationary points.

SONIA optimizes machine learning problems with a novel algorithm.

problem Empirical risk minimization in machine learning.
method Symmetric Blockwise Truncated Optimization (SONIA) algorithm combining second-order and steepest descent steps.
result SONIA converges to stationary points in both convex and nonconvex cases.

Paper proposes a method to find approximate SOSP for nonconvex conic optimization problems.

problem Finding approximate second-order stationary points in nonconvex conic optimization.
method Newton-CG based barrier-augmented Lagrangian method.
result Method achieves complexity bounds of O~(ε11/2)\widetilde{\cal O}(ε^{-11/2}) and O~(ε11/2min{n,ε5/4})\widetilde{\cal O}(ε^{-11/2}\min\{n,ε^{-5/4}\}) for finding an (ε,ε)(ε,\sqrtε)-SOSP.

Gradient-based methods find saddle points, not critical points, in neural networks.

problem Gradient-based optimization methods converge to saddle points rather than critical points in deep neural networks.
method Critical point-finding methods used to analyze neural network losses.
result Gradient-based methods often converge to or pass through gradient-flat regions, where gradient norm has a stationary point.

We consider minimizing a nonconvex, smooth function ff on a Riemannian manifold M\mathcal{M}. We show that a perturbed version of Riemannian gradient descent algorithm converges to a second-order stationary point (and hence is able to escape saddle points on the manifold). The rate of convergence depends as 1/ε21/ε^2 o…

2019-06-18abs ↗pdf ↗

Motivated by recent advances in the spectral theory of auto-covariance matrices, we are led to revisit a reformulation of Markowitz' mean-variance portfolio optimization approach in the time domain. In its simplest incarnation it applies to a single traded asset and allows to find an optimal trading strategy which - fo…

2015-09-26abs ↗pdf ↗