← Search

Sylvain Gelly

22 accepted papers

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

An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale

ICLR 2021oral

While the Transformer architecture has become the de-facto standard for natural language processing tasks, its applications to computer vision remain limited. In vision, attention is either applied in conjunction with convolutional networks, or used to replace certain components of convolutional net…

2021

On Robustness and Transferability of Convolutional Neural Networks

CVPR 2021poster

Modern deep convolutional networks (CNNs) are often criticized for not generalizing under distributional shifts. However, several recent breakthroughs in transfer learning suggest that these networks can cope with severe distribution shifts and successfully adapt to new tasks from a few training exa…

Cited by 165PDFcodeScholar
2021

Scalable Transfer Learning with Expert Models

ICLR 2021poster

Transfer of pre-trained representations can improve sample efficiency and reduce computational requirements for new tasks. However, representations used for transfer are usually generic, and are not tailored to a particular distribution of downstream tasks. We explore the use of expert representatio…

Cited by 67SourcePDFScholar
2021

What Matters for On-Policy Deep Actor-Critic Methods? A Large-Scale Study

ICLR 2021oral

In recent years, reinforcement learning (RL) has been successfully applied to many different continuous control tasks. While RL algorithms are often conceptually simple, their state-of-the-art implementations take numerous low- and high-level design decisions that strongly affect the performance of…

Cited by 230SourcePDFScholar
2020

Big Transfer (BiT): General Visual Representation Learning

ECCV 2020poster

Transfer of pre-trained representations improves sample efficiency and simplifies hyperparameter tuning when training deep neural networks for vision. We revisit the paradigm of pre-training on large supervised datasets and fine-tuning the model on a target task. We scale up pre-training, and propos…

2020

On Mutual Information Maximization for Representation Learning

ICLR 2020poster

Many recent methods for unsupervised or self-supervised representation learning train feature extractors by maximizing an estimate of the mutual information (MI) between different views of the data. This comes with several immediate problems: For example, MI is notoriously hard to estimate, and usin…

Cited by 634SourcecodeScholar
2020

Precision-Recall Curves Using Information Divergence Frontiers

AISTATS 2020poster

Despite the tremendous progress in the estimation of generative models, the development of tools for diagnosing their failures and assessing their performance has advanced at a much slower pace. Recent developments have investigated metrics that quantify which parts of the true distribution is model…

Cited by 28SourcePDFScholar
2020

Self-Supervised Learning of Video-Induced Visual Invariances

CVPR 2020poster

We propose a general framework for self-supervised learning of transferable visual representations based on Video-Induced Visual Invariances (VIVI). We consider the implicit hierarchy present in the videos and make use of (i) frame-level invariances (e.g. stability to color and contrast perturbation…

Cited by 75PDFScholar
2020

What Do Neural Networks Learn When Trained With Random Labels?

NeurIPS 2020spotlight

We study deep neural networks (DNNs) trained on natural image data with entirely random labels. Despite its popularity in the literature, where it is often used to study memorization, generalization, and other phenomena, little is known about what DNNs learn in this setting. In this paper, we show a…

Cited by 91SourcePDFScholar
2019

A Large-Scale Study on Regularization and Normalization in GANs

ICML 2019oral

Generative adversarial networks (GANs) are a class of deep generative models which aim to learn a target distribution in an unsupervised fashion. While they were successfully applied to many problems, training a GAN is a notoriously challenging task and requires a significant number of hyperparamete…

2019

Adaptive Temporal-Difference Learning for Policy Evaluation with Per-State Uncertainty Estimates

NeurIPS 2019poster

We consider the core reinforcement-learning problem of on-policy value function approximation from a batch of trajectory data, and focus on various issues of Temporal Difference (TD) learning and Monte Carlo (MC) policy evaluation. The two methods are known to achieve complementary bias-variance tra…

Cited by 10SourcePDFScholar
2019

Breaking the Softmax Bottleneck via Learnable Monotonic Pointwise Non-linearities

ICML 2019oral

The Softmax function on top of a final linear layer is the de facto method to output probability distributions in neural networks. In many applications such as language models or text generation, this model has to produce distributions over large output vocabularies. Recently, this has been shown to…

2019

Challenging Common Assumptions in the Unsupervised Learning of Disentangled Representations

ICML 2019oral

The key idea behind the unsupervised learning of disentangled representations is that real-world data is generated by a few explanatory factors of variation which can be recovered by unsupervised learning algorithms. In this paper, we provide a sober look at recent progress in the field and challeng…

2019

Episodic Curiosity through Reachability

ICLR 2019poster

Rewards are sparse in the real world and most of today's reinforcement learning algorithms struggle with such sparsity. One solution to this problem is to allow the agent to create rewards for itself - thus making rewards dense and more suitable for learning. In particular, inspired by curious behav…

2019

High-Fidelity Image Generation With Fewer Labels

ICML 2019oral

Deep generative models are becoming a cornerstone of modern machine learning. Recent work on conditional generative adversarial networks has shown that learning complex, high-dimensional distributions over natural images is within reach. While the latest models are able to generate high-fidelity, di…

2019

On Self Modulation for Generative Adversarial Networks

ICLR 2019poster

Training Generative Adversarial Networks (GANs) is notoriously challenging. We propose and study an architectural modification, self-modulation, which improves GAN performance across different data sets, architectures, losses, regularizers, and hyperparameter settings. Intuitively, self-modulation a…

2019

Parameter-Efficient Transfer Learning for NLP

ICML 2019oral

Fine-tuning large pretrained models is an effective transfer mechanism in NLP. However, in the presence of many downstream tasks, fine-tuning is parameter inefficient: an entire new model is required for every task. As an alternative, we propose transfer with adapter modules. Adapter modules yield a…

2018

Are GANs Created Equal? A Large-Scale Study

NeurIPS 2018poster

Generative adversarial networks (GAN) are a powerful subclass of generative models. Despite a very rich research activity leading to numerous interesting GAN algorithms, it is still very hard to assess which algorithm(s) perform better than others. We conduct a neutral, multi-faceted large-scale em…

2018

Assessing Generative Models via Precision and Recall

NeurIPS 2018poster

Recent advances in generative modeling have led to an increased interest in the study of statistical divergences as means of model comparison. Commonly used evaluation methods, such as the Frechet Inception Distance (FID), correlate well with the perceived quality of samples and are sensitive to mod…

2017

AdaGAN: Boosting Generative Models

NeurIPS 2017poster

Generative Adversarial Networks (GAN) are an effective method for training generative models of complex data such as natural images. However, they are notoriously hard to train and can suffer from the problem of missing modes where the model is not able to produce examples in certain regions of the…