paper-with-me

Papers

OAT: Ordered Action Tokenization

2026-02-04 · Chaoqi Liu, Xiaoshen Han, Jiawei Gao, Yue Zhao, Haonan Chen, Yilun Du arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.04215

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SuperVoxelGPT: Adaptive and Ordered 3D Tokenization for Autoregressive Shape Generation

2026-05-28 · Yuan Li, Congyi Zhang, Xifeng Gao, Xiaohu Guo arxiv

Autoregressive multimodal large language models (MLLMs) enable 3D generation but struggle to scale to high-resolution shapes due to inadequate 3D tokenizations. Compact set-based representations discard deterministic spa…

3D Generation

Frequency-Ordered Tokenization for Better Text Compression

2026-02-26 · Maximilian Kalcher arxiv

We present frequency-ordered tokenization, a simple preprocessing technique that improves lossless text compression by exploiting the power-law frequency distribution of natural language tokens (Zipf's law). The method t…

NativeTok: Native Visual Tokenization for Improved Image Generation

2026-01-30 · Bin Wu, Mengqi Huang, Weinan Jia, Zhendong Mao arxiv

VQ-based image generation typically follows a two-stage pipeline: a tokenizer encodes images into discrete tokens, and a generative model learns their dependencies for reconstruction. However, improved tokenization in th…

Image Generation

FlexTok: Resampling Images into 1D Token Sequences of Flexible Length

2025-02-19 · Roman Bachmann, Jesse Allardice, David Mizrahi, Enrico Fini 외

Image tokenization has enabled major advances in autoregressive image generation by providing compressed, discrete representations that are more efficient to process than raw pixels. While traditional approaches use 2D g…

Image Generation

ActionPiece: Contextually Tokenizing Action Sequences for Generative Recommendation

2025-02-19 · Yupeng Hou, Jianmo Ni, Zhankui He, Noveen Sachdeva 외

Generative recommendation (GR) is an emerging paradigm where user actions are tokenized into discrete token patterns and autoregressively generated as predictions. However, existing GR models tokenize each action indepen…