Search papers, labs, and topics across Lattice.
RoboRouter is introduced as a training-free framework that intelligently routes robotic manipulation tasks to the best-performing policy from a pool of heterogeneous policies (VLA, VA, code-based). It constructs a semantic task representation, retrieves similar historical records, and predicts the optimal policy without trial-and-error, using structured feedback to refine routing decisions. Experiments in simulation and real-world settings demonstrate that RoboRouter outperforms individual policies, improving average success rates by over 3% in simulation and 13% in real-world scenarios.
Forget training monolithic policies: RoboRouter intelligently routes robotic manipulation tasks to the best off-the-shelf policy, boosting success rates by 13% in the real world.
Research on robotic manipulation has developed a diverse set of policy paradigms, including vision-language-action (VLA) models, vision-action (VA) policies, and code-based compositional approaches. Concrete policies typically attain high success rates on specific task distributions but lim-ited generalization beyond it. Rather than proposing an other monolithic policy, we propose to leverage the complementary strengths of existing approaches through intelligent policy routing. We introduce RoboRouter, a training-free framework that maintains a pool of heterogeneous policies and learns to select the best-performing policy for each task through accumulated execution experience. Given a new task, RoboRouter constructs a semantic task representation, retrieves historical records of similar tasks, predicts the optimal policy choice without requiring trial-and-error, and incorporates structured feedback to refine subsequent routing decisions. Integrating a new policy into the system requires only lightweight evaluation and incurs no training overhead. Across simulation benchmark and real-world evaluations, RoboRouter consistently outperforms than in-dividual policies, improving average success rate by more than 3% in simulation and over 13% in real-world settings, while preserving execution efficiency. Our results demonstrate that intelligent routing across heterogeneous, off-the-shelf policies provides a practical and scalable pathway toward building more capable robotic systems.