paper-with-me

Papers

FASTer: Toward Efficient Autoregressive Vision Language Action Modeling via Neural Action Tokenization

2025-12-04 · Yicheng Liu, Shiduo Zhang, Zibin Dong, Baijun Ye, Tianyuan Yuan, Xiaopeng Yu, Linqi Yin, Chenhao Lu, Junhao Shi, Luca Jiang-Tao Yu, Liangtao Zheng, Tao Jiang, Jingjing Gong, Xipeng Qiu, Hang Zhao arxiv

Autoregressive vision-language-action (VLA) models have recently demonstrated strong capabilities in robotic manipulation. However, their core process of action tokenization often involves a trade-off between reconstruction fidelity and inference efficiency. We introduce FASTer, a unified framework for efficient and generalizable robot learning that integrates a learnable tokenizer with an autoregressive policy built upon it. FASTerVQ encodes action chunks as single-channel images, capturing global spatio-temporal dependencies while maintaining a high compression ratio. FASTerVLA builds on this tokenizer with block-wise autoregressive decoding and a lightweight action expert, achieving both faster inference and higher task performance. Extensive experiments across simulated and real-world benchmarks show that FASTerVQ delivers superior reconstruction quality, high token utilization, and strong cross-task and cross-embodiment generalization, while FASTerVLA further improves overall capability, surpassing previous state-of-the-art VLA models in both inference speed and task performance.

📄 PDF Abstract BibTeX arXiv:2512.04952

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TBD-VLA: Temporal Block Diffusion Vision Language Action Model

2026-06-05 · Sung-Wook Lee, Xuhui Kang, Yen-Ling Kuo arxiv

Discrete Vision-Language-Action (VLA) models typically formulate action generation as next-token prediction over discretized action spaces, conditioning each token autoregressively on prior context. While effective, this…

XLM: A Python package for non-autoregressive language models

2025-12-18 · Dhruvesh Patel, Durga Prasad Maram, Sai Sreenivas Chintha, Benjamin Rozonoyer 외 arxiv

In recent years, there has been a resurgence of interest in non-autoregressive text generation in the context of general language modeling. Unlike the well-established autoregressive language modeling paradigm, which has…

Text Generation

InfinityStar: Unified Spacetime AutoRegressive Modeling for Visual Generation

2025-11-06 · Jinlai Liu, Jian Han, Bin Yan, Hui Wu 외 arxiv

We introduce InfinityStar, a unified spacetime autoregressive framework for high-resolution image and dynamic video synthesis. Building on the recent success of autoregressive modeling in both vision and language, our pu…

Video Generation

Non-autoregressive Sequence-to-Sequence Vision-Language Models

2024-03-04 · CVPR 2024 1 · Kunyu Shi, Qi Dong, Luis Goncalves, Zhuowen Tu 외

Sequence-to-sequence vision-language models are showing promise, but their applicability is limited by their inference latency due to their autoregressive way of generating predictions. We propose a parallel decoding seq…

DecoderLanguage ModelingLanguage Modelling

Towards Faster Language Model Inference Using Mixture-of-Experts Flow Matching

2026-04-16 · Aihua Li arxiv

Flow matching retains the generation quality of diffusion models while enabling substantially faster inference, making it a compelling paradigm for generative modeling. However, when applied to language modeling, it exhi…