← Search

Hugo Larochelle

40 accepted papers

2026

BRIDGE: Predicting Human Task Completion Time From Model Performance

ICML 2026poster

Evaluating the real-world capabilities of AI systems requires grounding benchmark performance in human-interpretable measures of task difficulty. Existing approaches that rely on direct human task completion time annotations are costly, noisy, and difficult to scale across benchmarks. In this work, …

Cited by 0SourceScholar
2026

Towards Sustainable Investment Policies Informed by Opponent Shaping

ICLR 2026poster

Addressing climate change requires global coordination, yet rational economic actors often prioritize immediate gains over collective welfare, resulting in social dilemmas. InvestESG is a recently proposed multi-agent simulation that captures the dynamic interplay between investors and companies und…

Cited by 0SourceScholar
2025

Bringing SAM to new heights: leveraging elevation data for tree crown segmentation from drone imagery

NeurIPS 2025poster

Information on trees at the individual level is crucial for monitoring forest ecosystems and planning forest management. Current monitoring methods involve ground measurements, requiring extensive cost, time and labour. Advances in drone remote sensing and computer vision offer great potential for…

Cited by 0SourceScholar
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
2025

Don't flatten, tokenize! Unlocking the key to SoftMoE's efficacy in deep RL

ICLR 2025spotlight

The use of deep neural networks in reinforcement learning (RL) often suffers from performance degradation as model size increases. While soft mixtures of experts (SoftMoEs) have recently shown promise in mitigating this issue for online RL, the reasons behind their effectiveness remain largely unkno…

Cited by 1SourcePDFScholar
2025

Selective Unlearning via Representation Erasure Using Domain Adversarial Training

ICLR 2025poster

When deploying machine learning models in the real world, we often face the challenge of “unlearning” specific data points or subsets after training. Inspired by Domain-Adversarial Training of Neural Networks (DANN), we propose a novel algorithm,SURE, for targeted unlearning.SURE treats the proces…

Cited by 0SourcePDFScholar
2024

Many-Shot In-Context Learning

NeurIPS 2024spotlight

Large language models (LLMs) excel at few-shot in-context learning (ICL) -- learning from a few examples provided in context at inference, without any weight updates. Newly expanded context windows allow us to investigate ICL with hundreds or thousands of examples – the many-shot regime. Going from…

Cited by 115SourcePDFScholar
2023

Repository-Level Prompt Generation for Large Language Models of Code

ICML 2023poster

With the success of large language models (LLMs) of code and their use as code assistants (e.g. Codex used in GitHub Copilot), techniques for introducing domain-specific knowledge in the prompt design process become important. In this work, we propose a framework called Repo-Level Prompt Generator t…

2023

SatBird: a Dataset for Bird Species Distribution Modeling using Remote Sensing and Citizen Science Data

NeurIPS 2023poster

Biodiversity is declining at an unprecedented rate, impacting ecosystem services necessary to ensure food, water, and human health and well-being. Understanding the distribution of species and their habitats is crucial for conservation policy planning. However, traditional methods in ecology for sp…

2023

Static Prediction of Runtime Errors by Learning to Execute Programs with External Resource Descriptions

ICLR 2023poster

The execution behavior of a program often depends on external resources, such as program inputs or file contents, and so the program cannot be run in isolation. Nevertheless, software developers benefit from fast iteration loops where automated tools identify errors as early as possible, even before…

2022

Fortuitous Forgetting in Connectionist Networks

ICLR 2022poster

Forgetting is often seen as an unwanted characteristic in both human and machine learning. However, we propose that forgetting can in fact be favorable to learning. We introduce forget-and-relearn as a powerful paradigm for shaping the learning trajectories of artificial neural networks. In this pro…

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

Matching Feature Sets for Few-Shot Image Classification

CVPR 2022poster

In image classification, it is common practice to train deep networks to extract a single feature vector per input image. Few-shot classification methods also mostly follow this trend. In this work, we depart from this established direction and instead propose to extract sets of feature vectors for…

Cited by 127PDFScholar
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

A Universal Representation Transformer Layer for Few-Shot Image Classification

ICLR 2021poster

Few-shot classification aims to recognize unseen classes when presented with only a small number of samples. We consider the problem of multi-domain few-shot image classification, where unseen classes and examples come from diverse data sources. This problem has seen growing interest and has inspire…

2021

DIBS: Diversity Inducing Information Bottleneck in Model Ensembles

AAAI 2021technical

Although deep learning models have achieved state-of-the art performance on a number of vision tasks, generalization over high dimensional multi-modal data, and reliable predictive uncertainty estimation are still active areas of research. Bayesian approaches including Bayesian Neural Nets (BNNs) d…

Cited by 53SourcePDFScholar
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…

2021

Learning to Combine Per-Example Solutions for Neural Program Synthesis

NeurIPS 2021poster

The goal of program synthesis from examples is to find a computer program that is consistent with a given set of input-output examples. Most learning-based approaches try to find a program that satisfies all examples at once. Our work, by contrast, considers an approach that breaks the problem into…

2020

Language GANs Falling Short

ICLR 2020poster

Traditional natural language generation (NLG) models are trained using maximum likelihood estimation (MLE) which differs from the sample generation inference procedure. During training the ground truth tokens are passed to the model, however, during inference, the model instead reads its previously…

Cited by 265SourcecodeScholar
2020

Learning Graph Structure With A Finite-State Automaton Layer

NeurIPS 2020spotlight

