ROCVJun 4, 2025

Learning Smooth State-Dependent Traversability from Dense Point Clouds

arXiv:2506.04362v21 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient and accurate terrain traversability prediction for autonomous vehicles in off-road environments, representing a domain-specific incremental improvement.

The paper tackles the problem of learning state-dependent traversability for off-road autonomy by introducing SPARTA, a method that estimates approach angle conditioned traversability from point clouds, achieving a 91% success rate in simulation compared to 73% for a baseline.

A key open challenge in off-road autonomy is that the traversability of terrain often depends on the vehicle's state. In particular, some obstacles are only traversable from some orientations. However, learning this interaction by encoding the angle of approach as a model input demands a large and diverse training dataset and is computationally inefficient during planning due to repeated model inference. To address these challenges, we present SPARTA, a method for estimating approach angle conditioned traversability from point clouds. Specifically, we impose geometric structure into our network by outputting a smooth analytical function over the 1-Sphere that predicts risk distribution for any angle of approach with minimal overhead and can be reused for subsequent queries. The function is composed of Fourier basis functions, which has important advantages for generalization due to their periodic nature and smoothness. We demonstrate SPARTA both in a high-fidelity simulation platform, where our model achieves a 91\% success rate crossing a 40m boulder field (compared to 73\% for the baseline), and on hardware, illustrating the generalization ability of the model to real-world settings. Our code will be available at https://github.com/neu-autonomy/SPARTA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes