Off-Road Navigation via Implicit Neural Representation of Terrain Traversability
Yixuan Jia, Qingyuan Li, Jonathan P. How
TL;DR
TRAIL tackles off-road navigation by learning an implicit, coordinate-based terrain representation from camera and LiDAR that encodes both geometric elevation and terrain bumpiness. A gradient-based planner combines an A* path search with differentiable trajectory optimization to jointly adjust path geometry and speed, guided by the terrain gradients. Simulation and field experiments show TRAIL outperforms geometry- and traction-based baselines, delivering smoother trajectories, adaptive speeds, and higher success rates, while reducing odometry-induced drift. The work demonstrates the value of perception-planning co-design via implicit representations for robust, terrain-aware autonomous navigation.
Abstract
Autonomous off-road navigation requires robots to estimate terrain traversability from onboard sensors and plan accordingly. Conventional approaches typically rely on sampling-based planners such as MPPI to generate short-term control actions that aim to minimize traversal time and risk measures derived from the traversability estimates. These planners can react quickly but optimize only over a short look-ahead window, limiting their ability to reason about the full path geometry, which is important for navigating in challenging off-road environments. Moreover, they lack the ability to adjust speed based on the terrain bumpiness, which is important for smooth navigation on challenging terrains. In this paper, we introduce TRAIL (Traversability with an Implicit Learned Representation), an off-road navigation framework that leverages an implicit neural representation to continuously parameterize terrain properties. This representation yields spatial gradients that enable integration with a novel gradient-based trajectory optimization method that adapts the path geometry and speed profile based on terrain traversability.
