← Search

Amy Zhang

55 accepted papers

2026

Enhancing Accuracy of Uncertainty Estimation in Appearance-based Gaze Tracking with Probabilistic Evaluation and Calibration

CVPR 2026

Accurate uncertainty estimation is essential for reliable appearance-based gaze tracking. However, domain shifts between training and testing often lead to incorrect uncertainty estimates, which is a problem overlooked in existing uncertainty-aware gaze tracking models. To overcome this problem effi

Cited by 0SourceScholar
2026

Factored Latent Action World Models

ICML 2026poster

Learning latent actions from action-free video has emerged as a powerful paradigm for scaling up controllable world model learning. Latent actions provide a natural interface for users to iteratively generate and manipulate videos. However, most existing approaches rely on monolithic inverse and for…

Cited by 0SourceScholar
2026

Hierarchical Entity-centric Reinforcement Learning with Factored Subgoal Diffusion

ICLR 2026poster

We propose a hierarchical entity-centric framework for offline Goal-Conditioned Reinforcement Learning (GCRL) that combines subgoal decomposition with factored structure to solve long-horizon tasks in domains with multiple entities. Achieving long-horizon goals in complex environments remains a core…

Cited by 0SourcecodeScholar
2026

Reevaluating Policy Gradient Methods for Imperfect-Information Games

ICLR 2026poster

In the past decade, motivated by the putative failure of naive self-play deep reinforcement learning (DRL) in adversarial imperfect-information games, researchers have developed numerous DRL algorithms based on fictitious play (FP), double oracle (DO), and counterfactual regret minimization (CFR). I…

Cited by 0SourcecodeScholar
2026

Regularized Latent Dynamics Prediction is a Strong Baseline For Behavioral Foundation Models

ICLR 2026poster

Behavioral Foundation Models (BFMs) have been recently successful in producing agents with the capabilities to adapt to any unknown reward or task. In reality, these methods are only able to produce near-optimal policies for the reward functions that are in the span of some pre-existing _state featu…

Cited by 0SourceScholar
2026

Self-Refining Vision Language Model for Robotic Failure Detection and Reasoning

ICLR 2026poster

Reasoning about failures is crucial for building reliable and trustworthy robotic systems. Prior approaches either treat failure reasoning as a closed-set classification problem or assume access to ample human annotations. Failures in the real world are typically subtle, combinatorial, and difficult…

Cited by 0SourceScholar
2025

An Optimal Discriminator Weighted Imitation Perspective for Reinforcement Learning

ICLR 2025poster

We introduce Iterative Dual Reinforcement Learning (IDRL), a new method that takes an optimal discriminator-weighted imitation view of solving RL. Our method is motivated by a simple experiment in which we find training a discriminator using the offline dataset plus an additional expert dataset and…

Cited by 0SourcePDFScholar
2025

CREStE: Scalable Mapless Navigation with Internet Scale Priors and Counterfactual Guidance

RSS 2025poster

We address the long-horizon mapless navigation problem: enabling robots to traverse novel environments without relying on high-definition maps or precise waypoints that specify exactly where to navigate. Two major challenges arise: (1) learning robust, generalizable perceptual representations of the…

Cited by 1PDFScholar
2025

EC-Diffuser: Multi-Object Manipulation via Entity-Centric Behavior Generation

ICLR 2025poster

Object manipulation is a common component of everyday tasks, but learning to manipulate objects from high-dimensional observations presents significant challenges. These challenges are heightened in multi-object environments due to the combinatorial complexity of the state space as well as of the de…

Cited by 0SourcePDFScholar
2025

ExPO: Unlocking Hard Reasoning with Self-Explanation-Guided Reinforcement Learning

NeurIPS 2025poster

Recent advances in large language models have been driven by reinforcement learning (RL)-style post-training, which improves reasoning by optimizing model outputs based on reward or preference signals. GRPO-style approaches implement this by using self-generated samples labeled by an outcome-based v…

Cited by 0SourceScholar
2025

Information-Theoretic Reward Decomposition for Generalizable RLHF

NeurIPS 2025poster

Obtaining a generalizable reward model is crucial in Reinforcement Learning from Human Feedback (RLHF) as it enables correctly evaluating unseen prompt-response pairs. However, existing reward models lack this ability, as they are typically trained by increasing the reward gap between chosen and rej…

Cited by 0SourceScholar
2025

Learning a Fast Mixing Exogenous Block MDP using a Single Trajectory

ICLR 2025poster

