← Search

Rodolphe Jenatton

19 accepted papers

2024

Pi-DUAL: Using privileged information to distinguish clean from noisy labels

ICML 2024poster

Label noise is a pervasive problem in deep learning that often compromises the generalization performance of trained models. Recently, leveraging privileged information (PI) -- information available only during training but not at test time -- has emerged as an effective approach to mitigate this is…

Cited by 8SourcePDFScholar
2023

Massively Scaling Heteroscedastic Classifiers

ICLR 2023poster

Heteroscedastic classifiers, which learn a multivariate Gaussian distribution over prediction logits, have been shown to perform well on image classification problems with hundreds to thousands of classes. However, compared to standard classifiers, they introduce extra parameters that scale linearly…

Cited by 9SourcePDFScholar
2023

Scaling Vision Transformers to 22 Billion Parameters

ICML 2023oral

The scaling of Transformers has driven breakthrough capabilities for language models. At present, the largest large language models (LLMs) contain upwards of 100B parameters. Vision Transformers (ViT) have introduced the same architecture to image and video modelling, but these have not yet been suc…

Cited by 650SourcePDFScholar
2023

Three Towers: Flexible Contrastive Learning with Pretrained Image Models

NeurIPS 2023poster

We introduce Three Towers (3T), a flexible method to improve the contrastive learning of vision-language models by incorporating pretrained image classifiers. While contrastive models are usually trained from scratch, LiT (Zhai et al., 2022) has recently shown performance gains from using pretrained…

2023

When does Privileged information Explain Away Label Noise?

ICML 2023poster

Leveraging privileged information (PI), or features available during training but not at test time, has recently been shown to be an effective method for addressing label noise. However, the reasons for its effectiveness are not well understood. In this study, we investigate the role played by diffe…

2022

Multimodal Contrastive Learning with LIMoE: the Language-Image Mixture of Experts

NeurIPS 2022accept

Large sparsely-activated models have obtained excellent performance in multiple domains. However, such models are typically trained on a single modality at a time. We present the Language-Image MoE, LIMoE, a sparse mixture of experts model capable of multimodal learning. LIMoE accepts both images an…

Cited by 210SourcePDFScholar
2022

On the Adversarial Robustness of Mixture of Experts

NeurIPS 2022accept

Adversarial robustness is a key desirable property of neural networks. It has been empirically shown to be affected by their sizes, with larger networks being typically more robust. Recently, \citet{bubeck2021universal} proved a lower bound on the Lipschitz constant of functions that fit the trainin…

Cited by 14SourcePDFScholar
2022

Predicting the utility of search spaces for black-box optimization: a simple, budget-aware approach

AISTATS 2022poster

Black box optimization requires specifying a search space to explore for solutions, e.g. a d-dimensional compact space, and this choice is critical for getting the best results at a reasonable budget. Unfortunately, determining a high quality search space can be challenging in many applications. For…

Cited by 2SourcePDFScholar
2022

Transfer and Marginalize: Explaining Away Label Noise with Privileged Information

ICML 2022spotlight

Supervised learning datasets often have privileged information, in the form of features which are available at training time but are not available at test time e.g. the ID of the annotator that provided the label. We argue that privileged information is useful for explaining away label noise, thereb…

Cited by 16SourcePDFScholar
2021

Correlated Input-Dependent Label Noise in Large-Scale Image Classification

CVPR 2021poster

Large scale image classification datasets often contain noisy labels. We take a principled probabilistic approach to modelling input-dependent, also known as heteroscedastic, label noise in these datasets. We place a multivariate Normal distributed latent variable on the final hidden layer of a neur…

Cited by 63PDFcodeScholar
2021

Scaling Vision with Sparse Mixture of Experts

NeurIPS 2021poster

Sparsely-gated Mixture of Experts networks (MoEs) have demonstrated excellent scalability in Natural Language Processing. In Computer Vision, however, almost all performant networks are "dense", that is, every input is processed by every parameter. We present a Vision MoE (V-MoE), a sparse version o…

2021

Training independent subnetworks for robust prediction

ICLR 2021poster

Recent approaches to efficiently ensemble neural networks have shown that strong robustness and uncertainty performance can be achieved with a negligible gain in parameters over the original network. However, these methods still require multiple forward passes for prediction, leading to a significa…

2020

How Good is the Bayes Posterior in Deep Neural Networks Really?

ICML 2020poster

During the past five years the Bayesian deep learning community has developed increasingly accurate and efficient approximate inference procedures that allow for Bayesian inference in deep neural networks. However, despite this algorithmic progress and the promise of improved uncertainty quantificat…

2020

Hyperparameter Ensembles for Robustness and Uncertainty Quantification

NeurIPS 2020poster

Ensembles over neural network weights trained from different random initialization, known as deep ensembles, achieve state-of-the-art accuracy and calibration. The recently introduced batch ensembles provide a drop-in replacement that is more parameter efficient. In this paper, we design ensembles n…

2020

The k-tied Normal Distribution: A Compact Parameterization of Gaussian Mean Field Posteriors in Bayesian Neural Networks

ICML 2020poster

Variational Bayesian Inference is a popular methodology for approximating posterior distributions over Bayesian neural network weights. Recent work developing this class of methods has explored ever richer parameterizations of the approximate posterior in the hope of improving performance. In contra…

Cited by 71SourcePDFScholar
2019

Learning search spaces for Bayesian optimization: Another view of hyperparameter transfer learning

NeurIPS 2019poster

Bayesian optimization (BO) is a successful methodology to optimize black-box functions that are expensive to evaluate. While traditional methods optimize each black-box function in isolation, there has been recent interest in speeding up BO by transferring knowledge across multiple related black-box…

2018

Scalable Hyperparameter Transfer Learning

NeurIPS 2018poster

Bayesian optimization (BO) is a model-based approach for gradient-free black-box function optimization, such as hyperparameter optimization. Typically, BO relies on conventional Gaussian process (GP) regression, whose algorithmic complexity is cubic in the number of evaluations. As a result, GP-base…

2017

Bayesian Optimization with Tree-structured Dependencies

ICML 2017poster

Bayesian optimization has been successfully used to optimize complex black-box functions whose evaluations are expensive. In many applications, like in deep learning and predictive analytics, the optimization domain is itself complex and structured. In this work, we focus on use cases where this dom…

2016

Adaptive Algorithms for Online Convex Optimization with Long-term Constraints

ICML 2016poster

We present an adaptive online gradient descent algorithm to solve online convex optimization problems with long-term constraints, which are constraints that need to be satisfied when accumulated over a finite number of rounds T, but can be violated in intermediate rounds. For some user-defined trade…

Cited by 190SourcePDFScholar