ROAILGFeb 4

OAT: Ordered Action Tokenization

arXiv:2602.04215v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of effective action tokenization for scalable robot learning, offering a novel solution that improves performance and flexibility, though it is incremental in advancing existing autoregressive modeling approaches.

The paper tackles the problem of tokenizing continuous robot actions for autoregressive policies by introducing Ordered Action Tokenization (OAT), which achieves high compression, total decodability, and a causally ordered token space, leading to consistent outperformance over prior methods across more than 20 tasks in simulation and real-world settings.

Autoregressive policies offer a compelling foundation for scalable robot learning by enabling discrete abstraction, token-level reasoning, and flexible inference. However, applying autoregressive modeling to continuous robot actions requires an effective action tokenization scheme. Existing approaches either rely on analytical discretization methods that produce prohibitively long token sequences, or learned latent tokenizers that lack structure, limiting their compatibility with next-token prediction. In this work, we identify three desiderata for action tokenization - high compression, total decodability, and a left-to-right causally ordered token space - and introduce Ordered Action Tokenization (OAT), a learned action tokenizer that satisfies all three. OAT discretizes action chunks into an ordered sequence of tokens using transformer with registers, finite scalar quantization, and ordering-inducing training mechanisms. The resulting token space aligns naturally with autoregressive generation and enables prefix-based detokenization, yielding an anytime trade-off between inference cost and action fidelity. Across more than 20 tasks spanning four simulation benchmarks and real-world settings, autoregressive policies equipped with OAT consistently outperform prior tokenization schemes and diffusion-based baselines, while offering significantly greater flexibility at inference time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes