Seq-DeepIPC: Sequential Sensing for End-to-End Control in Legged Robot Navigation
Oskar Natan, Jun Miura
TL;DR
Seq-DeepIPC addresses end-to-end navigation for legged robots in mixed terrains by unifying sequential perception with planning and control. The model ingests a short sequence of RGB-D frames, performs dual-head segmentation and depth estimation, projects features into a BEV, and uses a GRU-based planner to output future waypoints and control commands. By replacing heavier encoders with EfficientNet-B0 and using GNSS-based bearing instead of IMU, the system achieves edge-friendly deployment and improved heading stability in open areas. Experiments on an extended campus dataset with road and grass show that temporal inputs and multi-task perception yield more stable perception, accurate waypoint predictions, and smoother control, while GNSS-based heading still struggles near tall buildings, suggesting benefits from sensor fusion.
Abstract
We present Seq-DeepIPC, a sequential end-to-end perception-to-control model for legged robot navigation in realworld environments. Seq-DeepIPC advances intelligent sensing for autonomous legged navigation by tightly integrating multi-modal perception (RGB-D + GNSS) with temporal fusion and control. The model jointly predicts semantic segmentation and depth estimation, giving richer spatial features for planning and control. For efficient deployment on edge devices, we use EfficientNet-B0 as the encoder, reducing computation while maintaining accuracy. Heading estimation is simplified by removing the noisy IMU and instead computing the bearing angle directly from consecutive GNSS positions. We collected a larger and more diverse dataset that includes both road and grass terrains, and validated Seq-DeepIPC on a robot dog. Comparative and ablation studies show that sequential inputs improve perception and control in our models, while other baselines do not benefit. Seq-DeepIPC achieves competitive or better results with reasonable model size; although GNSS-only heading is less reliable near tall buildings, it is robust in open areas. Overall, Seq-DeepIPC extends end-to-end navigation beyond wheeled robots to more versatile and temporally-aware systems. To support future research, we will release the codes to our GitHub repository at https://github.com/oskarnatan/Seq-DeepIPC.
