← Search

Ching-An Cheng

39 accepted papers

2026

Formalizing Learning from Language Feedback with Provable Guarantees

ICML 2026poster

Interactively learning from observation and language feedback is an increasingly studied area driven by the emergence of large language model (LLM) agents. While impressive empirical demonstrations have been shown, so far a principled framing of these decision problems remains lacking. In this paper…

Cited by 0SourceScholar
2025

Rapidly Adapting Policies to the Real-World via Simulation-Guided Fine-Tuning

ICLR 2025poster

Robot learning requires a considerable amount of high-quality data to realize the promise of generalization. However, large data sets are costly to collect in the real world. Physics simulators can cheaply generate vast data sets with broad coverage over states, actions, and environments. However, p…

Cited by 2SourcePDFScholar
2024

How to Solve Contextual Goal-Oriented Problems with Offline Datasets?

NeurIPS 2024poster

We present a novel method, Contextual goal-Oriented Data Augmentation (CODA), which uses commonly available unlabeled trajectories and context-goal pairs to solve Contextual Goal-Oriented (CGO) problems. By carefully constructing an action-augmented MDP that is equivalent to the original MDP, CODA c…

2024

PRISE: LLM-Style Sequence Compression for Learning Temporal Action Abstractions in Control

ICML 2024oral

Temporal action abstractions, along with belief state representations, are a powerful knowledge sharing mechanism for sequential decision making. In this work, we propose a novel view that treats inducing temporal action abstractions as a sequence compression problem. To do so, we bring a subtle but…

2024

Trace is the Next AutoDiff: Generative Optimization with Rich Feedback, Execution Traces, and LLMs

NeurIPS 2024poster

We study a class of optimization problems motivated by automating the design and update of AI systems like coding assistants, robots, and copilots. AutoDiff frameworks, like PyTorch, enable efficient end-to-end optimization of differentiable systems. However, general computational workflows can be n…

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

Goal Representations for Instruction Following: A Semi-Supervised Language Interface to Control

CoRL 2023poster

Our goal is for robots to follow natural language instructions like ``put the towel next to the microwave.'' But getting large amounts of labeled data, i.e. data that contains demonstrations of tasks labeled with the language instruction, is prohibitive. In contrast, obtaining policies that respond…

Cited by 32SourceScholar
2023

Hindsight Learning for MDPs with Exogenous Inputs

ICML 2023poster

Many resource management problems require sequential decision-making under uncertainty, where the only uncertainty affecting the decision outcomes are exogenous variables outside the control of the decision-maker. We model these problems as Exo-MDPs (Markov Decision Processes with Exogenous Inputs)…

2023

MAHALO: Unifying Offline Reinforcement Learning and Imitation Learning from Observations

ICML 2023poster

We study a new paradigm for sequential decision making, called offline policy learning from observations (PLfO). Offline PLfO aims to learn policies using datasets with substandard qualities: 1) only a subset of trajectories is labeled with rewards, 2) labeled trajectories may not contain actions, 3…

2023

PLEX: Making the Most of the Available Data for Robotic Manipulation Pretraining

CoRL 2023poster

A rich representation is key to general robotic manipulation, but existing approaches to representation learning require large amounts of multimodal demonstrations. In this work we propose PLEX, a transformer-based architecture that learns from a small amount of task-agnostic visuomotor trajectories…

Cited by 12SourceScholar
2023

Provably Efficient Lifelong Reinforcement Learning with Linear Representation

ICLR 2023poster

We theoretically study lifelong reinforcement learning (RL) with linear representation in a regret minimization setting. The goal of the agent is to learn a multi-task policy based on a linear representation while solving a sequence of tasks that may be adaptively chosen based on the agent's past be…

Cited by 3SourcePDFScholar
2023

Survival Instinct in Offline Reinforcement Learning

NeurIPS 2023spotlight

We present a novel observation about the behavior of offline reinforcement learning (RL) algorithms: on many benchmark datasets, offline RL can produce well-performing and safe policies even when trained with "wrong" reward labels, such as those that are zero everywhere or are negatives of the true…

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

MoCapAct: A Multi-Task Dataset for Simulated Humanoid Control

NeurIPS 2022accept

Simulated humanoids are an appealing research domain due to their physical capabilities. Nonetheless, they are also challenging to control, as a policy must drive an unstable, discontinuous, and high-dimensional physical system. One widely studied approach is to utilize motion capture (MoCap) data t…

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

Safe Reinforcement Learning Using Advantage-Based Intervention

ICML 2021spotlight

Many sequential decision problems involve finding a policy that maximizes total reward while obeying safety constraints. Although much recent research has focused on the development of safe reinforcement learning (RL) algorithms that produce a safe policy after training, ensuring safety during train…

2020

