English

MTIL: Encoding Full History with Mamba for Temporal Imitation Learning

Robotics 2025-10-16 v3

Abstract

Standard imitation learning (IL) methods have achieved considerable success in robotics, yet often rely on the Markov assumption, which falters in long-horizon tasks where history is crucial for resolving perceptual ambiguity. This limitation stems not only from a conceptual gap but also from a fundamental computational barrier: prevailing architectures like Transformers are often constrained by quadratic complexity, rendering the processing of long, high-dimensional observation sequences infeasible. To overcome this dual challenge, we introduce Mamba Temporal Imitation Learning (MTIL). Our approach represents a new paradigm for robotic learning, which we frame as a practical synthesis of World Model and Dynamical System concepts. By leveraging the linear-time recurrent dynamics of State Space Models (SSMs), MTIL learns an implicit, action-oriented world model that efficiently encodes the entire trajectory history into a compressed, evolving state. This allows the policy to be conditioned on a comprehensive temporal context, transcending the confines of Markovian approaches. Through extensive experiments on simulated benchmarks (ACT, Robomimic, LIBERO) and on challenging real-world tasks, MTIL demonstrates superior performance against SOTA methods like ACT and Diffusion Policy, particularly in resolving long-term temporal ambiguities. Our findings not only affirm the necessity of full temporal context but also validate MTIL as a powerful and a computationally feasible approach for learning long-horizon, non-Markovian behaviors from high-dimensional observations.

Keywords

Cite

@article{arxiv.2505.12410,
  title  = {MTIL: Encoding Full History with Mamba for Temporal Imitation Learning},
  author = {Yulin Zhou and Yuankai Lin and Fanzhe Peng and Jiahui Chen and Kaiji Huang and Hua Yang and Zhouping Yin},
  journal= {arXiv preprint arXiv:2505.12410},
  year   = {2025}
}

Comments

Published in IEEE Robotics and Automation Letters (RA-L), 2025. 8 pages, 5 figures

R2 v1 2026-07-01T02:19:44.414Z