Graph-based neural network models are producing strong results in a number of domains, in part because graphs provide flexibility to encode domain knowledge in the form of relational structure (edges) between nodes in the graph. In practice, edges are used both to represent intrinsic structure (e.g.…

2020

Learning to Execute Programs with Instruction Pointer Attention Graph Neural Networks

NeurIPS 2020poster

Graph neural networks (GNNs) have emerged as a powerful tool for learning software engineering tasks including code completion, bug finding, and program repair. They benefit from leveraging program structure like control flow graphs, but they are not well-suited to tasks like program execution that…

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
2020

Revisiting Fundamentals of Experience Replay

ICML 2020poster

Experience replay is central to off-policy algorithms in deep reinforcement learning (RL), but there remain significant gaps in our understanding. We therefore present a systematic and extensive analysis of experience replay in Q-learning methods, focusing on two fundamental properties: the replay c…

2020

Small-GAN: Speeding up GAN Training using Core-Sets

ICML 2020poster

Recent work suggests that Generative Adversarial Networks (GANs) benefit disproportionately from large mini-batch sizes. This finding is interesting but also discouraging – large batch sizes are slow and expensive to emulate on conventional hardware. Thus, it would be nice if there were some trick b…

Cited by 100SourcePDFScholar
2020

Your GAN is Secretly an Energy-based Model and You Should Use Discriminator Driven Latent Sampling

NeurIPS 2020poster

We show that the sum of the implicit generator log-density $\log p_g$ of a GAN with the logit score of the discriminator defines an energy function which yields the true data density when the generator is imperfect but the discriminator is optimal, thus making it possible to improve on the typical g…

Cited by 147SourcePDFScholar
2019

InfoBot: Transfer and Exploration via the Information Bottleneck

ICLR 2019poster

A central challenge in reinforcement learning is discovering effective policies for tasks where rewards are sparsely distributed. We postulate that in the absence of useful reward signals, an effective exploration strategy should seek out {\it decision states}. These states lie at critical junctions…

Cited by 189SourcePDFScholar
2019

Recall Traces: Backtracking Models for Efficient Reinforcement Learning

ICLR 2019poster

In many environments only a tiny subset of all states yield high reward. In these cases, few of the interactions with the environment provide a relevant learning signal. Hence, we may want to preferentially train on those high-reward states and the probable trajectories leading to them. To this en…

Cited by 87SourcePDFScholar
2018

Meta-Learning for Semi-Supervised Few-Shot Classification

ICLR 2018poster

In few-shot classification, we are interested in learning algorithms that train a classifier from only a handful of labeled examples. Recent progress in few-shot classification has featured meta-learning, in which a parameterized model for a learning algorithm is defined and trained on episodes repr…

2017

A Meta-Learning Perspective on Cold-Start Recommendations for Items

NeurIPS 2017poster

Matrix factorization (MF) is one of the most popular techniques for product recommendation, but is known to suffer from serious cold-start problems. Item cold-start problems are particularly acute in settings such as Tweet recommendation where new items arrive continuously. In this paper, we present…

Cited by 287SourcePDFScholar
2017

GuessWhat?! Visual Object Discovery Through Multi-Modal Dialogue

CVPR 2017spotlight

We introduce GuessWhat?!, a two-player guessing game as a testbed for research on the interplay of computer vision and dialogue systems. The goal of the game is to locate an unknown object in a rich image scene by asking a sequence of questions. Higher-level image understanding, like spatial reason…

Cited by 482PDFScholar
2017

Modulating early visual processing by language

NeurIPS 2017spotlight

It is commonly assumed that language refers to high-level visual concepts while leaving low-level visual processing unaffected. This view dominates the current literature in computational models for language-vision tasks, where visual and linguistic inputs are mostly processed independently before b…

Cited by 617SourcePDFScholar
2017

Recurrent Mixture Density Network for Spatiotemporal Visual Attention

ICLR 2017poster

In many computer vision tasks, the relevant information to solve the problem at hand is mixed to irrelevant, distracting information. This has motivated researchers to design attentional models that can dynamically focus on parts of images or videos that are salient, e.g., by down-weighting irreleva…

Cited by 168SourceScholar
2016

Autoencoding beyond pixels using a learned similarity metric

ICML 2016poster

We present an autoencoder that leverages learned representations to better measure similarities in data space. By combining a variational autoencoder (VAE) with a generative adversarial network (GAN) we can use learned feature representations in the GAN discriminator as basis for the VAE reconstruct…

2016

Dynamic Capacity Networks

ICML 2016poster

We introduce the Dynamic Capacity Network (DCN), a neural network that can adaptively assign its capacity across different portions of the input data. This is achieved by combining modules of two types: low-capacity sub-networks and high-capacity sub-networks. The low-capacity sub-networks are appli…

Cited by 160SourcePDFScholar
2015

Describing Videos by Exploiting Temporal Structure

ICCV 2015poster

Recent progress in using recurrent neural networks (RNNs) for image description has motivated the exploration of their application for video description. However, while images are static, working with videos requires modeling their dynamic temporal structure and then properly integrating that inform…

Cited by 1392PDFcodeScholar
2015

MADE: Masked Autoencoder for Distribution Estimation

ICML 2015poster

There has been a lot of recent interest in designing neural network models to estimate a distribution from a set of examples. We introduce a simple modification for autoencoder neural networks that yields powerful generative models. Our method masks the autoencoder’s parameters to respect autoregres…