ROD: RGB-Only Fast and Efficient Off-Road Freespace Detection
Tong Sun, Hongliang Ye, Jilin Mei, Liang Chen, Fangzhou Zhao, Leiqiang Zong, Yu Hu
Abstract
Off-road freespace detection is more challenging than on-road scenarios because of the blurred boundaries of traversable areas. Previous state-of-the-art (SOTA) methods employ multi-modal fusion of RGB images and LiDAR data. However, due to the significant increase in inference time when calculating surface normal maps from LiDAR data, multimodal methods are not suitable for real-time applications, particularly in real-world scenarios where higher FPS is required compared to slow navigation. This paper presents a novel RGB-only approach for off-road freespace detection, named ROD, eliminating the reliance on LiDAR data and its computational demands. Specifically, we utilize a pre-trained Vision Transformer (ViT) to extract rich features from RGB images. Additionally, we design a lightweight yet efficient decoder, which together improve both precision and inference speed. ROD establishes a new SOTA on ORFD and RELLIS-3D datasets, as well as an inference speed of 50 FPS, significantly outperforming prior models. Our code will be available at https://github.com/STLIFE97/offroad_roadseg.
BibTeX
@inproceedings{icra2025_rodrgbonlyfastan,
title = {ROD: RGB-Only Fast and Efficient Off-Road Freespace Detection},
author = {Tong Sun and Hongliang Ye and Jilin Mei and Liang Chen and Fangzhou Zhao and Leiqiang Zong and Yu Hu},
booktitle = {ICRA 2025},
year = {2025}
}