paper-with-me

Papers

Accelerating first order optimization algorithms

2019-05-01 · ICLR 2019 5 · Ange tato, Roger nkambou

There exist several stochastic optimization algorithms. However in most cases, it is difficult to tell for a particular problem which will be the best optimizer to choose as each of them are good. Thus, we present a simple and intuitive technique, when applied to first order optimization algorithms, is able to improve the speed of convergence and reaches a better minimum for the loss function compared to the original algorithms. The proposed solution modifies the update rule, based on the variation of the direction of the gradient during training. We conducted several tests with Adam and AMSGrad on two different datasets. The preliminary results show that the proposed technique improves the performance of existing optimization algorithms and works well in practice.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
AMSGrad AMSGrad is a stochastic optimization method that seeks to fix a convergence issue with Adam based optimizers. AMSGrad uses the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Accelerating First-Order Optimization Algorithms

2019-09-25 · Ange tato, Roger nkambou

Several stochastic optimization algorithms are currently available. In most cases, selecting the best optimizer for a given problem is not an easy task. Therefore, instead of looking for yet another ’absolute’ best optim…

Stochastic Optimization

Faster SGD Using Sketched Conditioning

2015-06-08 · Alon Gonen, Shai Shalev-Shwartz

We propose a novel method for speeding up stochastic optimization algorithms via sketching methods, which recently became a powerful tool for accelerating algorithms for numerical linear algebra. We revisit the method of…

Stochastic Optimization

Stochastic Variance-Reduced Newton: Accelerating Finite-Sum Minimization with Large Batches

2022-06-06 · Michał Dereziński

Stochastic variance reduction has proven effective at accelerating first-order algorithms for solving convex finite-sum optimization tasks such as empirical risk minimization. Incorporating second-order information has p…

Second-order methods

Accelerating Stochastic Probabilistic Inference

2022-03-15 · Minta Liu, Suliang Bu

Recently, Stochastic Variational Inference (SVI) has been increasingly attractive thanks to its ability to find good posterior approximations of probabilistic models. It optimizes the variational objective with stochasti…

Second-order methodsStochastic OptimizationVariational Inference

Accelerating Stochastic Composition Optimization

2016-07-25 · NeurIPS 2016 12 · Mengdi Wang, Ji Liu, Ethan X. Fang

Consider the stochastic composition optimization problem where the objective is a composition of two expected-value functions. We propose a new stochastic first-order method, namely the accelerated stochastic composition…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)