← Search

Zhaoran Wang

124 accepted papers

2026

All Circuits Lead to Rome: Rethinking Functional Anisotropy in Circuit and Sheaf Discovery for LLMs

ICML 2026poster

In this paper, we present empirical and theoretical evidence against a central but largely implicit assumption in circuit and sheaf discovery (CSD), which we term the *Functional Anisotropy Hypothesis*: the idea that functions in large language models (LLMs) are localised to a unique or near-unique …

Cited by 0SourceScholar
2026

Beyond Markovian: Reflective Exploration via Bayes-Adaptive RL for LLM Reasoning

ICLR 2026poster

Large Language Models (LLMs) trained via Reinforcement Learning (RL) have exhibited strong reasoning capabilities and emergent reflective behaviors, such as rethinking and error correction, as a form of in-context exploration. However, the Markovian policy obtained from conventional RL training does…

Cited by 0SourcecodeScholar
2026

HiPER: Hierarchical Plan–Execute RL for Multi-Turn LLM Agents

ICML 2026poster

Training LLMs as interactive agents for multi-turn decision-making remains challenging, particularly in long-horizon tasks with sparse and delayed rewards, where agents must execute extended sequences of actions before receiving meaningful feedback. Most existing reinforcement learning (RL) methods …

Cited by 0SourceScholar
2026

Learning to Reason as Action Abstractions with Scalable Mid-Training RL

ICLR 2026poster

Large language models excel with reinforcement learning (RL), but fully unlocking this potential requires a mid-training stage. Intuitively, an effective mid-training stage should both learn a strong policy prior and enable fast learning through online interactions. We formalize this intuition by pr…

Cited by 0SourceScholar
2026

Local Linear Attention: An Optimal Interpolation of Linear and Softmax Attention For Test-Time Regression

ICLR 2026poster

Transformer architectures have achieved remarkable success in various domains. While efficient alternatives to Softmax Attention have been widely studied, the search for more expressive mechanisms grounded in theoretical insight—even at greater computational cost—has been relatively underexplored. I…

Cited by 3SourcecodeScholar
2026

Training-Free Adaptation of Diffusion Models via Doob's $h$-Transform

ICML 2026poster

Adaptation methods have been a workhorse for unlocking the transformative power of pre-trained diffusion models in diverse applications. Existing approaches often abstract adaptation objectives as a reward function and steer diffusion models to generate high-reward samples. However, these approaches…

Cited by 0SourceScholar
2025

Advancing Object-Goal Navigation through LLM-enhanced Object Affinities Transfer

IROS 2025

Object-goal navigation requires mobile robots to efficiently locate targets with visual and spatial information, yet existing methods struggle with generalization in unseen environments. Heuristic approaches with naive metrics fail in complex layouts, while graph-based and learning-based methods suf

Cited by 7SourceScholar
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

Are Transformers Able to Reason by Connecting Separated Knowledge in Training Data?

ICLR 2025poster

Humans exhibit remarkable compositional reasoning by integrating knowledge from various sources. For example, if someone learns ( B = f(A) ) from one source and ( C = g(B) ) from another, they can deduce ( C=g(B)=g(f(A)) ) even without encountering ( ABC ) together, showcasing the generalization abi…

2025

BRiTE: Bootstrapping Reinforced Thinking Process to Enhance Language Model Reasoning

ICML 2025poster

Large Language Models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks, yet generating reliable reasoning processes remains a significant challenge. We present a unified probabilistic framework that formalizes LLM reasoning through a novel graphical model incorporating lat…

Cited by 1SourcePDFScholar
2025

Reward-Augmented Data Enhances Direct Preference Alignment of LLMs

ICML 2025poster

Preference alignment in Large Language Models (LLMs) has significantly improved their ability to adhere to human instructions and intentions. However, existing direct alignment algorithms primarily focus on relative preferences and often overlook the qualitative aspects of responses, despite having…

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

Toward Optimal LLM Alignments Using Two-Player Games

EMNLP 2025

Alignment of large language models (LLM) is a process that ensures the model’s responses to user prompts align with human intentions and social values. This optimization typically relies on pre-collected prompts. The collection of these prompts often either requires careful human interventions or pr

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

