ROCVMar 9, 2017

Fast and Robust Detection of Fallen People from a Mobile Robot

arXiv:1703.03349v130 citations
AI Analysis

This addresses the problem of emergency response and safety monitoring for elderly or disabled individuals, though it is incremental as it builds on existing semantic segmentation and SVM techniques.

The paper tackles the problem of detecting fallen people on the floor using a mobile robot with a 3D depth sensor, achieving robust and fast detection in cluttered scenes by employing a novel algorithm based on semantic segmentation and SVM classifiers, validated on a dataset with 15 people and 2 environments.

This paper deals with the problem of detecting fallen people lying on the floor by means of a mobile robot equipped with a 3D depth sensor. In the proposed algorithm, inspired by semantic segmentation techniques, the 3D scene is over-segmented into small patches. Fallen people are then detected by means of two SVM classifiers: the first one labels each patch, while the second one captures the spatial relations between them. This novel approach showed to be robust and fast. Indeed, thanks to the use of small patches, fallen people in real cluttered scenes with objects side by side are correctly detected. Moreover, the algorithm can be executed on a mobile robot fitted with a standard laptop making it possible to exploit the 2D environmental map built by the robot and the multiple points of view obtained during the robot navigation. Additionally, this algorithm is robust to illumination changes since it does not rely on RGB data but on depth data. All the methods have been thoroughly validated on the IASLAB-RGBD Fallen Person Dataset, which is published online as a further contribution. It consists of several static and dynamic sequences with 15 different people and 2 different environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes