paper-with-me

Papers

Ant Colony Optimization for Cooperative Inspection Path Planning Using Multiple Unmanned Aerial Vehicles

2024-02-13 · Duy Nam Bui, Thuy Ngan Duong, Manh Duong Phung

This paper presents a new swarm intelligence-based approach to deal with the cooperative path planning problem of unmanned aerial vehicles (UAVs), which is essential for the automatic inspection of infrastructure. The approach uses a 3D model of the structure to generate viewpoints for the UAVs. The calculation of the viewpoints considers the constraints related to the UAV formation model, camera parameters, and requirements for data post-processing. The viewpoints are then used as input to formulate the path planning as an extended traveling salesman problem and the definition of a new cost function. Ant colony optimization is finally used to solve the problem to yield optimal inspection paths. Experiments with 3D models of real structures have been conducted to evaluate the performance of the proposed approach. The results show that our system is not only capable of generating feasible inspection paths for UAVs but also reducing the path length by 29.47\% for complex structures when compared with another heuristic approach. The source code of the algorithm can be found at https://github.com/duynamrcv/aco_3d_ipp.

📄 PDF Abstract BibTeX arXiv:2402.08246

Code (1)

duynamrcv/aco_3d_ipp 공식 구현

Tasks

Traveling Salesman Problem

Similar Papers 제목 키워드 기반

Pheromone-Focused Ant Colony Optimization algorithm for path planning

2026-01-12 · Yi Liu, Hongda Zhang, Zhongxue Gan, Yuning Chen 외 arxiv

Ant Colony Optimization (ACO) is a prominent swarm intelligence algorithm extensively applied to path planning. However, traditional ACO methods often exhibit shortcomings, such as blind search behavior and slow converge…

Multi-Dimensional AGV Path Planning in 3D Warehouses Using Ant Colony Optimization and Advanced Neural Networks

2025-03-30 · Bo Zhang, Xiubo Liang, Wei Song, Yulu Chen

Within modern warehouse scenarios, the rapid expansion of e-commerce and increasingly complex, multi-level storage environments have exposed the limitations of traditional AGV (Automated Guided Vehicle) path planning met…

Optimal UGV-UAV Cooperative Partitioning and Inspection of Shortest Paths

2026-04-28 · Ninh Nguyen, Srinivas Akella arxiv

We study cooperative shortest path planning for an unmanned ground vehicle (UGV) assisted by an unmanned aerial vehicle (UAV) in environments with unknown road blockages that are only discovered when a robot reaches the …

Fast-Spanning Ant Colony Optimisation (FaSACO) for Mobile Robot Coverage Path Planning

2022-05-31 · Christopher Carr, Peng Wang

Coverage Path Planning (CPP) aims at finding an optimal path that covers the whole given space. Due to the NP-hard nature, CPP remains a challenging problem. Bio-inspired algorithms such as Ant Colony Optimisation (ACO) …

CPU

Enhanced discrete particle swarm optimization path planning for UAV vision-based surface inspection

2017-06-14 · Manh Duong Phung, Cong Hoang Quach, Tran Hiep Dinh, Quang Ha

In built infrastructure monitoring, an efficient path planning algorithm is essential for robotic inspection of large surfaces using computer vision. In this work, we first formulate the inspection path planning problem …

GPU