paper-with-me

Papers

ADASECANT: Robust Adaptive Secant Method for Stochastic Gradient

2014-12-23 · Caglar Gulcehre, Marcin Moczulski, Yoshua Bengio

Stochastic gradient algorithms have been the main focus of large-scale learning problems and they led to important successes in machine learning. The convergence of SGD depends on the careful choice of learning rate and the amount of the noise in stochastic estimates of the gradients. In this paper, we propose a new adaptive learning rate algorithm, which utilizes curvature information for automatically tuning the learning rates. The information about the element-wise curvature of the loss function is estimated from the local statistics of the stochastic first order gradients. We further propose a new variance reduction technique to speed up the convergence. In our preliminary experiments with deep neural networks, we obtained better performance compared to the popular stochastic gradient algorithms.

📄 PDF Abstract BibTeX arXiv:1412.7419

Code (0)

등록된 구현이 없습니다.

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…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

q-RBFNN:A Quantum Calculus-based RBF Neural Network

2021-06-02 · Syed Saiq Hussain, Muhammad Usman, Taha Hasan Masood Siddique, Imran Naseem 외

In this research a novel stochastic gradient descent based learning approach for the radial basis function neural networks (RBFNN) is proposed. The proposed method is based on the q-gradient which is also known as Jackso…

Apollo: An Adaptive Parameter-wised Diagonal Quasi-Newton Method for Nonconvex Stochastic Optimization

2021-01-01 · Xuezhe Ma

In this paper, we introduce Apollo, a quasi-newton method for noncovex stochastic optimization, which dynamically incorporates the curvature of the loss function by approximating the Hessian via a diagonal matrix. Algori…

Stochastic Optimization

Nys-Newton: Nyström-Approximated Curvature for Stochastic Optimization

2021-10-16 · Dinesh Singh, Hardik Tankaria, Makoto Yamada

Second-order optimization methods are among the most widely used optimization approaches for convex optimization problems, and have recently been used to optimize non-convex optimization problems such as deep learning mo…

Stochastic Optimization

Quantized Stochastic Primal-Dual Methods for Distributed Optimization under Relaxed Global Geometry

2026-06-09 · Susmit Sarkar, Abhinav Raghuvanshi, Kushal Chakrabarti, Mayank Baranwal arxiv

We study distributed optimization with stochastic gradients and finite-bit communication modeled by random (unbiased) quantization. We propose q-PDGD, a quantized stochastic primal-dual method, and analyze it under relax…

Distributed Optimization

Incorporating the Barzilai-Borwein Adaptive Step Size into Sugradient Methods for Deep Network Training

2022-05-27 · Antonio Robles-Kelly, Asef Nazari

In this paper, we incorporate the Barzilai-Borwein step size into gradient descent methods used to train deep networks. This allows us to adapt the learning rate using a two-point approximation to the secant equation whi…