Table of Contents
Fetching ...

OmniSAT: Compact Action Token, Faster Auto Regression

Huaihai Lyu, Chaofan Chen, Senwei Xie, Pengwei Wang, Xiansheng Chen, Shanghang Zhang, Changsheng Xu

TL;DR

OmniSAT tackles the inefficiency of auto-regressive Vision-Language-Action (VLA) models for long-horizon manipulation by introducing a compact, transferable action tokenizer that combines consistency encoding with B-spline control points and multi-stage residual vector-quantization to discretize position, rotation, and gripper actions. pretrained on the Droid dataset, this two-stage pipeline achieves approximately $6.8\times$ end-to-end sequence compression and supports cross-embodiment learning by unifying robot and human demonstrations in a shared action-pattern space. The approach yields faster AR convergence and higher downstream performance across real-world and simulation benchmarks, with further gains when human demonstrations are mixed (OmniSAT-M). These results demonstrate scalable AR-based VLA training with cross-domain data, enabling more capable, instruction-following robotic manipulation. Overall, OmniSAT provides a principled, high-fidelity, and transferable tokenizer that substantially improves efficiency and generalization in embodied AI.

Abstract

Existing Vision-Language-Action (VLA) models can be broadly categorized into diffusion-based and auto-regressive (AR) approaches: diffusion models capture continuous action distributions but rely on computationally heavy iterative denoising. In contrast, AR models enable efficient optimization and flexible sequence construction, making them better suited for large-scale pretraining. To further improve AR efficiency, particularly when action chunks induce extended and high-dimensional sequences, prior work applies entropy-guided and token-frequency techniques to shorten the sequence length. However, such compression struggled with \textit{poor reconstruction or inefficient compression}. Motivated by this, we introduce an Omni Swift Action Tokenizer, which learns a compact, transferable action representation. Specifically, we first normalize value ranges and temporal horizons to obtain a consistent representation with B-Spline encoding. Then, we apply multi-stage residual quantization to the position, rotation, and gripper subspaces, producing compressed discrete tokens with coarse-to-fine granularity for each part. After pre-training on the large-scale dataset Droid, the resulting discrete tokenization shortens the training sequence by 6.8$\times$, and lowers the target entropy. To further explore the potential of OmniSAT, we develop a cross-embodiment learning strategy that builds on the unified action-pattern space and jointly leverages robot and human demonstrations. It enables scalable auxiliary supervision from heterogeneous egocentric videos. Across diverse real-robot and simulation experiments, OmniSAT encompasses higher compression while preserving reconstruction quality, enabling faster AR training convergence and model performance.

OmniSAT: Compact Action Token, Faster Auto Regression

TL;DR

OmniSAT tackles the inefficiency of auto-regressive Vision-Language-Action (VLA) models for long-horizon manipulation by introducing a compact, transferable action tokenizer that combines consistency encoding with B-spline control points and multi-stage residual vector-quantization to discretize position, rotation, and gripper actions. pretrained on the Droid dataset, this two-stage pipeline achieves approximately end-to-end sequence compression and supports cross-embodiment learning by unifying robot and human demonstrations in a shared action-pattern space. The approach yields faster AR convergence and higher downstream performance across real-world and simulation benchmarks, with further gains when human demonstrations are mixed (OmniSAT-M). These results demonstrate scalable AR-based VLA training with cross-domain data, enabling more capable, instruction-following robotic manipulation. Overall, OmniSAT provides a principled, high-fidelity, and transferable tokenizer that substantially improves efficiency and generalization in embodied AI.

Abstract

Existing Vision-Language-Action (VLA) models can be broadly categorized into diffusion-based and auto-regressive (AR) approaches: diffusion models capture continuous action distributions but rely on computationally heavy iterative denoising. In contrast, AR models enable efficient optimization and flexible sequence construction, making them better suited for large-scale pretraining. To further improve AR efficiency, particularly when action chunks induce extended and high-dimensional sequences, prior work applies entropy-guided and token-frequency techniques to shorten the sequence length. However, such compression struggled with \textit{poor reconstruction or inefficient compression}. Motivated by this, we introduce an Omni Swift Action Tokenizer, which learns a compact, transferable action representation. Specifically, we first normalize value ranges and temporal horizons to obtain a consistent representation with B-Spline encoding. Then, we apply multi-stage residual quantization to the position, rotation, and gripper subspaces, producing compressed discrete tokens with coarse-to-fine granularity for each part. After pre-training on the large-scale dataset Droid, the resulting discrete tokenization shortens the training sequence by 6.8, and lowers the target entropy. To further explore the potential of OmniSAT, we develop a cross-embodiment learning strategy that builds on the unified action-pattern space and jointly leverages robot and human demonstrations. It enables scalable auxiliary supervision from heterogeneous egocentric videos. Across diverse real-robot and simulation experiments, OmniSAT encompasses higher compression while preserving reconstruction quality, enabling faster AR training convergence and model performance.

Paper Structure

This paper contains 44 sections, 29 equations, 8 figures, 8 tables.

Figures (8)

  • Figure 1: Comparison between Existing Approaches and OmniSAT. (a) Diffusion-based policies require iterative denoising, limiting training efficiency and scalability. (b) AR policies train efficiently and support flexible sequence construction, but sacrifice fine-grained accuracy in continuous control. (c) OmniSAT amplifies AR efficiency through feasible high-rate compression while providing a unified token space that enables integration of heterogeneous datasets.
  • Figure 2: Overview of OmniSAT Tokenization Pipeline.Consistency Encoding converts variable-length trajectories into temporally aligned, fixed-length control-point representations via B-spline fitting. Quantization Compression splits control-point features into part groups (position, rotation, gripper) and applies residual vector quantization to obtain layerwise codebook indices. The selected indices are then flattened into final compact action-pattern tokens.
  • Figure 3: OmniSAT for Cross-Embodiment Manipulation Learning. The training pipeline has two phases: (i) Tokenizer Pretraining: OmniSAT is pretrained on heterogeneous human–robot datasets to learn a unified and compressed ($\times$ 6.8) action token space; (ii) Cross-Embodiment Fine-Tuning: we construct mixed visual-action auto-regressive sequences over OmniSAT token space, enabling efficient and scalable fine-tuning through shorter sequences and lower target entropy.
  • Figure 4: Training Convergence of Average Success on LIBERO.
  • Figure 5: Real-World Evaluation.
  • ...and 3 more figures