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

2955908851,180 · Jun 202019922001200920182026
48 results for Hessian-free method

Improved Hessian-free method for neural networks reduces computational cost.

problem High computational cost and model-dependent algorithmic variations in second-order methods.
method Block-diagonal approximation of the generalized Gauss-Newton matrix, conjugate gradient updates for each block.
result Better convergence and generalization compared to original Hessian-free and Adam methods.

A new meta-learning method improves deep neural net training efficiency.

problem Efficient training of complex deep neural networks with long training processes.
method Meta-learning with Hessian-Free (MLHF) approach based on Hessian-Free optimization.
result MLHF shows good and continuous training performance in deep convolution neural nets.

New Hessian-free method improves bilevel optimization for meta-learning.

problem Efficiently solving bilevel optimization problems with limited second-order information.
method Proposes a new Hessian-free method that approximates the response Jacobian matrix via optimization path differences.
result Demonstrates superior performance on meta-learning tasks compared to baseline methods.

Hessian-free (HF) optimization has been successfully used for training deep autoencoders and recurrent networks. HF uses the conjugate gradient algorithm to construct update directions through curvature-vector products that can be computed on the same order of time as gradients. In this paper we exploit this property a…

2013-01-16abs ↗pdf ↗

Paper introduces a new optimisation method combining NG and Hessian Free for sequence training.

problem Overfitting and inefficiency in training DNNs with sequence criteria.
method Combines Natural Gradient and Hessian Free methods for better path traversal on parameter manifold.
result Achieves larger reductions in WER and lower WER compared to NG and HF methods.

FD-Net predicts future dynamics from data using Hessian-Free TRCG method.

problem Discovering hidden partial differential equations from data.
method Finite-difference inspired convolutional neural network with Hessian-Free TRCG method.
result FD-Net predicts future dynamics efficiently using few trainable parameters.

This research accelerates sampling methods using Nesterov's Acceleration.

problem Improving sampling efficiency in MCMC methods.
method Developed a Hessian-Free High-Resolution ODE reformulation of NAG-SC, injected noise, and discretized the diffusion process.
result Quantified acceleration beyond underdamped Langevin in W2W_2 distance for log-strongly-concave targets.

DANCE method improves large-scale learning efficiency via accumulating sample strategy.

problem Efficiently solving large-scale empirical risk minimization problems.
method Distributed Accumulated Newton Conjugate gradient (DANCE) method with multistage approach.
result The method achieves satisfactory statistical accuracy with fewer passes over data.

A new batch optimisation framework using Natural Gradient improves DNN acoustic models.

problem Optimizing DNN acoustic models for better word error rate approximation.
method Proposes a Natural Gradient (NG) approach to sequence training, correcting the gradient based on local curvature of KL-divergence.
result The NG method converges more quickly and can be applied to any sequence discriminative training criterion.

New method improves sampling from non-convex distributions using HFHR dynamics.

problem Sampling from non-log-concave densities with non-convex potential functions.
method Hessian-free high-resolution dynamics (HFHR) with reflection/synchronous coupling.
result HFHR dynamics converges faster than kinetic Langevin dynamics (KLD) for non-convex potentials.

New method generates continuous Pareto sets for multi-task learning.

problem Challenges in finding optimal solutions for correlated multi-task learning problems.
method Efficiently generates locally continuous Pareto sets and fronts in multi-objective optimization problems.
result Demonstrates continuous analysis of Pareto optimal solutions in machine learning problems.

New method improves online covariance estimation for SGD.

problem Improving online covariance estimation for SGD.
method Proposes a de-biased covariance estimator that eliminates second-order derivatives.
result Achieves a convergence rate of n(α1)/2lognn^{(α-1)/2} \sqrt{\log n}, outperforming existing methods.

Nonconvex optimization problems such as the ones in training deep neural networks suffer from a phenomenon called saddle point proliferation. This means that there are a vast number of high error saddle points present in the loss function. Second order methods have been tremendously successful and widely adopted in the…

2015-05-30abs ↗pdf ↗

We propose a second-order (Hessian or Hessian-free) based optimization method for variational inference inspired by Gaussian backpropagation, and argue that quasi-Newton optimization can be developed as well. This is accomplished by generalizing the gradient computation in stochastic backpropagation via a reparametriza…

2015-09-09abs ↗pdf ↗

This paper introduces the Metric-Free Natural Gradient (MFNG) algorithm for training Boltzmann Machines. Similar in spirit to the Hessian-Free method of Martens [8], our algorithm belongs to the family of truncated Newton methods and exploits an efficient matrix-vector product to avoid explicitely storing the natural g…

2013-01-16abs ↗pdf ↗

Recurrent Neural Networks (RNNs) have long been recognized for their potential to model complex time series. However, it remains to be determined what optimization techniques and recurrent architectures can be used to best realize this potential. The experiments presented take a deep look into Hessian free optimization…

2015-10-16abs ↗pdf ↗

Stochastic second-order methods converge fast under interpolation conditions.