In order to train agents that can quickly adapt to new objectives or reward functions, efficient unsupervised representation learning in sequential decision-making environments can be important. Frameworks such as the Exogenous Block Markov Decision Process (Ex-BMDP) have been proposed to formalize…

2025

MaestroMotif: Skill Design from Artificial Intelligence Feedback

ICLR 2025oral

Describing skills in natural language has the potential to provide an accessible way to inject human knowledge about decision-making into an AI system. We present MaestroMotif, a method for AI-assisted skill design, which yields high-performing and adaptable agents. MaestroMotif leverages the capabi…

Cited by 2SourcePDFScholar
2025

Null Counterfactual Factor Interactions for Goal-Conditioned Reinforcement Learning

ICLR 2025poster

Hindsight relabeling is a powerful tool for overcoming sparsity in goal-conditioned reinforcement learning (GCRL), especially in certain domains such as navigation and locomotion. However, hindsight relabeling can struggle in object-centric domains. For example, suppose that the goal space consists…

Cited by 0SourcePDFScholar
2025

Proto Successor Measure: Representing the Behavior Space of an RL Agent

ICML 2025poster

Having explored an environment, intelligent agents should be able to transfer their knowledge to most downstream tasks within that environment without additional interactions. Referred to as "zero-shot learning", this ability remains elusive for general-purpose reinforcement learning algorithms. Wh…

2025

RLZero: Direct Policy Inference from Language Without In-Domain Supervision

NeurIPS 2025poster

The reward hypothesis states that all goals and purposes can be understood as the maximization of a received scalar reward signal. However, in practice, defining such a reward signal is notoriously difficult, as humans are often unable to predict the optimal behavior corresponding to a reward func…

Cited by 0SourceScholar
2025

StitchLLM: Serving LLMs, One Block at a Time

ACL 2025long

The rapid evolution of large language models (LLMs) has revolutionized natural language processing (NLP) tasks such as text generation, translation, and comprehension. However, the increasing computational demands and inference costs of these models present significant challenges. This study investi…

Cited by 0SourcePDFScholar
2025

Towards General-Purpose Model-Free Reinforcement Learning

ICLR 2025spotlight

Reinforcement learning (RL) promises a framework for near-universal problem-solving. In practice however, RL algorithms are often tailored to specific benchmarks, relying on carefully tuned hyperparameters and algorithmic choices. Recently, powerful model-based RL methods have shown impressive gener…

Cited by 1SourcePDFScholar
2025

Uni-RL: Unifying Online and Offline RL via Implicit Value Regularization

NeurIPS 2025poster

The practical use of reinforcement learning (RL) requires handling diverse settings, including online, offline, and offline-to-online learning. Instead of developing separate algorithms for each setting, we propose Uni-RL, a unified model-free RL framework that addresses all these scenarios within a…

Cited by 0SourceScholar
2024

A Dual Approach to Imitation Learning from Observations with Offline Datasets

CoRL 2024poster

Demonstrations are an effective alternative to task specification for learning agents in settings where designing a reward function is difficult. However, demonstrating expert behavior in the action space of the agent becomes unwieldy when robots have complex, unintuitive morphologies. We consider t…

Cited by 3SourceScholar
2024

AMAGO-2: Breaking the Multi-Task Barrier in Meta-Reinforcement Learning with Transformers

NeurIPS 2024poster

Language models trained on diverse datasets unlock generalization by in-context learning. Reinforcement Learning (RL) policies can achieve a similar effect by meta-learning within the memory of a sequence model. However, meta-RL research primarily focuses on adapting to minor variations of a single…

2024

Diffusion-DICE: In-Sample Diffusion Guidance for Offline Reinforcement Learning

NeurIPS 2024poster

One important property of DIstribution Correction Estimation (DICE) methods is that the solution is the optimal stationary distribution ratio between the optimized and data collection policy. In this work, we show that DICE-based methods can be viewed as a transformation from the behavior distributi…

Cited by 8SourcePDFScholar
2024

Dual RL: Unification and New Methods for Reinforcement and Imitation Learning

ICLR 2024spotlight

The goal of reinforcement learning (RL) is to find a policy that maximizes the expected cumulative return. It has been shown that this objective can be represented as an optimization problem of state-action visitation distribution under linear constraints. The dual problem of this formulation, which…

2024

Efficient Reinforcement Learning by Discovering Neural Pathways

NeurIPS 2024poster

Reinforcement learning (RL) algorithms have been very successful at tackling complex control problems, such as AlphaGo or fusion control. However, current research mainly emphasizes solution quality, often achieved by using large models trained on large amounts of data, and does not account for the…

