← Search

Martin Arjovsky

9 accepted papers

2023

Why does Throwing Away Data Improve Worst-Group Error?

ICML 2023oral

When facing data with imbalanced classes or groups, practitioners follow an intriguing strategy to achieve best results. They throw away examples until the classes or groups are balanced in size, and then perform empirical risk minimization on the reduced training set. This opposes common wisdom in…

Cited by 18SourcePDFScholar
2020

Low Distortion Block-Resampling with Spatially Stochastic Networks

NeurIPS 2020poster

We formalize and attack the problem of generating new images from old ones that are as diverse as possible, only allowing them to change without restrictions in certain parts of the image while remaining globally consistent. This encompasses the typical situation found in generative modelling, wher…

2020

Never Give Up: Learning Directed Exploration Strategies

ICLR 2020poster

We propose a reinforcement learning agent to solve hard exploration games by learning a range of directed exploratory policies. We construct an episodic memory-based intrinsic reward using k-nearest neighbors over the agent's recent experience to train the directed exploratory policies, thereby enco…

Cited by 410SourceScholar
2017

Adversarially Learned Inference

ICLR 2017poster

We introduce the adversarially learned inference (ALI) model, which jointly learns a generation network and an inference network using an adversarial process. The generation network maps samples from stochastic latent variables to the data space while the inference network maps training examples in…

Cited by 1907SourcecodeScholar
2017

Improved Training of Wasserstein GANs

NeurIPS 2017poster

Generative Adversarial Networks (GANs) are powerful generative models, but suffer from training instability. The recently proposed Wasserstein GAN (WGAN) makes progress toward stable training of GANs, but sometimes can still generate only poor samples or fail to converge. We find that these problems…