← Search

Anirudh Goyal ALIAS PARTH GOYAL

6 accepted papers

2020

Top-k Training of GANs: Improving GAN Performance by Throwing Away Bad Samples

NeurIPS 2020poster

We introduce a simple (one line of code) modification to the Generative Adversarial Network (GAN) training algorithm that materially improves results with no increase in computational cost. When updating the generator parameters, we simply zero out the gradient contributions from the elements of the…

Cited by 65SourcePDFScholar
2020

Untangling tradeoffs between recurrence and self-attention in artificial neural networks

NeurIPS 2020poster

Attention and self-attention mechanisms, are now central to state-of-the-art deep learning on sequential tasks. However, most recent progress hinges on heuristic approaches with limited understanding of attention's role in model optimization and computation, and rely on considerable memory and compu…

2018

Sparse Attentive Backtracking: Temporal Credit Assignment Through Reminding

NeurIPS 2018spotlight

Learning long-term dependencies in extended temporal sequences requires credit assignment to events far back in the past. The most common method for training recurrent neural networks, back-propagation through time (BPTT), requires credit information to be propagated backwards through every single s…

Cited by 113SourcePDFScholar
2017

Variational Walkback: Learning a Transition Operator as a Stochastic Recurrent Net

NeurIPS 2017poster

We propose a novel method to {\it directly} learn a stochastic transition operator whose repeated application provides generated samples. Traditional undirected graphical models approach this problem indirectly by learning a Markov chain model whose stationary distribution obeys detailed balance wit…

2017

Z-Forcing: Training Stochastic Recurrent Networks

NeurIPS 2017poster

Many efforts have been devoted to training generative latent variable models with autoregressive decoders, such as recurrent neural networks (RNN). Stochastic recurrent models have been successful in capturing the variability observed in natural sequential data such as speech. We unify successful id…

2016

Professor Forcing: A New Algorithm for Training Recurrent Networks

NeurIPS 2016poster

The Teacher Forcing algorithm trains recurrent networks by supplying observed sequence values as inputs during training and using the network’s own one-step-ahead predictions to do multi-step sampling. We introduce the Professor Forcing algorithm, which uses adversarial domain adaptation to encourag…

Cited by 805SourcePDFScholar