CVDec 3, 2018

CRAVES: Controlling Robotic Arm with a Vision-based Economic System

arXiv:1812.00725v364 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing annotation costs for low-cost robotic arms in robotics applications, though it appears incremental as it builds on existing synthetic data and domain adaptation techniques.

The paper tackles the problem of training robotic arms without sensors by using synthetic data from 3D models and domain adaptation for real-world 3D pose estimation, achieving satisfying results on two real-world datasets without real image annotations.

Training a robotic arm to accomplish real-world tasks has been attracting increasing attention in both academia and industry. This work discusses the role of computer vision algorithms in this field. We focus on low-cost arms on which no sensors are equipped and thus all decisions are made upon visual recognition, e.g., real-time 3D pose estimation. This requires annotating a lot of training data, which is not only time-consuming but also laborious. In this paper, we present an alternative solution, which uses a 3D model to create a large number of synthetic data, trains a vision model in this virtual domain, and applies it to real-world images after domain adaptation. To this end, we design a semi-supervised approach, which fully leverages the geometric constraints among keypoints. We apply an iterative algorithm for optimization. Without any annotations on real images, our algorithm generalizes well and produces satisfying results on 3D pose estimation, which is evaluated on two real-world datasets. We also construct a vision-based control system for task accomplishment, for which we train a reinforcement learning agent in a virtual environment and apply it to the real-world. Moreover, our approach, with merely a 3D model being required, has the potential to generalize to other types of multi-rigid-body dynamic systems. Website: https://qiuwch.github.io/craves.ai. Code: https://github.com/zuoym15/craves.ai

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