paper-with-me

홈 › Papers

Deep Generative Stochastic Networks Trainable by Backprop

2013-06-05 · Yoshua Bengio, Éric Thibodeau-Laufer, Guillaume Alain, Jason Yosinski

We introduce a novel training principle for probabilistic models that is an alternative to maximum likelihood. The proposed Generative Stochastic Networks (GSN) framework is based on learning the transition operator of a Markov chain whose stationary distribution estimates the data distribution. The transition distribution of the Markov chain is conditional on the previous state, generally involving a small move, so this conditional distribution has fewer dominant modes, being unimodal in the limit of small moves. Thus, it is easier to learn because it is easier to approximate its partition function, more like learning to perform supervised function approximation, with gradients that can be obtained by backprop. We provide theorems that generalize recent work on the probabilistic interpretation of denoising autoencoders and obtain along the way an interesting justification for dependency networks and generalized pseudolikelihood, along with a definition of an appropriate joint distribution and sampling mechanism even when the conditionals are not consistent. GSNs can be used with missing inputs and can be used to sample subsets of variables given the rest. We validate these theoretical results with experiments on two image datasets using an architecture that mimics the Deep Boltzmann Machine Gibbs sampler but allows training to proceed with simple backprop, without the need for layerwise pretraining.

📄 PDF Abstract BibTeX arXiv:1306.1091

Code (3)

HUJI-Deep/GSN
cycentum/bert-based-text-generation tf
yaoli/GSN

Similar Papers 제목 키워드 기반

Backpropagation Clipping for Deep Learning with Differential Privacy

2022-02-10 · Timothy Stevens, Ivoline C. Ngong, David Darais, Calvin Hirsch 외

We present backpropagation clipping, a novel variant of differentially private stochastic gradient descent (DP-SGD) for privacy-preserving deep learning. Our approach clips each trainable layer's inputs (during the forwa…

Deep LearningPrivacy PreservingPrivacy Preserving Deep LearningSensitivity

DiffusionBlocks: Blockwise Training for Generative Models via Score-Based Diffusion

2025-06-17 · Makoto Shing, Takuya Akiba

Training large neural networks with end-to-end backpropagation creates significant memory bottlenecks, limiting accessibility to state-of-the-art AI research. We propose $\textit{DiffusionBlocks}$, a novel training frame…

DenoisingImage GenerationLanguage ModelingLanguage Modelling

Stochastic Backpropagation and Approximate Inference in Deep Generative Models

2014-01-16 · Danilo Jimenez Rezende, Shakir Mohamed, Daan Wierstra

We marry ideas from deep neural networks and approximate Bayesian inference to derive a generalised class of deep, directed generative models, endowed with a new algorithm for scalable inference and learning. Our algorit…

Bayesian Inference

Continual Backprop: Stochastic Gradient Descent with Persistent Randomness

2021-08-13 · Shibhansh Dohare, Richard S. Sutton, A. Rupam Mahmood

The Backprop algorithm for learning in neural networks utilizes two mechanisms: first, stochastic gradient descent and second, initialization with small random weights, where the latter is essential to the effectiveness …

Continual LearningReinforcement Learning (RL)

THDC: Training Hyperdimensional Computing Models with Backpropagation

2026-01-27 · Hanne Dejonghe, Sam Leroux arxiv

Hyperdimensional computing (HDC) offers lightweight learning for energy-constrained devices by encoding data into high-dimensional vectors. However, its reliance on ultra-high dimensionality and static, randomly initiali…