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,341 papers · 148 categories

Trend · papers per month

53105158210 · Jun 202019922001200920182026
48 results for line search criterion

A new method combines extrapolation and line search for solving nonconvex, nonsmooth optimization problems.

problem Nonconvex, nonsmooth optimization problems in machine learning and image processing.
method Proximal gradient method with extrapolation and line search (PGels).
result The method reduces to existing algorithms under proper parameter choices and converges to stationary points.

Develops a new method for matrix factorization problems.

problem Solving a general matrix factorization model with potential function.
method Non-monotone alternating updating method based on a potential function.
result The method can outperform existing methods for specific applications.

This study addresses the challenges of dynamic mini-batch sub-sampling in neural network training.

problem Challenges in training neural networks due to dynamic mini-batch sub-sampling.
method Distinguishes between static and dynamic sub-sampling, recasting optimization to find SNN-GPPs.
result SNN-GPPs are less susceptible to sub-sampling-induced discontinuities and better approximate true optima.

Improved SGD with line-search achieves fast convergence rates for various models.

problem Achieving fast convergence rates for stochastic gradient descent (SGD) in over-parameterized models.
method Proposes using line-search techniques to automatically set the step-size in SGD, proving convergence rates for convex, strongly-convex, and non-convex functions.
result SGD with Armijo line-search attains deterministic convergence rates for convex and strongly-convex functions, and linear convergence for non-convex functions.

Introduces GOLS-I for automatically determining step sizes in neural networks without surrogates.

problem Determining step sizes in neural network training using predetermined rules or expensive global optimization strategies.
method Gradient-Only Line Searches (GOLS-I) that are Inexact.
result GOLS-I is a competitive strategy for reliably determining step sizes in stochastic loss functions.

New criterion for solving inverse Hessian equations, including J-equation.

problem Existence of solutions to inverse Hessian equations, including J-equation.
method Stability of pairs in the sense of Paul, formulated in terms of GIT criterion.
result New numerical criterion for existence of solutions to inverse Hessian equations.

A new method for feature selection in high-dimensional data reduces search cost while maintaining performance.

problem Feature selection in very-high-dimensional datasets is computationally expensive and challenging.
method Stochastic Sequential Search (SSS) using temperature-controlled softmax sampling and dependency-aware statistics.
result The method significantly reduces search cost while maintaining or improving performance.

Study examines line search approximations for neural networks using MBSS.

problem Reducing computational cost in training large-scale neural networks.
method Empirical study of quadratic line search approximations for dynamic MBSS loss functions, enforcing different types of function and derivative information.
result Selectively enforcing information in approximations reduces the variance of predicted step sizes.

In deterministic optimization, line searches are a standard tool ensuring stability and efficiency. Where only stochastic gradients are available, no direct equivalent has so far been formulated, because uncertain gradients do not allow for a strict sequence of decisions collapsing the search space. We construct a prob…

2015-02-10abs ↗pdf ↗

Adaptive gradient methods converge faster with over-parameterization and line-search.

problem Training over-parameterized models using adaptive gradient methods.
method Simplified setting of smooth, convex losses with over-parameterized models, proving convergence rates and demonstrating improvements with line-search techniques.
result Adaptive gradient methods, particularly AMSGrad, converge faster with line-search techniques.

GOLS-I automatically determines learning rates for various neural network training algorithms.

problem Adapting learning rates in stochastic training algorithms for neural networks.
method Gradient-Only Line Search (GOLS-I) for automatically setting learning rates.
result GOLS-I learning rate schedules are competitive with manually tuned rates across multiple algorithms, architectures, datasets, and loss functions.

New algorithm optimizes AUC in binary classification and changepoint detection.

problem Difficult to optimize AUC in binary classification and changepoint detection.
method Proposes efficient path-following algorithms for choosing optimal learning rate.
result Proposed line search algorithm computes complete AUM/AUC representation.

A new line search rule improves support recovery in high-dimensional data.

problem Support recovery in high-dimensional data analysis with 0\ell_0 penalty.
method Data-driven line search rule for adaptive step size determination.
result Proves 2\ell_2 error bound without restrictions on cost functional.

