← Search

Matthieu Zimmer

10 accepted papers

2026

Multi-Task GRPO: Reliable LLM Reasoning Across Tasks

ICML 2026poster

RL-based post-training with GRPO is widely used to improve large language models on individual reasoning tasks. However, real-world deployment requires reliable performance across diverse tasks. A straightforward multi-task adaptation of GRPO often leads to imbalanced outcomes, with some tasks domin…

Cited by 0SourceScholar
2026

Scalable Power Sampling: Unlocking Efficient, Training-Free Reasoning for LLMs via Distribution Sharpening

ICML 2026poster

Reinforcement learning (RL) post-training is a dominant approach for improving the reasoning performance of large language models (LLMs), yet growing evidence suggests that its gains arise primarily from distribution sharpening rather than the acquisition of new capabilities. Recent work has shown t…

Cited by 0SourceScholar
2025

Mixture of Attentions For Speculative Decoding

ICLR 2025poster

The growth in the number of parameters of Large Language Models (LLMs) has led to a significant surge in computational requirements, making them challenging and costly to deploy. Speculative decoding (SD) leverages smaller models to efficiently propose future tokens, which are then verified by the L…

2024

Distilling Morphology-Conditioned Hypernetworks for Efficient Universal Morphology Control

ICML 2024poster

Learning a universal policy across different robot morphologies can significantly improve learning efficiency and enable zero-shot generalization to unseen morphologies. However, learning a highly performant universal policy requires sophisticated architectures like transformers (TF) that have large…

2023

End-to-End Meta-Bayesian Optimisation with Transformer Neural Processes

NeurIPS 2023poster

Meta-Bayesian optimisation (meta-BO) aims to improve the sample efficiency of Bayesian optimisation by leveraging data from related tasks. While previous methods successfully meta-learn either a surrogate model or an acquisition function independently, joint training of both components remains an op…

2022

Neuro-Symbolic Hierarchical Rule Induction

ICML 2022spotlight

We propose Neuro-Symbolic Hierarchical Rule Induction, an efficient interpretable neuro-symbolic model, to solve Inductive Logic Programming (ILP) problems. In this model, which is built from a pre-defined set of meta-rules organized in a hierarchical structure, first-order rules are invented by lea…

2021

Hyperparameter Auto-Tuning in Self-Supervised Robotic Learning

RA-L 2021

Policy optimization in reinforcement learning requires the selection of numerous hyperparameters across different environments. Fixing them incorrectly may negatively impact optimization performance leading notably to insufficient or redundant learning. Insufficient learning (due to convergence to l

Cited by 10SourcecodeScholar
2021

Learning Fair Policies in Decentralized Cooperative Multi-Agent Reinforcement Learning

ICML 2021spotlight

We consider the problem of learning fair policies in (deep) cooperative multi-agent reinforcement learning (MARL). We formalize it in a principled way as the problem of optimizing a welfare function that explicitly encodes two important aspects of fairness: efficiency and equity. We provide a theore…

Cited by 76SourcePDFScholar
2020

Invariant Transform Experience Replay: Data Augmentation for Deep Reinforcement Learning

RA-L 2020

Deep Reinforcement Learning (RL) is a promising approach for adaptive robot control, but its current application to robotics is currently hindered by high sample requirements. To alleviate this issue, we propose to exploit the symmetries present in robotic tasks. Intuitively, symmetries from observe

Cited by 51SourcecodeScholar
2020

Learning Fair Policies in Multi-Objective (Deep) Reinforcement Learning with Average and Discounted Rewards

ICML 2020poster

As the operations of autonomous systems generally affect simultaneously several users, it is crucial that their designs account for fairness considerations. In contrast to standard (deep) reinforcement learning (RL), we investigate the problem of learning a policy that treats its users equitably. In…