← Search

Zhuoran Yang

122 accepted papers

2026

Dual-Robust Cross-Domain Offline Reinforcement Learning Against Dynamics Shifts

ICLR 2026poster

Single-domain offline reinforcement learning (RL) often suffers from limited data coverage, while cross-domain offline RL handles this issue by leveraging additional data from other domains with dynamics shifts. However, existing studies primarily focus on train-time robustness (handling dynamics sh…

Cited by 0SourceScholar
2026

Generalization Bounds for Discrete Diffusion: Statistical Advantage of Masking

ICML 2026poster

Discrete diffusion models have recently emerged as a compelling alternative for language generation, enabling efficient non-autoregressive sampling while achieving strong empirical performance. A key design choice in discrete diffusion---absent in most continuous diffusion formulations---is the forw…

Cited by 0SourceScholar
2026

How Transformers Learn Causal Structures In-Context: Explainable Mechanism Meets Theoretical Guarantee

ICLR 2026poster

Transformers have demonstrated remarkable in-context learning abilities, adapting to new tasks from just a few examples without parameter updates. However, theoretical understanding of this phenomenon typically assumes fixed dependency structures, while real-world sequences exhibit flexible, context…

Cited by 0SourceScholar
2026

Muon Outperforms Adam in Tail-End Associative Memory Learning

ICLR 2026poster

The Muon optimizer is consistently faster than Adam in training Large Language Models (LLMs), yet the mechanism underlying its success remains unclear. This paper demystifies this mechanism through the lens of associative memory. By ablating the transformer components optimized by Muon, we reveal th…

Cited by 0SourceScholar
2026

Taming Polysemanticity in LLMs: Theory-Grounded Feature Recovery via Sparse Autoencoders

ICLR 2026poster

We study the challenge of achieving theoretically grounded feature recovery using Sparse Autoencoders (SAEs) for the interpretation of Large Language Models. Existing SAE training algorithms often lack rigorous mathematical guarantees and suffer from practical limitations such as hyperparameter sen…

Cited by 0SourcecodeScholar
2025

An Instrumental Value for Data Production and its Application to Data Pricing

ICML 2025poster

We develop a framework for capturing the instrumental value of data production processes, which accounts for two key factors: (a) the context of the agent’s decision-making; (b) how much data or information the buyer already possesses. We "micro-found" our data valuation function by establishing its…

Cited by 0SourcePDFScholar
2025

BanditSpec: Adaptive Speculative Decoding via Bandit Algorithms

ICML 2025poster

Speculative decoding has emerged as a popular method to accelerate the inference of Large Language Models (LLMs) while retaining their superior text generation performance. Previous methods either adopt a fixed speculative decoding configuration regardless of the prefix tokens, or train draft models…

Cited by 0SourcePDFScholar
2025

Can Neural Networks Achieve Optimal Computational-statistical Tradeoff? An Analysis on Single-Index Model

ICLR 2025oral

In this work, we tackle the following question: Can neural networks trained with gradient-based methods achieve the optimal statistical-computational tradeoff in learning Gaussian single-index models? Prior research has shown that any polynomial-time algorithm under the statistical query (SQ) frame…

Cited by 0SourcePDFScholar
2025

Decoding Rewards in Competitive Games: Inverse Game Theory with Entropy Regularization

ICML 2025poster

Estimating the unknown reward functions driving agents' behavior is a central challenge in inverse games and reinforcement learning. This paper introduces a unified framework for reward function recovery in two-player zero-sum matrix games and Markov games with entropy regularization. Given observed…

Cited by 0SourcePDFScholar
2025

In-Context Linear Regression Demystified: Training Dynamics and Mechanistic Interpretability of Multi-Head Softmax Attention

ICML 2025poster

We study how multi-head softmax attention models are trained to perform in-context learning on linear data. Through extensive empirical experiments and rigorous theoretical analysis, we demystify the emergence of elegant attention patterns: a diagonal and homogeneous pattern in the key-query weight…

2025

In-Context Reinforcement Learning From Suboptimal Historical Data

ICML 2025poster

Transformer models have achieved remarkable empirical successes, largely due to their in-context learning capabilities. Inspired by this, we explore training an autoregressive transformer for in-context reinforcement learning (ICRL). In this setting, we initially train a transformer on an offline da…

Cited by 0SourcePDFScholar
2025

InstaDrive: Instance-Aware Driving World Models for Realistic and Consistent Video Generation

ICCV 2025poster

Autonomous driving relies on robust models trained on high-quality, large-scale multi-view driving videos for tasks like perception and planning. While world models offer a cost-effective solution for generating realistic driving videos, they struggle to maintain instance-level temporal consistency…

Cited by 0SourcePDFScholar
2025

Learning Task Representations from In-Context Learning

ACL 2025finding

Large language models (LLMs) have demonstrated remarkable proficiency in in-context learning (ICL), where models adapt to new tasks through example-based prompts without requiring parameter updates. However, understanding how tasks are internally encoded and generalized remains a challenge. To addre…

2025

Reflective Planning: Vision-Language Models for Multi-Stage Long-Horizon Robotic Manipulation

CoRL 2025poster

Solving complex long-horizon robotic manipulation problems requires sophisticated high-level planning capabilities, the ability to reason about the physical world, and reactively choose appropriate motor skills. Vision-language models (VLMs) pretrained on Internet data could in principle offer a fra…

Cited by 0SourcecodeScholar
2025

The Sample Complexity of Online Strategic Decision Making with Information Asymmetry and Knowledge Transportability

ICML 2025poster

Information asymmetry is a pervasive feature of multi-agent systems, especially evident in economics and social sciences. In these settings, agents tailor their actions based on private information to maximize their rewards. These strategic behaviors often introduce complexities due to confounding v…

Cited by 0SourcePDFScholar
2025

What and How does In-Context Learning Learn? Bayesian Model Averaging, Parameterization, and Generalization

AISTATS 2025poster

In-Context Learning (ICL) ability has been found efficient across a wide range of applications, where the Large Language Models (LLM) learn to complete the tasks from the examples in the prompt without tuning the parameters. In this work, we conduct a comprehensive study to understand ICL from a sta…

Cited by 0SourceScholar
2024

A General Framework for Sequential Decision-Making under Adaptivity Constraints

ICML 2024poster

We take the first step in studying general sequential decision-making under two adaptivity constraints: rare policy switch and batch learning. First, we provide a general class called the Eluder Condition class, which includes a wide range of reinforcement learning classes. Then, for the rare policy…

Cited by 3SourcePDFScholar
2024

From Words to Actions: Unveiling the Theoretical Underpinnings of LLM-Driven Autonomous Systems

ICML 2024poster

In this work, from a theoretical lens, we aim to understand why large language model (LLM) empowered agents are able to solve decision-making problems in the physical world. To this end, consider a hierarchical reinforcement learning (RL) model where the LLM Planner and the Actor perform high-level…

Cited by 8SourcePDFScholar
2024

Mean Field Langevin Actor-Critic: Faster Convergence and Global Optimality beyond Lazy Learning

ICML 2024poster

This work explores the feature learning capabilities of deep reinforcement learning algorithms in the pursuit of optimal policy determination. We particularly examine an over-parameterized neural actor-critic framework within the mean-field regime, where both actor and critic components undergo upda…

Cited by 1SourcePDFScholar
2024

On the Role of Information Structure in Reinforcement Learning for Partially-Observable Sequential Teams and Games

NeurIPS 2024poster

In sequential decision-making problems, the *information structure* describes the causal dependencies between system variables, encompassing the dynamics of the environment and the agents' actions. Classical models of reinforcement learning (e.g., MDPs, POMDPs) assume a restricted and highly regular…

Cited by 3SourcePDFScholar
2024

Principled Penalty-based Methods for Bilevel Reinforcement Learning and RLHF

ICML 2024poster

Bilevel optimization has been recently applied to many machine learning tasks. However, their applications have been restricted to the supervised learning setting, where static objective functions with benign structures are considered. But bilevel problems such as incentive design, inverse reinforce…

Cited by 13SourcePDFScholar
2024

Sample-efficient Learning of Infinite-horizon Average-reward MDPs with General Function Approximation

ICLR 2024poster

We study infinite-horizon average-reward Markov decision processes (AMDPs) in the context of general function approximation. Specifically, we propose a novel algorithmic framework named Local-fitted Optimization with OPtimism (LOOP), which incorporates both model-based and value-based incarnations.…

Cited by 7SourcePDFScholar
2024

Symmetric Mean-field Langevin Dynamics for Distributional Minimax Problems

ICLR 2024spotlight

In this paper, we extend mean-field Langevin dynamics to minimax optimization over probability distributions for the first time with symmetric and provably convergent updates. We propose \emph{mean-field Langevin averaged gradient} (MFL-AG), a single-loop algorithm that implements gradient descent a…

Cited by 10SourcePDFScholar
2024

Theory of Consistency Diffusion Models: Distribution Estimation Meets Fast Sampling

ICML 2024poster

Diffusion models have revolutionized various application domains, including computer vision and audio generation. Despite the state-of-the-art performance, diffusion models are known for their slow sample generation due to the extensive number of steps involved. In response, consistency models have…

Cited by 4SourcePDFScholar
2024

Unveiling Induction Heads: Provable Training Dynamics and Feature Learning in Transformers

NeurIPS 2024poster

In-context learning (ICL) is a cornerstone of large language model (LLM) functionality, yet its theoretical foundations remain elusive due to the complexity of transformer architectures. In particular, most existing work only theoretically explains how the attention mechanism facilitates ICL under c…

Cited by 11SourcePDFScholar
2023

Decentralized Optimistic Hyperpolicy Mirror Descent: Provably No-Regret Learning in Markov Games

ICLR 2023poster

We study decentralized policy learning in Markov games where we control a single agent to play with nonstationary and possibly adversarial opponents. Our goal is to develop a no-regret online learning algorithm that (i) takes actions based on the local information observed by the agent and (ii) is a…

Cited by 12SourcePDFScholar
2023

Diffusion Model is an Effective Planner and Data Synthesizer for Multi-Task Reinforcement Learning

NeurIPS 2023poster

Diffusion models have demonstrated highly-expressive generative capabilities in vision and NLP. Recent studies in reinforcement learning (RL) have shown that diffusion models are also powerful in modeling complex policies or trajectories in offline datasets. However, these works have been limited to…

2023

Enforcing Hard Constraints with Soft Barriers: Safe Reinforcement Learning in Unknown Stochastic Environments

ICML 2023poster

It is quite challenging to ensure the safety of reinforcement learning (RL) agents in an unknown and stochastic environment under hard constraints that require the system state not to reach certain specified unsafe regions. Many popular safe RL methods such as those based on the Constrained Markov D…

Cited by 54SourcePDFScholar
2023

Finding Regularized Competitive Equilibria of Heterogeneous Agent Macroeconomic Models via Reinforcement Learning

AISTATS 2023poster

We study a heterogeneous agent macroeconomic model with an infinite number of households and firms competing in a labor market. Each household earns income and engages in consumption at each time step while aiming to maximize a concave utility subject to the underlying market conditions. The househo…

Cited by 6SourcePDFScholar
2023

Learning to Incentivize Information Acquisition: Proper Scoring Rules Meet Principal-Agent Model

ICML 2023poster

We study the incentivized information acquisition problem, where a principal hires an agent to gather information on her behalf. Such a problem is modeled as a Stackelberg game between the principal and the agent, where the principal announces a scoring rule that specifies the payment, and then the…

Cited by 8SourcePDFScholar
2023

Local Optimization Achieves Global Optimality in Multi-Agent Reinforcement Learning

ICML 2023poster

Policy optimization methods with function approximation are widely used in multi-agent reinforcement learning. However, it remains elusive how to design such algorithms with statistical guarantees. Leveraging a multi-agent performance difference lemma that characterizes the landscape of multi-agent…

2023

Maximize to Explore: One Objective Function Fusing Estimation, Planning, and Exploration

NeurIPS 2023spotlight

In reinforcement learning (RL), balancing exploration and exploitation is crucial for achieving an optimal policy in a sample-efficient way. To this end, existing sample- efficient algorithms typically consist of three components: estimation, planning, and exploration. However, to cope with general…

2023

Offline RL with No OOD Actions: In-Sample Learning via Implicit Value Regularization

ICLR 2023top-5%

Most offline reinforcement learning (RL) methods suffer from the trade-off between improving the policy to surpass the behavior policy and constraining the policy to limit the deviation from the behavior policy as computing $Q$-values using out-of-distribution (OOD) actions will suffer from errors d…

2023

Online Performative Gradient Descent for Learning Nash Equilibria in Decision-Dependent Games

NeurIPS 2023poster

We study the multi-agent game within the innovative framework of decision-dependent games, which establishes a feedback mechanism that population data reacts to agents’ actions and further characterizes the strategic interactions between agents. We focus on finding the Nash equilibrium of decision-d…

Cited by 4SourcePDFScholar
2023

Optimistic Exploration with Learned Features Provably Solves Markov Decision Processes with Neural Dynamics

ICLR 2023poster

Incorporated with the recent advances in deep learning, deep reinforcement learning (DRL) has achieved tremendous success in empirical study. However, analyzing DRL is still challenging due to the complexity of the neural network class. In this paper, we address such a challenge by analyzing the Mar…

Cited by 4SourcePDFScholar
2023

Pessimism in the Face of Confounders: Provably Efficient Offline Reinforcement Learning in Partially Observable Markov Decision Processes

ICLR 2023poster

We study offline reinforcement learning (RL) in partially observable Markov decision processes. In particular, we aim to learn an optimal policy from a dataset collected by a behavior policy which possibly depends on the latent state. Such a dataset is confounded in the sense that the latent state s…

Cited by 34SourcePDFScholar
2023

Posterior Sampling for Competitive RL: Function Approximation and Partial Observation

NeurIPS 2023poster

This paper investigates posterior sampling algorithms for competitive reinforcement learning (RL) in the context of general function approximations. Focusing on zero-sum Markov games (MGs) under two critical settings, namely self-play and adversarial learning, we first propose the self-play and adve…

Cited by 4SourcePDFScholar
2023

Provably Efficient Representation Learning with Tractable Planning in Low-Rank POMDP

ICML 2023poster

In this paper, we study representation learning in partially observable Markov Decision Processes (POMDPs), where the agent learns a decoder function that maps a series of high-dimensional raw observations to a compact representation and uses it for more efficient exploration and planning. We focus…

Cited by 7SourcePDFScholar
2023

Represent to Control Partially Observed Systems: Representation Learning with Provable Sample Efficiency

ICLR 2023poster

Reinforcement learning in partially observed Markov decision processes (POMDPs) faces two challenges. (i) It often takes the full history to predict the future, which induces a sample complexity that scales exponentially with the horizon. (ii) The observation and state spaces are often continuous, w…

Cited by 4SourcePDFScholar
2022

A Unifying Framework of Off-Policy General Value Function Evaluation

NeurIPS 2022accept

General Value Function (GVF) is a powerful tool to represent both the {\em predictive} and {\em retrospective} knowledge in reinforcement learning (RL). In practice, often multiple interrelated GVFs need to be evaluated jointly with pre-collected off-policy samples. In the literature, the gradient t…

Cited by 3SourcePDFScholar
2022

Adaptive Model Design for Markov Decision Process

ICML 2022spotlight

In a Markov decision process (MDP), an agent interacts with the environment via perceptions and actions. During this process, the agent aims to maximize its own gain. Hence, appropriate regulations are often required, if we hope to take the external costs/benefits of its actions into consideration.…

Cited by 14SourcePDFScholar
2022

Contrastive UCB: Provably Efficient Contrastive Self-Supervised Learning in Online Reinforcement Learning

ICML 2022spotlight

In view of its power in extracting feature representation, contrastive self-supervised learning has been successfully integrated into the practice of (deep) reinforcement learning (RL), leading to efficient policy learning on various applications. Despite its tremendous empirical successes, the unde…

2022

Exponential Family Model-Based Reinforcement Learning via Score Matching

NeurIPS 2022accept

We propose an optimistic model-based algorithm, dubbed SMRL, for finite-horizon episodic reinforcement learning (RL) when the transition model is specified by exponential family distributions with $d$ parameters and the reward is bounded and known. SMRL uses score matching, an unnormalized density e…

2022

Human-in-the-loop: Provably Efficient Preference-based Reinforcement Learning with General Function Approximation

ICML 2022spotlight

We study human-in-the-loop reinforcement learning (RL) with trajectory preferences, where instead of receiving a numeric reward at each step, the RL agent only receives preferences over trajectory pairs from a human overseer. The goal of the RL agent is to learn the optimal policy which is most pref…

Cited by 84SourcePDFScholar
2022

Inducing Equilibria via Incentives: Simultaneous Design-and-Play Ensures Global Convergence

NeurIPS 2022accept

To regulate a social system comprised of self-interested agents, economic incentives are often required to induce a desirable outcome. This incentive design problem naturally possesses a bilevel structure, in which a designer modifies the payoffs of the agents with incentives while anticipating the…

Cited by 19SourcePDFScholar
2022

Learn to Match with No Regret: Reinforcement Learning in Markov Matching Markets

NeurIPS 2022accept

We study a Markov matching market involving a planner and a set of strategic agents on the two sides of the market. At each step, the agents are presented with a dynamical context, where the contexts determine the utilities. The planner controls the transition of the contexts to maximize the cumula…

Cited by 33SourcePDFScholar
2022

Learning from Demonstration: Provably Efficient Adversarial Policy Imitation with Linear Function Approximation

ICML 2022spotlight

In generative adversarial imitation learning (GAIL), the agent aims to learn a policy from an expert demonstration so that its performance cannot be discriminated from the expert policy on a certain predefined reward set. In this paper, we study GAIL in both online and offline settings with linear f…

Cited by 25SourcePDFScholar
2022

Pessimism meets VCG: Learning Dynamic Mechanism Design via Offline Reinforcement Learning

ICML 2022spotlight

Dynamic mechanism design has garnered significant attention from both computer scientists and economists in recent years. By allowing agents to interact with the seller over multiple rounds, where agents’ reward functions may change with time and are state-dependent, the framework is able to model a…

Cited by 9SourcePDFScholar
2022

Pessimistic Bootstrapping for Uncertainty-Driven Offline Reinforcement Learning

ICLR 2022spotlight

Offline Reinforcement Learning (RL) aims to learn policies from previously collected datasets without exploring the environment. Directly applying off-policy algorithms to offline RL usually fails due to the extrapolation error caused by the out-of-distribution (OOD) actions. Previous methods tackle…

2022

Pessimistic Minimax Value Iteration: Provably Efficient Equilibrium Learning from Offline Datasets

ICML 2022spotlight

We study episodic two-player zero-sum Markov games (MGs) in the offline setting, where the goal is to find an approximate Nash equilibrium (NE) policy pair based on a dataset collected a priori. When the dataset does not have uniform coverage over all policy pairs, finding an approximate NE involves…

Cited by 52SourcePDFScholar
2022

Provably Efficient Offline Reinforcement Learning for Partially Observable Markov Decision Processes

ICML 2022spotlight

We study offline reinforcement learning (RL) for partially observable Markov decision processes (POMDPs) with possibly infinite state and observation spaces. Under the undercompleteness assumption, the optimal policy in such POMDPs are characterized by a class of finite-memory Bellman operators. In…

Cited by 24SourcePDFScholar
2022

Reinforcement Learning from Partial Observation: Linear Function Approximation with Provable Sample Efficiency

ICML 2022spotlight

We study reinforcement learning for partially observed Markov decision processes (POMDPs) with infinite observation and state spaces, which remains less investigated theoretically. To this end, we make the first attempt at bridging partial observability and function approximation for a class of POMD…

Cited by 23SourcePDFScholar
2022

Reinforcement Learning under a Multi-agent Predictive State Representation Model: Method and Theory

ICLR 2022spotlight

We study reinforcement learning for partially observable multi-agent systems where each agent only has access to its own observation and reward and aims to maximize its cumulative rewards. To handle partial observations, we propose graph-assisted predictive state representations (GAPSR), a scalable…

Cited by 12SourcePDFScholar
2022

Reinforcement Learning with Logarithmic Regret and Policy Switches

NeurIPS 2022accept

In this paper, we study the problem of regret minimization for episodic Reinforcement Learning (RL) both in the model-free and the model-based setting. We focus on learning with general function classes and general model classes, and we derive results that scale with the eluder dimension of these cl…

Cited by 2SourcePDFScholar
2022

Relational Reasoning via Set Transformers: Provable Efficiency and Applications to MARL

NeurIPS 2022accept

The cooperative Multi-Agent Reinforcement Learning (MARL) with permutation invariant agents framework has achieved tremendous empirical successes in real-world applications. Unfortunately, the theoretical understanding of this MARL problem is lacking due to the curse of many agents and the limited e…

Cited by 17SourcePDFScholar
2022

Towards General Function Approximation in Zero-Sum Markov Games

ICLR 2022poster

This paper considers two-player zero-sum finite-horizon Markov games with simultaneous moves. The study focuses on the challenging settings where the value function or the model is parameterized by general function classes. Provably efficient algorithms for both decoupled and coordinated settings ar…

Cited by 58SourcePDFScholar
2021

A Near-Optimal Algorithm for Stochastic Bilevel Optimization via Double-Momentum

NeurIPS 2021poster

This paper proposes a new algorithm -- the \underline{S}ingle-timescale Do\underline{u}ble-momentum \underline{St}ochastic \underline{A}pprox\underline{i}matio\underline{n} (SUSTAIN) -- for tackling stochastic unconstrained bilevel optimization problems. We focus on bilevel problems where the lower…

Cited by 147SourcePDFScholar
2021

Decentralized Single-Timescale Actor-Critic on Zero-Sum Two-Player Stochastic Games

ICML 2021spotlight

We study the global convergence and global optimality of the actor-critic algorithm applied for the zero-sum two-player stochastic games in a decentralized manner. We focus on the single-timescale setting where the critic is updated by applying the Bellman operator only once and the actor is updated…

Cited by 11SourcePDFScholar
2021

Doubly Robust Off-Policy Actor-Critic: Convergence and Optimality

ICML 2021spotlight

Designing off-policy reinforcement learning algorithms is typically a very challenging task, because a desirable iteration update often involves an expectation over an on-policy distribution. Prior off-policy actor-critic (AC) algorithms have introduced a new critic that uses the density ratio for a…

Cited by 38SourcePDFScholar
2021

Exponential Bellman Equation and Improved Regret Bounds for Risk-Sensitive Reinforcement Learning

NeurIPS 2021poster

We study risk-sensitive reinforcement learning (RL) based on the entropic risk measure. Although existing works have established non-asymptotic regret guarantees for this problem, they leave open an exponential gap between the upper and lower bounds. We identify the deficiencies in existing algorith…

Cited by 72SourcePDFScholar
2021

Global Convergence of Policy Gradient for Linear-Quadratic Mean-Field Control/Game in Continuous Time

ICML 2021spotlight

Recent years have witnessed the success of multi-agent reinforcement learning, which has motivated new research directions for mean-field control (MFC) and mean-field game (MFG), as the multi-agent system can be well approximated by a mean-field problem when the number of agents grows to be very lar…

Cited by 40SourcePDFScholar
2021

Infinite-Dimensional Optimization for Zero-Sum Games via Variational Transport

ICML 2021spotlight

Game optimization has been extensively studied when decision variables lie in a finite-dimensional space, of which solutions correspond to pure strategies at the Nash equilibrium (NE), and the gradient descent-ascent (GDA) method works widely in practice. In this paper, we consider infinite-dimensio…

Cited by 8SourcePDFScholar
2021

Learning While Playing in Mean-Field Games: Convergence and Optimality

ICML 2021spotlight

We study reinforcement learning in mean-field games. To achieve the Nash equilibrium, which consists of a policy and a mean-field state, existing algorithms require obtaining the optimal policy while fixing any mean-field state. In practice, however, the policy and the mean-field state evolve simult…

Cited by 53SourcePDFScholar
2021

Offline Constrained Multi-Objective Reinforcement Learning via Pessimistic Dual Value Iteration

NeurIPS 2021poster

In constrained multi-objective RL, the goal is to learn a policy that achieves the best performance specified by a multi-objective preference function under a constraint. We focus on the offline setting where the RL agent aims to learn the optimal policy from a given dataset. This scenario is common…

Cited by 20SourcePDFScholar
2021

On Reward-Free RL with Kernel and Neural Function Approximations: Single-Agent MDP and Markov Game

ICML 2021oral

To achieve sample efficiency in reinforcement learning (RL), it necessitates to efficiently explore the underlying environment. Under the offline setting, addressing the exploration challenge lies in collecting an offline dataset with sufficient coverage. Motivated by such a challenge, we study the…

Cited by 31SourcePDFScholar
2021

Pessimism Meets Invariance: Provably Efficient Offline Mean-Field Multi-Agent RL

NeurIPS 2021poster

Mean-Field Multi-Agent Reinforcement Learning (MF-MARL) is attractive in the applications involving a large population of homogeneous agents, as it exploits the permutation invariance of agents and avoids the curse of many agents. Most existing results only focus on online settings, in which agents…

2021

Provably Efficient Causal Reinforcement Learning with Confounded Observational Data

NeurIPS 2021poster

Empowered by neural networks, deep reinforcement learning (DRL) achieves tremendous empirical success. However, DRL requires a large dataset by interacting with the environment, which is unrealistic in critical scenarios such as autonomous driving and personalized medicine. In this paper, we study h…

Cited by 72SourcePDFScholar
2021

Provably Efficient Fictitious Play Policy Optimization for Zero-Sum Markov Games with Structured Transitions

ICML 2021oral

While single-agent policy optimization in a fixed environment has attracted a lot of research attention recently in the reinforcement learning community, much less is known theoretically when there are multiple agents playing in a potentially competitive environment. We take steps forward by proposi…

Cited by 15SourcePDFScholar
2021

Provably Efficient Safe Exploration via Primal-Dual Policy Optimization

AISTATS 2021poster

We study the safe reinforcement learning problem using the constrained Markov decision processes in which an agent aims to maximize the expected total reward subject to a safety constraint on the expected total value of a utility function. We focus on an episodic setting with the function approximat…

Cited by 200SourcePDFScholar
2021

Provably Efficient Actor-Critic for Risk-Sensitive and Robust Adversarial RL: A Linear-Quadratic Case

AISTATS 2021poster

Risk-sensitivity plays a central role in artificial intelligence safety. In this paper, we study the global convergence of the actor-critic algorithm for risk-sensitive reinforcement learning (RSRL) with exponential utility, which remains challenging for policy optimization as it lacks the linearity…

Cited by 20SourcePDFScholar
2021

Randomized Exploration in Reinforcement Learning with General Value Function Approximation

ICML 2021spotlight

We propose a model-free reinforcement learning algorithm inspired by the popular randomized least squares value iteration (RLSVI) algorithm as well as the optimism principle. Unlike existing upper-confidence-bound (UCB) based approaches, which are often computationally intractable, our algorithm dri…

Cited by 50SourcePDFScholar
2021

Reinforcement Learning for Cost-Aware Markov Decision Processes

ICML 2021spotlight

Ratio maximization has applications in areas as diverse as finance, reward shaping for reinforcement learning (RL), and the development of safe artificial intelligence, yet there has been very little exploration of RL algorithms for ratio maximization. This paper addresses this deficiency by introdu…

Cited by 11SourcePDFScholar
2021

Risk-Sensitive Reinforcement Learning with Function Approximation: A Debiasing Approach

ICML 2021oral

We study function approximation for episodic reinforcement learning with entropic risk measure. We first propose an algorithm with linear function approximation. Compared to existing algorithms, which suffer from improper regularization and regression biases, this algorithm features debiasing transf…

Cited by 57SourcePDFScholar
2021

Wasserstein Flow Meets Replicator Dynamics: A Mean-Field Analysis of Representation Learning in Actor-Critic

NeurIPS 2021poster

Actor-critic (AC) algorithms, empowered by neural networks, have had significant empirical success in recent years. However, most of the existing theoretical support for AC algorithms focuses on the case of linear function approximations, or linearized neural networks, where the feature representat…

Cited by 6SourcePDFScholar
2020

Actor-Critic Provably Finds Nash Equilibria of Linear-Quadratic Mean-Field Games

ICLR 2020poster

We study discrete-time mean-field Markov games with infinite numbers of agents where each agent aims to minimize its ergodic cost. We consider the setting where the agents have identical linear state transitions and quadratic cost func- tions, while the aggregated effect of the agents is captured by…

Cited by 74SourceScholar
2020

Breaking the Curse of Many Agents: Provable Mean Embedding Q-Iteration for Mean-Field Reinforcement Learning

ICML 2020poster

Multi-agent reinforcement learning (MARL) achieves significant empirical successes. However, MARL suffers from the curse of many agents. In this paper, we exploit the symmetry of agents in MARL. In the most generic form, we study a mean-field MARL problem. Such a mean-field MARL is defined on mean-f…

Cited by 43SourcePDFScholar
2020

Can Temporal-Difference and Q-Learning Learn Representation? A Mean-Field Theory

NeurIPS 2020oral

Temporal-difference and Q-learning play a key role in deep reinforcement learning, where they are empowered by expressive nonlinear function approximators such as neural networks. At the core of their empirical successes is the learned feature representation, which embeds rich observations, e.g., ima…

Cited by 14SourcePDFScholar
2020

Dynamic Regret of Policy Optimization in Non-Stationary Environments

NeurIPS 2020poster

We consider reinforcement learning (RL) in episodic MDPs with adversarial full-information reward feedback and unknown fixed transition kernels. We propose two model-free policy optimization algorithms, POWER and POWER++, and establish guarantees for their dynamic regret. Compared with the c…

Cited by 63SourcePDFScholar
2020

Generative Adversarial Imitation Learning with Neural Network Parameterization: Global Optimality and Convergence Rate

ICML 2020poster

Generative adversarial imitation learning (GAIL) demonstrates tremendous success in practice, especially when combined with neural networks. Different from reinforcement learning, GAIL learns both policy and reward function from expert (human) demonstration. Despite its empirical success, it remains…

Cited by 27SourcePDFScholar
2020

Neural Policy Gradient Methods: Global Optimality and Rates of Convergence

ICLR 2020poster

Policy gradient methods with actor-critic schemes demonstrate tremendous empirical successes, especially when the actors and critics are parameterized by neural networks. However, it remains less clear whether such "neural" policy gradient methods converge to globally optimal policies and whether th…

Cited by 281SourceScholar
2020

On Computation and Generalization of Generative Adversarial Imitation Learning

ICLR 2020poster

Generative Adversarial Imitation Learning (GAIL) is a powerful and practical approach for learning sequential decision-making policies. Different from Reinforcement Learning (RL), GAIL takes advantage of demonstration data by experts (e.g., human), and learns both the policy and reward function of t…

Cited by 50SourceScholar
2020

Pontryagin Differentiable Programming: An End-to-End Learning and Control Framework

NeurIPS 2020poster

This paper develops a Pontryagin differentiable programming (PDP) methodology, which establishes a unified framework to solve a broad class of learning and control tasks. The PDP distinguishes from existing methods by two novel techniques: first, we differentiate through Pontryagin's Maximum Princ…

Cited by 108SourcePDFScholar
2020

Provably Efficient Neural Estimation of Structural Equation Models: An Adversarial Approach

NeurIPS 2020poster

Structural equation models (SEMs) are widely used in sciences, ranging from economics to psychology, to uncover causal relationships underlying a complex system under consideration and estimate structural parameters of interest. We study estimation in a class of generalized SEMs where the object…

Cited by 41SourcePDFScholar
2020

Provably Efficient Reinforcement Learning with Kernel and Neural Function Approximations

NeurIPS 2020accepted

Reinforcement learning (RL) algorithms combined with modern function approximators such as kernel functions and deep neural networks have achieved significant empirical successes in large-scale application problems with a massive number of states. From a theoretical perspective, however, RL wit…

Cited by 58SourcePDFScholar
2020

Risk-Sensitive Reinforcement Learning: Near-Optimal Risk-Sample Tradeoff in Regret

NeurIPS 2020spotlight

We study risk-sensitive reinforcement learning in episodic Markov decision processes with unknown transition kernels, where the goal is to optimize the total reward under the risk measure of exponential utility. We propose two provably efficient model-free algorithms, Risk-Sensitive Value Iteration…

Cited by 84SourcePDFScholar
2020

Robust One-Bit Recovery via ReLU Generative Networks: Near-Optimal Statistical Rate and Global Landscape Analysis

ICML 2020poster

We study the robust one-bit compressed sensing problem whose goal is to design an algorithm that faithfully recovers any sparse target vector $\theta_0\in\mathbb{R}^d$ \emph{uniformly} via $m$ quantized noisy measurements. Specifically, we consider a new framework for this problem where the sparsity…

Cited by 22SourcePDFScholar
2020

Semiparametric Nonlinear Bipartite Graph Representation Learning with Provable Guarantees

ICML 2020poster

Graph representation learning is a ubiquitous task in machine learning where the goal is to embed each vertex into a low-dimensional vector space. We consider the bipartite graph and formalize its representation learning problem as a statistical estimation problem of parameters in a semiparametric e…

Cited by 8SourcePDFScholar
2020

Upper Confidence Primal-Dual Reinforcement Learning for CMDP with Adversarial Loss

NeurIPS 2020poster

We consider online learning for episodic stochastically constrained Markov decision processes (CMDP), which plays a central role in ensuring the safety of reinforcement learning. Here the loss function can vary arbitrarily across the episodes, whereas both the loss received and the budget consumptio…

Cited by 61SourcePDFScholar
2019

Convergent Policy Optimization for Safe Reinforcement Learning

NeurIPS 2019poster

We study the safe reinforcement learning problem with nonlinear function approximation, where policy optimization is formulated as a constrained optimization problem with both the objective and the constraint being nonconvex functions. For such a problem, we construct a sequence of surrogate convex…

2019

Neural Temporal-Difference Learning Converges to Global Optima

NeurIPS 2019poster

Temporal-difference learning (TD), coupled with neural networks, is among the most fundamental building blocks of deep reinforcement learning. However, due to the nonlinearity in value function approximation, such a coupling leads to nonconvexity and even divergence in optimization. As a result, the…

Cited by 169SourcePDFScholar
2019

Neural Trust Region/Proximal Policy Optimization Attains Globally Optimal Policy

NeurIPS 2019poster

Proximal policy optimization and trust region policy optimization (PPO and TRPO) with actor and critic parametrized by neural networks achieve significant empirical success in deep reinforcement learning. However, due to nonconvexity, the global convergence of PPO and TRPO remains less understood, w…

Cited by 250SourcePDFScholar
2019

On the statistical rate of nonlinear recovery in generative models with heavy-tailed data

ICML 2019oral

We consider estimating a high-dimensional vector from non-linear measurements where the unknown vector is represented by a generative model $G:\mathbb{R}^k\rightarrow\mathbb{R}^d$ with $k\ll d$. Such a model poses structural priors on the unknown vector without having a dedicated basis, and in parti…

Cited by 31SourcePDFScholar
2019

Policy Optimization Provably Converges to Nash Equilibria in Zero-Sum Linear Quadratic Games

NeurIPS 2019poster

We study the global convergence of policy optimization for finding the Nash equilibria (NE) in zero-sum linear quadratic (LQ) games. To this end, we first investigate the landscape of LQ games, viewing it as a nonconvex-nonconcave saddle-point problem in the policy space. Specifically, we show that…

Cited by 161SourcePDFScholar
2019

Provably Global Convergence of Actor-Critic: A Case for Linear Quadratic Regulator with Ergodic Cost

NeurIPS 2019poster

Despite the empirical success of the actor-critic algorithm, its theoretical understanding lags behind. In a broader context, actor-critic can be viewed as an online alternating update algorithm for bilevel optimization, whose convergence is known to be fragile. To understand the instability of acto…

Cited by 171SourcePDFScholar
2019

Variance Reduced Policy Evaluation with Smooth Function Approximation

NeurIPS 2019poster

Policy evaluation with smooth and nonlinear function approximation has shown great potential for reinforcement learning. Compared to linear function approxi- mation, it allows for using a richer class of approximation functions such as the neural networks. Traditional algorithms are based on two tim…

Cited by 47SourcePDFScholar
2018

Fully Decentralized Multi-Agent Reinforcement Learning with Networked Agents

ICML 2018oral

We consider the fully decentralized multi-agent reinforcement learning (MARL) problem, where the agents are connected via a time-varying and possibly sparse communication network. Specifically, we assume that the reward functions of the agents might correspond to different tasks, and are only known…

Cited by 786SourcePDFScholar
2018

Multi-Agent Reinforcement Learning via Double Averaging Primal-Dual Optimization

NeurIPS 2018poster

Despite the success of single-agent reinforcement learning, multi-agent reinforcement learning (MARL) remains challenging due to complex interactions between agents. Motivated by decentralized applications such as sensor networks, swarm robotics, and power grids, we study policy evaluation in MARL,…

Cited by 212SourcePDFScholar
2018

Nonlinear Structured Signal Estimation in High Dimensions via Iterative Hard Thresholding

AISTATS 2018poster

We study the high-dimensional signal estimation problem with nonlinear measurements, where the signal of interest is either sparse or low-rank. In both settings, our estimator is formulated as the minimizer of the nonlinear least-squares loss function under a combinatorial constraint, which is obtai…

Cited by 0SourcePDFScholar
2018

The Edge Density Barrier: Computational-Statistical Tradeoffs in Combinatorial Inference

ICML 2018oral

We study the hypothesis testing problem of inferring the existence of combinatorial structures in undirected graphical models. Although there exist extensive studies on the information-theoretic limits of this problem, it remains largely unexplored whether such limits can be attained by efficient al…

Cited by 10SourcePDFScholar
2017

Estimating High-dimensional Non-Gaussian Multiple Index Models via Stein’s Lemma

NeurIPS 2017poster

We consider estimating the parametric components of semiparametric multi-index models in high dimensions. To bypass the requirements of Gaussianity or elliptical symmetry of covariates in existing methods, we propose to leverage a second-order Stein’s method with score function-based corrections. We…

Cited by 23SourcePDFScholar
2017

High-dimensional Non-Gaussian Single Index Models via Thresholded Score Function Estimation

ICML 2017poster

We consider estimating the parametric component of single index models in high dimensions. Compared with existing work, we do not require the covariate to be normally distributed. Utilizing Stein’s Lemma, we propose estimators based on the score function of the covariate. Moreover, to handle score f…

Cited by 61SourcePDFScholar
2016

More Supervision, Less Computation: Statistical-Computational Tradeoffs in Weakly Supervised Learning

NeurIPS 2016poster

We consider the weakly supervised binary classification problem where the labels are randomly flipped with probability $1-\alpha$. Although there exist numerous algorithms for this problem, it remains theoretically unexplored how the statistical accuracies and computational efficiency of these algor…

Cited by 6SourcePDFScholar
2016

Sparse Nonlinear Regression: Parameter Estimation under Nonconvexity

ICML 2016poster

We study parameter estimation for sparse nonlinear regression. More specifically, we assume the data are given by y = f( \bf x^T \bf β^* ) + ε, where f is nonlinear. To recover \bf βs, we propose an \ell_1-regularized least-squares estimator. Unlike classical linear regression, the corresponding opt…

Cited by 56SourcePDFScholar
2015

Human Memory Search as Initial-Visit Emitting Random Walk

NeurIPS 2015poster

Imagine a random walk that outputs a state only when visiting it for the first time. The observed output is therefore a repeat-censored version of the underlying walk, and consists of a permutation of the states or a prefix of it. We call this model initial-visit emitting random walk (INVITE). Prior…

Cited by 17SourcePDFScholar