← Search

Aldo Pacchiano

58 accepted papers

2026

Post-training Large Language Models for Diverse High-Quality Responses

ICLR 2026poster

Reinforcement learning has emerged as a popular method for post-training large language models (LLMs). While improving the model's performance on downstream tasks, it often reduces the model's output diversity, leading to narrow, canonical responses. Existing methods to enhance diversity are limited…

Cited by 0SourceScholar
2025

A Theoretical Framework for Partially-Observed Reward States in RLHF

ICLR 2025poster

The growing deployment of reinforcement learning from human feedback (RLHF) calls for a deeper theoretical investigation of its underlying models. The prevalent models of RLHF do not account for neuroscience-backed, partially-observed "internal states'' that can affect human feedback, nor do they ac…

Cited by 1SourcePDFScholar
2025

Feasible Action Search for Bandit Linear Programs via Thompson Sampling

ICML 2025poster

We study the 'feasible action search' (FAS) problem for linear bandits, wherein a learner attempts to discover a feasible point for a set of linear constraints $\Phi_* a \ge 0,$ without knowledge of the matrix $\Phi_* \in \mathbb{R}^{m \times d}$. A FAS learner selects a sequence of actions $a_t,$ a…

Cited by 0SourcePDFScholar
2025

ORSO: Accelerating Reward Design via Online Reward Selection and Policy Optimization

ICLR 2025poster

Reward shaping is critical in reinforcement learning (RL), particularly for complex tasks where sparse rewards can hinder learning. However, choosing effective shaping rewards from a set of reward functions in a computationally efficient manner remains an open challenge. We propose Online Reward Sel…

2025

Principled Fine-tuning of LLMs from User-Edits: A Medley of Preference, Supervision, and Reward

NeurIPS 2025poster

We study how to fine-tune LLMs using user-edit deployment data consisting of a set of context, an agent's response, and user edits. This deployment data is naturally generated by users in applications such as LLMs-based writing assistants and coding agents. The _natural_ origin of user edits makes i…

Cited by 0SourceScholar
2024

Provable Interactive Learning with Hindsight Instruction Feedback

ICML 2024poster

We study interactive learning in a setting where the agent has to generate a response (e.g., an action or trajectory) given a context and an instruction. In contrast, to typical approaches that train the system using reward or expert supervision on response, we study _learning with hindsight labelin…

Cited by 1SourcePDFScholar
2023

A Unified Model and Dimension for Interactive Estimation

NeurIPS 2023poster

We study an abstract framework for interactive learning called interactive estimation in which the goal is to estimate a target from its ``similarity'' to points queried by the learner. We introduce a combinatorial measure called Dissimilarity dimension which largely captures learnability in our mod…

Cited by 0SourcePDFScholar
2023

Anytime Model Selection in Linear Bandits

NeurIPS 2023poster

Model selection in the context of bandit optimization is a challenging problem, as it requires balancing exploration and exploitation not only for action selection, but also for model selection. One natural approach is to rely on online learning algorithms that treat different models as experts. Exi…

2023

Supervised Pretraining Can Learn In-Context Reinforcement Learning

NeurIPS 2023spotlight

Large transformer models trained on diverse datasets have shown a remarkable ability to learn in-context, achieving high few-shot performance on tasks they were not explicitly trained to solve. In this paper, we study the in-context learning capabilities of transformers in decision-making problems,…

Cited by 80SourcePDFScholar
2022

Learning General World Models in a Handful of Reward-Free Deployments

NeurIPS 2022accept

Building generally capable agents is a grand challenge for deep reinforcement learning (RL). To approach this challenge practically, we outline two key desiderata: 1) to facilitate generalization, exploration should be task agnostic; 2) to facilitate scalability, exploration policies should collect…

2022

Online Nonsubmodular Minimization with Delayed Costs: From Full Information to Bandit Feedback

ICML 2022spotlight

Motivated by applications to online learning in sparse estimation and Bayesian optimization, we consider the problem of online unconstrained nonsubmodular minimization with delayed costs in both full information and bandit feedback settings. In contrast to previous works on online unconstrained subm…

Cited by 2SourcePDFScholar
2022

Towards an Understanding of Default Policies in Multitask Policy Optimization

AISTATS 2022poster

Much of the recent success of deep reinforcement learning has been driven by regularized policy optimization (RPO) algorithms with strong performance across multiple domains. In this family of methods, agents are trained to maximize cumulative reward while penalizing deviation in behavior from some…

Cited by 11SourcePDFScholar
2022

Unpacking Reward Shaping: Understanding the Benefits of Reward Engineering on Sample Complexity

NeurIPS 2022accept

The success of reinforcement learning in a variety of challenging sequential decision-making problems has been much discussed, but often ignored in this discussion is the consideration of how the choice of reward function affects the behavior of these algorithms. Most practical RL algorithms require…

Cited by 83SourcePDFScholar
2021

Dynamic Balancing for Model Selection in Bandits and RL

ICML 2021spotlight