Adaptive-Gradient Policy Optimization: Enhancing Policy Learning in Non-Smooth Differentiable Simulations

ICML 2024poster

Recent advancements in differentiable simulators highlight the potential of policy optimization using simulation gradients. Yet, these approaches are largely contingent on the continuity and smoothness of the simulation, which precludes the use of certain simulation engines, such as Mujoco. To tackl…

Cited by 2SourcePDFScholar
2024

Let Models Speak Ciphers: Multiagent Debate through Embeddings

ICLR 2024poster

Discussion and debate among Large Language Models (LLMs) have gained considerable attention due to their potential to enhance the reasoning ability of LLMs. Although natural language is an obvious choice for communication due to LLM's language understanding capability, the token sampling step needed…

Cited by 22SourcePDFScholar
2024

Provably Mitigating Overoptimization in RLHF: Your SFT Loss is Implicitly an Adversarial Regularizer

NeurIPS 2024poster

Aligning generative models with human preference via RLHF typically suffers from overoptimization, where an imperfectly learned reward model can misguide the generative model to output even undesired responses. We investigate this problem in a principled manner by identifying the source of the issue…

Cited by 49SourcePDFScholar
2024

Reason for Future, Act for Now: A Principled Architecture for Autonomous LLM Agents

ICML 2024poster

Large language models (LLMs) demonstrate impressive reasoning abilities, but translating reasoning into actions in the real world remains challenging. In particular, it is unclear how to complete a given task provably within a minimum number of interactions with the external environment, e.g., throu…

Cited by 6SourcePDFScholar
2023

Achieving Hierarchy-Free Approximation for Bilevel Programs with Equilibrium Constraints

ICML 2023poster

In this paper, we develop an approximation scheme for solving bilevel programs with equilibrium constraints, which are generally difficult to solve. Among other things, calculating the first-order derivative in such a problem requires differentiation across the hierarchy, which is computationally in…

Cited by 8SourcePDFScholar
2023

Adaptive Barrier Smoothing for First-Order Policy Gradient with Contact Dynamics

ICML 2023poster

Differentiable physics-based simulators have witnessed remarkable success in robot learning involving contact dynamics, benefiting from their improved accuracy and efficiency in solving the underlying complementarity problem. However, when utilizing the First-Order Policy Gradient (FOPG) method, our…

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

Latent Variable Representation for Reinforcement Learning

ICLR 2023poster

Deep latent variable models have achieved significant empirical successes in model-based reinforcement learning (RL) due to their expressiveness in modeling complex transition dynamics. On the other hand, it remains unclear theoretically and empirically how latent variable models may facilitate lear…

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

Model-Based Reparameterization Policy Gradient Methods: Theory and Practical Algorithms

NeurIPS 2023poster

ReParameterization (RP) Policy Gradient Methods (PGMs) have been widely adopted for continuous control tasks in robotics and computer graphics. However, recent studies have revealed that, when applied to long-term reinforcement learning problems, model-based RP PGMs may experience chaotic and non-sm…

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

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

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

FinRL-Meta: Market Environments and Benchmarks for Data-Driven Financial Reinforcement Learning

NeurIPS 2022accept

Finance is a particularly challenging playground for deep reinforcement learning. However, establishing high-quality market environments and benchmarks for financial reinforcement learning is challenging due to three major factors, namely, low signal-to-noise ratio of financial data, survivorship bi…

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

RORL: Robust Offline Reinforcement Learning via Conservative Smoothing

NeurIPS 2022accept

Offline reinforcement learning (RL) provides a promising direction to exploit massive amount of offline data for complex decision-making tasks. Due to the distribution shift issue, current offline RL algorithms are generally designed to be conservative in value estimation and action selection. Howev…

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

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

Dynamic Bottleneck for Robust Self-Supervised Exploration

NeurIPS 2021poster

Exploration methods based on pseudo-count of transitions or curiosity of dynamics have achieved promising results in solving reinforcement learning with sparse rewards. However, such methods are usually sensitive to environmental dynamics-irrelevant information, e.g., white-noise. To handle such dyn…

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

Principled Exploration via Optimistic Bootstrapping and Backward Induction

ICML 2021spotlight

