ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models
Summary
This paper introduces ActionPiece, a novel action tokenization method for autoregressive vision-language-action models that uses physical rank consistency to improve the fidelity of action relationships, evaluated on benchmarks like LIBERO and SimplerEnv.
View Cached Full Text
Cached at: 09/17/26, 06:53 AM
Paper page - ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models
Source: https://huggingface.co/papers/2609.18487
Abstract
Actiontokenizersplayacentralroleinautoregressivevision-language-action(VLA)models,determiningboththetargetsforpolicytrainingandtheexecutablecommandsrecoveredfrompredictedtokens.Theirfidelityiscommonlyevaluatedusingpointwisereconstructionmetricssuchasmeansquarederror(MSE),yetsmallindividualerrorsdonotfullycharacterizehowfaithfullyactionadjustmentsacrossdemonstrationsarepreserved.Aftercompression,similaractionsmaystillclusteraroundarepresentativemotion,whiletheadjustmentsneededfordifferentcontextsarediminished,distorted,orevenreversed.Weintroducephysicalrankconsistency(PRC)tomeasurehowwelltokenizationpreserveslocalphysicaldistancerankingsafterreconstruction.Evaluatingdecodedactionsprovidesacommonreferenceacrosstokenvocabulariesanddecoderarchitectures,complementingpointwiseaccuracywithameasureofrelationalfidelity.WefurtherpresentActionPiece,whichpreservesphysicalactionrelationshipsthroughjointsupervisionofrepresentationlearningandquantization.Physicalrankpreservationsupervisesnear-farorderinginencoderandquantizedfeaturedistances,whilequantizationregularizationappliesthesameorderingtocodewordassignmentdistributions.Bothobjectivesaugmentreconstruction,producingdiscreteactiontokensforstandardautoregressivepolicylearningandexecutionthroughafrozendecoder.UnderthesameQwen3-VL-4Bpolicytrainingsetup,ActionPieceachieves94.8%onLIBEROand68.8%onunseenLIBERO-Plus,withadditionalevaluationsreaching71.9%onSimplerEnvand51.5%acrossVLA-ArenaL0-L2.ComponentablationsshowthatthetwoobjectivesjointlyimprovePRCandpolicysuccess,demonstratingthevalueofphysicalrelationshipsupervisionforactiontokenization.
View arXiv pageView PDFProject pageGitHub13Add to collection
Get this paper in your agent:
hf papers read 2609\.18487
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.18487 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.18487 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.18487 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
RepWAM: World Action Modeling with Representation Visual-Action Tokenizers
RepWAM introduces a world action modeling approach using representation visual-action tokenizers, aiming to learn unified visual and action representations for planning and control.
AR-VLA: True Autoregressive Action Expert for Vision-Language-Action Models
Proposes AR-VLA, an autoregressive action expert that generates continuous action sequences with long-term memory for context-aware robotic policy training, improving trajectory smoothness and task success rates over reactive VLA models.
Revisiting Action Factorization for Complex Action Spaces
This paper presents a cross-sectional study comparing various action factorization methods (independent networks, shared encoder, VDN, QPLEX, Joint, Auto-Regressive) across three RL algorithm families (PPO, SAC, DQN) in hybrid discrete-continuous action spaces, introducing two new lightweight environments and variants VDN-PPO and PPO-MIX.
Role-Conditioned Sub-Token Routing for Efficient Vision-Language-Action Policies
This paper introduces Role-Conditioned Sub-Token Routing (RoleSub), a method to efficiently compress vision-language-action models by routing sub-token groups, reducing computational costs while maintaining strong performance on robotic tasks.
APT: Action Expert Pretraining Improves Instruction Generalization of Vision-Language-Action Policies
Researchers propose APT, a two-stage training method that pretrains action experts on vision-action pairs before integrating language conditioning, significantly improving out-of-distribution instruction generalization for Vision-Language-Action policies.