Deterministic Versus Probabilistic Methods for Searching for an Evasive Target

Abstract

Several advanced applications of autonomous aerial vehicles in civilian and military contexts involve a searching agent with imperfect sensors that seeks to locate a mobile target in a given region. Effectively managing uncertainty is key to solving the related search problem, which is why all methods devised so far hinge on a probabilistic formulation of the problem and solve it through branch-and-bound algorithms, Bayesian filtering or POMDP solvers. In this paper, we consider a class of hard search tasks involving a target that exhibits an intentional evasive behaviour and moves over a large geographical area, i.e., a target that is particularly difficult to track down and uncertain to locate. We show that, even for such a complex problem, it is advantageous to compile its probabilistic structure into a deterministic model and use standard deterministic solvers to find solutions. In particular, we formulate the search problem for our uncooperative target both as a deterministic automated planning task and as a constraint programming task and show that in both cases our solution outperforms POMDPs methods.

Cite

Text

Bernardini et al. "Deterministic Versus Probabilistic Methods for Searching for an Evasive Target." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.11054

Markdown

[Bernardini et al. "Deterministic Versus Probabilistic Methods for Searching for an Evasive Target." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/bernardini2017aaai-deterministic/) doi:10.1609/AAAI.V31I1.11054

BibTeX

@inproceedings{bernardini2017aaai-deterministic,
  title     = {{Deterministic Versus Probabilistic Methods for Searching for an Evasive Target}},
  author    = {Bernardini, Sara and Fox, Maria and Long, Derek and Piacentini, Chiara},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {3709-3715},
  doi       = {10.1609/AAAI.V31I1.11054},
  url       = {https://mlanthology.org/aaai/2017/bernardini2017aaai-deterministic/}
}