Cited by 1SourcePDFScholar
2024

Language Control Diffusion: Efficiently Scaling through Space, Time, and Tasks

ICLR 2024poster

Training generalist agents is difficult across several axes, requiring us to deal with high-dimensional inputs (space), long horizons (time), and generalization to novel tasks. Recent advances with architectures have allowed for improved scaling along one or two of these axes, but are still computat…

2024

Motif: Intrinsic Motivation from Artificial Intelligence Feedback

ICLR 2024poster

Exploring rich environments and evaluating one's actions without prior knowledge is immensely challenging. In this paper, we propose Motif, a general method to interface such prior knowledge from a Large Language Model (LLM) with an agent. Motif is based on the idea of grounding LLMs for decision-ma…

2024

Score Models for Offline Goal-Conditioned Reinforcement Learning

ICLR 2024poster

Offline Goal-Conditioned Reinforcement Learning (GCRL) is tasked with learning to achieve multiple goals in an environment purely from offline datasets using sparse reward functions. Offline GCRL is pivotal for developing generalist agents capable of leveraging pre-existing datasets to learn diverse…

Cited by 9SourcePDFScholar
2024

SkiLD: Unsupervised Skill Discovery Guided by Factor Interactions

NeurIPS 2024poster

Unsupervised skill discovery carries the promise that an intelligent agent can learn reusable skills through autonomous, reward-free interactions with environments. Existing unsupervised skill discovery methods learn skills by encouraging distinguishable behaviors that cover diverse states. However,…

Cited by 1SourcePDFScholar
2024

Towards Robust Offline Reinforcement Learning under Diverse Data Corruption

ICLR 2024spotlight

Offline reinforcement learning (RL) presents a promising approach for learning reinforced policies from offline datasets without the need for costly or unsafe interactions with the environment. However, datasets collected by humans in real-world environments are often noisy and may even be malicious…

2024

When should we prefer Decision Transformers for Offline Reinforcement Learning?

ICLR 2024poster

Offline reinforcement learning (RL) allows agents to learn effective, return-maximizing policies from a static dataset. Three popular algorithms for offline RL are Conservative Q-Learning (CQL), Behavior Cloning (BC), and Decision Transformer (DT), from the class of Q-Learning, Imitation Learning, a…

2023

Accelerating Exploration with Unlabeled Prior Data

NeurIPS 2023poster

Learning to solve tasks from a sparse reward signal is a major challenge for standard reinforcement learning (RL) algorithms. However, in the real world, agents rarely need to solve sparse reward tasks entirely from scratch. More often, we might possess prior experience to draw on that provides cons…

2023

BC-IRL: Learning Generalizable Reward Functions from Demonstrations

ICLR 2023top-25%

How well do reward functions learned with inverse reinforcement learning (IRL) generalize? We illustrate that state-of-the-art IRL algorithms, which maximize a maximum-entropy objective, learn rewards that overfit to the demonstrations. Such rewards struggle to provide meaningful rewards for states…

Cited by 9SourcePDFScholar
2023

Hierarchical Abstraction for Combinatorial Generalization in Object Rearrangement

ICLR 2023poster

Object rearrangement is a challenge for embodied agents because solving these tasks requires generalizing across a combinatorially large set of configurations of entities and their locations. Worse, the representations of these entities are unknown and must be inferred from sensory percepts. We pres…

Cited by 6SourcePDFScholar
2023

LIV: Language-Image Representations and Rewards for Robotic Control

ICML 2023poster

We present Language-Image Value learning (LIV), a unified objective for vision-language representation and reward learning from action-free videos with text annotations. Exploiting a novel connection between dual reinforcement learning and mutual information contrastive learning, the LIV objective t…

2023

Latent State Marginalization as a Low-cost Approach for Improving Exploration

ICLR 2023poster

While the maximum entropy (MaxEnt) reinforcement learning (RL) framework -- often touted for its exploration and robustness capabilities -- is usually motivated from a probabilistic perspective, the use of deep probabilistic models have not gained much traction in practice due to their inherent comp…

2023

Optimal Goal-Reaching Reinforcement Learning via Quasimetric Learning

ICML 2023poster

In goal-reaching reinforcement learning (RL), the optimal value function has a particular geometry, called quasimetrics structure. This paper introduces Quasimetric Reinforcement Learning (QRL), a new RL method that utilizes quasimetric models to learn optimal value functions. Distinct from prior ap…

2023

Provably Efficient Offline Goal-Conditioned Reinforcement Learning with General Function Approximation and Single-Policy Concentrability

