← Search

Pascal Poupart

55 accepted papers

2026

FedLog: Personalized Federated Classification with Less Communication and More Flexibility

ICML 2026poster

Federated representation learning (FRL) aims to learn personalized federated models with effective feature extraction from local data. FRL algorithms that share the majority of the model parameters face significant challenges with huge communication overhead. This overhead stems from the millions of…

Cited by 0SourceScholar
2026

Talk, Judge, Cooperate: Gossip-Driven Indirect Reciprocity in Self-Interested LLM Agents

ICML 2026poster

Indirect reciprocity, which means helping those who help others, is difficult to sustain among decentralized, self-interested LLM agents without reliable reputation systems. We introduce Agentic Linguistic Gossip Network (ALIGN), an automated framework where agents strategically share open-ended gos…

Cited by 0SourceScholar
2025

Learning to Negotiate via Voluntary Commitment

AISTATS 2025poster

The partial alignment and conflict of autonomous agents lead to mixed-motive scenarios in many real-world applications. However, agents may fail to cooperate in practice even when cooperation yields a better outcome. One well known reason for this failure comes from non-credible commitments. To faci…

Cited by 0SourcecodeScholar
2025

Reflect-then-Plan: Offline Model-Based Planning through a Doubly Bayesian Lens

ICML 2025poster

Offline reinforcement learning (RL) is crucial when online exploration is costly or unsafe but often struggles with high epistemic uncertainty due to limited data. Existing methods rely on fixed conservative policies, restricting adaptivity and generalization. To address this, we propose Reflect-the…

Cited by 0SourcePDFScholar
2025

Towards Cost-Effective Reward Guided Text Generation

ICML 2025poster

Reward-guided text generation (RGTG) has emerged as a viable alternative to offline reinforcement learning from human feedback (RLHF). RGTG methods can align baseline language models to human preferences without further training as in standard RLHF methods. However, they rely on a reward model to…

Cited by 1SourcePDFScholar
2025

Understanding Constraint Inference in Safety-Critical Inverse Reinforcement Learning

ICLR 2025poster

In practical applications, the underlying constraint knowledge is often unknown and difficult to specify. To address this issue, recent advances in Inverse Constrained Reinforcement Learning (ICRL) have focused on inferring these constraints from expert demonstrations. However, the ICRL approach typ…

Cited by 1SourcePDFScholar
2024

A Sober Look at LLMs for Material Discovery: Are They Actually Good for Bayesian Optimization Over Molecules?

ICML 2024poster

Automation is one of the cornerstones of contemporary material discovery. Bayesian optimization (BO) is an essential part of such workflows, enabling scientists to leverage prior domain knowledge into efficient exploration of a large molecular space. While such prior knowledge can take many forms, t…

2024

Calibrated One Round Federated Learning with Bayesian Inference in the Predictive Space

AAAI 2024technical

Federated Learning (FL) involves training a model over a dataset distributed among clients, with the constraint that each client’s dataset is localized and possibly heterogeneous. In FL, small and noisy datasets are common, highlighting the need for well-calibrated models that represent the uncertai…

2024

Confidence Aware Inverse Constrained Reinforcement Learning

ICML 2024poster

In coming up with solutions to real-world problems, humans implicitly adhere to constraints that are too numerous and complex to be specified completely. However, reinforcement learning (RL) agents need these constraints to learn the correct optimal policy in these settings. The field of Inverse Con…

2024

Preventing Arbitrarily High Confidence on Far-Away Data in Point-Estimated Discriminative Neural Networks

AISTATS 2024poster

Discriminatively trained, deterministic neural networks are the de facto choice for classification problems. However, even though they achieve state-of-the-art results on in-domain test sets, they tend to be overconfident on out-of-distribution (OOD) data. For instance, ReLU networks—a popular class…

2024

Subject-driven Text-to-Image Generation via Preference-based Reinforcement Learning

NeurIPS 2024poster

Text-to-image generative models have recently attracted considerable interest, enabling the synthesis of high-quality images from textual prompts. However, these models often lack the capability to generate specific subjects from given reference images or to synthesize novel renditions under varying…

2023

An Alternative to Variance: Gini Deviation for Risk-averse Policy Gradient

NeurIPS 2023poster

Restricting the variance of a policy’s return is a popular choice in risk-averse Reinforcement Learning (RL) due to its clear mathematical definition and easy interpretability. Traditional methods directly restrict the total return variance. Recent methods restrict the per-step reward variance as a…