New method finds optimal learning rates for neural nets.

problem Finding optimal learning rates in stochastic neural networks.
method Gradient-only line searches using Non-negative Associative Gradient Projection Points (NN-GPPs).
result Learning rates can be reliably resolved as step sizes along search directions.

ITCA optimizes label combination for ambiguous outcomes in multi-class classification.

problem Ambiguous outcome labels in real-world datasets hinder accurate multi-class classification.
method Information-theoretic classification accuracy (ITCA) and search strategies (greedy, breadth-first) guide label combination.
result ITCA improves prediction accuracy and identifies ambiguous labels across diverse applications.

Stochastic quasi-Newton tackles noisy gradients in optimization.

problem Optimizing with noisy data in stochastic settings.
method Extends quasi-Newton methods to handle stochastic gradients through flexible Hessian modeling and line-search regularization.
result Demonstrates superior performance in maximum likelihood estimation for complex models.

Paper introduces a privacy-preserving line search method for optimization.

problem Optimization performance depends on step size tuning, which is difficult and privacy-sensitive.
method Introduces a stochastic adaptive line search algorithm that satisfies differential privacy.
result The algorithm efficiently uses privacy budget and outperforms existing private optimizers.

A new method approximates expected empirical loss for stochastic deep learning tasks.

problem Determining optimal step sizes for stochastic gradient descent in deep learning.
method Applying one-dimensional function fitting to noisy losses of vertical cross sections to approximate expected empirical loss.
result The method leads to a robust and straightforward optimization method that performs well across datasets and architectures.

Optimal regret achieved in stochastic, discrete multi-armed bandits using information-theoretic exploration.

problem Optimal exploration vs. exploitation in stochastic, discrete multi-armed bandits.
method Proposes an information-theoretic strategy based on the value of information criterion, using simulated-annealing-like updates of a parameter.
result Achieves logarithmic optimal regret with respect to the number of episodes.

A new L-BFGS method tackles large-scale optimization with fewer evaluations.

problem Efficiently solving large-scale unconstrained optimization problems.
method Proposes a regularized L-BFGS method with line search techniques.
result Shows global convergence and robust performance in numerical tests.

SALSA automatically adjusts learning rates in stochastic gradient methods.

problem Automatic adjustment of learning rates in stochastic gradient methods.
method SALSA uses a line-search procedure to gradually increase the learning rate, then a statistical test to decrease it.
result SALSA matches the performance of best hand-tuned learning rate schedules in deep learning tasks.

Paper proposes algorithms for sparse signal estimation with nonconvex regularization.

problem Sparse signal estimation with nonconvex regularization.
method Successive convex approximation framework combining majorization-minimization and line search.
result Flexibility, fast convergence, low complexity, guaranteed convergence to stationary point.

Exact risk and learning rate curves derived for adaptive SGD on high-dimensional problems.

problem Analyzing risk and learning rate dynamics in high-dimensional optimization problems.
method Developed a framework to give exact expressions for risk and learning rate curves using ODEs.
result Exact expressions for risk and learning rate curves, with detailed analysis of two adaptive learning rates.

Novel SAAG variants reduce variance in large-scale learning.

problem Reduction of variance in noisy gradient approximations for large-scale machine learning.
method Proposed SAAG-III and IV variants with SBAS for step size determination.
result Proved linear convergence of SAAG-IV for all smoothness and strong-convexity combinations.

Max-value Entropy Search improves Bayesian optimization efficiency.

problem Expensive computation in maximizing entropy for Bayesian optimization.
method MES, a new criterion that uses information about the maximum function value.
result MES maintains or improves empirical performance while significantly reducing computational cost.

Develops an SSBO algorithm for global optimization of expensive models.

problem Global optimization of expensive black-box models.
method Asynchronous hybrid-criterion with interval reduction.
result Improves global search ability and local search efficiency.

GOLS finds activation functions affect training robustness, especially ReLU.

problem Investigate how different activation functions impact GOLS in neural network training.
method Identify SNN-GPPs for GOLS, analyze activation function effects on gradient continuity.
result GOLS robust for most activation functions but sensitive to ReLU.