CVROSep 19, 2018

Visual Diver Recognition for Underwater Human-Robot Collaboration

arXiv:1809.10201v124 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for robots to identify human leaders in underwater human-robot collaboration, but it is incremental as it combines existing methods.

The paper tackles the problem of enabling autonomous underwater robots to visually detect and identify multiple divers, using Faster R-CNN for detection and K-Means clustering for identification, and demonstrates its accuracy on video footage.

This paper presents an approach for autonomous underwater robots to visually detect and identify divers. The proposed approach enables an autonomous underwater robot to detect multiple divers in a visual scene and distinguish between them. Such methods are useful for robots to identify a human leader, for example, in multi-human/robot teams where only designated individuals are allowed to command or lean a team of robots. Initial diver identification is performed using the Faster R-CNN algorithm with a region proposal network which produces bounding boxes around the divers' locations. Subsequently, a suite of spatial and frequency domain descriptors are extracted from the bounding boxes to create a feature vector. A K-Means clustering algorithm, with k set to the number of detected bounding boxes, thereafter identifies the detected divers based on these feature vectors. We evaluate the performance of the proposed approach on video footage of divers swimming in front of a mobile robot and demonstrate its accuracy.

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