Search papers, labs, and topics across Lattice.
This paper introduces StratMamba, a dual-stream temporal modeling architecture designed to enhance robot navigation in complex environments by efficiently managing long-horizon temporal dependencies. By integrating fast-decay memory for immediate obstacle avoidance with slow-decay memory for strategic planning, StratMamba significantly outperforms traditional models like LSTM and Transformer in both simulation and real-world scenarios. The results show a remarkable improvement in navigation speed and path efficiency, with StratMamba achieving a median of 576 steps and a path efficiency of 0.915, demonstrating its effectiveness in balancing reactive safety and strategic navigation.
StratMamba achieves a 5% faster navigation speed and 0.915 path efficiency, setting a new benchmark for obstacle avoidance in robotic navigation.
This paper proposes StratMamba, a dual-stream Mamba-based temporal modeling architecture, to more efficiently capture long-horizon temporal dependencies required for robot navigation in complex and obstacle-rich environments. StratMamba leverages a combination of fast-decay and slow-decay memory architectures, where the fast-decay component processes high-frequency LiDAR data for reactive obstacle avoidance, while the slow-decay component maintains longer-horizon goal information for strategic planning. We perform extensive evaluations of different obstacle avoidance scenarios in IsaacLab and Gazebo, while also validating successful sim-to-real deployment on a Unitree GO1 quadruped robot navigating in the presence of static/dynamic obstacles. Comparisons with other temporal RL baselines, such as LSTM, Transformer, and Vanilla-Mamba, show that our StratMamba achieves exceptional temporal reasoning efficiency with a lower timeout rate, while maintaining the fastest navigation speed (576 median steps, 5.0% better than Vanilla-Mamba). It also achieves the highest path optimality (0.915 path efficiency) across all baselines. Real-world evaluation reveals that StratMamba maintains more robust performance across extended LiDAR ranges compared to vanilla Mamba and the Transformer, demonstrating that dual-stream partitioning effectively balances reactive safety with strategic navigation under challenging sensing conditions.