菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-04
📄 Abstract - Let It Be Simple: One-Step Action Generation for Vision-Language-Action Models

Diffusion-based vision-language-action (VLA) models often inherit the image-generation view: actions are generated by iterative denoising. We argue that VLA action generation has a different condition-target structure: the policy is conditioned on rich observations, language, and state, but predicts only a compact, low-dimensional action chunk. Under this asymmetry, strong one-step action generation should not necessarily require the advanced one-step methods developed for image synthesis. We keep standard velocity prediction and add no teacher model, distillation stage, or auxiliary objective; in our main recipe, we simply bias the training time distribution toward high-noise states. We first isolate the effect in a controlled MNIST grid-to-sequence task, then test it with extensive robot-policy experiments. Across standard LIBERO, LIBERO-Plus, and LIBERO-Pro, one-step policies trained with high-noise biased schedules generally match ten-step decoding under the same recipe, and on standard LIBERO can exceed ten-step policies trained with a uniform time distribution. A real-robot bimanual YAM RSS evaluation gives a small-sample cross-architecture check of the same sampler trend. On a 1.4B VLM model with a 30M action head, one-step decoding reaches 95.6\% on LIBERO-Long. These results show that strong one-step VLA action generation can emerge from standard diffusion training, without importing the full few-step diffusion machinery developed for image generation.

顶级标签: machine learning robotics
详细标签: vision-language-action model one-step action generation diffusion policy robot manipulation 或 搜索:

让它简单:面向视觉-语言-动作模型的单步动作生成 / Let It Be Simple: One-Step Action Generation for Vision-Language-Action Models


1️⃣ 一句话总结

本文发现,在视觉-语言-动作模型中,由于动作预测的条件复杂而输出维度较低,直接用标准扩散训练并偏向高噪声阶段,就能实现高效的单步动作生成,无需像图像生成那样依赖复杂的多步降噪或蒸馏技术。

源自 arXiv: 2606.05737