scispace - formally typeset
V

Vincent Dumoulin

Researcher at Google

Publications -  43
Citations -  20826

Vincent Dumoulin is an academic researcher from Google. The author has contributed to research in topics: Deep learning & Computer science. The author has an hindex of 25, co-authored 38 publications receiving 17705 citations. Previous affiliations of Vincent Dumoulin include Université de Montréal.

Papers
More filters
Posted Content

Improved Training of Wasserstein GANs

TL;DR: This work proposes an alternative to clipping weights: penalize the norm of gradient of the critic with respect to its input, which performs better than standard WGAN and enables stable training of a wide variety of GAN architectures with almost no hyperparameter tuning.
Proceedings Article

Improved training of wasserstein GANs

TL;DR: The authors proposed to penalize the norm of the gradient of the critic with respect to its input to improve the training stability of Wasserstein GANs and achieve stable training of a wide variety of GAN architectures with almost no hyperparameter tuning.
Posted Content

Theano: A Python framework for fast computation of mathematical expressions

Rami Al-Rfou, +111 more
TL;DR: The performance of Theano is compared against Torch7 and TensorFlow on several machine learning models and recently-introduced functionalities and improvements are discussed.
Journal ArticleDOI

Generative Adversarial Networks: An Overview

TL;DR: Generative adversarial networks (GANs) as mentioned in this paper provide a way to learn deep representations without extensively annotated training data by deriving backpropagation signals through a competitive process involving a pair of networks.