RoboOmni: Actions Are Just Another Modality for Vision-Language Models
Abstract
Lay Summary
Modern AI can read text and understand images remarkably well, yet making a robot act in the physical world — pick up a cup, fold a shirt, plug in a cable — is still very hard. A common recipe today is to use a large vision-and-language model as the robot's "eyes and brain," then attach a separate motor module that turns understanding into movements. This split forces perception and action to live in two different worlds, limiting how well a robot generalizes to new tasks. We propose RoboOmni, a single model that treats physical actions the way it treats words and pixels — as another stream of tokens it can directly generate. Instead of producing one tiny motion at a time, our method predicts a short sequence of motions in one shot, like a writer drafts a phrase rather than one letter. Because the model never leaves its native pipeline, it inherits the speed and scaling tricks behind today's large language models. On standard robot manipulation benchmarks, RoboOmni sets new state-of-the-art success rates and runs about 27× faster than prior unified approaches. By closing this perception-action gap inside one model, we bring general-purpose, easy-to-deploy robot assistants meaningfully closer to reality.