paper-with-me

홈 › Papers

Variance Reduction for Score Functions Using Optimal Baselines

2022-12-27 · Ronan Keane, H. Oliver Gao

Many problems involve the use of models which learn probability distributions or incorporate randomness in some way. In such problems, because computing the true expected gradient may be intractable, a gradient estimator is used to update the model parameters. When the model parameters directly affect a probability distribution, the gradient estimator will involve score function terms. This paper studies baselines, a variance reduction technique for score functions. Motivated primarily by reinforcement learning, we derive for the first time an expression for the optimal state-dependent baseline, the baseline which results in a gradient estimator with minimum variance. Although we show that there exist examples where the optimal baseline may be arbitrarily better than a value function baseline, we find that the value function baseline usually performs similarly to an optimal baseline in terms of variance reduction. Moreover, the value function can also be used for bootstrapping estimators of the return, leading to additional variance reduction. Our results give new insight and justification for why value function baselines and the generalized advantage estimator (GAE) work well in practice.

📄 PDF Abstract BibTeX arXiv:2212.13587

Code (1)

ronan-keane/ppo-tf2 공식 구현 tf

Similar Papers 제목 키워드 기반

Trajectory-wise Control Variates for Variance Reduction in Policy Gradient Methods

2019-08-08 · Ching-An Cheng, Xinyan Yan, Byron Boots

Policy gradient methods have demonstrated success in reinforcement learning tasks that have high-dimensional continuous state and action spaces. However, policy gradient methods are also notoriously sample inefficient. T…

Policy Gradient MethodsReinforcement Learning

Variance Reduction for Policy Gradient with Action-Dependent Factorized Baselines

2018-03-20 · ICLR 2018 1 · Cathy Wu, Aravind Rajeswaran, Yan Duan, Vikash Kumar 외

Policy gradient methods have enjoyed great success in deep reinforcement learning but suffer from high variance of gradient estimates. The high variance problem is particularly exasperated in problems with long horizons …

Deep Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning+1

Adaptive Variance Reduction for Stochastic Optimization under Weaker Assumptions

2024-06-04 · Wei Jiang, Sifan Yang, Yibo Wang, Lijun Zhang

This paper explores adaptive variance reduction methods for stochastic optimization based on the STORM technique. Existing adaptive extensions of STORM rely on strong assumptions like bounded gradients and bounded functi…

Stochastic Optimization

SteinDreamer: Variance Reduction for Text-to-3D Score Distillation via Stein Identity

2023-12-31 · Peihao Wang, Zhiwen Fan, Dejia Xu, Dilin Wang 외

Score distillation has emerged as one of the most prevalent approaches for text-to-3D asset synthesis. Essentially, score distillation updates 3D parameters by lifting and back-propagating scores averaged over different …

Text to 3D

Fast Variance Reduction Method with Stochastic Batch Size

2018-08-07 · ICML 2018 7 · Xuanqing Liu, Cho-Jui Hsieh

In this paper we study a family of variance reduction methods with randomized batch size---at each step, the algorithm first randomly chooses the batch size and then selects a batch of samples to conduct a variance-reduc…