arXiv:2504.02473cs.ROcs.CV2025-04被引 10

无人机搜寻农田作物时,能自动调整低空巡查次数,提升效率。

Adaptive path planning for efficient object search by UAVs in agricultural fields

  • 根据检测置信度动态决定是否进行低空检查,避免盲目飞行。
  • 在非均匀分布目标场景下,路径更短,效率比全覆盖规划高。
  • 对定位误差鲁棒,适用于真实农田中多目标搜索任务。

本文提出一种用于无人机在农田中搜寻目标的自适应路径规划方法。该规划器采用高空覆盖飞行路径,并在检测网络置信度低时触发额外的低空巡查。通过包含真实图像的离线仿真环境评估,训练YOLOv8检测网络以识别草场中的人工植物。研究对比了不同检测置信度衡量方式,优化了路径规划参数,分析了定位误差及不同数量目标的影响。结果表明,YOLOv8检测置信度最有效区分真阳性和假阳性,被用于自适应规划。当目标均匀分布时需更多低空巡查,路径更长;非均匀分布时,自适应规划路径显著短于低空全覆盖方案,且在目标增多时仍保持高效。整体上,该规划器在非均匀分布场景下更快发现目标,同时维持相近检测精度。代码已开源:https://github.com/wur-abe/uav_adaptive_planner。

原文摘要 · Abstract (English)

This paper presents an adaptive path planner for object search in agricultural fields using UAVs. The path planner uses a high-altitude coverage flight path and plans additional low-altitude inspections when the detection network is uncertain. The path planner was evaluated in an offline simulation environment containing real-world images. We trained a YOLOv8 detection network to detect artificial plants placed in grass fields to showcase the potential of our path planner. We evaluated the effect of different detection certainty measures, optimized the path planning parameters, investigated the effects of localization errors, and different numbers of objects in the field. The YOLOv8 detection confidence worked best to differentiate between true and false positive detections and was therefore used in the adaptive planner. The optimal parameters of the path planner depended on the distribution of objects in the field. When the objects were uniformly distributed, more low-altitude inspections were needed compared to a non-uniform distribution of objects, resulting in a longer path length. The adaptive planner proved to be robust against localization uncertainty. When increasing the number of objects, the flight path length increased, especially when the objects were uniformly distributed. When the objects were non-uniformly distributed, the adaptive path planner yielded a shorter path than a low-altitude coverage path, even with a high number of objects. Overall, the presented adaptive path planner allowed finding non-uniformly distributed objects in a field faster than a coverage path planner and resulted in a compatible detection accuracy. The path planner is made available at https://github.com/wur-abe/uav_adaptive_planner.

无人机路径规划农业检测YOLOv8

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。