We propose a framework for model selection by combining base algorithms in stochastic bandits and reinforcement learning. We require a candidate regret bound for each base algorithm that may or may not hold. We select base algorithms to play in each round using a “balancing condition” on the candida…

Cited by 40SourcePDFScholar
2021

Neural Pseudo-Label Optimism for the Bank Loan Problem

NeurIPS 2021poster

We study a class of classification problems best exemplified by the \emph{bank loan} problem, where a lender decides whether or not to issue a loan. The lender only observes whether a customer will repay a loan if the loan is issued to begin with, and thus modeled decisions affect what data is avail…

Cited by 8SourcePDFScholar
2021

On the Theory of Reinforcement Learning with Once-per-Episode Feedback

NeurIPS 2021poster

We study a theory of reinforcement learning (RL) in which the learner receives binary feedback only once at the end of an episode. While this is an extreme test case for theory, it is also arguably more representative of real-world applications than the traditional requirement in RL practice that th…

Cited by 40SourcePDFScholar
2021

Online Model Selection for Reinforcement Learning with Function Approximation

AISTATS 2021poster

Deep reinforcement learning has achieved impressive successes yet often requires a very large amount of interaction data. This result is perhaps unsurprising, as using complicated function approximation often requires more data to fit, and early theoretical results on linear Markov decision processe…

Cited by 46SourcePDFScholar
2021

Reinforcement Learning in Linear MDPs: Constant Regret and Representation Selection

NeurIPS 2021poster

We study the role of the representation of state-action value functions in regret minimization in finite-horizon Markov Decision Processes (MDPs) with linear structure. We first derive a necessary condition on the representation, called universally spanning optimal features (UNISOFT), to achieve con…

Cited by 23SourcePDFScholar
2021

Robustness Guarantees for Mode Estimation with an Application to Bandits

AAAI 2021technical

Mode estimation is a classical problem in statistics with a wide range of applications in machine learning. Despite this, there is little understanding in its robustness properties under possibly adversarial data contamination. In this paper, we give precise robustness guarantees as well as privacy…

Cited by 0SourcePDFScholar
2021

Sample Efficient Reinforcement Learning In Continuous State Spaces: A Perspective Beyond Linearity

ICML 2021spotlight

Reinforcement learning (RL) is empirically successful in complex nonlinear Markov decision processes (MDPs) with continuous state spaces. By contrast, the majority of theoretical RL literature requires the MDP to satisfy some form of linear structure, in order to guarantee sample efficient RL. Such…

Cited by 11SourcePDFScholar
2021

Stochastic Bandits with Linear Constraints

AISTATS 2021poster

We study a constrained contextual linear bandit setting, where the goal of the agent is to produce a sequence of policies, whose expected cumulative reward over the course of multiple rounds is maximum, and each one of them has an expected cost below a certain threshold. We propose an upper-confiden…

Cited by 97SourcePDFScholar
2021

Tactical Optimism and Pessimism for Deep Reinforcement Learning

NeurIPS 2021poster

In recent years, deep off-policy actor-critic algorithms have become a dominant approach to reinforcement learning for continuous control. One of the primary drivers of this improved performance is the use of pessimistic value updates to address function approximation errors, which previously led to…

Cited by 63SourcePDFScholar
2021

Towards tractable optimism in model-based reinforcement learning

UAI 2021poster

The principle of optimism in the face of uncertainty is prevalent throughout sequential decision making problems such as multi-armed bandits and reinforcement learning (RL). To be successful, an optimistic RL algorithm must over-estimate the true value function (optimism) but not by so much that it…

2020

Accelerated Message Passing for Entropy-Regularized MAP Inference

ICML 2020poster

Maximum a posteriori (MAP) inference in discrete-valued Markov random fields is a fundamental problem in machine learning that involves identifying the most likely configuration of random variables given a distribution. Due to the difficulty of this combinatorial problem, linear programming (LP) rel…

Cited by 0SourcePDFScholar
2020

Convergence Rates of Smooth Message Passing with Rounding in Entropy-Regularized MAP Inference

AISTATS 2020poster

Maximum a posteriori (MAP) inference is a fundamental computational paradigm for statistical inference. In the setting of graphical models, MAP inference entails solving a combinatorial optimization problem to find the most likely configuration of the discrete-valued model. Linear programming (LP) r…

Cited by 3SourcePDFScholar
2020

ES-MAML: Simple Hessian-Free Meta Learning

ICLR 2020poster

We introduce ES-MAML, a new framework for solving the model agnostic meta learning (MAML) problem based on Evolution Strategies (ES). Existing algorithms for MAML are based on policy gradients, and incur significant difficulties when attempting to estimate second derivatives using backpropagation on…

Cited by 148SourcecodeScholar
2020

Effective Diversity in Population Based Reinforcement Learning

NeurIPS 2020spotlight

Exploration is a key problem in reinforcement learning, since agents can only learn from data they acquire in the environment. With that in mind, maintaining a population of agents is an attractive method, as it allows data be collected with a diverse set of behaviors. This behavioral diversity is o…

2020

