NELGMLDec 20, 2013

Stochastic Gradient Estimate Variance in Contrastive Divergence and Persistent Contrastive Divergence

arXiv:1312.6002v32 citations
AI Analysis

This work addresses a specific issue in machine learning training methods for Restricted Boltzmann Machines, providing incremental insights into gradient variance differences between CD and PCD.

The paper tackles the problem of stochastic gradient estimate variance in Contrastive Divergence (CD) and Persistent Contrastive Divergence (PCD) for training Restricted Boltzmann Machines, showing empirically that CD has lower variance than exact sampling while PCD has higher variance, which explains why CD allows smaller minibatches or higher learning rates than PCD.

Contrastive Divergence (CD) and Persistent Contrastive Divergence (PCD) are popular methods for training the weights of Restricted Boltzmann Machines. However, both methods use an approximate method for sampling from the model distribution. As a side effect, these approximations yield significantly different biases and variances for stochastic gradient estimates of individual data points. It is well known that CD yields a biased gradient estimate. In this paper we however show empirically that CD has a lower stochastic gradient estimate variance than exact sampling, while the mean of subsequent PCD estimates has a higher variance than exact sampling. The results give one explanation to the finding that CD can be used with smaller minibatches or higher learning rates than PCD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes