paper-with-me

Papers

VITA: Vision-to-Action Flow Matching Policy

2025-07-17 · Dechen Gao, Boqi Zhao, Andrew Lee, Ian Chuang, Hanchu Zhou, Hang Wang, Zhe Zhao, Junshan Zhang, Iman Soltani

We present VITA, a Vision-To-Action flow matching policy that evolves latent visual representations into latent actions for visuomotor control. Traditional flow matching and diffusion policies sample from standard source distributions (e.g., Gaussian noise) and require additional conditioning mechanisms like cross-attention to condition action generation on visual information, creating time and space overheads. VITA proposes a novel paradigm that treats latent images as the flow source, learning an inherent mapping from vision to action while eliminating separate conditioning modules and preserving generative modeling capabilities. Learning flows between fundamentally different modalities like vision and action is challenging due to sparse action data lacking semantic structures and dimensional mismatches between high-dimensional visual representations and raw actions. We address this by creating a structured action latent space via an autoencoder as the flow matching target, up-sampling raw actions to match visual representation shapes. Crucially, we supervise flow matching with both encoder targets and final action outputs through flow latent decoding, which backpropagates action reconstruction loss through sequential flow matching ODE solving steps for effective end-to-end learning. Implemented as simple MLP layers, VITA is evaluated on challenging bi-manual manipulation tasks on the ALOHA platform, including 5 simulation and 2 real-world tasks. Despite its simplicity, MLP-only VITA outperforms or matches state-of-the-art generative policies while reducing inference latency by 50-130% compared to conventional flow matching policies requiring different conditioning mechanisms or complex architectures. To our knowledge, VITA is the first MLP-only flow matching policy capable of solving complex bi-manual manipulation tasks like those in ALOHA benchmarks.

📄 PDF Abstract BibTeX arXiv:2507.13231

Code (0)

등록된 구현이 없습니다.

Tasks

Action Generation

Similar Papers 제목 키워드 기반

Guided Action Flow: Q-Guided Inference for Flow-Matching Vision-Language-Action Policies

2026-07-02 · Liuhaichen Yang, Zhuang Jiang, Chenchao Sheng, Zezhi Tang arxiv

Flow-matching vision-language-action policies generate robot action chunks through an iterative transport process, creating an opportunity for test-time guidance without retraining the base policy. We study this opportun…

Potential-Guided Flow Matching for Vision-Language-Action Policy Improvement

2026-06-03 · Yunpeng Mei, Jiakai He, Hongjie Cao, Chenyu Wang 외 arxiv

Large vision-language-action (VLA) policies are increasingly trained as conditional generative models over action chunks. Yet deployment produces mixed-quality experience-successful demonstrations, partial completions, r…

Reinforcement Learning

RedFlow: Redirect Failure into Action-Level Corrections for Flow-matching VLA Policy

2026-07-30 · Zhengyang Yan, Junhao Li, Fangqi Zhu, Zijun Wang 외 arxiv

Flow-matching Vision-Language-Action (VLA) policies have shown strong potential for robotic manipulation but often suffer from compounding errors caused by distribution shifts during deployment. While offline reinforceme…

Reinforcement LearningOffline RL

KAN We Flow? Advancing Robotic Manipulation with 3D Flow Matching via KAN & RWKV

2026-02-01 · Zhihao Chen, Yiyuan Ge, Ziyang Wang arxiv

Diffusion-based visuomotor policies excel at modeling action distributions but are inference-inefficient, since recursively denoising from noise to policy requires many steps and heavy UNet backbones, which hinders deplo…

Reinforcement Fine-Tuning of Flow-Matching Policies for Vision-Language-Action Models

2025-10-11 · Mingyang Lyu, Yinqian Sun, Erliang Lin, Huangrui Li 외 arxiv

Vision-Language-Action (VLA) models such as OpenVLA, Octo, and $π_0$ have shown strong generalization by leveraging large-scale demonstrations, yet their performance is still fundamentally constrained by the quality and …

Reinforcement Learning