VoxPoser: Composable 3D Value Maps for Robotic Manipulation with Language Models
FeaturedWenlong Huang, Chen Wang, Ruohan Zhang, Yunzhu Li, Jiajun Wu, Li Fei-Fei · Stanford University · 2023
Framework
PyTorch
License
MIT
Stars
803
Summary
VoxPoser uses LLMs to compose 3D value maps from free-form language instructions, enabling zero-shot closed-loop manipulation planning with model-based trajectory synthesis over dynamic environments.
Abstract Summary
Key Points
- LLM composes 3D value maps from open-vocabulary language instructions via VLM-generated code.
- Model-based LQR planner synthesizes closed-loop 6-DoF trajectories from value maps in real time.
- Zero-shot manipulation across a large variety of tasks without task-specific demonstrations.
- Online dynamics learning improves contact-rich performance with minimal real-world rollouts.
- Demonstrated on real robot hardware with robustness to dynamic perturbations.
Additional Notes
Setup Tips
- Requires an OpenAI API key or local LLM endpoint for the planning module.
- The perception stack relies on foundation vision models; ensure CUDA compatibility with latest PyTorch.
- Real-robot deployment needs a calibrated robot arm interface (tested on Franka and UR5).
Related Papers
- SayCan (Ahn et al., 2022)
- Code as Policies (Liang et al., 2022)
- Inner Monologue (Huang et al., 2022)
Related Papers
AHEAD: Anticipatory Hand-Driven Teleoperation via Human Intent Prediction
Seok Joon Kim, Junho Lee, Federica Spinola et al. · arXiv preprint · Jul 2026
Direct hand-driven teleoperation maps an operator's hand motion to robot end-effector commands at every frame, enabling precise control, but it requires constant monitoring and correction during approach, grasp, and placement, which can be slow and fatiguing. For repetitive pick-and-place tasks, ...
Deformable Object Manipulation under Partial Observability via Real-Time Full-Shape Estimation
Kosar Behnia, Ville Kyrki, Gokhan Alcan · arXiv preprint · Sep 2026
Manipulating deformable objects (DOs) is challenging due to their high-dimensional state space, underactuated dynamics, and partial observability. In this paper, we propose cRVAE, a lightweight conditional recurrent variational autoencoder that estimates the full DO state from only partial corner...
Deliberate Practice: Learning Robot Skills under a Budget
Shivam Vats, Sudarshan Harithas, Mete Tuluhan Akbulut et al. · arXiv preprint · Aug 2026
We consider the problem of autonomously learning robot skills under a limited practice budget for sequential tasks. We propose an active skill learning algorithm, \emph{Deliberate Practice (DP)}, that computes a provably \emph{budget-optimal} allocation---practicing skills that maximize expected ...
EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera
Christen Millerdurai, Shaoxiang Wang, Yaxu Xie et al. · SIGGRAPH 2026 · May 2026
Reconstructing the absolute 3D pose and shape of the hands from the user's viewpoint using a single head-mounted camera is crucial for practical egocentric interaction in AR/VR, telepresence, and hand-centric manipulation tasks, where sensing must...