ROAINEOct 5, 2020

Motion-Encoded Particle Swarm Optimization for Moving Target Search Using UAVs

arXiv:2010.02039v196 citations
Originality Incremental advance
AI Analysis

It addresses the challenge of efficient moving target search for UAV applications, representing an incremental improvement over existing optimization methods.

This paper tackles the problem of finding a moving target using UAVs by proposing a motion-encoded particle swarm optimization (MPSO) algorithm, which improves detection performance by 24% and time performance by 4.71 times compared to original PSO and outperforms other state-of-the-art metaheuristic algorithms in simulations and real experiments.

This paper presents a novel algorithm named the motion-encoded particle swarm optimization (MPSO) for finding a moving target with unmanned aerial vehicles (UAVs). From the Bayesian theory, the search problem can be converted to the optimization of a cost function that represents the probability of detecting the target. Here, the proposed MPSO is developed to solve that problem by encoding the search trajectory as a series of UAV motion paths evolving over the generation of particles in a PSO algorithm. This motion-encoded approach allows for preserving important properties of the swarm including the cognitive and social coherence, and thus resulting in better solutions. Results from extensive simulations with existing methods show that the proposed MPSO improves the detection performance by 24\% and time performance by 4.71 times compared to the original PSO, and moreover, also outperforms other state-of-the-art metaheuristic optimization algorithms including the artificial bee colony (ABC), ant colony optimization (ACO), genetic algorithm (GA), differential evolution (DE), and tree-seed algorithm (TSA) in most search scenarios. Experiments have been conducted with real UAVs in searching for a dynamic target in different scenarios to demonstrate MPSO merits in a practical application.

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