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

**Authors:** Manh Duong Phung, Cong Hoang Quach, Tran Hiep Dinh, Quang Ha

arXiv: 1706.04399 · 2017-06-15

## TL;DR

This paper introduces an enhanced discrete particle swarm optimization algorithm for UAV surface inspection path planning, effectively addressing coverage and obstacle avoidance with GPU acceleration for faster computation.

## Contribution

It presents a novel DPSO algorithm with deterministic initialization, mutation, and edge exchange, optimized for GPU implementation to improve efficiency in UAV inspection tasks.

## Key findings

- Improved path planning efficiency demonstrated on real UAV inspection datasets.
- GPU-based implementation significantly reduces computation time.
- Effective handling of coverage and obstacle avoidance in large surface inspections.

## Abstract

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 as an extended travelling salesman problem (TSP) in which both the coverage and obstacle avoidance were taken into account. An enhanced discrete particle swarm optimization (DPSO) algorithm is then proposed to solve the TSP, with performance improvement by using deterministic initialization, random mutation, and edge exchange. Finally, we take advantage of parallel computing to implement the DPSO in a GPU-based framework so that the computation time can be significantly reduced while keeping the hardware requirement unchanged. To show the effectiveness of the proposed algorithm, experimental results are included for datasets obtained from UAV inspection of an office building and a bridge.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.04399/full.md

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/1706.04399/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1706.04399/full.md

---
Source: https://tomesphere.com/paper/1706.04399