LGMLOct 1, 2014

Deep Tempering

arXiv:1410.0123v19 citations
Originality Incremental advance
AI Analysis

This addresses a computational bottleneck in deep learning for researchers and practitioners using RBMs, though it is incremental as it builds on existing sampling techniques.

The paper tackles the problem of poor mixing in Gibbs sampling for training Restricted Boltzmann Machines (RBMs) by proposing a novel method that uses an auxiliary Deep Belief Network (DBN) to enhance ergodicity, combined with parallel-tempering to asymptotically guarantee correct sampling, with experimental results confirming its effectiveness.

Restricted Boltzmann Machines (RBMs) are one of the fundamental building blocks of deep learning. Approximate maximum likelihood training of RBMs typically necessitates sampling from these models. In many training scenarios, computationally efficient Gibbs sampling procedures are crippled by poor mixing. In this work we propose a novel method of sampling from Boltzmann machines that demonstrates a computationally efficient way to promote mixing. Our approach leverages an under-appreciated property of deep generative models such as the Deep Belief Network (DBN), where Gibbs sampling from deeper levels of the latent variable hierarchy results in dramatically increased ergodicity. Our approach is thus to train an auxiliary latent hierarchical model, based on the DBN. When used in conjunction with parallel-tempering, the method is asymptotically guaranteed to simulate samples from the target RBM. Experimental results confirm the effectiveness of this sampling strategy in the context of RBM training.

Foundations

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

Your Notes