IVCVROSep 17, 2021

Neural Network Based Lidar Gesture Recognition for Realtime Robot Teleoperation

arXiv:2109.08263v1
Originality Incremental advance
AI Analysis

This work addresses gesture recognition for mobile robot control, offering a lightweight solution suitable for limited computing power, but it is incremental as it builds on existing pose estimation methods.

The authors tackled the problem of real-time robot teleoperation by developing a low-complexity lidar gesture recognition system, which achieved robust performance in outdoor conditions with minimal data collection and no manual labeling.

We propose a novel low-complexity lidar gesture recognition system for mobile robot control robust to gesture variation. Our system uses a modular approach, consisting of a pose estimation module and a gesture classifier. Pose estimates are predicted from lidar scans using a Convolutional Neural Network trained using an existing stereo-based pose estimation system. Gesture classification is accomplished using a Long Short-Term Memory network and uses a sequence of estimated body poses as input to predict a gesture. Breaking down the pipeline into two modules reduces the dimensionality of the input, which could be lidar scans, stereo imagery, or any other modality from which body keypoints can be extracted, making our system lightweight and suitable for mobile robot control with limited computing power. The use of lidar contributes to the robustness of the system, allowing it to operate in most outdoor conditions, to be independent of lighting conditions, and for input to be detected 360 degrees around the robot. The lidar-based pose estimator and gesture classifier use data augmentation and automated labeling techniques, requiring a minimal amount of data collection and avoiding the need for manual labeling. We report experimental results for each module of our system and demonstrate its effectiveness by testing it in a real-world robot teleoperation setting.

Foundations

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

Your Notes