Agriculture (Apr 2025)
Crop-Free-Ridge Navigation Line Recognition Based on the Lightweight Structure Improvement of YOLOv8
Abstract
This study is situated against the background of shortages in the agricultural labor force and shortages of cultivated land. In order to improve the intelligence level and operational efficiency of agricultural machinery and solve the problems of difficulties in recognizing navigation lines and a lack of real-time performance of transplanters in the crop-free ridge environment, we propose a crop-free-ridge navigation line recognition method based on an improved YOLOv8 segmentation algorithm. First, this method reduces the parameters and computational complexity of the model by replacing the YOLOv8 backbone network with MobileNetV4 and the feature extraction module C2f with ShuffleNetV2, thereby improving the real-time segmentation of crop-free ridges. Second, we use the least-squares method to fit the obtained point set to accurately obtain navigation lines. Finally, the method is applied to testing and analyzing the field experimental ridges. The results showed that the average precision of the improved neural network model using this method was 90.4%, with a Params of 1.8 M, a FLOPs of 8.8 G, and an FPS of 49.5. The results indicate that the model maintains high accuracy while significantly outperforming Mask-RCNN, YOLACT++, YOLOv8, and YOLO11 in terms of computational speed. The detection frame rate increased significantly, improving the real-time performance of detection. This method uses the least-squares method to fit the 55% ridge contour feature points under the picture, and the fitting navigation line shows no large deviation compared with the image ridge centerline; the result is better than that of the RANSAC fitting method. The research results indicate that this method significantly reduces the size of the model parameters and improves the recognition speed, providing a more efficient solution for the autonomous navigation of intelligent carrier aircraft.
Keywords