NeurIPS 2023poster

Goal-conditioned reinforcement learning (GCRL) refers to learning general-purpose skills that aim to reach diverse goals. In particular, offline GCRL only requires purely pre-collected datasets to perform training tasks without additional interactions with the environment. Although offline GCRL has…

Cited by 6SourcePDFScholar
2023

VIP: Towards Universal Visual Reward and Representation via Value-Implicit Pre-Training

ICLR 2023top-25%

Reward and representation learning are two long-standing challenges for learning an expanding set of robot manipulation skills from sensory observations. Given the inherent cost and scarcity of in-domain, task-specific robot data, learning from large, diverse, offline human videos has emerged as a p…

2023

f-Policy Gradients: A General Framework for Goal-Conditioned RL using f-Divergences

NeurIPS 2023poster

Goal-Conditioned Reinforcement Learning (RL) problems often have access to sparse rewards where the agent receives a reward signal only when it has achieved the goal, making policy optimization a difficult problem. Several works augment this sparse reward with a learned dense reward function, but…

2022

Bisimulation Makes Analogies in Goal-Conditioned Reinforcement Learning

ICML 2022spotlight

Building generalizable goal-conditioned agents from rich observations is a key to reinforcement learning (RL) solving real world problems. Traditionally in goal-conditioned RL, an agent is provided with the exact goal they intend to reach. However, it is often not realistic to know the configuration…

Cited by 43SourcePDFScholar
2022

Denoised MDPs: Learning World Models Better Than the World Itself

ICML 2022spotlight

The ability to separate signal from noise, and reason with clean abstractions, is critical to intelligence. With this ability, humans can efficiently perform real world tasks without considering all possible nuisance factors. How can artificial agents do the same? What kind of information can agents…

2022

Robust Policy Learning over Multiple Uncertainty Sets

ICML 2022spotlight

Reinforcement learning (RL) agents need to be robust to variations in safety-critical environments. While system identification methods provide a way to infer the variation from online experience, they can fail in settings where fast identification is not possible. Another dominant approach is robus…

Cited by 18SourcePDFScholar
2021

Improving Sample Efficiency in Model-Free Reinforcement Learning from Images

AAAI 2021technical

Training an agent to solve control tasks directly from high-dimensional images with model-free reinforcement learning (RL) has proven difficult. A promising approach is to learn a latent representation together with the control policy. However, fitting a high-capacity encoder using a scarce reward s…

2021

Learning Invariant Representations for Reinforcement Learning without Reconstruction

ICLR 2021oral

We study how representation learning can accelerate reinforcement learning from rich observations, such as images, without relying either on domain knowledge or pixel-reconstruction. Our goal is to learn representations that provide for effective downstream control and invariance to task-irrelevant…

2021

Learning Robust State Abstractions for Hidden-Parameter Block MDPs

ICLR 2021poster

Many control tasks exhibit similar dynamics that can be modeled as having common latent structure. Hidden-Parameter Markov Decision Processes (HiP-MDPs) explicitly model this structure to improve sample efficiency in multi-task settings. However, this setting makes strong assumptions on the observab…

Cited by 57SourcePDFScholar
2021

Out-of-Distribution Generalization via Risk Extrapolation (REx)

ICML 2021oral

Distributional shift is one of the major obstacles when transferring machine learning prediction systems from the lab to the real world. To tackle this problem, we assume that variation across training domains is representative of the variation we might encounter at test time, but also that shifts a…

2021

Why Generalization in RL is Difficult: Epistemic POMDPs and Implicit Partial Observability

NeurIPS 2021poster

Generalization is a central challenge for the deployment of reinforcement learning (RL) systems in the real world. In this paper, we show that the sequential structure of the RL problem necessitates new approaches to generalization beyond the well-studied techniques used in supervised learning. Whil…

Cited by 147SourcePDFScholar
2020

Invariant Causal Prediction for Block MDPs

ICML 2020poster

Generalization across environments is critical to the successful application of reinforcement learning (RL) algorithms to real-world challenges. In this work we propose a method for learning state abstractions which generalize to novel observation distributions in the multi-environment RL setting. W…

2020

Stable Policy Optimization via Off-Policy Divergence Regularization

UAI 2020poster

Trust Region Policy Optimization (TRPO) and Proximal Policy Optimization (PPO) are among the most successful policy gradient approaches in deep reinforcement learning (RL). While these methods achieve state-of-the-art performance across a wide range of challenging tasks, there is room for improvemen…