paper-with-me

홈 › Papers

BitVLA: 1-bit Vision-Language-Action Models for Robotics Manipulation

2025-06-09 · Hongyu Wang, Chuyan Xiong, Ruiping Wang, Xilin Chen

Vision-Language-Action (VLA) models have shown impressive capabilities across a wide range of robotics manipulation tasks. However, their growing model size poses significant challenges for deployment on resource-constrained robotic systems. While 1-bit pretraining has proven effective for enhancing the inference efficiency of large language models with minimal performance loss, its application to VLA models remains underexplored. In this work, we present BitVLA, the first 1-bit VLA model for robotics manipulation, in which every parameter is ternary, i.e., {-1, 0, 1}. To further reduce the memory footprint of the vision encoder, we propose the distillation-aware training strategy that compresses the full-precision encoder to 1.58-bit weights. During this process, a full-precision encoder serves as a teacher model to better align latent representations. Despite the lack of large-scale robotics pretraining, BitVLA achieves performance comparable to the state-of-the-art model OpenVLA-OFT with 4-bit post-training quantization on the LIBERO benchmark, while consuming only 29.8% of the memory. These results highlight BitVLA's promise for deployment on memory-constrained edge devices. We release the code and model weights in https://github.com/ustcwhy/BitVLA.

📄 PDF Abstract BibTeX arXiv:2506.07530

Code (1)

ustcwhy/bitvla 공식 구현 jax

Tasks

QuantizationVision-Language-Action

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

vla.cpp: A Unified Inference Runtime for Vision-Language-Action Models

2026-06-06 · Khanh D. Nguyen, Hung T. Ho, Chinh T. Nguyen, Thanh Q. Duong 외 arxiv

Vision-Language-Action (VLA) policies are typically shipped as Python/PyTorch stacks that assume a workstation-class GPU, a mismatch for the hardware on which robots actually run. We present vla.cpp, a portable C++ infer…

Vision-Language Foundation Models as Effective Robot Imitators

2023-11-02 · Xinghang Li, Minghuan Liu, Hanbo Zhang, Cunjun Yu 외

Recent progress in vision language foundation models has shown their ability to understand multimodal data and resolve complicated vision language tasks, including robotics manipulation. We seek a straightforward way of …

Imitation LearningRobot Manipulation

ACG: Action Coherence Guidance for Flow-based Vision-Language-Action models

2025-10-25 · Minho Park, Kinam Kim, Junha Hyung, Hyojin Jang 외 arxiv

Diffusion and flow matching models have emerged as powerful robot policies, enabling Vision-Language-Action (VLA) models to generalize across diverse scenes and instructions. Yet, when trained via imitation learning, the…

Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories

2026-07-16 · Xiaomi Robotics Team, Jun Guo, Piaopiao Jin, Jason Li 외 hf

We present Xiaomi-Robotics-1, a foundational vision-language-action (VLA) model capable of (1) following diverse language instructions to perform a wide range of mobile manipulation tasks in unseen environments out-of-th…

Xiaomi-Robotics-0: An Open-Sourced Vision-Language-Action Model with Real-Time Execution

2026-02-13 · Rui Cai, Jun Guo, Xinze He, Piaopiao Jin 외 arxiv

In this report, we introduce Xiaomi-Robotics-0, an advanced vision-language-action (VLA) model optimized for high performance and fast and smooth real-time execution. The key to our method lies in a carefully designed tr…