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.

169,051 papers · 148 categories

Trend · papers per month

7142027 · Jun 202019922001200920182026
48 results for inexact Newton

The paper studies the solution of stochastic optimization problems in which approximations to the gradient and Hessian are obtained through subsampling. We first consider Newton-like methods that employ these approximations and discuss how to coordinate the accuracy in the gradient and Hessian to yield a superlinear ra…

2016-09-27abs ↗pdf ↗

Develops a new SPP algorithm with variance reduction for weakly convex optimization.

problem Weakly convex, composite optimization problems.
method Inexact semismooth Newton framework with variance reduction for stochastic proximal point updates.
result Establishes convergence results for the proposed algorithm.

ERNN improves RNN accuracy and stability with time-delayed self-feedback.

problem Inaccuracy and instability in RNNs.
method Augmenting RNN with a time-delayed self-feedback loop to stabilize hidden state transitions.
result ERNN achieves state-of-the-art results on benchmark datasets.

The paper analyzes inexact variants of iterative methods for solving optimization problems.

problem Solving optimization problems with inexact sub-problems.
method Inexact variants of stochastic gradient descent, Newton, proximal point, and subspace ascent methods.
result Iteration complexity results for inexact variants of various iterative methods.

New algorithm improves convergence of gradient boosting trees.

problem Global convergence of Newton boosting in tabular machine learning.
method Introduces Gradient Regularized Newton Descent for GBDTs, proving linear convergence for smooth, strongly convex losses and O(1k2)\mathcal{O}(\frac{1}{k^2}) rate for general convex losses.
result Achieves globally convergent second-order GBDT algorithm with rate matching first-order boosting.

We propose a fast proximal Newton-type algorithm for minimizing regularized finite sums that returns an εε-suboptimal point in O~(d(n+κd)log(1ε))\tilde{\mathcal{O}}(d(n + \sqrt{κd})\log(\frac{1}ε)) FLOPS, where nn is number of samples, dd is feature dimension, and κκ is the condition number. As long as n>dn > d, the proposed method…

2017-08-28abs ↗pdf ↗

We consider the class of convex minimization problems, composed of a self-concordant function, such as the logdet\log\det metric, a convex data fidelity term h()h(\cdot) and, a regularizing -- possibly non-smooth -- function g()g(\cdot). This type of problems have recently attracted a great deal of interest, mainly due to th…

2014-05-13abs ↗pdf ↗

We consider the problem of finding the minimizer of a convex function F:RdRF: \mathbb R^d \rightarrow \mathbb R of the form F(w):=i=1nfi(w)+R(w)F(w) := \sum_{i=1}^n f_i(w) + R(w) where a low-rank factorization of 2fi(w)\nabla^2 f_i(w) is readily available. We consider the regime where ndn \gg d. As second-order methods prove to be effective in…

2016-07-02abs ↗pdf ↗

MuonEq improves training of matrix-valued parameters by rebalancing momentum before orthogonalization.

problem Training matrix-valued parameters with orthogonalized-update optimizers like Muon.
method MuonEq introduces three lightweight pre-orthogonalization equilibration schemes: two-sided row/column normalization (RC), row normalization (R), and column normalization (C).
result Row/column normalization acts as a zeroth-order surrogate for whitening and improves the geometry seen by orthogonalization.

Inexact Riemannian optimization converges to stationary points efficiently.

problem Analyzing convergence and complexity of inexact Riemannian optimization.
method Tangential Block Majorization-Minimization (tBMM) framework.
result tBMM converges to an ε-stationary point within O(ε⁻²) iterations.

Inexact acquisition solutions in BO lead to sublinear cumulative regret.

problem Inexact maximization of acquisition functions in Bayesian optimization.
method Define inaccuracy measure, establish cumulative regret bounds for GP-UCB and GP-TS.
result Inexact BO algorithms can achieve sublinear cumulative regret under appropriate inaccuracy conditions.

This paper analyzes the bias of inexact MCMC methods in high dimensions.

problem Understanding the bias of inexact MCMC methods in high-dimensional spaces.
method Establishing bounds on Wasserstein distances between inexact MCMC methods and target distributions.
result The asymptotic bias of ULA and uHMC depends on key quantities related to the target distribution or the stationary probability measure of the scheme.

New methods solve complex optimization problems in machine learning.

problem Challenges in stochastic bilevel optimization with constraints and high variables.
method Inexact bilevel stochastic gradient methods for constrained and unconstrained lower-level problems.
result Comprehensive convergence theory for both unconstrained and constrained cases.

New algorithm tackles complex optimization problems with inexact and stochastic methods.

problem Solving complex optimization problems with inexact and stochastic methods.
method Developed ICGALP algorithm for composite minimization problems with inexact computations.
result Convergence of Lagrangian to an optimum and asymptotic feasibility of the affine constraint.

Optimizes solving complex min-max problems with stochastic and nonconvex elements.

problem Min-max problems with stochastic and nonconvex elements.
method Combines conic nonexpansiveness, refined inexact Halpern iteration, and multilevel Monte Carlo estimator.
result Optimal or best-known complexity guarantees for $ρ< rac{1}{L}$, improving previous results.

Large scale optimization problems are ubiquitous in machine learning and data analysis and there is a plethora of algorithms for solving such problems. Many of these algorithms employ sub-sampling, as a way to either speed up the computations and/or to implicitly implement a form of statistical regularization. In this …

2016-01-18abs ↗pdf ↗

Stochastic methods tackle inexact Hessian and gradient computations in large-scale non-convex optimization.

problem Efficiently solving non-convex optimization problems with inexact Hessian and gradient computations.
method Stochastic trust region and cubic regularization methods with inexact gradient, Hessian, and function values.
result Achieves ε-approximate second-order optimality with similar iteration complexity as exact computations.

We propose novel first-order stochastic approximation algorithms for canonical correlation analysis (CCA). Algorithms presented are instances of inexact matrix stochastic gradient (MSG) and inexact matrix exponentiated gradient (MEG), and achieve εε-suboptimality in the population objective in $\operatorname{poly}(\fr…

2017-02-22abs ↗pdf ↗

Second order Sobolev metrics are a useful tool in the shape analysis of curves. In this paper we combine these metrics with varifold-based inexact matching to explore a new strategy of computing geodesics between unparametrized curves. We describe the numerical method used for solving the inexact matching problem, appl…

2017-06-06abs ↗pdf ↗

A new method for optimization in probability space using Newton's flows.

problem Optimization in probability space with information metrics.
method Information Newton's flows, including Fisher-Rao and Wasserstein-2 metrics, with Newton's Langevin dynamics and variational methods.
result Effective numerical implementation and convergence results for the proposed method.

Study optimizes decisions in real-time using inexact simulation solutions.

problem Real-time decision-making in simulation optimization with inexact solutions.
method Optimize then predict (OTP) approach, analyzing bias and variance in simulation-optimization algorithms.
result Unified analysis framework for OTP, establishing convergence rates and optimal allocation of computational budget.

Simple stochastic Newton and cubic Newton methods with fast convergence.

problem Minimizing large numbers of smooth and strongly convex functions.
method Stochastic Newton and cubic Newton methods with simple local linear-quadratic rates.
result Local linear-quadratic convergence results with fast adaptation to problem's curvature.