GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning
Paper • 2606.17480 • Published • 3
GeneralVLA-2 is a training-free framework that strengthens robot planning with two complementary components:
GeneralVLA-2 does not introduce a newly trained monolithic checkpoint. This repository bundles selected runtime weights and representative GeoFuse-MV3D 3D Gaussian reconstruction outputs so that the commonly used vision and grasping components can be obtained from one repository.
weights/sam/sam_vit_h_4b8939.pth: SAM ViT-H segmentation checkpoint.weights/clip-vit-large-patch14/: CLIP ViT-L/14 vision-language encoder and tokenizer files.weights/graspnet/checkpoint-rs.tar: GraspNet checkpoint used by the robot stack.geofuse_mv3d/examples/alarm_refined.ply: refined 3D Gaussian reconstruction for the alarm scene.geofuse_mv3d/examples/shoe_refined.ply: refined 3D Gaussian reconstruction for the shoe scene.generalvla2.yaml: compact deployment-oriented configuration.asset_manifest.json: machine-readable description of the bundled assets.The PLY files are method outputs rather than neural-network checkpoints. They contain position, appearance, opacity, scale and rotation attributes for the reconstructed 3D Gaussians.
hf download AIGeeksGroup/GeneralVLA-2 \
--local-dir vendor/GeneralVLA-2
The Apache-2.0 metadata applies to the GeneralVLA-2 configuration and documentation. Bundled third-party checkpoints retain their respective upstream licenses and terms.
@article{wang2026generalvla2,
title={GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning},
author={Wang, Haoyu and Ma, Guoqing and Zhang, Zeyu and Guo, Yandong and Shi, Boxin and Tang, Hao},
journal={arXiv preprint arXiv:2606.17480},
year={2026}
}