← Search

Nicolas Le Roux

25 accepted papers

2025

Fast Convergence of Softmax Policy Mirror Ascent

AISTATS 2025poster

Natural policy gradient (NPG) is a common policy optimization algorithm and can be viewed as mirror ascent in the space of probabilities. Recently, Vaswani et al. (2021) introduced a policy gradient method that corresponds to mirror ascent in the dual space of logits. We refine this algorithm, remov…

Cited by 0SourceScholar
2025

Tapered Off-Policy REINFORCE - Stable and efficient reinforcement learning for large language models

NeurIPS 2025poster

We propose a new algorithm for fine-tuning large language models using reinforcement learning. Tapered Off-Policy REINFORCE (TOPR) uses an asymmetric, tapered variant of importance sampling to speed up learning while maintaining stable learning dynamics, even without the use of KL regularization. TO…

Cited by 0SourceScholar
2025

VinePPO: Refining Credit Assignment in RL Training of LLMs

ICML 2025poster

Large language models (LLMs) are increasingly applied to complex reasoning tasks that require executing several complex steps before receiving any reward. Properly assigning credit to these steps is essential for enhancing model performance. Proximal Policy Optimization (PPO), a common reinforcement…

Cited by 0SourcePDFScholar
2025

fLSA: Learning Semantic Structures in Document Collections Using Foundation Models

EMNLP 2025

Humans can learn to solve new tasks by inducing high-level strategies from example solutions to similar problems and then adapting these strategies to solve unseen problems. Can we use large language models to induce such high-level structure from example documents or solutions? We introduce fLSA, a

Cited by 0SourcePDFScholar
2024

Improving Context-Aware Preference Modeling for Language Models

NeurIPS 2024poster

While finetuning language models from pairwise preferences has proven remarkably effective, the underspecified nature of natural language presents critical challenges. Direct preference feedback is uninterpretable, difficult to provide where multidimensional criteria may apply, and often inconsisten…

Cited by 6SourcePDFScholar
2024

Language-guided Skill Learning with Temporal Variational Inference

ICML 2024poster

We present an algorithm for skill discovery from expert demonstrations. The algorithm first utilizes Large Language Models (LLMs) to propose an initial segmentation of the trajectories. Following that, a hierarchical variational inference framework incorporates the LLM-generated segmentation informa…

Cited by 9SourcePDFScholar
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

Decision-Aware Actor-Critic with Function Approximation and Theoretical Guarantees

NeurIPS 2023poster

Actor-critic (AC) methods are widely used in reinforcement learning (RL), and benefit from the flexibility of using any policy gradient method as the actor and value-based method as the critic. The critic is usually trained by minimizing the TD error, an objective that is potentially decorrelated wi…

2023

Joint Prompt Optimization of Stacked LLMs using Variational Inference

NeurIPS 2023poster

Large language models (LLMs) can be seen as atomic units of computation mapping sequences to a distribution over sequences. Thus, they can be seen as stochastic language layers in a language network, where the learnable parameters are the natural language prompts at each layer. By stacking two such…

2023

Multi-Head Adapter Routing for Cross-Task Generalization

NeurIPS 2023poster

Parameter-efficient fine-tuning (PEFT) for cross-task generalization consists in pre-training adapters on a multi-task training set before few-shot adaptation to test tasks. Polytropon [Ponti et al., 2023] ($\texttt{Poly}$) jointly learns an inventory of adapters and a *routing* function that select…

2023

Target-based Surrogates for Stochastic Optimization

ICML 2023poster

We consider minimizing functions for which it is expensive to compute the (possibly stochastic) gradient. Such functions are prevalent in reinforcement learning, imitation learning and adversarial training. Our target optimization framework uses the (expensive) gradient computation to construct surr…

2022

A general class of surrogate functions for stable and efficient reinforcement learning

AISTATS 2022poster

Common policy gradient methods rely on the maximization of a sequence of surrogate functions. In recent years, many such surrogate functions have been proposed, most without strong theoretical guarantees, leading to algorithms such as TRPO, PPO, or MPO. Rather than design yet another surrogate funct…

2022

On the Convergence of Stochastic Extragradient for Bilinear Games using Restarted Iteration Averaging

AISTATS 2022poster

We study the stochastic bilinear minimax optimization problem, presenting an analysis of the same-sample Stochastic ExtraGradient (SEG) method with constant step size, and presenting variations of the method that yield favorable convergence. In sharp contrasts with the basic SEG method whose last it…

Cited by 21SourcePDFScholar
2021

Batch Reinforcement Learning Through Continuation Method

ICLR 2021poster

Many real-world applications of reinforcement learning (RL) require the agent to learn from a fixed set of trajectories, without collecting new interactions. Policy optimization under this setting is extremely challenging as: 1) the geometry of the objective function is hard to optimize efficiently…

Cited by 20SourcePDFScholar
2021

Beyond Variance Reduction: Understanding the True Impact of Baselines on Policy Optimization

ICML 2021spotlight

Bandit and reinforcement learning (RL) problems can often be framed as optimization problems where the goal is to maximize average performance while having access only to stochastic estimates of the true gradient. Traditionally, stochastic optimization theory predicts that learning dynamics are gove…

Cited by 35SourcePDFScholar
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
2020

On the interplay between noise and curvature and its effect on optimization and generalization

AISTATS 2020poster

The speed at which one can minimize an expected loss using stochastic methods depends on two properties: the curvature of the loss and the variance of the gradients. While most previous works focus on one or the other of these properties, we explore how their interaction affects optimization speed.…

Cited by 72SourcePDFScholar
2019

A Geometric Perspective on Optimal Representations for Reinforcement Learning

NeurIPS 2019poster

We propose a new perspective on representation learning in reinforcement learning based on geometric properties of the space of value functions. From there, we provide formal evidence regarding the usefulness of value functions as auxiliary tasks in reinforcement learning. Our formulation considers…

Cited by 108SourcePDFScholar
2019

Distributional reinforcement learning with linear function approximation

AISTATS 2019poster

Despite many algorithmic advances, our theoretical understanding of practical distributional reinforcement learning methods remains limited. One exception is Rowland et al. (2018)’s analysis of the C51 algorithm in terms of the Cramer distance, but their results only apply to the tabular setting and…

Cited by 30SourcePDFScholar
2019

Reducing the variance in online optimization by transporting past gradients

NeurIPS 2019spotlight

Most stochastic optimization methods use gradients once before discarding them. While variance reduction methods have shown that reusing past gradients can be beneficial when there is a finite number of datapoints, they do not easily extend to the online setting. One issue is the staleness due to us…

2019

The Value Function Polytope in Reinforcement Learning

ICML 2019oral

We establish geometric and topological properties of the space of value functions in finite state-action Markov decision processes. Our main contribution is the characterization of the nature of its shape: a general polytope (Aigner et al., 2010). To demonstrate this result, we exhibit several prope…

Cited by 51SourcePDFScholar
2019

Understanding the Impact of Entropy on Policy Optimization

ICML 2019oral

Entropy regularization is commonly used to improve policy optimization in reinforcement learning. It is believed to help with exploration by encouraging the selection of more stochastic policies. In this work, we analyze this claim using new visualizations of the optimization landscape based on rand…

2018

Tracking the gradients using the Hessian: A new look at variance reducing stochastic methods

AISTATS 2018poster

Our goal is to improve variance reducing stochastic methods through better control variates. We first propose a modification of SVRG which uses the Hessian to track gradients over time, rather than to recondition, increasing the correlation of the control variates and leading to faster theoretical c…