The encoder processes an action chunk together with multimodal context (three-view video, task language, fine-grained instructions) and aligns the representation to the frozen VLM feature space via contrastive learning. The SRQ (Semantic Residual Quantization) core applies an asymmetric residual vector quantization: level q0 learns coarse action intent (e.g. “grasp”, “approach”, “place”) via Masked Action Modeling, while levels q1–q3 encode motion details, end-effector poses and trajectory refinements. The decoder reconstructs continuous action chunks from the tokens; auxiliary losses (VLM feature alignment and next-frame VL feature prediction) teach the model the consequences of actions. The codebook has 2048 codes × 4 quantizers, with a compression ratio of 4 and chunk lengths of 8–64.
Vision-language-action models need an action representation that is both discrete (for cross-entropy training) and rich enough to preserve precise control. Naive tokenization loses either semantics or motion detail. X-Tokenizer provides dual-purpose tokens: a strong semantic signal for the VLA backbone plus preserved continuous control detail, improving multimodal alignment (+13.5%) and long-horizon tasks (+8.25%).
Encodes an action chunk with multimodal context and contrastively aligns it to the frozen VLM feature space.
Asymmetric residual vector quantization: q0 = coarse action intent (Masked Action Modeling), q1–q3 = motion detail and trajectory refinements.
Reconstructs continuous action chunks from tokens; additionally learns VLM feature alignment and next-frame VL feature prediction.
Token codebook: 2048 codes × 4 quantizers, compression ratio 4.
Results (RoboTwin, cross-embodiment, real robot) are author-evaluated and have not been independently replicated.
Token semantics depend on the frozen VLM’s features — a weak VLM limits interface quality.
Materials state 17 or 18 robot embodiments (a discrepancy between the paper and the model card).
The paper “X-Tokenizer: A Multimodal Action Tokenizer for Vision-Language-Action Pretraining” (arXiv:2606.14752); trained on 2.4M trajectories (2.0B action frames).
Announced (2 July 2026) as a component of X Square Robot’s WALL-A foundation-model ecosystem.
Contrastive alignment to a large frozen VLM plus multi-level residual quantization are the most compute-intensive stages of training the tokenizer.
Number of codes in the token codebook.
Number of residual quantization levels (q0–q3).
How strongly an action chunk is compressed into tokens.
Number of action steps in one chunk.
26-dimensional flat action space (bimanual EEF + chassis + lift + head).
A lightweight encoder–decoder performs dense computation; quantization selects codes from the codebook (top-k per level).
Encoding and quantizing action chunks are parallel on GPUs, but the SRQ residual levels depend on one another in sequence (q0→q1→…).
Training on 2.4M trajectories and aligning to a large VLM requires GPU acceleration.