A Reduction from Reinforcement Learning to No-Regret Online Learning

AISTATS 2020poster

We present a reduction from reinforcement learning (RL) to no-regret online learning based on the saddle-point formulation of RL, by which "any" online algorithm with sublinear regret can generate policies with provable performance guarantees. This new perspective decouples the RL problem into two p…

Cited by 18SourcePDFScholar
2020

Extending Riemmanian Motion Policies to a Class of Underactuated Wheeled-Inverted-Pendulum Robots

ICRA 2020poster

Riemannian Motion Policies (RMPs) have recently been introduced as a way to specify second-order motion policies defined on robot task spaces. RMP-based approaches have the advantage of being more general than traditional approaches based on operational space control; for example, the generalized ta…

Cited by 13SourceScholar
2020

Intra Order-preserving Functions for Calibration of Multi-Class Neural Networks

NeurIPS 2020poster

Predicting calibrated confidence scores for multi-class deep networks is important for avoiding rare but costly mistakes. A common approach is to learn a post-hoc calibration function that transforms the output of the original network into calibrated confidence scores while maintaining the network's…

2020

Online Learning with Continuous Variations: Dynamic Regret and Reductions

AISTATS 2020poster

Online learning is a powerful tool for analyzing iterative algorithms. However, the classic adversarial setup fails to capture regularity that can exist in practice. Motivated by this observation, we establish a new setup, called Continuous Online Learning (COL), where the gradient of online loss f…

Cited by 21SourcePDFScholar
2020

Policy Improvement via Imitation of Multiple Oracles

NeurIPS 2020spotlight

Despite its promise, reinforcement learning’s real-world adoption has been hampered by the need for costly exploration to learn a good policy. Imitation learning (IL) mitigates this shortcoming by using an oracle policy during training as a bootstrap to accelerate the learning process. However, in m…

2019

Accelerating Imitation Learning with Predictive Models

AISTATS 2019poster

Sample efficiency is critical in solving real-world reinforcement learning problems where agent-environment interactions can be costly. Imitation learning from expert advice has proved to be an effective strategy for reducing the number of interactions required to train a policy. Online imitation le…

Cited by 26SourcePDFScholar
2019

Riemannian Motion Policy Fusion through Learnable Lyapunov Function Reshaping

CoRL 2019

RMPflow is a recently proposed policy-fusion framework based on differential geometry. While RMPflow has demonstrated promising performance, it requires the user to provide sensible subtask policies as Riemannian motion policies (RMPs: a motion policy and an importance matrix function), which can be

Cited by 0SourcePDFScholar
2019

Trajectory-wise Control Variates for Variance Reduction in Policy Gradient Methods

CoRL 2019

Policy gradient methods have demonstrated success in reinforcement learning tasks with high-dimensional continuous state and action spaces. But they are also notoriously sample inefficient, which can be attributed, at least in part, to the high variance in estimating the gradient of the task objecti

Cited by 0SourcePDFScholar
2019

Truncated Back-propagation for Bilevel Optimization

AISTATS 2019poster

Bilevel optimization has been recently revisited for designing and analyzing algorithms in hyperparameter tuning and meta learning tasks. However, due to its nested structure, evaluating exact gradients for high-dimensional problems is computationally challenging. One heuristic to circumvent this di…

Cited by 319SourcePDFScholar
2018

Agile Autonomous Driving using End-to-End Deep Imitation Learning

RSS 2018poster

We present an end-to-end imitation learning system for agile, off-road autonomous driving using only low-cost on-board sensors. By imitating a model predictive controller equipped with advanced sensors, we train a deep neural network control policy to map raw, high-dimensional observations to contin…

Cited by 396SourcePDFScholar
2018

Optical Sensing and Control Methods for Soft Pneumatically Actuated Robotic Manipulators

ICRA 2018poster

A low-cost optical sensing method for improved measurement and control of soft pneumatic manipulator motion is presented. The core of a soft continuum robot is embedded with several optically-diffuse elastomer sensors which attenuate light depending on their strain mode and degree. The optical senso…

Cited by 17SourceScholar
2018

Orthogonally Decoupled Variational Gaussian Processes

NeurIPS 2018poster

Gaussian processes (GPs) provide a powerful non-parametric framework for reasoning over functions. Despite appealing theory, its superlinear computational and memory complexities have presented a long-standing challenge. State-of-the-art sparse variational inference methods trade modeling accuracy a…

2017

Approximately optimal continuous-time motion planning and control via Probabilistic Inference

ICRA 2017poster

The problem of optimal motion planing and control is fundamental in robotics. However, this problem is intractable for continuous-time stochastic systems in general and the solution is difficult to approximate if non-instantaneous nonlinear performance indices are present. In this work, we provide a…

Cited by 17SourceScholar