Pixel to Elevation: Learning to Predict Elevation Maps at Long Range using Images for Autonomous Offroad Navigation
Chanyoung Chung, Georgios Georgakis, Patrick Spieler, Curtis Padgett, Ali Agha, Shehryar Khattak
TL;DR
The paper tackles the challenge of predicting long-range terrain elevation for off-road navigation using only onboard monocular images. It introduces a transformer-based pipeline with three key innovations: cross-view attention in a multi-scale encoder, an orientation-aware positional encoding to embed vehicle pose, and a history-augmented map-view embedding to enforce temporal consistency. Empirical results on real-world off-road data show the approach outperforms state-of-the-art baselines in MAE and SDR at up to 100 m range while maintaining real-time performance (~41 FPS), with ablations confirming the value of OPE and HA. The work has practical implications for safer and more proactive planning in high-speed off-road robotics and motivates future integration of depth modalities and uncertainty estimation.
Abstract
Understanding terrain topology at long-range is crucial for the success of off-road robotic missions, especially when navigating at high-speeds. LiDAR sensors, which are currently heavily relied upon for geometric mapping, provide sparse measurements when mapping at greater distances. To address this challenge, we present a novel learning-based approach capable of predicting terrain elevation maps at long-range using only onboard egocentric images in real-time. Our proposed method is comprised of three main elements. First, a transformer-based encoder is introduced that learns cross-view associations between the egocentric views and prior bird-eye-view elevation map predictions. Second, an orientation-aware positional encoding is proposed to incorporate the 3D vehicle pose information over complex unstructured terrain with multi-view visual image features. Lastly, a history-augmented learn-able map embedding is proposed to achieve better temporal consistency between elevation map predictions to facilitate the downstream navigational tasks. We experimentally validate the applicability of our proposed approach for autonomous offroad robotic navigation in complex and unstructured terrain using real-world offroad driving data. Furthermore, the method is qualitatively and quantitatively compared against the current state-of-the-art methods. Extensive field experiments demonstrate that our method surpasses baseline models in accurately predicting terrain elevation while effectively capturing the overall terrain topology at long-ranges. Finally, ablation studies are conducted to highlight and understand the effect of key components of the proposed approach and validate their suitability to improve offroad robotic navigation capabilities.
