ROLGApr 24, 2018

Deep Neural Network Based Subspace Learning of Robotic Manipulator Workspace Mapping

arXiv:1804.08951v25 citations
AI Analysis

This addresses the computational bottleneck in robotics for manipulator workspace mapping, though it is incremental as it applies an existing deep learning approach to a specific domain problem.

The paper tackles the problem of expensive time complexity in robotic manipulator workspace mapping by introducing subspace learning with a deep neural network, reducing run-time from 5.23×10^3 s to 0.224 s while achieving high accuracy with an average F-measure of 0.9665.

The manipulator workspace mapping is an important problem in robotics and has attracted significant attention in the community. However, most of the pre-existing algorithms have expensive time complexity due to the reliance on sophisticated kinematic equations. To solve this problem, this paper introduces subspace learning (SL), a variant of subspace embedding, where a set of robot and scope parameters is mapped to the corresponding workspace by a deep neural network (DNN). Trained on a large dataset of around $\mathbf{6\times 10^4}$ samples obtained from a MATLAB$^\circledR$ implementation of a classical method and sampling of designed uniform distributions, the experiments demonstrate that the embedding significantly reduces run-time from $\mathbf{5.23 \times 10^3}$ s of traditional discretization method to $\mathbf{0.224}$ s, with high accuracies (average F-measure is $\mathbf{0.9665}$ with batch gradient descent and resilient backpropagation).

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