TerrainFreeSpaceNet is a deep learning model designed to predict terrain free-space from 3D point cloud data.
It enables robots to estimate terrain traversability in uneven environments using raw point cloud observations.
This model is based on a PointNet-style neural network that processes unordered 3D points and outputs a normalized free-space score.
Overview
Autonomous ground robots operating in outdoor environments often encounter:
uneven terrain
vegetation
slopes and depressions
irregular obstacles
Traditional geometric free-space detection methods may struggle in these environments.
TerrainFreeSpaceNet learns to estimate terrain traversability directly from 3D point clouds, making it suitable for:
outdoor robotics
off-road navigation
agricultural robots
exploration robots
Model Architecture
The model uses a PointNet-style architecture consisting of:
1@article{10.1007/s12555-025-0624-2,
2 author = {Gunathilaka, W. M. Dinusha and Kahandawa, Gayan and Ibrahim, M. Yousef and Hewawasam, H. S. and Nguyen, Linh},
3 title = {Agoraphilic-3D Net: A Deep Learning Method for Attractive Force Estimation in Mapless Path Planning for Unstructured Terrain},
4 journal = {International Journal of Control, Automation and Systems},
5 volume = {23},
6 number = {12},
7 pages = {3790-3802},
8 ISSN = {2005-4092},
9 DOI = {10.1007/s12555-025-0624-2},
10 url = {https://doi.org/10.1007/s12555-025-0624-2},
11 year = {2025},
12 type = {Journal Article}
13}