← Search

Nan Jiang

93 accepted papers

2026

A Unifying View of Coverage in Linear Off-policy Evaluation

ICLR 2026poster

Off-policy evaluation (OPE) is a fundamental task in reinforcement learning (RL). In the classic setting of \emph{linear OPE}, finite-sample guarantees often take the form $$ \textrm{Prediction error} \le \textrm{poly}(C^\pi, d, 1/n, log(1/\delta)), $$ where $d$ is the dimension of the features, and…

Cited by 0SourceScholar
2026

EGG-SR: Embedding Symbolic Equivalence into Symbolic Regression via Equality Graph

ICLR 2026poster

Symbolic regression seeks to uncover physical laws from experimental data by searching for closed-form expressions, which is an important task in AI-driven scientific discovery. Yet the exponential growth of the search space of expression renders the task computationally challenging. A promising yet…

Cited by 0SourcecodeScholar
2026

MotionMaster: Generalizable Text-Driven Motion Generation and Editing

CVPR 2026

Synthesizing realistic human motion from natural language holds transformative potential for animation, robotics, and virtual reality. Recent methods handle single-action sequences and simple textual instructions, yet multi-action compositions and precise editing remain elusive due to limited data d

Cited by 0SourcecodeScholar
2026

Offline Two-Player Zero-Sum Markov Games with KL Regularization

ICML 2026poster

We study the problem of learning Nash equilibria in offline two-player zero-sum Markov games. While existing approaches often rely on explicit pessimism to address distribution shift, we show that KL regularization alone suffices to stabilize learning and guarantee convergence. We first introduce Re…

Cited by 0SourceScholar
2026

On the Tension Between Optimality and Adversarial Robustness in Policy Optimization

ICLR 2026poster

Achieving optimality and adversarial robustness in deep reinforcement learning has long been regarded as conflicting goals. Nonetheless, recent theoretical insights presented in CAR suggest a potential alignment, raising the important question of how to realize this in practice. This paper first ide…

Cited by 0SourceScholar
2026

Shared Haptic Control for Surgical Skill Transfer on a Dual-Console Da Vinci Research Kit

ICRA 2026poster

Robotic surgery has revolutionized minimally invasive procedures by offering enhanced precision, dexterity, and patient outcomes. However, the training and operational paradigms in robotic surgery have not evolved in parallel. Current apprenticeship models fall short in this domain, as robotic surge…

Cited by 0Scholar
2026

Ultra-Fast Language Generation via Discrete Diffusion Divergence Instruct

ICLR 2026poster

Fast and high-quality language generation is the holy grail that people pursue in the age of AI. In this work, we introduce **Di**screte **Di**ffusion Divergence **Instruct** (**DiDi-Instruct**), a training-based method that initializes from a pre-trained diffusion large language model (dLLM) and di…

Cited by 0SourcecodeScholar
2025

A Snapshot of Influence: A Local Data Attribution Framework for Online Reinforcement Learning

NeurIPS 2025oral

Online reinforcement learning (RL) excels in complex, safety-critical domains but suffers from sample inefficiency, training instability, and limited interpretability. Data attribution provides a principled way to trace model behavior back to training samples, yet existing methods assume fixed datas…

Cited by 0SourcecodeScholar
2025

Active Symbolic Discovery of Ordinary Differential Equations via Phase Portrait Sketching

AAAI 2025technical

The symbolic discovery of Ordinary Differential Equations (ODEs) from trajectory data plays a pivotal role in AI-driven scientific discovery. Existing symbolic methods predominantly rely on fixed, pre-collected training datasets, which often result in suboptimal performance, as demonstrated in our c…

2025

Can Language Models Replace Programmers for Coding? REPOCOD Says ‘Not Yet’

ACL 2025long

Recently, a number of repository-level code generation benchmarks–such as CoderEval, DevEval, RepoEval, RepoBench, and LongCode-Arena–have emerged to evaluate the capabilities of large language models (LLMs) beyond standalone benchmarks like HumanEval and MBPP. Thus, a natural question is, would LLM…

