Preprint
Large Language Models

A survey on vision-language-action models: An action tokenization perspective

July 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

The remarkable advancements of vision and language foundation models in multimodal understanding, reasoning, and generation has sparked growing efforts to extend such …

Analysis

Why This Paper Matters

Vision-language-action (VLA) models represent a convergence of multimodal understanding and robotic control, aiming to enable agents to perceive, reason, and act in the physical world. This survey is timely as the field is rapidly expanding, with numerous approaches emerging that extend large language models to action generation. By focusing on action tokenization—a critical yet often underexamined component—the paper offers a unique lens to understand how discrete action representations affect model performance and generalization.

The survey's significance lies in its systematic organization of a fragmented research landscape. It categorizes methods based on how actions are tokenized (e.g., discretization, quantization, or direct regression), which is a fundamental design choice that impacts model architecture, training, and inference. This perspective helps researchers identify common patterns and gaps, facilitating cross-pollination of ideas and accelerating progress.

Technical Contributions

The paper's primary contribution is a taxonomy of action tokenization strategies, which includes:

  • Discrete action tokens: Converting continuous actions into discrete codes using techniques like vector quantization or binning, enabling the use of standard language modeling objectives.
  • Continuous action regression: Treating actions as continuous outputs, often with specialized heads, which may preserve fine-grained control but complicate integration with LLMs.
  • Hybrid approaches: Combining discrete and continuous representations to balance expressiveness and compatibility.
  • Temporal tokenization: Grouping action sequences into tokens to capture temporal dependencies.

The survey also discusses how these tokenization methods interact with vision-language encoders and LLM backbones, addressing issues like token embedding, sequence length, and alignment between modalities.

Results

As a survey, the paper does not introduce new experimental results. Instead, it synthesizes findings from existing literature, noting that discrete tokenization often aligns well with LLM pretraining objectives, while continuous methods may achieve higher control precision. The survey highlights that there is no one-size-fits-all solution, and performance depends on the task, environment, and available data. It also points out that many VLA models are evaluated on simulated benchmarks, with limited real-world deployment, indicating a gap in generalization.

Significance

The broader impact of this survey is to provide a clear roadmap for researchers entering the VLA field, reducing the learning curve and highlighting promising directions. By emphasizing action tokenization, it draws attention to a core design decision that can significantly influence model capabilities. This could lead to more standardized evaluation protocols and inspire novel tokenization schemes that improve sample efficiency and robustness. Ultimately, the survey supports the advancement of embodied AI, bringing us closer to robots that can understand and act in complex environments.