paper-with-me

Papers

A Better Baseline for Second Order Gradient Estimation in Stochastic Computation Graphs

2018-09-27 · Jingkai Mao, Jakob Foerster, Tim Rocktäschel, Gregory Farquhar, Maruan Al-Shedivat, Shimon Whiteson

Motivated by the need for higher order gradients in multi-agent reinforcement learning and meta-learning, this paper studies the construction of baselines for second order Monte Carlo gradient estimators in order to reduce the sample variance. Following the construction of a stochastic computation graph (SCG), the Infinitely Differentiable Monte-Carlo Estimator (DiCE) can generate correct estimates of arbitrary order gradients through differentiation. However, a baseline term that serves as a control variate for reducing variance is currently provided only for first order gradient estimation, limiting the utility of higher-order gradient estimates. To improve the sample efficiency of DiCE, we propose a new baseline term for higher order gradient estimation. This term may be easily included in the objective, and produces unbiased variance-reduced estimators under (automatic) differentiation, without affecting the estimate of the objective itself or of the first order gradient. We provide theoretical analysis and numerical evaluations of our baseline term, which demonstrate that it can dramatically reduce the variance of second order gradient estimators produced by DiCE. This computational tool can be easily used to estimate second order gradients with unprecedented efficiency wherever automatic differentiation is utilised, and has the potential to unlock applications of higher order gradients in reinforcement learning and meta-learning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Fed-Sophia: A Communication-Efficient Second-Order Federated Learning Algorithm

2024-06-10 · Ahmed Elbakary, Chaouki Ben Issaid, Mohammad Shehab, Karim Seddik 외

Federated learning is a machine learning approach where multiple devices collaboratively learn with the help of a parameter server by sharing only their local updates. While gradient-based optimization techniques are wid…

Federated LearningSecond-order methods

GP-FL: Model-Based Hessian Estimation for Second-Order Over-the-Air Federated Learning

2024-12-05 · Shayan Mohajer Hamidi, Ali Bereyhi, Saba Asaad, H. Vincent Poor

Second-order methods are widely adopted to improve the convergence rate of learning algorithms. In federated learning (FL), these methods require the clients to share their local Hessian matrices with the parameter serve…

Federated LearningSecond-order methods

Conjugate-Gradient-like Based Adaptive Moment Estimation Optimization Algorithm for Deep Learning

2024-04-02 · Jiawu Tian, Liwei Xu, Xiaowei Zhang, Yongqi Li

Training deep neural networks is a challenging task. In order to speed up training and enhance the performance of deep neural networks, we rectify the vanilla conjugate gradient as conjugate-gradient-like and incorporate…

AdamNX: An Adam improvement algorithm based on a novel exponential decay mechanism for the second-order moment estimate

2025-11-17 · Meng Zhu, Quan Xiao, Weidong Min arxiv

Since the 21st century, artificial intelligence has been leading a new round of industrial revolution. Under the training framework, the optimization algorithm aims to stably converge high-dimensional optimization to loc…

Refining Adaptive Zeroth-Order Optimization at Ease

2025-02-03 · Yao Shu, Qixin Zhang, Kun He, Zhongxiang Dai

Recently, zeroth-order (ZO) optimization plays an essential role in scenarios where gradient information is inaccessible or unaffordable, such as black-box systems and resource-constrained environments. While existing ad…

Adversarial Attack