← Search

Laurent Charlin

19 accepted papers

2026

Position: Modular Memory is the Key to Continual Learning Agents

ICML 2026spotlight

Foundation models have transformed machine learning through large-scale pretraining, massive parameterization, and increased test-time compute. Despite surpassing human performance in several domains, these models remain fundamentally limited in continuous operation, experience accumulation, and per…

Cited by 0SourceScholar
2026

Privileged Information Distillation for Language Models

ICML 2026poster

Training-time privileged information (PI) can enable language models to succeed on tasks they would otherwise fail, making it a powerful tool for reinforcement learning in hard, long-horizon settings. However, transferring capabilities learned with PI to policies that must act without it at inferenc…

Cited by 0SourceScholar
2026

Self-Supervised Learning from Structural Invariance

ICLR 2026poster

Joint-embedding self-supervised learning (SSL), the key paradigm for unsupervised representation learning from visual data, learns from invariances between semantically-related data pairs. We study the one-to-many mapping problem in SSL, where each datum may be mapped to multiple valid targets. Thi…

Cited by 0SourcecodeScholar
2025

Addressing Concept Mislabeling in Concept Bottleneck Models Through Preference Optimization

ICML 2025poster

Concept Bottleneck Models (CBMs) propose to enhance the trustworthiness of AI systems by constraining their decisions on a set of human understandable concepts. However, CBMs typically rely on datasets with assumedly accurate concept labels—an assumption often violated in practice which we show can…

Cited by 0SourcePDFScholar
2025

Discovering Data Structures: Nearest Neighbor Search and Beyond

NeurIPS 2025poster

We explore if it is possible to learn data structures end-to-end with neural networks, with a focus on the problem of nearest-neighbor (NN) search. We introduce a framework for data structure discovery, which adapts to the underlying data distribution and provides fine-grained control over query and…

Cited by 0SourceScholar
2024

Towards Modular LLMs by Building and Reusing a Library of LoRAs

ICML 2024poster

Given the increasing number of parameter-efficient adapters of large language models (LLMs), how can we reuse them to improve LLM performance on new tasks? We study how to best build a *library* of adapters given multi-task data and devise techniques for both *zero-shot* and *supervised* task genera…

Cited by 31SourcePDFScholar
2023

Joint Bayesian Inference of Graphical Structure and Parameters with a Single Generative Flow Network

NeurIPS 2023poster

Generative Flow Networks (GFlowNets), a class of generative models over discrete and structured sample spaces, have been previously applied to the problem of inferring the marginal posterior distribution over the directed acyclic graph (DAG) of a Bayesian Network, given a dataset of observations. Ba…

2022

Learning to Cut by Looking Ahead: Cutting Plane Selection via Imitation Learning

ICML 2022spotlight

Cutting planes are essential for solving mixed-integer linear problems (MILPs), because they facilitate bound improvements on the optimal solution value. For selecting cuts, modern solvers rely on manually designed heuristics that are tuned to gauge the potential effectiveness of cuts. We show that…

2021

Beyond Trivial Counterfactual Explanations With Diverse Valuable Explanations

ICCV 2021poster

Explainability for machine learning models has gained considerable attention within the research community given the importance of deploying more reliable machine-learning systems. In computer vision applications, generative counterfactual methods indicate how to perturb a model's input to change it…

Cited by 72PDFcodeScholar
2021

Continual Learning via Local Module Composition

NeurIPS 2021poster

Modularity is a compelling solution to continual learning (CL), the problem of modeling sequences of related tasks. Learning and then composing modules to solve different tasks provides an abstraction to address the principal challenges of CL including catastrophic forgetting, backward and forward t…

2021

Pretraining Representations for Data-Efficient Reinforcement Learning

NeurIPS 2021poster

Data efficiency is a key challenge for deep reinforcement learning. We address this problem by using unlabeled data to pretrain an encoder which is then finetuned on a small amount of task-specific data. To encourage learning representations which capture diverse aspects of the underlying MDP, we em…

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

Online Fast Adaptation and Knowledge Accumulation (OSAKA): a New Approach to Continual Learning

NeurIPS 2020poster

Continual learning agents experience a stream of (related) tasks. The main challenge is that the agent must not forget previous tasks and also adapt to novel tasks in the stream. We are interested in the intersection of two recent continual-learning scenarios. In meta-continual learning, the model i…

2020

Synbols: Probing Learning Algorithms with Synthetic Datasets

NeurIPS 2020poster

Progress in the field of machine learning has been fueled by the introduction of benchmark datasets pushing the limits of existing algorithms. Enabling the design of datasets to test specific properties and failure modes of learning algorithms is thus a problem of high interest, as it has a direct…

2019

Exact Combinatorial Optimization with Graph Convolutional Neural Networks

NeurIPS 2019poster

Combinatorial optimization problems are typically tackled by the branch-and-bound paradigm. We propose a new graph convolutional neural network model for learning branch-and-bound variable selection policies, which leverages the natural variable-constraint bipartite graph representation of mixed-int…

2019

Online Continual Learning with Maximal Interfered Retrieval

NeurIPS 2019poster

Continual learning, the setting where a learning agent is faced with a never-ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through the data" setting has gained attention recently as a natural setting that is dif…

2018

Focused Hierarchical RNNs for Conditional Sequence Processing

ICML 2018oral

Recurrent Neural Networks (RNNs) with attention mechanisms have obtained state-of-the-art results for many sequence processing tasks. Most of these models use a simple form of encoder with attention that looks over the entire sequence and assigns a weight to each token independently. We present a me…

Cited by 28SourcePDFScholar
2018

Towards Deep Conversational Recommendations

NeurIPS 2018poster

There has been growing interest in using neural networks and deep learning techniques to create dialogue systems. Conversational recommendation is an interesting setting for the scientific exploration of dialogue with natural language as the associated discourse involves goal-driven dialogue that of…

Cited by 484SourcePDFScholar