2025

Commit0: Library Generation from Scratch

ICLR 2025poster

With the goal of benchmarking generative systems beyond expert software development ability, we introduce Commit0, a benchmark that challenges AI agents to write libraries from scratch. Agents are provided with a specification document outlining the library’s API as well as a suite of interactive un…

2025

DART: Distilling Autoregressive Reasoning to Silent Thought

EMNLP 2025

Chain-of-Thought (CoT) reasoning has significantly advanced Large Language Models (LLMs) in solving complex tasks. However, its autoregressive paradigm leads to significant computational overhead, hindering its deployment in latency-sensitive applications. To address this, we propose **DART** (**D**

Cited by 0SourcePDFScholar
2025

Dynamic Motion Blending for Versatile Motion Editing

CVPR 2025poster

Text-guided motion editing enables high-level semantic control and iterative modifications beyond traditional keyframe animation. Existing methods rely on limited pre-collected training triplets (original motion, edited motion, and instruction), which severely hinders their versatility in diverse ed…

Cited by 0SourcePDFScholar
2025

GameArena: Evaluating LLM Reasoning through Live Computer Games

ICLR 2025poster

Evaluating the reasoning abilities of large language models (LLMs) is challenging. Existing benchmarks often depend on static datasets, which are vulnerable to data contamination and may get saturated over time, or on binary live human feedback that conflates reasoning with other abilities. As the m…

Cited by 2SourcePDFScholar
2025

Improving LLM General Preference Alignment via Optimistic Online Mirror Descent

NeurIPS 2025spotlight

Reinforcement learning from human feedback (RLHF) has demonstrated remarkable effectiveness in aligning large language models (LLMs) with human preferences. Many existing alignment approaches rely on the Bradley-Terry (BT) model assumption, which assumes the existence of a ground-truth reward for ea…

Cited by 0SourceScholar
2025

Is Best-of-N the Best of Them? Coverage, Scaling, and Optimality in Inference-Time Alignment

ICML 2025poster

Recent work on inference-time alignment has established benefits of increasing inference-time computation in language models, but naively scaling compute through techniques like Best-of-N sampling can cause performance to degrade due to reward hacking. Toward a theoretical understanding of how to be…

Cited by 2SourcePDFScholar
2025

Iterative Nash Policy Optimization: Aligning LLMs with General Preferences via No-Regret Learning

ICLR 2025oral

Reinforcement Learning with Human Feedback (RLHF) has achieved great success in aligning large language models (LLMs) with human preferences. Prevalent RLHF approaches are reward-based, following the Bradley-Terry (BT) model assumption, which may not fully capture the complexity of human preferences…

Cited by 4SourcePDFScholar
2025

LATTE: Improving Latex Recognition for Tables and Formulae with Iterative Refinement

AAAI 2025technical

Portable Document Format (PDF) files are dominantly used for storing and disseminating scientific research, legal documents, and tax information. LaTeX is a popular application for creating PDF documents. Despite its advantages, LaTeX is not WYSWYG---what you see is what you get, i.e., the LaTeX sou…

2025

MLLM-as-a-Judge for Image Safety without Human Labeling

CVPR 2025highlight

Image content safety has become a significant challenge with the rise of visual media on online platforms. Meanwhile, in the age of AI-generated content (AIGC), many image generation models are capable of producing harmful content, such as images containing sexual or violent material. Thus, it becom…

Cited by 2SourcePDFScholar
2025

Model Selection for Off-policy Evaluation: New Algorithms and Experimental Protocol

NeurIPS 2025poster

Holdout validation and hyperparameter tuning from data is a long-standing problem in offline reinforcement learning (RL). A standard framework is to use off-policy evaluation (OPE) methods to evaluate and select the policies, but OPE either incurs exponential variance (e.g., importance sampling) or…

Cited by 0SourceScholar
2025

Nova: Generative Language Models for Assembly Code with Hierarchical Attention and Contrastive Learning

ICLR 2025poster

Binary code analysis is the foundation of crucial tasks in the security domain; thus building effective binary analysis techniques is more important than ever. Large language models (LLMs) although have brought impressive improvement to source code tasks, do not directly generalize to assembly code…

Cited by 0SourcePDFScholar
2025

Optimizing Chain-of-Thought Reasoners via Gradient Variance Minimization in Rejection Sampling and RL

NeurIPS 2025poster

Chain-of-thought (CoT) reasoning in large language models (LLMs) can be formalized as a latent variable problem, where the model needs to generate intermediate reasoning steps. While prior approaches such as iterative reward-ranked fine-tuning (RAFT) have relied on such formulations, they typically…

Cited by 0SourcecodeScholar
2025

PNP-RKD: A Positive-Negative Pair based Relational Knowledge Distillation Method for Cross-Domain Speaker Verification

ICASSP 2025accepted

Existing deep embedding learning based speaker verification (SV) methods suffer from performance degradation under domain shift conditions. This can be alleviated through unsupervised domain adaptation (UDA) techniques. While UDA improves global statistical consistency across domains, discriminative…

Cited by 0SourceScholar
2025

Prototype based Masked Audio Model for Self-Supervised Learning of Sound Event Detection

ICASSP 2025accepted

A significant challenge in sound event detection (SED) is the effective utilization of unlabeled data, given the limited availability of labeled data due to high annotation costs. Semi-supervised algorithms rely on labeled data to learn from unlabeled data, and the performance is constrained by the…

Cited by 0SourceScholar
2025

SELP: Generating Safe and Efficient Task Plans for Robot Agents with Large Language Models

ICRA 2025

Despite significant advancements in large language models (LLMs) that enhance robot agents' understanding and execution of natural language (NL) commands, ensuring the agents adhere to user-specified constraints remains challenging, particularly for complex commands and long-horizon tasks. To addres

Cited by 20SourcecodeScholar
2025

Statistical Tractability of Off-policy Evaluation of History-dependent Policies in POMDPs

ICLR 2025poster

We investigate off-policy evaluation (OPE), a central and fundamental problem in reinforcement learning (RL), in the challenging setting of Partially Observable Markov Decision Processes (POMDPs) with large observation spaces. Recent works of Uehara et al. (2023a); Zhang & Jiang (2024) developed a m…

Cited by 0SourcePDFScholar
2025

Thinking vs. Doing: Improving Agent Reasoning by Scaling Test-Time Interaction

NeurIPS 2025poster

Test-time scaling in agentic tasks often relies on generating long reasoning traces ("think" more) before acting, but this does not allow agents to acquire new information from the environment or adapt behavior over time. In this work, we propose scaling test-time interaction, an untapped dimension…

Cited by 0SourceScholar
2025

WAFFLE: Fine-tuning Multi-Modal Model for Automated Front-End Development

ACL 2025long

Web development involves turning UI designs into functional webpages, which can be difficult for both beginners and experienced developers due to the complexity of HTML’s hierarchical structures and styles. While Large Language Models (LLMs) have shown promise in generating source code, two major ch…

2024

F-HOI: Toward Fine-grained Semantic-Aligned 3D Human-Object Interactions

ECCV 2024poster

"Existing 3D human object interaction (HOI) datasets and models simply align global descriptions with the long HOI sequence, while lacking a detailed understanding of intermediate states and the transitions between states. In this paper, we argue that fine-grained semantic alignment, which utilizes…

Cited by 10SourcePDFScholar
2024

Harnessing Density Ratios for Online Reinforcement Learning

ICLR 2024spotlight

The theories of offline and online reinforcement learning, despite having evolved in parallel, have begun to show signs of the possibility for a unification, with algorithms and analysis techniques for one setting often having natural counterparts in the other. However, the notion of *density ratio…

Cited by 16SourcePDFScholar
2024

Is attention required for ICL? Exploring the Relationship Between Model Architecture and In-Context Learning Ability

ICLR 2024poster

What is the relationship between model architecture and the ability to perform in-context learning? In this empirical study, we take the first steps toward answering this question. We evaluate thirteen model architectures capable of causal language modeling across a suite of synthetic in-context lea…

2024

Iterative Preference Learning from Human Feedback: Bridging Theory and Practice for RLHF under KL-constraint

ICML 2024poster

This paper studies the theoretical framework of the alignment process of generative models with Reinforcement Learning from Human Feedback (RLHF). We consider a standard mathematical formulation, the reverse-KL regularized contextual bandit for RLHF. Despite its widespread practical application, a r…

Cited by 139SourcePDFScholar
2024

LeDex: Training LLMs to Better Self-Debug and Explain Code

NeurIPS 2024poster

In the domain of code generation, self-debugging is crucial. It allows LLMs to refine their generated code based on execution feedback. This is particularly important because generating correct solutions in one attempt proves challenging for complex tasks. Prior works on self-debugging mostly focus…

Cited by 4SourcePDFScholar
2024

Mitigating the Alignment Tax of RLHF

EMNLP 2024main

LLMs acquire a wide range of abilities during pre-training, but aligning LLMs under Reinforcement Learning with Human Feedback (RLHF) can lead to forgetting pretrained abilities, which is also known as the alignment tax. To investigate alignment tax, we conducted experiments with existing RLHF algor…

2024

On the Curses of Future and History in Future-dependent Value Functions for Off-policy Evaluation

NeurIPS 2024poster

We study off-policy evaluation (OPE) in partially observable environments with complex observations, with the goal of developing estimators whose guarantee avoids exponential dependence on the horizon. While such estimators exist for MDPs and POMDPs can be converted to history-based MDPs, their esti…

Cited by 4SourcePDFScholar
2024

Online Iterative Reinforcement Learning from Human Feedback with General Preference Model

NeurIPS 2024poster

We investigate Reinforcement Learning from Human Feedback (RLHF) in the context of a general preference oracle. In particular, we do not assume the existence of a reward function and an oracle preference signal drawn from the Bradley-Terry model as most of the prior works do. We consider a standard…

2024

PhyRecon: Physically Plausible Neural Scene Reconstruction

NeurIPS 2024poster

We address the issue of physical implausibility in multi-view neural reconstruction. While implicit representations have gained popularity in multi-view 3D reconstruction, previous work struggles to yield physically plausible results, limiting their utility in domains requiring rigorous physical acc…

Cited by 10SourcePDFScholar
2024

Reinforcement Learning Under Latent Dynamics: Toward Statistical and Algorithmic Modularity

NeurIPS 2024oral

Real-world applications of reinforcement learning often involve environments where agents operate on complex, high-dimensional observations, but the underlying (``latent'') dynamics are comparatively simple. However, beyond restrictive settings such as tabular latent dynamics, the fundamental s…

Cited by 2SourcePDFScholar
2024

Scaling Up Dynamic Human-Scene Interaction Modeling

CVPR 2024highlight

Confronting the challenges of data scarcity and advanced motion synthesis in human-scene interaction modeling we introduce the TRUMANS dataset alongside a novel HSI motion synthesis method. TRUMANS stands as the most comprehensive motion-captured HSI dataset currently available encompassing over 15…

Cited by 54SourcePDFScholar
2024

Solving Satisfiability Modulo Counting for Symbolic and Statistical AI Integration with Provable Guarantees

AAAI 2024technical

Satisfiability Modulo Counting (SMC) encompasses problems that require both symbolic decision-making and statistical reasoning. Its general formulation captures many real-world problems at the intersection of symbolic and statistical AI. SMC searches for policy interventions to control probabilistic…

2024

Word Embeddings Are Steers for Language Models

ACL 2024long

Language models (LMs) automatically learn word embeddings during pre-training on language corpora. Although word embeddings are usually interpreted as feature vectors for individual words, their roles in language model generation remain underexplored. In this work, we theoretically and empirically r…

2023

Adversarial Model for Offline Reinforcement Learning

NeurIPS 2023poster

We propose a novel model-based offline Reinforcement Learning (RL) framework, called Adversarial Model for Offline Reinforcement Learning (ARMOR), which can robustly learn policies to improve upon an arbitrary reference policy regardless of data coverage. ARMOR is designed to optimize policies for t…

Cited by 40SourcePDFScholar
2023

Explaining RL Decisions with Trajectories

ICLR 2023poster

Explanation is a key component for the adoption of reinforcement learning (RL) in many real-world decision-making problems. In the literature, the explanation is often provided by saliency attribution to the features of the RL agent's state. In this work, we propose a complementary approach to thes…

2023

Full-Body Articulated Human-Object Interaction

ICCV 2023poster

Fine-grained capture of 3D Human-Object Interactions (HOIs) boosts human activity understanding and facilitates various downstream visual tasks. Prior models mostly assume that humans interact with rigid objects using only a few body parts, limiting their scope. In this paper, we address the challen…

Cited by 90PDFcodeScholar
2023

Future-Dependent Value-Based Off-Policy Evaluation in POMDPs

NeurIPS 2023spotlight

We study off-policy evaluation (OPE) for partially observable MDPs (POMDPs) with general function approximation. Existing methods such as sequential importance sampling estimators and fitted-Q evaluation suffer from the curse of horizon in POMDPs. To circumvent this problem, we develop a novel model…

2023

Learning Markov Random Fields for Combinatorial Structures via Sampling through Lovász Local Lemma

AAAI 2023technical

Learning to generate complex combinatorial structures satisfying constraints will have transformative impacts in many application domains. However, it is beyond the capabilities of existing approaches due to the highly intractable nature of the embedded probabilistic inference. Prior works spend mos…

2023

Marginalized Importance Sampling for Off-Environment Policy Evaluation

CoRL 2023poster

Reinforcement Learning (RL) methods are typically sample-inefficient, making it challenging to train and deploy RL-policies in real world robots. Even a robust policy trained in simulation requires a real-world deployment to assess their performance. This paper proposes a new approach to evaluate th…

Cited by 5SourceScholar
2023

The Optimal Approximation Factors in Misspecified Off-Policy Value Function Estimation

ICML 2023poster

Theoretical guarantees in reinforcement learning (RL) are known to suffer multiplicative blow-up factors with respect to the misspecification error of function approximation. Yet, the nature of such *approximation factors*---especially their optimal form in a given learning problem---is poorly under…

Cited by 3SourcePDFScholar
2023

The Role of Coverage in Online Reinforcement Learning

ICLR 2023top-5%

Coverage conditions---which assert that the data logging distribution adequately covers the state space---play a fundamental role in determining the sample complexity of offline reinforcement learning. While such conditions might seem irrelevant to online reinforcement learning at first glance, we e…

Cited by 89SourcePDFScholar
2022

A Few Expert Queries Suffices for Sample-Efficient RL with Resets and Linear Value Approximation

NeurIPS 2022accept

The current paper studies sample-efficient Reinforcement Learning (RL) in settings where only the optimal value function is assumed to be linearly-realizable. It has recently been understood that, even under this seemingly strong assumption and access to a generative model, worst-case sample complex…

Cited by 7SourcePDFScholar
2022

A Minimax Learning Approach to Off-Policy Evaluation in Confounded Partially Observable Markov Decision Processes

ICML 2022oral

We consider off-policy evaluation (OPE) in Partially Observable Markov Decision Processes (POMDPs), where the evaluation policy depends only on observable variables and the behavior policy depends on unobservable latent variables. Existing works either assume no unmeasured confounders, or focus on s…

2022

Adversarially Trained Actor Critic for Offline Reinforcement Learning

ICML 2022oral

We propose Adversarially Trained Actor Critic (ATAC), a new model-free algorithm for offline reinforcement learning (RL) under insufficient data coverage, based on the concept of relative pessimism. ATAC is designed as a two-player Stackelberg game framing of offline RL: A policy actor competes agai…

2022

Beyond the Return: Off-policy Function Estimation under User-specified Error-measuring Distributions

NeurIPS 2022accept

Off-policy evaluation often refers to two related tasks: estimating the expected return of a policy and estimating its value function (or other functions of interest, such as density ratios). While recent works on marginalized importance sampling (MIS) show that the former can enjoy provable guarant…

Cited by 11SourcePDFScholar
2022

Interaction-Grounded Learning with Action-Inclusive Feedback

NeurIPS 2022accept

Consider the problem setting of Interaction-Grounded Learning (IGL), in which a learner's goal is to optimally interact with the environment with no explicit reward to ground its policies. The agent observes a context vector, takes an action, and receives a feedback vector, using this information to…

Cited by 7SourcePDFScholar
2022

Offline reinforcement learning under value and density-ratio realizability: The power of gaps

UAI 2022poster

We consider a challenging theoretical problem in offline reinforcement learning (RL): obtaining sample-efficiency guarantees with a dataset lacking sufficient coverage, under only realizability-type assumptions for the function approximators. While the existing theory has addressed learning under re…

Cited by 45SourcePDFScholar
2022

On the Convergence Rate of Off-Policy Policy Optimization Methods with Density-Ratio Correction

AISTATS 2022poster

In this paper, we study the convergence properties of off-policy policy optimization algorithms with state-action density ratio correction under function approximation setting, where the objective function is formulated as a max-max-min problem. We first clearly characterize the bias of the learning…

Cited by 8SourcePDFScholar
2022

On the Statistical Efficiency of Reward-Free Exploration in Non-Linear RL

NeurIPS 2022accept

We study reward-free reinforcement learning (RL) under general non-linear function approximation, and establish sample efficiency and hardness results under various standard structural assumptions. On the positive side, we propose the RFOLIVE (Reward-Free OLIVE) algorithm for sample-efficient reward…

Cited by 34SourcePDFScholar
2022

Tiered Reinforcement Learning: Pessimism in the Face of Uncertainty and Constant Regret

NeurIPS 2022accept

We propose a new learning framework that captures the tiered structure of many real-world user-interaction applications, where the users can be divided into two groups based on their different tolerance on exploration risks and should be treated separately. In this setting, we simultaneously maintai…

2022

Towards Deployment-Efficient Reinforcement Learning: Lower Bound and Optimality

ICLR 2022spotlight

Deployment efficiency is an important criterion for many real-world applications of reinforcement learning (RL). Despite the community's increasing interest, there lacks a formal theoretical formulation for the problem. In this paper, we propose such a formulation for deployment-efficient RL (DE-RL)…

Cited by 27SourcePDFScholar
2021

Bellman-consistent Pessimism for Offline Reinforcement Learning

NeurIPS 2021oral

The use of pessimism, when reasoning about datasets lacking exhaustive exploration has recently gained prominence in offline reinforcement learning. Despite the robustness it adds to the algorithm, overly pessimistic reasoning can be equally damaging in precluding the discovery of good policies, whi…

Cited by 319SourcePDFScholar
2021

Empirical Study of Off-Policy Policy Evaluation for Reinforcement Learning

NeurIPS 2021poster

We offer an experimental benchmark and empirical study for off-policy policy evaluation (OPE) in reinforcement learning, which is a key problem in many safety critical applications. Given the increasing interest in deploying learning-based methods, there has been a flurry of recent proposals for OPE…

Cited by 176SourceScholar
2021

Improved Worst-Case Regret Bounds for Randomized Least-Squares Value Iteration

AAAI 2021technical

This paper studies regret minimization with randomized value functions in reinforcement learning. In tabular finite-horizon Markov Decision Processes, we introduce a clipping variant of one classical Thompson Sampling (TS)-like algorithm, randomized least-squares value iteration (RLSVI). Our $tilde{…

Cited by 24SourcePDFScholar
2021

PALM: Probabilistic area loss Minimization for Protein Sequence Alignment

UAI 2021poster

Protein sequence alignment is a fundamental problem in computational structure biology and popular for protein 3D structural prediction and protein homology detection. Most of the developed programs for detecting protein sequence alignments are based upon the likelihood information of amino acids an…

2021

Policy Finetuning: Bridging Sample-Efficient Offline and Online Reinforcement Learning

NeurIPS 2021poster

Recent theoretical work studies sample-efficient reinforcement learning (RL) extensively in two settings: learning interactively in the environment (online RL), or learning from an offline dataset (offline RL). However, existing algorithms and theories for learning near-optimal policies in these two…

Cited by 196SourcePDFScholar
2021

Towards Hyperparameter-free Policy Selection for Offline Reinforcement Learning

NeurIPS 2021poster

How to select between policies and value functions produced by different training algorithms in offline reinforcement learning (RL)---which is crucial for hyperparameter tuning---is an important open question. Existing approaches based on off-policy evaluation (OPE) often require additional function…

2020

Sample Complexity of Reinforcement Learning using Linearly Combined Model Ensembles

AISTATS 2020poster

Reinforcement learning (RL) methods have been shown to be capable of learning intelligent behavior in rich domains. However, this has largely been done in simulated domains without adequate focus on the process of building the simulator. In this paper, we consider a setting where we have access to a…

Cited by 169SourcePDFScholar
2019

Cooperative Deep Reinforcement Learning for Multiple-group NB-IoT Networks Optimization

ICASSP 2019accepted

NarrowBand-Internet of Things (NB-IoT) is an emerging cellular-based technology that offers a range of flexible configurations for massive IoT radio access from groups of devices with heterogeneous requirements. A configuration specifies the amount of radio resources allocated to each group of devic…

Cited by 0SourceScholar
2019

Provably efficient RL with Rich Observations via Latent State Decoding

ICML 2019oral

We study the exploration problem in episodic MDPs with rich observations generated from a small number of latent states. Under certain identifiability assumptions, we demonstrate how to estimate a mapping from the observations to latent states inductively through a sequence of regression and cluster…

2019

Selective Virtual Sensing Technique for Multi-channel Feedforward Active Noise Control Systems

ICASSP 2019accepted

The virtual sensing technique allows the active noise control (ANC) system to work with error microphones that are placed far from the desired zone of quietness (ZoQ). Conventionally, a training stage is required to obtain the auxiliary filters with the temporary error microphones placed in the ZoQ.…

Cited by 0SourceScholar
2018

Hierarchical Imitation and Reinforcement Learning

ICML 2018oral

We study how to effectively leverage expert feedback to learn sequential decision-making policies. We focus on problems with sparse rewards and long time horizons, which typically pose significant challenges in reinforcement learning. We propose an algorithmic framework, called hierarchical guidance…

Cited by 251SourcePDFScholar
2018

On Oracle-Efficient PAC RL with Rich Observations

NeurIPS 2018spotlight

We study the computational tractability of PAC reinforcement learning with rich observations. We present new provably sample-efficient algorithms for environments with deterministic hidden state dynamics and stochastic rich observations. These methods operate in an oracle model of computation -- acc…

Cited by 140SourcePDFScholar
2017

Contextual Decision Processes with low Bellman rank are PAC-Learnable

ICML 2017poster

This paper studies systematic exploration for reinforcement learning (RL) with rich observations and function approximation. We introduce contextual decision processes (CDPs), that unify most prior RL settings. Our first contribution is a complexity measure, the Bellman rank, that we show enables tr…

Cited by 528SourcePDFScholar