VITA: Vision-to-Action Flow Matching Policy
Dechen Gao, Boqi Zhao, Andrew Lee, Ian Chuang, Hanchu Zhou, Hang Wang, Zhe Zhao, Junshan Zhang, Iman Soltani
TL;DR
VITA rethinks visuomotor policy learning by removing visual conditioning from flow-based generation and sourcing the flow from a latent visual representation to a learned latent action space. An action autoencoder bridges the dimensionality gap, while Flow Latent Decoding backpropagates action reconstruction through the ODE solver to prevent latent collapse, enabling end-to-end training. The approach yields 1.5×–2× faster inference and 18.6%–28.7% lower memory usage, while achieving state-of-the-art or competitive success rates across 9 simulation and 5 real-world tasks (ALOHA and Robomimic). The work shows that a conditioning-free, MLPl-based pipeline can handle high-precision visuomotor tasks, with grid-based latents further scalable to transformers without expensive conditioning modules.
Abstract
Conventional flow matching and diffusion-based policies sample through iterative denoising from standard noise distributions (e.g., Gaussian), and require conditioning modules to repeatedly incorporate visual information during the generative process, incurring substantial time and memory overhead. To reduce the complexity, we develop VITA(VIsion-To-Action policy), a noise-free and conditioning-free flow matching policy learning framework that directly flows from visual representations to latent actions. Since the source of the flow is visually grounded, VITA eliminates the need of visual conditioning during generation. As expected, bridging vision and action is challenging, because actions are lower-dimensional, less structured, and sparser than visual representations; moreover, flow matching requires the source and target to have the same dimensionality. To overcome this, we introduce an action autoencoder that maps raw actions into a structured latent space aligned with visual latents, trained jointly with flow matching. To further prevent latent space collapse, we propose flow latent decoding, which anchors the latent generation process by backpropagating the action reconstruction loss through the flow matching ODE (ordinary differential equation) solving steps. We evaluate VITA on 9 simulation and 5 real-world tasks from ALOHA and Robomimic. VITA achieves 1.5x-2x faster inference compared to conventional methods with conditioning modules, while outperforming or matching state-of-the-art policies. Codes, datasets, and demos are available at our project page: https://ucd-dare.github.io/VITA/.