Learning to Score Behaviors for Guided Policy Optimization

ICML 2020poster

We introduce a new approach for comparing reinforcement learning policies, using Wasserstein distances (WDs) in a newly defined latent behavioral space. We show that by utilizing the dual formulation of the WD, we can learn score functions over policy behaviors that can in turn be used to lead polic…

2020

Model Selection in Contextual Stochastic Bandit Problems

NeurIPS 2020poster

We study bandit model selection in stochastic environments. Our approach relies on a master algorithm that selects between candidate base algorithms. We develop a master-base algorithm abstraction that can work with general classes of base algorithms and different type of adversarial master algorith…

Cited by 117SourcePDFScholar
2020

On Approximate Thompson Sampling with Langevin Algorithms

ICML 2020poster

Thompson sampling for multi-armed bandit problems is known to enjoy favorable performance in both theory and practice. However, its wider deployment is restricted due to a significant computational limitation: the need for samples from posterior distributions at every iteration. In practice, this li…

Cited by 40SourcePDFScholar
2020

Practical Nonisotropic Monte Carlo Sampling in High Dimensions via Determinantal Point Processes

AISTATS 2020poster

We propose a new class of practical structured methods for nonisotropic Monte Carlo (MC) sampling, called DPPMC, designed for high-dimensional nonisotropic distributions where samples are correlated to reduce the variance of the estimator via determinantal point processes. We successfully apply DPPM…

2020

Ready Policy One: World Building Through Active Learning

ICML 2020poster

Model-Based Reinforcement Learning (MBRL) offers a promising direction for sample efficient learning, often achieving state of the art results for continuous control tasks. However many existing MBRL methods rely on combining greedy policies with exploration heuristics, and even those which utilize…

Cited by 57SourcePDFScholar
2020

Ridge Rider: Finding Diverse Solutions by Following Eigenvectors of the Hessian

NeurIPS 2020poster

Over the last decade, a single algorithm has changed many facets of our lives - Stochastic Gradient Descent (SGD). In the era of ever decreasing loss functions, SGD and its various offspring have become the go-to optimization tool in machine learning and are a key component of the success of deep ne…

2020

Stochastic Flows and Geometric Optimization on the Orthogonal Group

ICML 2020poster

We present a new class of stochastic, geometrically-driven optimization algorithms on the orthogonal group O(d) and naturally reductive homogeneous manifolds obtained from the action of the rotation group SO(d). We theoretically and experimentally demonstrate that our methods can be applied in vario…

Cited by 9SourcePDFScholar
2019

From Complexity to Simplicity: Adaptive ES-Active Subspaces for Blackbox Optimization

NeurIPS 2019poster

We present a new algorithm (ASEBO) for optimizing high-dimensional blackbox functions. ASEBO adapts to the geometry of the function and learns optimal sets of sensing directions, which are used to probe it, on-the-fly. It addresses the exploration-exploitation trade-off of blackbox optimization with…

2019

KAMA-NNs: Low-dimensional Rotation Based Neural Networks

AISTATS 2019poster

We present new architectures for feedforward neural networks built from products of learned or random low-dimensional rotations that offer substantial space compression and computational speedups in comparison to the unstructured baselines. Models using them are also competitive with the baselines a…

2019

Provably Robust Blackbox Optimization for Reinforcement Learning

CoRL 2019

Interest in derivative-free optimization (DFO) and “evolutionary strategies” (ES) has recently surged in the Reinforcement Learning (RL) community, with growing evidence that they can match state of the art methods for policy optimization problems in Robotics. However, it is well known that DFO meth

2019

Wasserstein Fair Classification

UAI 2019poster

We propose an approach to fair classification that enforces independence between the classifier outputs and sensitive information by minimizing Wasserstein-1 distances. The approach has desirable theoretical properties and is robust to specific choices of the threshold used to obtain class predictio…

2018

Gen-Oja: Simple & Efficient Algorithm for Streaming Generalized Eigenvector Computation

NeurIPS 2018poster

In this paper, we study the problems of principle Generalized Eigenvector computation and Canonical Correlation Analysis in the stochastic setting. We propose a simple and efficient algorithm for these problems. We prove the global convergence of our algorithm, borrowing ideas from the theory of fas…

Cited by 22SourcePDFScholar
2018

Geometrically Coupled Monte Carlo Sampling

NeurIPS 2018spotlight

Monte Carlo sampling in high-dimensional, low-sample settings is important in many machine learning tasks. We improve current methods for sampling in Euclidean spaces by avoiding independence, and instead consider ways to couple samples. We show fundamental connections to optimal transport theory,…

Cited by 30SourcePDFScholar
2017

Conditions beyond treewidth for tightness of higher-order LP relaxations

AISTATS 2017poster

Linear programming (LP) relaxations are a popular method to attempt to find a most likely configuration of a discrete graphical model. If a solution to the relaxed problem is obtained at an integral vertex then the solution is guaranteed to be exact and we say that the relaxation is tight. We consid…

Cited by 9SourcePDFScholar