Mixture of Horizons in Action Chunking
Abstract
Lay Summary
(1) Problem: Robots powered by Vision-Language-Action models (VLAs) now learn to perform diverse manipulation tasks like folding clothes by iteratively predicting and executing short sequences of future movements, called "action chunks." But how far ahead the robot should plan presents a dilemma: planning many steps ahead helps it stay on course toward distant goals, while planning fewer steps allows more precise, careful motion. Existing systems must pick one fixed planning length, sacrificing either foresight or precision. (2) Solution: We propose Mixture of Horizons (MoH), a simple strategy that lets the robot plan at several lengths simultaneously and intelligently blend them, like a driver who watches both the road ahead and the steering wheel at once. A tiny gating layer learns when to rely on far-sighted versus near-sighted predictions. We also use agreement across these plans to distinguish how confidently the robot act and realize dynamic inference. (3) Impact: MoH plugs into existing VLAs with negligible cost, consistently improves performance across simulated and real-world tasks, and enables 2.5× usage of predicted actions with dynamic inference while keeping comparable performance. MoH is a step toward more capable, efficient embodied AI.