ROHCMAApr 8, 2021

Exploiting Natural Language for Efficient Risk-Aware Multi-robot SaR Planning

arXiv:2104.03809v114 citations
Originality Incremental advance
AI Analysis

This work addresses safety-critical planning for search and rescue missions, but it is incremental as it builds on existing methods with a new dataset and integration.

The paper tackles the problem of multi-robot search and rescue planning by estimating scene danger from natural language descriptions and images, and integrates these estimates into a risk-aware path planning framework, resulting in safer and highly successful missions.

The ability to develop a high-level understanding of a scene, such as perceiving danger levels, can prove valuable in planning multi-robot search and rescue (SaR) missions. In this work, we propose to uniquely leverage natural language descriptions from the mission commander in chief and image data captured by robots to estimate scene danger. Given a description and an image, a state-of-the-art deep neural network is used to assess a corresponding similarity score, which is then converted into a probabilistic distribution of danger levels. Because commonly used visio-linguistic datasets do not represent SaR missions well, we collect a large-scale image-description dataset from synthetic images taken from realistic disaster scenes and use it to train our machine learning model. A risk-aware variant of the Multi-robot Efficient Search Path Planning (MESPP) problem is then formulated to use the danger estimates in order to account for high-risk locations in the environment when planning the searchers' paths. The problem is solved via a distributed approach based on Mixed-Integer Linear Programming. Our experiments demonstrate that our framework allows to plan safer yet highly successful search missions, abiding to the two most important aspects of SaR missions: to ensure both searchers' and victim safety.

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