AIRODec 20, 2024

Enhancing Large-scale UAV Route Planing with Global and Local Features via Reinforcement Graph Fusion

arXiv:2412.15537v1h-index: 52025 IEEE Symposium for Multidisciplinary Computational Intelligence Incubators (MCII)
Originality Incremental advance
AI Analysis

This work addresses scalability issues in UAVRP for real-world applications, though it appears incremental as it builds on existing solvers.

The paper tackles the challenge of scaling Unmanned Aerial Vehicle Route Planning (UAVRP) to larger instances by proposing a generalization framework that enables existing solvers to handle up to 10,000 points, and it demonstrates that this framework outperforms state-of-the-art methods on benchmark datasets.

Numerous remarkable advancements have been made in accuracy, speed, and parallelism for solving the Unmanned Aerial Vehicle Route Planing (UAVRP). However, existing UAVRP solvers face challenges when attempting to scale effectively and efficiently for larger instances. In this paper, we present a generalization framework that enables current UAVRP solvers to robustly extend their capabilities to larger instances, accommodating up to 10,000 points, using widely recognized test sets. The UAVRP under a large number of patrol points is a typical large-scale TSP problem.Our proposed framework comprises three distinct steps. Firstly, we employ Delaunay triangulation to extract subgraphs from large instances while preserving global features. Secondly, we utilize an embedded TSP solver to obtain sub-results, followed by graph fusion. Finally, we implement a decoding strategy customizable to the user's requirements, resulting in high-quality solutions, complemented by a warming-up process for the heatmap. To demonstrate the flexibility of our approach, we integrate two representative TSP solvers into our framework and conduct a comprehensive comparative analysis against existing algorithms using large TSP benchmark datasets. The results unequivocally demonstrate that our framework efficiently scales existing TSP solvers to handle large instances and consistently outperforms state-of-the-art (SOTA) methods. Furthermore, since our proposed framework does not necessitate additional training or fine-tuning, we believe that its generality can significantly advance research on end-to-end UAVRP solvers, enabling the application of a broader range of methods to real-world scenarios.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes