GPS-free Autonomous Navigation in Cluttered Tree Rows with Deep Semantic Segmentation
Alessandro Navone, Mauro Martini, Marco Ambrosio, Andrea Ostuni, Simone Angarano, Marcello Chiaberge
TL;DR
The paper addresses GPS-denied autonomous navigation in dense crop rows by introducing SegMin and SegMinD, two segmentation-based controllers that rely on RGB-D input and a deep segmentation model trained exclusively on synthetic data. SegMin uses a column-wise histogram of depth-filtered segmentation to locate the row center, while SegMinD adds depth-based weighting to emphasize near vegetation, improving performance in wide or curved rows. A MobileNetV3-based segmentation network with LR-ASPP head is trained on the AgriSeg synthetic dataset and validated on real crops, achieving robust IoU across vineyards, pears, and apples. Extensive simulations in Gazebo and real-field tests demonstrate that SegMin/SegMinD provide GPS-free, robust navigation through tall canopies, outperforming a SegZeros baseline and enabling practical deployment in diverse agricultural settings.
Abstract
Segmentation-based autonomous navigation has recently been presented as an appealing approach to guiding robotic platforms through crop rows without requiring perfect GPS localization. Nevertheless, current techniques are restricted to situations where the distinct separation between the plants and the sky allows for the identification of the row's center. However, tall, dense vegetation, such as high tree rows and orchards, is the primary cause of GPS signal blockage. In this study, we increase the overall robustness and adaptability of the control algorithm by extending the segmentation-based robotic guiding to those cases where canopies and branches occlude the sky and prevent the utilization of GPS and earlier approaches. An efficient Deep Neural Network architecture has been used to address semantic segmentation, performing the training with synthetic data only. Numerous vineyards and tree fields have undergone extensive testing in both simulation and real-world to show the solution's competitive benefits.