Cited by 12SourcePDFScholar
2023

Attribute Controlled Dialogue Prompting

ACL 2023findings

Prompt-tuning has become an increasingly popular parameter-efficient method for adapting large pretrained language models to downstream tasks. However, both discrete prompting and continuous prompting assume fixed prompts for all data samples within a task, neglecting the fact that inputs vary great…

Cited by 4SourcePDFScholar
2023

Benchmarking Constraint Inference in Inverse Reinforcement Learning

ICLR 2023poster

When deploying Reinforcement Learning (RL) agents into a physical system, we must ensure that these agents are well aware of the underlying constraints. In many real-world problems, however, the constraints are often hard to specify mathematically and unknown to the RL agents. To tackle these issues…

2023

Learning Soft Constraints From Constrained Expert Demonstrations

ICLR 2023top-25%

Inverse reinforcement learning (IRL) methods assume that the expert data is generated by an agent optimizing some reward function. However, in many settings, the agent may optimize a reward function subject to some constraints, where the constraints induce behaviors that may be otherwise difficult t…

Cited by 28SourcePDFScholar
2023

Multi-Modal Inverse Constrained Reinforcement Learning from a Mixture of Demonstrations

NeurIPS 2023poster

Inverse Constraint Reinforcement Learning (ICRL) aims to recover the underlying constraints respected by expert agents in a data-driven manner. Existing ICRL algorithms typically assume that the demonstration data is generated by a single type of expert. However, in practice, demonstrations often co…

Cited by 22SourcePDFScholar
2023

NTS-NOTEARS: Learning Nonparametric DBNs With Prior Knowledge

AISTATS 2023poster

We describe NTS-NOTEARS, a score-based structure learning method for time-series data to learn dynamic Bayesian networks (DBNs) that captures nonlinear, lagged (inter-slice) and instantaneous (intra-slice) relations among variables. NTS-NOTEARS utilizes 1D convolutional neural networks (CNNs) to mod…

2022

CILDA: Contrastive Data Augmentation Using Intermediate Layer Knowledge Distillation

COLING 2022main

Knowledge distillation (KD) is an efficient framework for compressing large-scale pre-trained language models. Recent years have seen a surge of research aiming to improve KD by leveraging Contrastive Learning, Intermediate Layer Distillation, Data Augmentation, and Adversarial Training. In this wor…

Cited by 4SourcePDFScholar
2022

Continuation KD: Improved Knowledge Distillation through the Lens of Continuation Optimization

EMNLP 2022finding

Knowledge Distillation (KD) has been extensively used for natural language understanding (NLU) tasks to improve a small model’s (a student) generalization by transferring the knowledge from a larger model (a teacher). Although KD methods achieve state-of-the-art performance in numerous settings, the…

Cited by 5SourcePDFScholar
2022

Decentralized Mean Field Games

AAAI 2022technical

Multiagent reinforcement learning algorithms have not been widely adopted in large scale environments with many agents as they often scale poorly with the number of agents. Using mean field theory to aggregate agents has been proposed as a solution to this problem. However, almost all previous metho…

2022

Distributional Reinforcement Learning with Monotonic Splines

ICLR 2022poster

Distributional Reinforcement Learning (RL) differs from traditional RL by estimating the distribution over returns to capture the intrinsic uncertainty of MDPs. One key challenge in distributional RL lies in how to parameterize the quantile function when minimizing the Wasserstein metric of temporal…

Cited by 21SourcePDFScholar
2022

Learning Object-Oriented Dynamics for Planning from Text

ICLR 2022poster

The advancement of dynamics models enables model-based planning in complex environments. Existing dynamics models commonly study image-based games with fully observable states. Generalizing these models to Text-Based Games (TBGs), which commonly describe the partially observable states with noisy te…

Cited by 9SourcePDFScholar
2022

Learning functions on multiple sets using multi-set transformers

UAI 2022poster

We propose a general deep architecture for learning functions on multiple permutation-invariant sets. We also show how to generalize this architecture to sets of elements of any dimension by dimension equivariance. We demonstrate that our architecture is a universal approximator of these functions,…

2022

Linearizing contextual bandits with latent state dynamics

UAI 2022poster

In many real-world applications of multi-armed bandit problems, both rewards and contexts are often influenced by confounding latent variables which evolve stochastically over time. While the observed contexts and rewards are nonlinearly related, we show that prior knowledge of latent causal structu…

