RetoVLA: Reusing Register Tokens for Spatial Reasoning in Vision-Language-Action Models
About
Vision-Language-Action (VLA) models have demonstrated robust performance across diverse robotic tasks. However, their high memory and computational demands often limit real-time deployment. While existing model compression techniques reduce the parameter footprint, they often drop in 3D spatial reasoning and scene layout understanding. This work introduces RetoVLA, an architecture designed to maintain spatial awareness in lightweight models by repurposing Register Tokens-learnable parameters originally introduced to mitigate attention artifacts in Vision Transformers. While these tokens are generally discarded once used, we repurpose them for their dense representation of global spatial context. RetoVLA integrates these recycled tokens directly into the action-planning module through a dedicated spatial context injection path. Our proposed design enables the recovery of global context without increasing the total parameter count. Real-world experiments using a 7-DOF manipulator show a 17.1%p improvement in average success rates over the baseline. Our results demonstrate that leveraging internal register tokens provides a highly effective mechanism for developing efficient, spatially-aware robotic agents. A video demonstration is available at: https://youtu.be/2CseBR-snZg
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robot Manipulation | LIBERO | Goal Achievement80.4 | 700 | |
| Pick-&-Place | Real-World custom 7-DOF robot arm | Success Rate (SR)92 | 4 | |
| Build Domino Line | Real-World custom 7-DOF robot arm | Success Rate (SR)40 | 2 | |
| Clean Marker on Mirror | Real-World custom 7-DOF robot arm | Success Rate0.52 | 2 | |
| Close Drawer | Real-World custom 7-DOF robot arm | Success Rate96 | 2 | |
| Move Bowl | Real-World custom 7-DOF robot arm | Success Rate (SR)38 | 2 | |
| Robot Manipulation (Overall) | Real-World custom 7-DOF robot arm | Mean Success Rate (MSR)67.42 | 2 | |
| Stack by Size | Real-World custom 7-DOF robot arm | Success Rate76 | 2 |