← Search

Hengyuan Hu

20 accepted papers

2026

HoMeR: Learning In-The-Wild Mobile Manipulation Via Hybrid Imitation and Whole-Body Control

ICRA 2026poster

We introduce HoMeR, an imitation learning framework for mobile manipulation that combines whole-body control with hybrid action modes that handle both long-range and fine-grained motion, enabling effective performance on realistic in-the-wild tasks. At its core is a fast, kinematics-based whole-body…

2025

Diffusion Models are Secretly Exchangeable: Parallelizing DDPMs via Auto Speculation

ICML 2025poster

Denoising Diffusion Probabilistic Models (DDPMs) have emerged as powerful tools for generative modeling. However, their sequential computation requirements lead to significant inference-time bottlenecks. In this work, we utilize the connection between DDPMs and Stochastic Localization to prove that,…

Cited by 0SourcePDFScholar
2025

What's the Move? Hybrid Imitation Learning via Salient Points

ICLR 2025poster

While imitation learning (IL) offers a promising framework for teaching robots various behaviors, learning complex tasks remains challenging. Existing IL policies struggle to generalize effectively across visual and spatial variations even for simple tasks. In this work, we introduce **SPHINX**: **S…

2024

The Update-Equivalence Framework for Decision-Time Planning

ICLR 2024poster

The process of revising (or constructing) a policy at execution time---known as decision-time planning---has been key to achieving superhuman performance in perfect-information games like chess and Go. A recent line of work has extended decision-time planning to imperfect-information games, leading…

Cited by 5SourcePDFScholar
2024

Toward Grounded Commonsense Reasoning

ICRA 2024poster

Consider a robot tasked with tidying a desk with a meticulously constructed Lego sports car. A human may recognize that it is not appropriate to disassemble the sports car and put it away as part of the "tidying." How can a robot reach that conclusion? Although large language models (LLMs) have rece…

Cited by 23SourcecodeScholar
2023

Adversarial Diversity in Hanabi

ICLR 2023top-25%

Many Dec-POMDPs admit a qualitatively diverse set of ''reasonable'' joint policies, where reasonableness is indicated by symmetry equivariance, non-sabotaging behaviour and the graceful degradation of performance when paired with ad-hoc partners. Some of the work in diversity literature is concerned…

Cited by 19SourcePDFScholar
2022

A Fine-Tuning Approach to Belief State Modeling

ICLR 2022poster

We investigate the challenge of modeling the belief state of a partially observable Markov system, given sample-access to its dynamics model. This problem setting is often approached using parametric sequential generative modeling methods. However, these methods do not leverage any additional comput…

Cited by 13SourcePDFScholar
2022

Modeling Strong and Human-Like Gameplay with KL-Regularized Search

ICML 2022spotlight

We consider the task of accurately modeling strong human policies in multi-agent decision-making problems, given examples of human behavior. Imitation learning is effective at predicting human actions but may not match the strength of expert humans (e.g., by sometimes committing blunders), while sel…

2022

Self-Explaining Deviations for Coordination

NeurIPS 2022accept

Fully cooperative, partially observable multi-agent problems are ubiquitous in the real world. In this paper, we focus on a specific subclass of coordination problems in which humans are able to discover self-explaining deviations (SEDs). SEDs are actions that deviate from the common understanding o…

Cited by 1SourcePDFScholar
2021

K-level Reasoning for Zero-Shot Coordination in Hanabi

NeurIPS 2021poster

The standard problem setting in cooperative multi-agent settings is \emph{self-play} (SP), where the goal is to train a \emph{team} of agents that works well together. However, optimal SP policies commonly contain arbitrary conventions (``handshakes'') and are not compatible with other, indepe…

Cited by 41SourcePDFScholar
2021

Scalable Online Planning via Reinforcement Learning Fine-Tuning

NeurIPS 2021poster

Lookahead search has been a critical component of recent AI successes, such as in the games of chess, go, and poker. However, the search methods used in these games, and in many other settings, are tabular. Tabular search methods do not scale well with the size of the search space, and this problem…

Cited by 22SourcePDFScholar
2020

Ridge Rider: Finding Diverse Solutions by Following Eigenvectors of the Hessian

NeurIPS 2020poster

Over the last decade, a single algorithm has changed many facets of our lives - Stochastic Gradient Descent (SGD). In the era of ever decreasing loss functions, SGD and its various offspring have become the go-to optimization tool in machine learning and are a key component of the success of deep ne…

2019

Hierarchical Decision Making by Generating and Following Natural Language Instructions

NeurIPS 2019poster

We explore using latent natural language instructions as an expressive and compositional representation of complex actions for hierarchical decision making. Rather than directly selecting micro-actions, our agent first generates a latent plan in natural language, which is then executed by a separate…