Autonomous Navigation in Rows of Trees and High Crops with Deep Semantic Segmentation
Alessandro Navone, Mauro Martini, Andrea Ostuni, Simone Angarano, Marcello Chiaberge
TL;DR
This paper tackles GPS-denied autonomous navigation through dense crop rows by leveraging RGB-D semantic segmentation to identify a row center without relying on sky visibility. It introduces two variants, SegMin and SegMinD, which convert the segmentation mask into a column-wise histogram and select a central minimum to steer the robot, with SegMinD incorporating depth weighting to handle wide or tall canopies. The segmentation backbone is MobilenetV3 with an LR-ASPP head, trained on AgriSeg for real-time performance, and the control law translates the histogram minimum into linear and angular velocities with EMA smoothing. Extensive Gazebo simulations across vineyards, pergola layouts, pear fields, and high-tree rows demonstrate that SegMin and SegMinD outperform a prior SegZeros baseline, offering improved robustness and navigation efficiency in challenging canopy conditions. The approach shows potential for practical deployment in GPS-denied agricultural environments and sets the stage for real-world validation and hardware-level optimizations.
Abstract
Segmentation-based autonomous navigation has recently been proposed as a promising methodology to guide robotic platforms through crop rows without requiring precise GPS localization. However, existing methods are limited to scenarios where the centre of the row can be identified thanks to the sharp distinction between the plants and the sky. However, GPS signal obstruction mainly occurs in the case of tall, dense vegetation, such as high tree rows and orchards. In this work, we extend the segmentation-based robotic guidance to those scenarios where canopies and branches occlude the sky and hinder the usage of GPS and previous methods, increasing the overall robustness and adaptability of the control algorithm. Extensive experimentation on several realistic simulated tree fields and vineyards demonstrates the competitive advantages of the proposed solution.