problem Minimizing smooth and strongly-convex functions efficiently.
method Regularized subsampled Newton method (R-SSN) and stochastic BFGS algorithms.
result R-SSN achieves global linear convergence and quadratic rate in a local neighbourhood.

Deep Convolutional Neural Networks (CNNs) are more powerful than Deep Neural Networks (DNN), as they are able to better reduce spectral variation in the input signal. This has also been confirmed experimentally, with CNNs showing improvements in word error rate (WER) between 4-12% relative compared to DNNs across a var…

2013-09-05abs ↗pdf ↗

In this paper, we propose a second order optimization method to learn models where both the dimensionality of the parameter space and the number of training samples is high. In our method, we construct on each iteration a Krylov subspace formed by the gradient and an approximation to the Hessian matrix, and then use a …

2011-11-18abs ↗pdf ↗

TrustVI is a fast second-order algorithm for black-box variational inference.

problem Efficiently optimizing variational distributions in complex models.
method Trust-region optimization with minibatch reparameterization.
result TrustVI converges faster and finds better variational distributions than alternatives.

Locally private online quantile regression method addresses privacy constraints.

problem Estimating and inferring quantile regression under local differential privacy constraints.
method Developed a finite-alphabet channel where users compute local contributions, apply randomized response, and send reports. A public decoder corrects distortion and reconstructs inputs for averaging.
result Established local privacy, decoder unbiasedness, consistency, asymptotic normality, and inference for scalar contrasts.

AGD outperforms GD in escaping saddle points faster.

problem Finding second-order stationary points in nonconvex optimization.
method A simple variant of Nesterov's accelerated gradient descent (AGD).
result AGD finds a second-order stationary point in ildeO(1/ε7/4) ilde{O}(1/ε^{7/4}) iterations, faster than GD's ildeO(1/ε2) ilde{O}(1/ε^{2}).

New MAML method guarantees convergence to near-optimal solutions in nonconvex settings.

problem Convergence analysis of gradient-based MAML methods in nonconvex settings.
method Developed and analyzed MAML and FO-MAML methods, proposing Hessian-free MAML.
result MAML can find an ε-first-order stationary point after at most O(1/ε^2) iterations.

Improved SVRC algorithm reduces complexity for nonconvex optimization.

problem Finding local minima for nonconvex finite-sum optimization with improved complexity.
method Stochastic Recursive Variance-Reduced Cubic regularization (SRVRC) using recursively updated semi-stochastic gradient and Hessian estimators.
result SRVRC achieves improved gradient and Hessian complexities to find (ε,ε)(ε, \sqrtε)-approximate local minimum.

This paper accelerates gradient methods to find local minima in non-convex optimization.

problem Finding local minima in non-convex optimization problems.
method Polyak's Heavy Ball method and Nesterov's Accelerated Gradient method for extracting negative curvature.
result A new AG algorithm converges to second-order stationary points with improved iteration complexity.

Mini-Hes improves LFA model performance on HDI tasks with missing data.

problem Effective representation of high-dimensional, incomplete data for user behavior understanding.
method Proposes Mini-Hes, a parallelizable second-order LFA model using mini-block diagonal Hessian-free optimization.
result Mini-Hes outperforms state-of-the-art models in missing data estimation tasks on recommender system datasets.

The paper analyzes variance reduction in stochastic gradient Langevin dynamics.

problem Reducing the variance of stochastic gradient estimators in Langevin dynamics.
method Central limit theorem and Poisson equation analysis for variance characterization.
result Anti-symmetric perturbations can reduce the variance of non-reversible Langevin dynamics.

A new method combines Laplace and Variational Bayes for scalable inference.

problem Complex models and large datasets make exact inference infeasible.
method Low-Rank Variational Bayes Correction (VBC) using Laplace method and Variational Bayes correction in a lower dimension.
result The method ensures scalability in both model complexity and data size.

Unified analysis of momentum methods for deep learning.

problem Convergence analysis of stochastic momentum methods for convex and non-convex optimization.
method Developed a convergence analysis for two stochastic momentum methods.
result Unified framework revealing similarities and differences between methods.

In this paper, the author considers the numerical computation of CVA for large systems by Mote Carlo methods. He introduces two types of stochastic mesh methods for the computations of CVA. In the first method, stochastic mesh method is used to obtain the future value of the derivative contracts. In the second method, …

2015-10-15abs ↗pdf ↗

Develops a fast method for pricing American options under variance gamma model.

problem Inefficient methods for pricing American options under variance gamma model.
method Inspired by quadratic approximation method, uses machine learning on pre-calculated quantities to reduce error.
result Proposed method is efficient and accurate for practical use.

Two RBF methods solve complex financial derivatives pricing problems.

problem Pricing derivatives in models with multiple stochastic factors.
method Radial Basis Function Partition of Unity and Radial Basis Function generated Finite Differences methods.
result Both methods achieve high accuracy and are efficient for solving multi-dimensional PDEs.