One principled approach for provably efficient exploration is incorporating the upper confidence bound (UCB) into the value function as a bonus. However, UCB is specified to deal with linear and tabular settings and is incompatible with Deep Reinforcement Learning (DRL). In this paper, we propose a…

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

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

Computational and Statistical Tradeoffs in Inferring Combinatorial Structures of Ising Model

ICML 2020poster

We study the computational and statistical tradeoffs in inferring combinatorial structures of high dimensional simple zero-field ferromagnetic Ising model. Under the framework of oracle computational model where an algorithm interacts with an oracle that discourses a randomized version of truth, we…

Cited by 2SourcePDFScholar
2020

Deep Reinforcement Learning with Robust and Smooth Policy

ICML 2020poster

Deep reinforcement learning (RL) has achieved great empirical successes in various domains. However, the large search space of neural networks requires a large amount of data, which makes the current RL algorithms not sample efficient. Motivated by the fact that many environments with continuous sta…

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

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

ACCELERATING NONCONVEX LEARNING VIA REPLICA EXCHANGE LANGEVIN DIFFUSION

ICLR 2019poster

Langevin diffusion is a powerful method for nonconvex optimization, which enables the escape from local minima by injecting noise into the gradient. In particular, the temperature parameter controlling the noise level gives rise to a tradeoff between ``global exploration'' and ``local exploitation''…

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

Off-Policy Evaluation and Learning from Logged Bandit Feedback: Error Reduction via Surrogate Policy

ICLR 2019poster

When learning from a batch of logged bandit feedback, the discrepancy between the policy to be learned and the off-policy training data imposes statistical and computational challenges. Unlike classical supervised learning and online learning settings, in batch contextual bandit learning, one only h…

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

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

Minimax-Optimal Privacy-Preserving Sparse PCA in Distributed Systems

AISTATS 2018poster

This paper proposes a distributed privacy-preserving sparse PCA (DPS-PCA) algorithm that generates a minimax-optimal sparse PCA estimator under differential privacy constraints. In a distributed optimization framework, data providers can use this algorithm to collaboratively analyze the union of the…

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

NESTT: A Nonconvex Primal-Dual Splitting Method for Distributed and Stochastic Optimization

NeurIPS 2016poster

We study a stochastic and distributed algorithm for nonconvex problems whose objective consists a sum $N$ nonconvex $L_i/N$-smooth functions, plus a nonsmooth regularizer. The proposed NonconvEx primal-dual SpliTTing (NESTT) algorithm splits the problem into $N$ subproblems, and utilizes an augmen…

Cited by 58SourcePDFScholar
2016

Online ICA: Understanding Global Dynamics of Nonconvex Optimization via Diffusion Processes

NeurIPS 2016poster

Solving statistical learning problems often involves nonconvex optimization. Despite the empirical success of nonconvex statistical optimization methods, their global dynamics, especially convergence to the desirable local minima, remain less well understood in theory. In this paper, we propose a ne…

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

High Dimensional EM Algorithm: Statistical Optimization and Asymptotic Normality

NeurIPS 2015poster

We provide a general theory of the expectation-maximization (EM) algorithm for inferring high dimensional latent variable models. In particular, we make two contributions: (i) For parameter estimation, we propose a novel high dimensional EM algorithm which naturally incorporates sparsity structure…

Cited by 92SourcePDFScholar
2015

Non-convex Statistical Optimization for Sparse Tensor Graphical Model

NeurIPS 2015poster

We consider the estimation of sparse graphical models that characterize the dependency structure of high-dimensional tensor-valued data. To facilitate the estimation of the precision matrix corresponding to each way of the tensor, we assume the data follow a tensor normal distribution whose covarian…

Cited by 23SourcePDFScholar
2015

Optimal Linear Estimation under Unknown Nonlinear Transform

NeurIPS 2015poster

Linear regression studies the problem of estimating a model parameter $\beta^* \in \R^p$, from $n$ observations $\{(y_i,x_i)\}_{i=1}^n$ from linear model $y_i = \langle \x_i,\beta^* \rangle + \epsilon_i$. We consider a significant generalization in which the relationship between $\langle x_i,\beta^*…

Cited by 37SourcePDFScholar