← Search

Ludovic DENOYER

14 accepted papers

2025

Efficient Active Imitation Learning with Random Network Distillation

ICLR 2025poster

Developing agents for complex and underspecified tasks, where no clear objective exists, remains challenging but offers many opportunities. This is especially true in video games, where simulated players (bots) need to play realistically, and there is no clear reward to evaluate them. While imitatio…

Cited by 7SourcePDFScholar
2023

Building a Subspace of Policies for Scalable Continual Learning

ICLR 2023top-25%

The ability to continuously acquire new knowledge and skills is crucial for autonomous agents. Existing methods are typically based on either fixed-size models that struggle to learn a large number of diverse behaviors, or growing-size models that scale poorly with the number of tasks. In this work,…

2022

Direct then Diffuse: Incremental Unsupervised Skill Discovery for State Covering and Goal Reaching

ICLR 2022poster

Learning meaningful behaviors in the absence of reward is a difficult problem in reinforcement learning. A desirable and challenging unsupervised objective is to learn a set of diverse skills that provide a thorough coverage of the state space while being directed, i.e., reliably reaching distinct r…

Cited by 25SourcePDFScholar
2022

Learning a subspace of policies for online adaptation in Reinforcement Learning

ICLR 2022poster

Deep Reinforcement Learning (RL) is mainly studied in a setting where the training and the testing environments are similar. But in many practical applications, these environments may differ. For instance, in control systems, the robot(s) on which a policy is learned might differ from the robot(s) o…

2021

Efficient Continual Learning with Modular Networks and Task-Driven Priors

ICLR 2021poster

Existing literature in Continual Learning (CL) has focused on overcoming catastrophic forgetting, the inability of the learner to recall how to perform tasks observed in the past. There are however other desirable properties of a CL system, such as the ability to transfer knowledge from previous ta…

2019

Large Memory Layers with Product Keys

NeurIPS 2019spotlight

This paper introduces a structured memory which can be easily integrated into a neural network. The memory is very large by design and significantly increases the capacity of the architecture, by up to a billion parameters with a negligible computational overhead. Its design and access pattern is ba…

2019

Multiple-Attribute Text Rewriting

ICLR 2019poster

The dominant approach to unsupervised "style transfer'' in text is based on the idea of learning a latent representation, which is independent of the attributes specifying its "style''. In this paper, we show that this condition is not necessary and is not always met in practice, even with domain ad…

Cited by 278SourcePDFScholar
2018

Learning Time/Memory-Efficient Deep Architectures With Budgeted Super Networks

CVPR 2018poster

We propose to focus on the problem of discovering neural network architectures efficient in terms of both prediction quality and cost. For instance, our approach is able to solve the following tasks: learn a neural network able to predict well in less than 100 milliseconds or learn an efficient mode…

2018

Unsupervised Machine Translation Using Monolingual Corpora Only

ICLR 2018poster

Machine translation has recently achieved impressive performance thanks to recent advances in deep learning and the availability of large-scale parallel corpora. There have been numerous attempts to extend these successes to low-resource language pairs, yet requiring tens of thousands of parallel se…

Cited by 1332SourcePDFScholar
2018

Word translation without parallel data

ICLR 2018poster

State-of-the-art methods for learning cross-lingual word embeddings have relied on bilingual dictionaries or parallel corpora. Recent studies showed that the need for parallel data supervision can be alleviated with character-level information. While these methods showed encouraging results, they ar…

2017

Fader Networks:Manipulating Images by Sliding Attributes

NeurIPS 2017poster

This paper introduces a new encoder-decoder architecture that is trained to reconstruct images by disentangling the salient information of the image and the values of attributes directly in the latent space. As a result, after training, our model can generate different realistic versions of an input…