Mamba-based Selective State Space Modeling Improves the Accuracy-Complexity Tradeoff of SmolVLA Vision-Language-Action Experts
This paper demonstrates that integrating Mamba-based selective state-space modeling into the SmolVLA action expert significantly improves the accuracy-complexity tradeoff for Vision-Language-Action models, achieving superior success rates over Transformer baselines during long-horizon execution while reducing parameter complexity by 24% under per-action replanning.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Robots are learning to understand the world not just by seeing it, but by reading instructions and then moving their arms to do a job. This field, known as vision-language-action, relies on powerful computer brains that take a picture of a scene and a sentence describing a task, then figure out exactly how to move a robotic hand to complete it. The challenge for engineers is balancing speed with smarts. If a robot thinks too much before every tiny movement, it moves so slowly it becomes useless. But if it plans a long sequence of moves at once to save time, it risks making mistakes because the world might change while it is executing those pre-planned steps. The goal is to find a way for the robot to be both fast and accurate, a balance that has been difficult to strike.
A team of researchers has found a new way to tip this balance in favor of speed without sacrificing accuracy. They tested a new type of computer architecture, originally designed for processing language, inside the brain of a robot. By swapping out the standard thinking engine for this new design, they discovered that the robot could plan much longer sequences of movements and still succeed. In their tests, when the robot was allowed to execute a full sequence of fifty moves before checking its surroundings again, the new design succeeded at the task nearly eight percent more often than the old design. This improvement is significant because it means robots could operate much faster in the real world, making fewer pauses to think, while still getting the job done correctly.
The researchers started with a popular robot brain called SmolVLA, which is already known for being efficient and accurate. This system works by looking at a camera feed and a text instruction, then predicting a "chunk" of future movements. Instead of deciding just one move at a time, it predicts a whole series of actions, like a short movie of what the arm should do next. The robot then carries out the first few moves of that series, stops, looks at the world again, and plans a new series. The number of moves it carries out before stopping is called the execution horizon. If it stops after every single move, it is very accurate but very slow. If it runs the whole series without stopping, it is fast but prone to errors if the environment changes.
To solve this, the team replaced the part of the robot's brain that handles the timing of these movement sequences. The original system used a standard method called self-attention, which is like a spotlight that lets every part of the movement plan look back at every other part to stay coordinated. The researchers swapped this out for a different method called Mamba, which processes information in a way that is more like a steady stream of updates rather than a spotlight. This new method is much lighter on the computer's resources, requiring about twenty-four percent fewer settings to be learned, yet it handles the flow of time differently.
The team put both versions of the robot brain to the test in a simulated environment filled with forty different tasks, ranging from stacking blocks to moving objects to specific goals. They ran the robots through these tasks under three different conditions: stopping after every single move, stopping after twenty-five moves, and stopping after the full fifty moves. When the robots stopped after every move, both versions performed almost identically, with the new design matching the old one's success rate. However, as the robots were asked to run longer sequences without stopping, the difference became clear. The robot with the new Mamba design held its ground much better. When asked to run fifty moves before checking in, the new design succeeded in sixty-one point eight percent of the trials, while the older design only succeeded in fifty-three point nine percent.
This gap grew even wider on specific types of tasks. When the robot had to move objects to precise locations, the new design improved success rates by nearly eighteen percent at the longest horizon. Even on tasks involving spatial arrangements, it improved by ten percent. The researchers found that the new design was particularly good at keeping the later moves in a sequence coordinated with the earlier ones, even when the robot was acting on a plan that was no longer being updated with fresh visual information. This suggests that the new architecture has a natural advantage in predicting how a sequence of actions should unfold over time.
The study confirms that the way a robot plans its movements matters just as much as how often it checks its surroundings. By changing the internal engine that coordinates a sequence of actions, the researchers showed that robots can be made faster and more efficient without becoming clumsy. The new design not only improved the success rate for long sequences but also reduced the total number of computer settings needed to run the system. This means that in the future, robots could be deployed in real-world settings where they need to act quickly and continuously, relying on longer plans that stay accurate for longer periods. The work demonstrates that the right architectural choice can unlock a better tradeoff between speed and precision, bringing the dream of fast, reliable robotic assistants one step closer to reality.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.