English

Mixture of Horizons in Action Chunking

Robotics 2025-11-25 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Vision-language-action (VLA) models have shown remarkable capabilities in robotic manipulation, but their performance is sensitive to the action chunk length\textbf{action chunk length} used during training, termed horizon\textbf{horizon}. Our empirical study reveals an inherent trade-off: longer horizons provide stronger global foresight but degrade fine-grained accuracy, while shorter ones sharpen local control yet struggle on long-term tasks, implying fixed choice of single horizons being suboptimal. To mitigate the trade-off, we propose a mixture of horizons (MoH)\textbf{mixture of horizons (MoH)} strategy. MoH rearranges the action chunk into several segments with different horizons, processes them in parallel with a shared action transformer, and fuses outputs with a light linear gate. It has three appealing benefits. 1) MoH exploits long-term foresight and short-term precision jointly within a single model, improving both performance and generalizability to complex tasks. 2) MoH is plug-and-play for full-attention action modules with minimal training or inference overhead. 3) MoH enables dynamic inference with adaptive horizons, which selects stable actions through cross-horizon consensus, achieving 2.5×\times higher throughput than baselines while preserving superior performance. Extensive experiments over flow-based policies π0\pi_0, π0.5\pi_{0.5}, and one-step regression policy πreg\pi_{\text{reg}} demonstrate that MoH yields consistent and significant gains on both simulations and real-world tasks. Notably, under mixed-task setting, π0.5\pi_{0.5} with MoH reaches a new state-of-the-art with 99%\% average success rate on LIBERO after only 30k30k training iterations. Project page: https://github.com/Timsty1/MixtureOfHorizons

Keywords

Cite

@article{arxiv.2511.19433,
  title  = {Mixture of Horizons in Action Chunking},
  author = {Dong Jing and Gang Wang and Jiaqi Liu and Weiliang Tang and Zelong Sun and Yunchao Yao and Zhenyu Wei and Yunhui Liu and Zhiwu Lu and Mingyu Ding},
  journal= {arXiv preprint arXiv:2511.19433},
  year   = {2025}
}

Comments

15 pages, 14 figures