2022

RAIL-KD: RAndom Intermediate Layer Mapping for Knowledge Distillation

NAACL 2022findings

Intermediate layer knowledge distillation (KD) can improve the standard KD technique (which only targets the output of teacher and student models) especially over large pre-trained language models. However, intermediate layer distillation suffers from excessive computational burdens and engineering…

Cited by 26SourcePDFScholar
2022

Uncertainty-Aware Reinforcement Learning for Risk-Sensitive Player Evaluation in Sports Game

NeurIPS 2022accept

A major task of sports analytics is player evaluation. Previous methods commonly measured the impact of players' actions on desirable outcomes (e.g., goals or winning) without considering the risk induced by stochastic game dynamics. In this paper, we design an uncertainty-aware Reinforcement Learn…

Cited by 14SourcePDFScholar
2021

Learning Tree Interpretation from Object Representation for Deep Reinforcement Learning

NeurIPS 2021poster

Interpreting Deep Reinforcement Learning (DRL) models is important to enhance trust and comply with transparency regulations. Existing methods typically explain a DRL model by visualizing the importance of low-level input features with super-pixels, attentions, or saliency maps. Our approach provide…

Cited by 20SourcePDFScholar
2021

Prediction by Anticipation: An Action-Conditional Prediction Method Based on Interaction Learning

ICCV 2021poster

In autonomous driving (AD), accurately predicting changes in the environment can effectively improve safety and comfort. Due to complex interactions among traffic participants, however, it is very hard to achieve accurate prediction for a long horizon. To address this challenge, we propose predictio…

Cited by 4PDFcodeScholar
2021

Quantifying and Improving Transferability in Domain Generalization

NeurIPS 2021poster

Out-of-distribution generalization is one of the key challenges when transferring a model from the lab to the real world. Existing efforts mostly focus on building invariant features among source and target domains. Based on invariant features, a high-performing classifier on source domains could h…

Cited by 61SourcePDFScholar
2021

Self-Supervised Simultaneous Multi-Step Prediction of Road Dynamics and Cost Map

CVPR 2021poster

In this paper we propose a system consisting of a modular network and a trajectory planner. The network simultaneously predicts Occupancy Grid Maps (OGMs) and estimates space-time cost maps (CMs) corresponding to the areas around the vehicle. The trajectory planner computes the cost of a set of pred…

Cited by 4PDFcodeScholar
2020

Batch norm with entropic regularization turns deterministic autoencoders into generative models

UAI 2020poster

The variational autoencoder is a well defined deep generative model that utilizes an encoder-decoder framework where an encoding neural network outputs a non-deterministic code for reconstructing an input. The encoder achieves this by sampling from a distribution for every input, instead of outputti…

Cited by 9SourcePDFScholar
2020

Inverse Reinforcement Learning for Team Sports: Valuing Actions and Players

IJCAI 2020poster

A major task of sports analytics is to rank players based on the impact of their actions. Recent methods have applied reinforcement learning (RL) to assess the value of actions from a learned action value or Q-function. A fundamental challenge for estimating action values is that explicit reward sig…

2020

Learning Agent Representations for Ice Hockey

NeurIPS 2020poster

Team sports is a new application domain for agent modeling with high real-world impact. A fundamental challenge for modeling professional players is their large number (over 1K), which includes many bench players with sparse participation in a game season. The diversity and sparsity of player observ…

2020

Learning Dynamic Belief Graphs to Generalize on Text-Based Games

NeurIPS 2020poster

Playing text-based games requires skills in processing natural language and sequential decision making. Achieving human-level performance on text-based games remains an open challenge, and prior research has largely relied on hand-crafted structured representations and heuristics. In this work, we i…

2020

Online Bayesian Moment Matching based SAT Solver Heuristics

ICML 2020poster

In this paper, we present a Bayesian Moment Matching (BMM) based method aimed at solving the initialization problem in Boolean SAT solvers. The initialization problem can be stated as follows: given a SAT formula $\phi$, compute an initial order over the variables of $\phi$ and values/polarity for t…

2020

Progressive Memory Banks for Incremental Domain Adaptation

ICLR 2020poster

This paper addresses the problem of incremental domain adaptation (IDA) in natural language processing (NLP). We assume each domain comes one after another, and that we could only access data in the current domain. The goal of IDA is to build a unified model performing well on all the domains that…

Cited by 32SourcecodeScholar
2020

