新方法优化动作模型动作编码,提升动作关系保留能力
ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models
这个研究很实用,解决了动作模型中一个关键问题:如何让生成的动作更符合物理逻辑。作者的方法ActionPiece效果不错,在几个基准测试上表现都很好。
论文提出物理秩一致性(PRC)指标,用于评估动作编码器如何保留动作间的物理距离关系。新方法ActionPiece通过联合监督 representation learning 和 quantization,在Qwen3-VL-4B模型上,在LIBERO基准上达到94.8%的准确率,在未见过场景LIBERO-Plus上达到68.8%。
ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models
Action tokenizers play a central role in autoregressive vision-language-action (VLA) models, determining both the targets for policy training and the executable commands recovered from predicted tokens. Their fidelity is commonly evaluated using pointwise reconstruction metrics such as mean squared error (MSE), yet small individual errors do not fully characterize how faithfully action adjustments across demonstrations are preserved. After compression, similar actions may still cluster around a representative motion, while the adjustments needed for different contexts are diminished, distorted, or even reversed. We introduce physical rank consistency (PRC) to measure how well tokenization preserves local physical distance rankings after reconstruction. Evaluating decoded actions provides a common reference across token vocabularies and decoder architectures, complementing pointwise accuracy with a measure of relational fidelity. We further present ActionPiece, which preserves physical action relationships through joint supervision of representation learning and quantization. Physical rank preservation supervises near-far ordering in encoder and quantized feature distances, while quantization regularization applies the same ordering to codeword assignment distributions. Both objectives augment reconstruction, producing discrete action tokens for standard autoregressive policy learning and execution through a frozen decoder. Under the same Qwen3-VL-4B policy training setup, ActionPiece achieves 94.8% on LIBERO and 68.8% on unseen LIBERO-Plus, with additional evaluations reaching 71.9% on SimplerEnv and 51.5% across VLA-Arena L0-L2. Component ablations show that the two objectives jointly improve PRC and policy success, demonstrating the value of physical relationship supervision for action tokenization.