paper-with-me

홈 › Papers

A Survey on Vision-Language-Action Models: An Action Tokenization Perspective

2025-07-02 · Yifan Zhong, Fengshuo Bai, Shaofei Cai, Xuchuan Huang, Zhang Chen, Xiaowei Zhang, Yuanfei Wang, Shaoyang Guo, Tianrui Guan, Ka Nam Lui, Zhiquan Qi, Yitao Liang, Yuanpei Chen, Yaodong Yang arxiv

The remarkable advancements of vision and language foundation models in multimodal understanding, reasoning, and generation has sparked growing efforts to extend such intelligence to the physical world, fueling the flourishing of vision-language-action (VLA) models. Despite seemingly diverse approaches, we observe that current VLA models can be unified under a single framework: vision and language inputs are processed by a series of VLA modules, producing a chain of \textit{action tokens} that progressively encode more grounded and actionable information, ultimately generating executable actions. We further determine that the primary design choice distinguishing VLA models lies in how action tokens are formulated, which can be categorized into language description, code, affordance, trajectory, goal state, latent representation, raw action, and reasoning. However, there remains a lack of comprehensive understanding regarding action tokens, significantly impeding effective VLA development and obscuring future directions. Therefore, this survey aims to categorize and interpret existing VLA research through the lens of action tokenization, distill the strengths and limitations of each token type, and identify areas for improvement. Through this systematic review and analysis, we offer a synthesized outlook on the broader evolution of VLA models, highlight underexplored yet promising directions, and contribute guidance for future research, hoping to bring the field closer to general-purpose intelligence.

📄 PDF Abstract BibTeX arXiv:2507.01925

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FAST: Efficient Action Tokenization for Vision-Language-Action Models

2025-01-16 · Karl Pertsch, Kyle Stachowicz, Brian Ichter, Danny Driess 외

Autoregressive sequence models, such as Transformer-based vision-language action (VLA) policies, can be tremendously effective for capturing complex and generalizable robotic behaviors. However, such models require us to…

Vision-Language-Action

Focusing on What Matters: Object-Agent-centric Tokenization for Vision Language Action models

2025-09-28 · Rokas Bendikas, Daniel Dijkman, Markus Peschl, Sanjay Haresh 외 arxiv

Vision-Language-Action (VLA) models offer a pivotal approach to learning robotic manipulation at scale by repurposing large pre-trained Vision-Language-Models (VLM) to output robotic actions. However, adapting VLMs for r…

Representation Learning

ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models

2026-09-16 · Shijie Lian, Bin Yu, Zhaolong Shen, Xiaopeng Lin 외 hf

Action tokenizers play a central role in autoregressive vision-language-action (VLA) models, determining both the targets for policy training and the executable commands recovered from predicted tokens. Their fidelity is…

Representation Learning

Superpixel Tokenization for Vision Transformers: Preserving Semantic Integrity in Visual Tokens

2024-12-06 · Jaihyun Lew, Soohyuk Jang, Jaehoon Lee, Seungryong Yoo 외

Transformers, a groundbreaking architecture proposed for Natural Language Processing (NLP), have also achieved remarkable success in Computer Vision. A cornerstone of their success lies in the attention mechanism, which …

Superpixels

FASTer: Toward Efficient Autoregressive Vision Language Action Modeling via Neural Action Tokenization

2025-12-04 · Yicheng Liu, Shiduo Zhang, Zibin Dong, Baijun Ye 외 arxiv

Autoregressive vision-language-action (VLA) models have recently demonstrated strong capabilities in robotic manipulation. However, their core process of action tokenization often involves a trade-off between reconstruct…