Unsupervised Multilingual Alignment using Wasserstein Barycenter

IJCAI 2020poster

We study unsupervised multilingual alignment, the problem of finding word-to-word translations between multiple languages without using any parallel data. One popular strategy is to reduce multilingual alignment to the much simplified bilingual setting, by picking one of the input languages as the p…

Cited by 0SourcePDFScholar
2019

Why Do Neural Dialog Systems Generate Short and Meaningless Replies? a Comparison between Dialog and Translation

ICASSP 2019accepted

This paper addresses the question: In neural dialog systems, why do sequence-to-sequence (Seq2Seq) neural networks generate short and meaningless replies for open-domain response generation? We conjecture that in a dialog system, due to the randomness of spoken language, there may be multiple equall…

Cited by 0SourceScholar
2018

Deep Homogeneous Mixture Models: Representation, Separation, and Approximation

NeurIPS 2018poster

At their core, many unsupervised learning models provide a compact representation of homogeneous density mixtures, but their similarities and differences are not always clearly understood. In this work, we formally establish the relationships among latent tree graphical models (including special cas…

Cited by 14SourcePDFScholar
2018

Online Structure Learning for Feed-Forward and Recurrent Sum-Product Networks

NeurIPS 2018poster

Sum-product networks have recently emerged as an attractive representation due to their dual view as a special type of deep neural network with clear semantics and a special type of probabilistic graphical model for which inference is always tractable. Those properties follow from some conditions (i…

Cited by 30SourcePDFScholar
2018

Unsupervised Video Object Segmentation for Deep Reinforcement Learning

NeurIPS 2018poster

We present a new technique for deep reinforcement learning that automatically detects moving objects and uses the relevant information for action selection. The detection of moving objects is done in an unsupervised way by exploiting structure from motion. Instead of directly learning a policy from…

2017

Online Bayesian Transfer Learning for Sequential Data Modeling

ICLR 2017poster

We consider the problem of inferring a sequence of hidden states associated with a sequence of observations produced by an individual within a population. Instead of learning a single sequence model for the population (which does not account for variations within the population), we learn a set of…

Cited by 25SourceScholar
2017

Online Structure Learning for Sum-Product Networks with Gaussian Leaves

ICLR 2017workshop

Sum-product networks have recently emerged as an attractive representation due to their dual view as a special type of deep neural network with clear semantics and a special type of probabilistic graphical model for which inference is always tractable. Those properties follow from some conditions (i…

Cited by 37SourcecodeScholar
2016

A Unified Approach for Learning the Parameters of Sum-Product Networks

NeurIPS 2016poster

We present a unified approach for learning the parameters of Sum-Product networks (SPNs). We prove that any complete and decomposable SPN is equivalent to a mixture of trees where each tree corresponds to a product of univariate distributions. Based on the mixture model perspective, we characterize…

Cited by 87SourcePDFScholar
2016

Online Bayesian Moment Matching for Topic Modeling with Unknown Number of Topics

NeurIPS 2016poster

Latent Dirichlet Allocation (LDA) is a very popular model for topic modeling as well as many other problems with latent groups. It is both simple and effective. When the number of topics (or latent groups) is unknown, the Hierarchical Dirichlet Process (HDP) provides an elegant non-parametric exte…

2016

Online Relative Entropy Policy Search using Reproducing Kernel Hilbert Space Embeddings

AISTATS 2016poster

Kernel methods have been successfully applied to reinforcement learning problems to address some challenges such as high dimensional and continuous states, value function approximation and state transition probability modeling. In this paper, we develop an online policy search algorithm based on a r…

Cited by 3SourcePDFScholar
2016

Online and Distributed Bayesian Moment Matching for Parameter Learning in Sum-Product Networks

AISTATS 2016poster

Probabilistic graphical models provide a general and flexible framework for reasoning about complex dependencies in noisy domains with many variables. Among the various types of probabilistic graphical models, sum-product networks (SPNs) have recently generated some interest because exact inference…

Cited by 63SourcePDFScholar
2015

On the Relationship between Sum-Product Networks and Bayesian Networks

ICML 2015poster

In this paper, we establish some theoretical connections between Sum-Product Networks (SPNs) and Bayesian Networks (BNs). We prove that every SPN can be converted into a BN in linear time and space in terms of the network size. The key insight is to use Algebraic Decision Diagrams (ADDs) to compactl…

Cited by 117SourcePDFScholar