← Search

Vincent Dumoulin

12 accepted papers

2025

Capturing Individual Human Preferences with Reward Features

NeurIPS 2025poster

Reinforcement learning from human feedback usually models preferences using a reward function that does not distinguish between people. We argue that this is unlikely to be a good design choice in contexts with high potential for disagreement, like in the training of large language models. We formal…

Cited by 0SourceScholar
2023

In Search for a Generalizable Method for Source Free Domain Adaptation

ICML 2023poster

Source-free domain adaptation (SFDA) is compelling because it allows adapting an off-the-shelf model to a new domain using only unlabelled data. In this work, we apply existing SFDA techniques to a challenging set of naturally-occurring distribution shifts in bioacoustics, which are very different f…

Cited by 19SourcePDFScholar
2022

Head2Toe: Utilizing Intermediate Representations for Better Transfer Learning

ICML 2022oral

Transfer-learning methods aim to improve performance in a data-scarce target domain using a model pretrained on a data-rich source domain. A cost-efficient strategy, linear probing, involves freezing the source model and training a new classification head for the target domain. This strategy is outp…

2022

Proper Reuse of Image Classification Features Improves Object Detection

CVPR 2022oral

A common practice in transfer learning is to initialize the downstream model weights by pre-training on a data-abundant upstream task. In object detection specifically,the feature backbone is typically initialized with ImageNet classifier weights and fine-tuned on the object detection task. Recent w…

Cited by 35PDFcodeScholar
2021

A Unified Few-Shot Classification Benchmark to Compare Transfer and Meta Learning Approaches

NeurIPS 2021poster

Meta and transfer learning are two successful families of approaches to few-shot learning. Despite highly related goals, state-of-the-art advances in each family are measured largely in isolation of each other. As a result of diverging evaluation norms, a direct or thorough comparison of different a…

Cited by 19SourceScholar
2021

Impact of Aliasing on Generalization in Deep Convolutional Networks

ICCV 2021poster

We investigate the impact of aliasing on generalization in Deep Convolutional Networks and show that data augmentation schemes alone are unable to prevent it due to structural limitations in widely used architectures. Drawing insights from frequency analysis theory, we take a closer look at Resnet a…

Cited by 47PDFScholar
2021

Learning a Universal Template for Few-shot Dataset Generalization

ICML 2021spotlight

Few-shot dataset generalization is a challenging variant of the well-studied few-shot classification problem where a diverse training set of several datasets is given, for the purpose of training an adaptable model that can then learn classes from \emph{new datasets} using only a few examples. To th…

2020

Meta-Dataset: A Dataset of Datasets for Learning to Learn from Few Examples

ICLR 2020poster

Few-shot classification refers to learning a classifier for new classes given only a few examples. While a plethora of models have emerged to tackle it, we find the procedure and datasets that are used to assess their progress lacking. To address this limitation, we propose Meta-Dataset: a new bench…

Cited by 788SourcecodeScholar
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…