Journal of Frontiers of Computer Science and Technology ›› 2025, Vol. 19 ›› Issue (1): 158-168.DOI: 10.3778/j.issn.1673-9418.2401011

• Theory·Algorithm • Previous Articles     Next Articles

Drone Data Collection Path Planning with Large Neighborhood and Multiple Constraints

PAN Miaoxin, CHEN Chongcheng   

  1. 1. College of Computer and Cyber Security, Fujian Normal University, Fuzhou 350117, China
    2. Digital Fujian Big Data Security Technology Institute, Fuzhou 350117, China
    3. Fujian Provincial University Engineering Research Center for Big Data Analysis and Application, Fuzhou 350117, China
    4. National Engineering Research Center of Geospatial Information Technology, Fuzhou University, Fuzhou 350116, China
  • Online:2025-01-01 Published:2024-12-31

大邻域多约束无人机数据收集路径规划

潘淼鑫,陈崇成   

  1. 1. 福建师范大学 计算机与网络空间安全学院,福州 350117
    2. 数字福建大数据安全技术研究所,福州 350117
    3. 福建省高校大数据分析与应用工程技术研究中心,福州 350117
    4. 福州大学 地理空间信息技术国家地方联合工程研究中心,福州 350116

Abstract: In emergency environments with limited public networks, utilizing drones to assist the Internet of things can promote transmission of sensing data timely. In the context of wireless communication range, devising the optimal path for a drone as a mobile collector to collect as much sensor data as possible can be modeled to the close enough orienteering problem (CEOP). Current algorithms for CEOP involve the sequential calculation of the access order of nodes and the collection points in their neighborhood, which is inefficient when the node neighborhood is large and covers multiple surrounding nodes. These approaches also do not take into account constraints such as data transmission duration and drone remote control distance. Therefore, a mathematical model for drone data collection path planning with large neighborhood and multiple constraints is established, and a novel algorithm named GRASP-LN grounded in the greedy randomized adaptive search procedure (GRASP) is proposed to solve it. This algorithm does not calculate overlapping collection points repeatedly, but maintains the set of nodes collected at each waypoint of the path. The drone hovers at each waypoint for a period of time to collect data from nodes within the set. In the experiment conducted in the public CEOP dataset, GRASP-LN shows better solution quality and shorter computation time than GSOA, VNS, and GRASPopt; Compared with the baseline algorithm GRASPopt, the path reward of GRASP-LN has an average increase of 5.86%, a maximum increase of 14.91%, and the average execution time decreased by 69%; Especially when the node neighborhood covers an average of 4.67 or more nodes, the path reward and stability of GRASP-LN are better than GRASPopt. Experiments considering data transmission duration and drone remote control distance limitation verify the effectiveness of GRASP-LN for drone data collection path planning problems with these constraints.

Key words: drone, greedy randomized adaptive search procedure, data collection, close enough orienteering problem, path planning, Internet of things

摘要: 在公网受限的应急环境中,利用无人机辅助物联网能促进传感数据的及时传递。当考虑无线通信距离时,无人机作为移动收集器在有限续航时间内收集尽可能多的传感数据的路径规划可建模为足够近定向问题(CEOP)。现有求解CEOP的算法是逐个计算目标节点的访问顺序及其邻域内的采集点,这在节点邻域较大并覆盖周围多个节点时效率低下,这些方法也没有考虑数据传输时间和无人机遥控距离等约束。为此,建立了大邻域多约束无人机数据收集路径规划的数学模型,提出了基于贪婪随机自适应搜索过程(GRASP)的GRASP-LN算法进行求解。该算法不重复计算重合的采集点,而是维护路径每个航点采集的节点集合,无人机在每个航点悬停一段时间以收集集合内节点的数据。公开的CEOP数据集的实验结果表明,GRASP-LN比GSOA、VNS和GRASPopt具有更好的求解质量和更短的计算时间。与基线算法GRASPopt相比,GRASP-LN的路径奖励平均提高了5.86%,最大提高了14.91%,执行时间平均减少了69%,特别在节点邻域平均覆盖4.67个以上节点时,GRASP-LN的路径奖励和稳定性均优于GRASPopt。考虑数据传输时间和无人机遥控距离约束的实验验证了GRASP-LN算法对考虑这些约束的无人机数据收集路径规划问题的有效性。

关键词: 无人机, 贪婪随机自适应搜索过程, 数据收集, 足够近定向问题, 路径规划, 物联网