CVROSep 14, 2025

Mars Traversability Prediction: A Multi-modal Self-supervised Approach for Costmap Generation

arXiv:2509.11082v1h-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge of autonomous navigation for planetary rovers, but it is incremental as it builds on existing multi-modal and self-supervised approaches with specific improvements.

The paper tackles the problem of predicting traversability costmaps for planetary rovers by developing a multi-modal self-supervised framework that fuses camera and LiDAR data, achieving robust performance with minor changes in MAE (e.g., from ~0.0775 to 0.0915) under various ablations.

We present a robust multi-modal framework for predicting traversability costmaps for planetary rovers. Our model fuses camera and LiDAR data to produce a bird's-eye-view (BEV) terrain costmap, trained self-supervised using IMU-derived labels. Key updates include a DINOv3-based image encoder, FiLM-based sensor fusion, and an optimization loss combining Huber and smoothness terms. Experimental ablations (removing image color, occluding inputs, adding noise) show only minor changes in MAE/MSE (e.g. MAE increases from ~0.0775 to 0.0915 when LiDAR is sparsified), indicating that geometry dominates the learned cost and the model is highly robust. We attribute the small performance differences to the IMU labeling primarily reflecting terrain geometry rather than semantics and to limited data diversity. Unlike prior work claiming large gains, we emphasize our contributions: (1) a high-fidelity, reproducible simulation environment; (2) a self-supervised IMU-based labeling pipeline; and (3) a strong multi-modal BEV costmap prediction model. We discuss limitations and future work such as domain generalization and dataset expansion.

Foundations

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

Your Notes