← Search

Wenlong Huang

14 accepted papers

2026

Dream2Flow: Bridging Video Generation and Open-World Manipulation with 3D Object Flow

ICRA 2026poster

Generative video modeling has emerged as a compelling tool to zero-shot reason about plausible physical interactions for open-world manipulation. Yet, it remains a challenge to translate such human-led motions into the low-level actions demanded by robotic systems. We observe that given an initial i…

2026

ENACT: Evaluating Embodied Cognition with World Modeling of Egocentric Interaction

ICLR 2026poster

Embodied cognition argues that intelligence arises from continuous sensorimotor interaction with the world. It raises an intriguing question: do modern vision-language models (VLMs), trained largely in a disembodied manner, exhibit signs of embodied cognition? To investigate this, we introduce **ENA…

Cited by 0SourcecodeScholar
2026

Learning Composable Skills by Discovering Spatial and Temporal Structure with Foundation Models

ICRA 2026poster

We present STACK, a framework for discovering and learning composable manipulation skills from unsegmented demonstrations by leveraging spatial and temporal structure extracted from foundation models. STACK automatically extracts temporal structure by segmenting raw demonstrations into short-horizon…

Cited by 0codeScholar
2026

PointWorld: Scaling 3D World Models for In-The-Wild Robotic Manipulation

CVPR 2026

Humans anticipate, from a glance and a contemplated action of their bodies, how the 3D world will respond, a capability that is equally vital for robotic manipulation. We introduce PointWorld, a large pre-trained 3D world model that unifies state and action in a shared 3D space as 3D point flows: gi

Cited by 0SourcecodeScholar
2025

A Real-to-Sim-to-Real Approach to Robotic Manipulation with VLM-Generated Iterative Keypoint Rewards

ICRA 2025

Task specification for robotic manipulation in open-world environments is challenging, requiring flexible and adaptive objectives that align with human intentions and can evolve through iterative feedback. We introduce Iterative Keypoint Reward (IKER), a visually grounded, Python-based reward functi

Cited by 1SourcecodeScholar
2025

UAD: Unsupervised Affordance Distillation for Generalization in Robotic Manipulation

ICRA 2025

Understanding fine-grained object affordances is imperative for robots to manipulate objects in unstructured environments given open-ended task instructions. However, existing methods of visual affordance predictions often rely on manually annotated data or conditions only on a predefined set of tas

Cited by 23SourcecodeScholar
2024

ReKep: Spatio-Temporal Reasoning of Relational Keypoint Constraints for Robotic Manipulation

CoRL 2024poster

Representing robotic manipulation tasks as constraints that associate the robot and the environment is a promising way to encode desired robot behaviors. However, it remains unclear how to formulate the constraints such that they are 1) versatile to diverse tasks, 2) free of manual labeling, and 3)…

Cited by 97SourceScholar
2023

Code as Policies: Language Model Programs for Embodied Control

ICRA 2023poster

Large language models (LLMs) trained on code-completion have been shown to be capable of synthesizing simple Python programs from docstrings [1]. We find that these code-writing LLMs can be re-purposed to write robot policy code, given natural language commands. Specifically, policy code can express…

Cited by 1040SourcecodeScholar
2023

Grounded Decoding: Guiding Text Generation with Grounded Models for Embodied Agents

NeurIPS 2023poster

Recent progress in large language models (LLMs) has demonstrated the ability to learn and leverage Internet-scale knowledge through pre-training with autoregressive models. Unfortunately, applying such models to settings with embodied agents, such as robots, is challenging due to their lack of exper…

Cited by 142SourcePDFScholar
2023

PaLM-E: An Embodied Multimodal Language Model

ICML 2023poster

Large language models excel at a wide range of complex tasks. However, enabling general inference in the real world, e.g. for robotics problems, raises the challenge of grounding. We propose embodied language models to directly incorporate real-world continuous sensor modalities into language models…

Cited by 1902SourcePDFScholar
2023

VoxPoser: Composable 3D Value Maps for Robotic Manipulation with Language Models

CoRL 2023oral

Large language models (LLMs) are shown to possess a wealth of actionable knowledge that can be extracted for robot manipulation in the form of reasoning and planning. Despite the progress, most still rely on pre-defined motion primitives to carry out the physical interactions with the environment, w…

Cited by 564SourcecodeScholar
2022

Inner Monologue: Embodied Reasoning through Planning with Language Models

CoRL 2022poster

Recent works have shown how the reasoning capabilities of Large Language Models (LLMs) can be applied to domains beyond natural language processing, such as planning and interaction for robots. These embodied problems require an agent to understand many semantic aspects of the world: the repertoire…

Cited by 1022SourceScholar
2022

Language Models as Zero-Shot Planners: Extracting Actionable Knowledge for Embodied Agents

ICML 2022spotlight

Can world knowledge learned by large language models (LLMs) be used to act in interactive environments? In this paper, we investigate the possibility of grounding high-level tasks, expressed in natural language (e.g. “make breakfast”), to a chosen set of actionable steps (e.g. “open fridge”). While…

2020

One Policy to Control Them All: Shared Modular Policies for Agent-Agnostic Control

ICML 2020poster

Reinforcement learning is typically concerned with learning control policies tailored to a particular agent. We investigate whether there exists a single global policy that can generalize to control a wide variety of agent morphologies – ones in which even dimensionality of state and action spaces c…