3D HAMSTER: Bridging Planning and Control in Hierarchical Vision Language Action Models through 3D Trajectory Guidance
Summary
3D HAMSTER enhances robot manipulation by using a vision-language model with depth encoding to generate 3D trajectories for point cloud-based control, outperforming 2D-guided baselines.
View Cached Full Text
Cached at: 07/08/26, 06:48 AM
Paper page - 3D HAMSTER: Bridging Planning and Control in Hierarchical Vision Language Action Models through 3D Trajectory Guidance
Source: https://huggingface.co/papers/2606.31329
Abstract
3D HAMSTER framework enhances robot manipulation by integrating a vision-language model with depth encoding to generate metrically accurate 3D trajectories for point cloud-based control policies.
Hierarchical Vision-Language-Action (VLA) models decouple high-level planning from low-level control to improve generalization in robot manipulation. Recent work in this paradigm uses 2D end-effector trajectories predicted by aVision-Language Model(VLM) as explicit guidance for a downstream policy. However, state-of-the-art low-level policies operate in 3Dmetric spaceonpoint clouds, and feeding them 2D guidance that lacks depth forces each waypoint to be assigned the depth of whatever scene surface lies beneath it, producing geometrically distorted trajectories. We propose 3D HAMSTER, ahierarchical frameworkthat closes this gap by having the planner directly output metrically reliable 3D trajectories. We augment a VLM with a dedicateddepth encoderand adense depth reconstructionobjective to predict 3D waypoint sequences, which are directly integrated into a pointcloudbasedlow-level policy. Across3D trajectory prediction, simulation, and real-world manipulation, 3D HAMSTER consistently outperforms proprietary VLMs and 2D-guided baselines, with the largest gains under appearance-altering shifts and unseen language, spatial, and visual conditions. The project page is available at https://davian-robotics.github.io/3D_HAMSTER/.
View arXiv pageView PDFProject pageGitHub5Add to collection
Get this paper in your agent:
hf papers read 2606\.31329
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### DAVIAN-Robotics/3D_HAMSTER Robotics• 9B• Updated7 days ago • 66
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.31329 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.31329 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
HiVLA: A Visual-Grounded-Centric Hierarchical Embodied Manipulation System
HiVLA introduces a hierarchical vision-language-action framework that decouples semantic planning from motor control using a diffusion transformer action expert for improved robotic manipulation. The system combines a VLM planner for task decomposition and visual grounding with a specialized DiT action expert using cascaded cross-attention, outperforming end-to-end baselines particularly in long-horizon tasks and fine-grained manipulation.
BridgeVLA++: A Data-Efficient, Generalizable, and Memory-Augmented Vision-Language-Action Framework for 3D Manipulation
BridgeVLA++ is a memory-augmented vision-language-action framework for 3D robot manipulation that builds on BridgeVLA to add spatio-temporal memory, achieving state-of-the-art results on memory-dependent manipulation benchmarks while preserving data efficiency and generalization.
τ_0-VLA: a Hierarchical Robot Foundation Model with World-Model-Guided Test-Time Computation
A hierarchical vision-language-action model improves long-horizon robot manipulation by using world-model-guided test-time search to scale computation for high-level subtask decisions.
AHA-WAM:Asynchronous Horizon-Adaptive World-Action Modeling with Observation-Guided Context Routing
AHA-WAM is an asynchronous world-action model that uses dual Diffusion Transformers to decouple world prediction from action execution, achieving efficient long-horizon planning and real-time control. It achieves state-of-the-art performance on robotic manipulation tasks with up to 92.8% success on RoboTwin and 78.3% on real-world tasks, while reaching 24.17 Hz closed-loop control.
See like a Robot: Robot-Centric Pointmaps for Vision-Language-Action Models
This paper introduces robot-centric pointmaps, which encode 3D scene coordinates in the robot frame directly into image pixels, to resolve the frame mismatch between camera observations and robot action definitions in Vision-Language-Action models. The method improves Pi0.5 and SmolVLA on RoboCasa and generalizes better to unseen camera placements in real-robot experiments.