BridgeVLA++: A Data-Efficient, Generalizable, and Memory-Augmented Vision-Language-Action Framework for 3D Manipulation

Hugging Face Daily Papers Papers

Summary

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.

Leveraging pre-trained vision-language models (VLMs) to construct vision-language-action (VLA) models has emerged as a promising paradigm for 3D robot manipulation. However, existing 3D VLA methods remain data-hungry, exhibit limited generalization under distribution shifts, and lack explicit memory of past observations. These limitations hinder their application to data-scarce, open-world, and memory-dependent manipulation scenarios. Our previous work, BridgeVLA, improves data efficiency and generalization by preserving the input--output alignment of a pre-trained VLM during 3D action learning: raw point clouds are projected into multi-view images, and intermediate heatmaps are predicted before generating robot actions. In this work, we develop BridgeVLA++ by equipping BridgeVLA with a unified spatio-temporal memory architecture that models persistent spatial context and temporal interaction history. The resulting memory-augmented framework can reason over observation histories while preserving BridgeVLA's data efficiency and generalization capabilities. Extensive experiments show that our framework achieves strong performance on spatial manipulation tasks while exhibiting robust generalization. BridgeVLA++ further achieves state-of-the-art performance on two challenging memory-dependent manipulation benchmarks without sacrificing the data efficiency and generalization of the original BridgeVLA. In addition, BridgeVLA++ performs effectively in bimanual manipulation settings and is validated on an additional real-world robotic platform, demonstrating its scalability across tasks, environments, and robotic platforms. These results establish BridgeVLA++ as a unified 3D vision-language-action framework that simultaneously supports data-efficient learning, robust generalization, and effective memory-aware robot manipulation. Project website: https://bridgevla-plus.github.io/.
Original Article
View Cached Full Text

Cached at: 08/06/26, 05:49 AM

Paper page - BridgeVLA++: A Data-Efficient, Generalizable, and Memory-Augmented Vision-Language-Action Framework for 3D Manipulation

Source: https://huggingface.co/papers/2608.05042 Authors:

,

,

,

,

,

,

,

,

,

,

,

Abstract

Leveragingpre-trainedvision-languagemodels(VLMs)toconstructvision-language-action(VLA)modelshasemergedasapromisingparadigmfor3Drobotmanipulation.However,existing3DVLAmethodsremaindata-hungry,exhibitlimitedgeneralizationunderdistributionshifts,andlackexplicitmemoryofpastobservations.Theselimitationshindertheirapplicationtodata-scarce,open-world,andmemory-dependentmanipulationscenarios.Ourpreviouswork,BridgeVLA,improvesdataefficiencyandgeneralizationbypreservingtheinput--outputalignmentofapre-trainedVLMduring3Dactionlearning:rawpointcloudsareprojectedintomulti-viewimages,andintermediateheatmapsarepredictedbeforegeneratingrobotactions.Inthiswork,wedevelopBridgeVLA++byequippingBridgeVLAwithaunifiedspatio-temporalmemoryarchitecturethatmodelspersistentspatialcontextandtemporalinteractionhistory.Theresultingmemory-augmentedframeworkcanreasonoverobservationhistorieswhilepreservingBridgeVLA’sdataefficiencyandgeneralizationcapabilities.Extensiveexperimentsshowthatourframeworkachievesstrongperformanceonspatialmanipulationtaskswhileexhibitingrobustgeneralization.BridgeVLA++furtherachievesstate-of-the-artperformanceontwochallengingmemory-dependentmanipulationbenchmarkswithoutsacrificingthedataefficiencyandgeneralizationoftheoriginalBridgeVLA.Inaddition,BridgeVLA++performseffectivelyinbimanualmanipulationsettingsandisvalidatedonanadditionalreal-worldroboticplatform,demonstratingitsscalabilityacrosstasks,environments,androboticplatforms.TheseresultsestablishBridgeVLA++asaunified3Dvision-language-actionframeworkthatsimultaneouslysupportsdata-efficientlearning,robustgeneralization,andeffectivememory-awarerobotmanipulation.Projectwebsite:https://bridgevla-plus.github.io/.

View arXiv pageView PDFProject pageAdd to collection

Get this paper in your agent:

hf papers read 2608\.05042

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2608.05042 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2608.05042 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2608.05042 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

Hugging Face Daily Papers

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.