paper-with-me

Papers

Solving routing problems for multiple cooperative Unmanned Aerial Vehicles using Transformer networks, vol. 122, pp. 106085, 2023

2023-03-09 · Engenieering of Artificial Intelligence Applications 2023 3 · Daniel Fuertes, Carlos R. del Blanco, Fernando Jaureguizar, Juan José Navarro, Narciso García

Missions involving Unmanned Aerial Vehicle usually consist of reaching a set of regions, performing some actions in each region, and returning to a determined depot after all the regions have been successfully visited or before the fuel/battery is totally consumed. Hence, planning a route becomes an important task for many applications, especially if a team of Unmanned Aerial Vehicles is considered. From this team, coordination and cooperation are expected to optimize results of the mission. In this paper, a system for managing multiple cooperative Unmanned Aerial Vehicles is presented. This system divides the routing problem into two stages: initial planning and routing solving. Initial planning is a first step where the regions to be visited are grouped in multiple clusters according to a distance criterion, with each cluster being assigned to each of the Unmanned Aerial Vehicles. Routing solving computes the best route for every agent considering the clusters of the initial planning and a variant of the Orienteering Problem. This variant introduces the concept of shared regions, allowing an Unmanned Aerial Vehicle to visit regions from other clusters and compensating for the suboptimal region clustering of the previous stage. The Orienteering Problem with shared regions is solved using the deep learning architecture Transformer along with a deep reinforcement learning framework. This architecture is able to obtain high-quality solutions much faster than conventional optimization approaches. Extensive results and comparison with other Combinatorial Optimization algorithms, including cooperative and non-cooperative scenarios, have been performed to show the benefits of the proposed solution.

📄 PDF Abstract BibTeX

Code (1)

danifuertes/mc_uav pytorch

Tasks

Combinatorial OptimizationDeep Reinforcement LearningMulti-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Equity-Transformer: Solving NP-hard Min-Max Routing Problems as Sequential Generation with Equity Context

2023-06-05 · Jiwoo Son, Minsu Kim, Sanghyeok Choi, Hyeonah Kim 외

Min-max routing problems aim to minimize the maximum tour length among multiple agents by having agents conduct tasks in a cooperative manner. These problems include impactful real-world applications but are known as NP-…

Decision MakingTraveling Salesman Problem

Towards Reliable Aerial Ground Vehicle Collaboration: An Integrated Planning and Autonomy Framework for Field Deployment

2026-07-07 · Md Safwan Mondal, Luca Russo, James D. Humann, James M. Dotterweich 외 arxiv

Limited flight endurance significantly restricts the operational range of unmanned aerial vehicles (UAVs) in long duration missions such as surveillance and inspection, where multiple spatially distributed Areas of Inter…

Reinforcement Learning

Autonomous Cooperative Levels of Multiple-Heterogeneous Unmanned Vehicle Systems

2024-05-15 · Yoo-Bin Bae, Yeong-Ung Kim, Jun-Oh Park, Hyo-Sung Ahn

As multiple and heterogenous unmanned vehicle systems continue to play an increasingly important role in addressing complex missions in the real world, the need for effective cooperation among unmanned vehicles becomes p…

Solving Area Coverage Problem with UAVs: A Vehicle Routing with Time Windows Variation

2020-03-16 · Fatih Semiz, Faruk Polat

In real life, providing security for a set of large areas by covering the area with Unmanned Aerial Vehicles (UAVs) is a difficult problem that consist of multiple objectives. These difficulties are even greater if the a…

Clustering

Genetic Algorithms with Neural Cost Predictor for Solving Hierarchical Vehicle Routing Problems

2023-10-22 · Abhay Sobhanan, Junyoung Park, Jinkyoo Park, Changhyun Kwon

When vehicle routing decisions are intertwined with higher-level decisions, the resulting optimization problems pose significant challenges for computation. Examples are the multi-depot vehicle routing problem (MDVRP), w…

Graph Neural Network